/*  
Theme Name: Deiv Calviz
Theme URI: http://www.deivcalviz.com
Description: Dark WP theme with 2-3 column layout, dropdown categories menu, multiple widget-ready placement and Feedburner email form integrated, easy to customize. Enjoy!
Author: Deiv Calviz
Author URI: http://www.deivcalviz.com/
Version: 2.0.2
Tags: black, blue, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar, sticky-post
.
Released under <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

  
* { margin:0px; 
padding:0px; 
text-indent:0px; 
}
  
:focus {
  outline:0;
  }
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0 0 20px 0;
  }
  
  h4 {
	font-weight: normal;
	line-height: 1.6em;
	text-decoration: none;
  }

h1, h2 {
	font-family: Verdana;
	color: #CECECE;
}

h3, h4, h5, h6 {
	color: #6FDDCC;
}

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 9pt;
  }

a {
  color: #6FDDCC;
  text-decoration: none;
  }

a:hover {
  color: #222;
  text-decoration: none;
  }

a img {
  border: none;  
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  background: #1c2629 url(images/bgbodymain.jpg);
  background-repeat: repeat-y;
  background-color: #0f1517;
  background-position: center;
font-size: 10pt;
  }
  
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#main {
	padding-bottom: 350px;
	text-align:left;
	margin: auto;
	clear: both;
	width: 1000px;
}  /* must be same height as the footer */


#mainFull {
	padding-bottom: 0px;
	text-align:left;
	margin: auto;
	clear: both;
	width: 1000px;
}  /* must be same height as the footer */


/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  text-align:center
  padding: 0;
  min-height:100%;
background:url("images/bgx.jpg") repeat-x scroll 0 0 
  }

#header {
  padding: 0;
  height: 107px;
  width:1200px;
/*  text-shadow: 0 0 4px #ffd444;*/

clear:none;
    z-index: 100; 
position: relative; 
margin: 0 0 0 -100px;
background-image:url("images/topBg.png");
background-position:center center;
background-repeat:no-repeat;
  }

 
  #header #home {
	padding-left: 100px;
  float:left;
    margin: -auto;
  margin-bottom: -100px;
}

  a#homebut {
display: block;
width: 500px;
height: 100px;
background: url(<?php bloginfo('template_directory'); ?>/images/home.png) no-repeat; }

a#homebut:hover {
background-position: left -25px; }

a#homebut:active {
background-position: left -50px; }

#header #topright {
	text-align: right;
	float: right;
	padding-right: 60px;
	padding-top: 10px;
	width:600px;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {


  display: inline;
  }
#header #topright li a {
  	color: #ffee99;
	font-family: 'Open Sans',sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0 40px 0 40px;
	text-transform: capitalize;
  }
#header #topright li a:hover {
  color: #fff;
  text-decoration: none;
  }

#header #logo {
  margin: 0;
  padding: 0;
}
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #fff;
  font-size: 17pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #eee;
  font-size: 10pt;
  }


/* Menu */

#catnav {
  position: relative;
margin: -63px 0 0 -100px;
  padding: 0;
  clear: both;
  height: 432px;
  width: 1200px;
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 44px;
  margin: 0;
  padding: 0 20px 0 15px;
  font-size: 10pt;
  color: #fff;
  letter-spacing: -1px;
  }

#nav li a:hover {
  color: #ffe98c;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;
  }



/* Top Content */

#contentmain {
	width: 1200px;
	background-image: url(images/bgbody.jpg);
	background-repeat: no-repeat;
	background-position: center top;  
	margin-left:-101px;
}

#contentwrapper {
	float:left;
	width: 640px;
	margin: 40px 0 15px 100px;
	padding: 0;
}

#contentwrapper2 {
	float:left;
	width: 1000px;  
	margin: 40px 0 15px 100px;
	padding: 0;
}

#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
	font-size: 14pt;
	letter-spacing: -1px;
	color: #fff;
	font-weight: normal;
	background: url(images/bg-trans.png) repeat;
	border: 2px solid #5d8386;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
  }
.topPost {
	text-align:justify;
	font-size: 9pt;
	padding: 0px;
  }

.contTop {
	background:url("images/conttop.gif") no-repeat scroll 0 0 transparent;
	height:75px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: -25px;
	padding-left: 25px;
    z-index: 0; 
}

.contTopFull {
	background:url("images/conttopfull.gif") no-repeat scroll 0 0 transparent;
	height:75px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: -25px;
	padding-left: 25px;
    z-index: 0; 
}

.contMain {
  	background:url("images/contbg.jpg") repeat scroll 0 0 transparent;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:1px;/*IE 6 and 7 fix so that the contbot wont overlap*/
}

.contMainFull {
 	 background:url("images/contbgfull.jpg") repeat scroll 0 0 transparent;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:1px;/*IE 6 and 7 fix so that the contbot wont overlap*/
}

.contBot {
	background:url("images/contbot.gif") no-repeat scroll 0 0 transparent;
	height:50px;
	margin-top:-40px; 
	z-index: 0; 
}
 
.contBotFull {
	background:url("images/contbotfull.gif") no-repeat scroll 0 0 transparent;
	height:50px;
	margin-top:-40px; 
	z-index: 0; 
}
 
.topPost h2.topTitle a {
  font-size: 19pt;
  font-weight: normal;
  color: #e6ff71;
  letter-spacing: -1px;
  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #fff;
  }
.topPost p.topMeta {
  padding: 0;
  margin: 0;
  font-size: 9pt;
  color: #919191;  
  }
.topPost p.topMeta a {
  text-decoration: none;
  color: #919191;
  }
.topPost p.topMeta a:hover {
  color: #fff;
  text-decoration: none;
  }
.topPost div.topContent {
	font-size: 9pt;
	color: #D7E6E6;
	padding-top: 10px;
	margin: 0;
	position:relative;
  }
.topPost div.topContent p {
  font-size: 1.05em;
  line-height: 1.6em;
  position: relative; 
  }
.topPost div.topContent a {
  color: #6FDDCC;
  text-decoration:none;
  position:relative;
z-index:10; 
  }
.topPost div.topContent a:hover {
  text-decoration: none;
  color: #FFF;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
	padding: 0 0 20px 30px;
}

.topPost div.topContent ul li, .topPost div.topContent ol li {
	font-size: 1.05em;
 	line-height:1.5em;
	list-style-type: circle;
}

.topPost div.topContent ul li address {
	color: #547476;
	font-size: 8pt;
	font-style: normal;
	line-height: 1;

}

.topPost span.topMore {
  font-size: 9pt;
  background: url(images/bg-trans.png) repeat;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  color: #a8a8a8;
  position: relative; 
  }
  
.topPost span.topTags {
  font-size: 7pt;
  line-height: 10pt;
  color: #a8a8a8;
  position: relative; 
  display:block;
  }
  
  
 .topPost span.topComments a{
  font-size: 9pt;
  background-image: url("images/comment.gif");
  background-repeat:no-repeat;
   padding: 0 13px 0 0;
margin: 0 10px;
  line-height: 27pt;
  color: #fff;
  position: relative;
display:inline-block;
float:right;
height:35px;
width:25px;
text-align:right;
  }
   
a.button {
display: block;
width: 90px;
height: 27px;
padding: 8px 0px 0px 25px;
color:#666666;
text-decoration: none;
font-size:9pt;
color:#ffffff !important;
background:url("images/expand.gif") no-repeat 0px 0px;
overflow:auto;
float:right;
}
  
.topPost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
.topPost span.topComments a:hover, .topPost span.topMore:hover, a.button:hover {
 background-position:0 -35px;
  }
  
  .topPost span.topTags:hover {
  }
  
.topPost span.topComments a {
  color: #fff;
  line-height: 25pt;
  vertical-align: middle;
  }
  
.topPost span.topMore a {
  color: #fff;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
  }
.topPost span.topTags a {
  color: #a8a8a8;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #fff;
  text-decoration: none;
  }

#nextprevious {
margin-top:20px;
  }
   
#nextprevious a {
	color: #eee;
	font-size: 10pt;
	background-image: url(images/nextprevbut.gif);
	background-repeat: no-repeat;
	padding-right: 14px;
	padding-left: 14px;
	height:35px;
	display:inline-block;
	  line-height: 27pt;
  }
  
#nextprevious a:hover {
  color: #fff;
 background-position:0 -35px;
  }

.topContent img {
	padding-bottom: 20px;
}

/* Comments */

#comments {
  margin-bottom: 10px;
  margin-top: 15px;
  background:url("images/contbg.jpg") repeat scroll 0 0;
  width: 586px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  padding: 25px 27px 25px 27px;
  color: #fff;
    border-top: 2px solid #5d8386;
   border-bottom: 2px solid #5d8386;
  }
#comments h3 {

  margin: 0;
  padding: 0 0 8px 0;
  font-weight: normal;
  font-size: 12pt;
  color: #6FDDCC;
  letter-spacing: -1px;
  }
#comments p a {
  color: #ffe98c;
  }
#comments p a:hover {
  color: #fff;
  }
#comments p {
  padding:0;
  margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 9pt;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  background: #0d1111;/*darker comments*/
  border: 1px solid #222f31;
  list-style-type: none;
  }
.commentlist li.alt {
  background: #111819;
  border: 1px solid #222f31;
  margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  color: #eee;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: none;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #ddd;
  }
.commentlist small.commentmetadata a {
  color: #666;
  }
.commentlist p {
  color: #dedede;
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
  
#author, #email, #url, .wpcf7-text { /*includes Contact Form 7*/
	width:250px;
	background: #0d1111;
	color: #fff;
	border: 1px solid #222f31;
	font-family:"trebuchet ms", arial, helvetica, sans-serif;
	font-size: 10pt;
	padding:5px 10px;
  }
  		
textarea#comment, .wpcf7-form p textarea { /*includes Contact Form 7*/
	width: 570px;
	background: #0d1111;
	color: #fff;
	padding: 10px;
	border: 1px solid #222f31;
	font-family:"trebuchet ms", arial, helvetica, sans-serif;
	font-size: 10pt;
  }
  
.wpcf7-not-valid-tip {
	background: #000 !important;  /*includes Contact Form 7*/
}

#comments #submit {
	margin-top: 10px;
	margin-right: 200px;
	margin-bottom: 10px;
	margin-left: 0px;
  }
  
#commentform .submitbutton, .wpcf7-submit { /*includes Contact Form 7*/
	width:115px;
	height:35px;
	border: 0;
	background-image: url(images/nextprevbut.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #fff;
	font-size: 10pt;
  }
  
#commentform .submitbutton:hover, .wpcf7-submit:hover { /*includes Contact Form 7*/
    cursor: pointer;
	background-color: transparent;
  	background-image: url(images/nextprevbutover.gif);
	background-repeat: no-repeat;
}

#commentform { /* This preloads the over state button*/
  	background-image: url(images/nextprevbutover.gif);
	background-repeat: no-repeat;
background-position: -1000px -1000px;
}
  
#extrastuff a {color:#999; font-size:0.7em;}
#extrastuff a:hover {color:#ffe98c; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}



/* Welcome section */

#contentmain #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  background: url(images/bg-trans.png) repeat;
  }
#contentmain #welcome h2 {
  font-size: 14pt;
  font-weight: normal;

  color: #fff;
  letter-spacing: -2px;
  margin: 0 25px;
  padding: 10px 0 3px 0;
  }
#contentmain #welcome p {
  font-size: 9pt;
  color: #eee;  
  margin: 0 25px;
  padding: 6px 0;
  }
#contentmain #welcome a {
  text-decoration: none;
  color: #ff9933;
  }
#contentmain #welcome a:hover {
  color: #ffe98c;
  }
#contentmain #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#contentmain #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
    



/* Sidebars */
#sidebars {
	margin: 40px 100px 0 0;
	float: right;
	width: 340px;
	color: #eee;
  }
  
  #sidebarsbg {
border-top: 2px solid #5D8386;
background-image: url(images/sidebg.jpg); 
	background-repeat: repeat;
padding: 0 2px 0 2px;
  }
  
   .sidebarbot {

	background-image: url(images/sidebarbot.gif);
	background-repeat: no-repeat;
	height: 60px;
	margin-top:-29px;

  }
  
#sidebars .sidebarbox {
	padding: 5px 25px;
  }

#sidebar_full {
  padding-top: 15px;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 168px;
  }

#sidebar_left .sidebarbox {
padding-right:10px;
  }
  
#sidebar_right {
  float: right;
  width: 168px;
  }
  
#sidebar_right .sidebarbox {
padding-left:10px;
  }
  
#sidebars h2 {
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: normal;
  font-size: 12pt;
  color: #6FDDCC;
  letter-spacing: -1px;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0;
  }

#sidebars li {
  margin-bottom: 15px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0 0 0 15px;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  color: #eee;
  background: url(images/bullet.gif) left 8px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #D7E6E6;
  }
#sidebars a:hover {
  color: #fff;
  text-decoration: none;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #D7E6E6;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* Before footer */

#morefoot {
	background: #030B0D url(images/bgbotx.jpg) top left repeat-x;
	color: #dfdfdf;
	margin: auto;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align:left;
	position:relative;
	height: 350px;
	margin-top:-350px; /* negative value of footer height */
	clear:both;
	min-width:1000px; /*fixed bug when too zoomed the footer creates a space to the right*/
	
  }
  
  #insidefoot {
  margin:auto;
	width:950px;
		padding-top:100px;
		padding-left:25px;
		padding-right:25px;
  }
  


/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}


#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 9pt;
  }
#morefoot a {
  text-decoration: none;
  color: #ddd;
  }
#morefoot a:hover {
  text-decoration: none;
  color: #ffe98c;
  }
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #dfdfdf;
  letter-spacing: -1px;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 300px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 300px;
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/
#footer {
	clear: both;
	background: #030b0d;
	width:900px;
	padding-top: 10px;
	margin: auto;
	padding-bottom: 0px;
	text-align: center;
  }
  
#footer p {
  font-size: 9pt;
  color: #bbb;
  padding: 0;
  }
#footer a {
  color: #bbb;
  text-decoration:none;
  }
#footer a:hover {
  color: #fff;
  }


/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0px;
  padding: 0px;
  clear: both;
  }

.alignleft {
	float: left;
  }

  
.alignright {
	float: right;
	margin-right: -5px; /*this is a hax since the bg doesnt align*/
  }

  
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 10px 15px 5px 0;
  }
img.alignright {
  float: right;
  margin: 10px 0 5px 15px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;

  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }


#slideshow {
	position:relative;
	height:432px;
	width: 1200px;
	background-color: #000000;
}

#slideshow div {
    position:absolute;
    top:0;
    left:0;
	opacity: 0;
	filter:alpha(opacity=0);
    z-index:8;
	height:432px;
	width: 1200px;
}

#slideshow div.active {
	opacity: 1;
	filter:alpha(opacity=100);
    z-index:10;
}

#slideshow div.last-active {
    z-index:9;
}

#slideshow div img { 
	width:1200px; 
	height:432px; 
	display:block; 
	border:0 none; 
}


.ads {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  }
 
center { line-height:0px!important; }

#eXTReMe {
float:left;
}

.socialbuttons {
padding: 8px 0;
height: 20px;
float:right;
width:200px;
margin: 0 0 15px 0;
}

.deiv_stumble_button {
width:25px;
float:left;
}

.deiv_fb_button {
width:50px;
float:left;
}

.deiv_tweet_button {
width:67px;
float:left;
}

.deiv_gplus_button {
width:40px;
float:left;
}

.post_thumb {
float:left;
margin-right:10px;
}

.topTitle {
border-bottom:1px solid #5D8386;
padding:0 0 5px 0;
margin: 0 0 5px 0;
}

#footerdivider {
background-image: url("images/botbg.jpg");
height: 90px;
width:1200px;
margin:-100px 10px 10px -125px;
}

.post_thumb img {
    padding-bottom: 0px !important;
}

.the_excerpt {
height:143px;
}

.ngg-gallery-thumbnail {
  position: relative;
}

.ngg-gallery-thumbnail .captionbox {
  margin-left: -999em;
  position: absolute;
}

.ngg-gallery-thumbnail:hover .captionbox {
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  font-size: 11pt !important;
  text-align: justify;
  position: absolute;
  z-index: 1000;
  left: -100px;
  top: 187px;
  margin-left: 0;
  width: 350px;
  height:154px;
  margin:9px;
 padding: 10px;
 background: #0F1517; 
 border:2px solid #627f85;
 /* Fallback for web browsers that doesn't support RGBa */
 background: rgb(15, 21, 23);
 /* RGBa with 0.6 opacity */
 background: rgba(15, 21, 23, 0.9);
 /* For IE 5.5 - 7*/
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#990f1517, endColorstr=#990f1517);
 /* For IE 8*/
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#990f1517, endColorstr=#990f1517)";
box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 7px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 7px 7px rgba(0, 0, 0, 0.3);
}

.captiontitle {
 font-size: 14pt !important; 
 font-weight: bold;
 color:#6FDDCC;
}

.captiondesc {
 margin:10px 0px 0px 15px;
}

.captionbox:hover {
    margin-left: -99em !important;
}

* html a:hover { background: transparent; }

._4s7c {
	border:none; !important;
}