/*  
Theme Name: FSEV35
Theme URI: http://www.farlowstudios.com/
Description: Graphic-Intensive WP theme with 2 column layout, dropdown categories menu, multiple widget-ready placement and feedburner email form integrated, easy to customize. Enjoy!
Author: Dagger
Author URI: http://www.farlowstudios.com/
Version: 1.0
Tags: black, red, orange, two-columns, threaded-comments, fixed-width, theme-options, left-sidebar
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: trebuchet ms, arial, helvetica, sans serif;
  }

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: #FC0;
	text-decoration: none;
  }

a:hover {
	color: #0076a3;
	text-decoration: underline;
  }

a img {
  border: none;  
  }

blockquote {
  background: transparent url(images/bgquote.png) top left no-repeat;
  border: 1px dashed #060606;
  margin: 5px;
  padding: 10px;
  text-align: right;
  font-size: 12px;
  font-style: italic;
  color: #000;
  width: 80%;
  -moz-border-radius: 10px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  margin: 0;
  padding: 0;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  background: #000 url(images/bgbody.jpg) top center no-repeat;
  }


/* Header and wrapper */
#wrapper {
  margin: 0 auto 0;
  width: 960px;
  padding: 0;
  }

#header {
  padding: 0;
  margin: 0;
  height: 115px;
  }

#header #topright {
  text-align: middle;
  float: right;
  width: 620px;
  margin: 5px 0 0 0;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #fff;
  font-size: 9pt;
  padding: 0 0 0 25px;
  text-transform: lowercase;
  }
#header #topright li a:hover {
  color: #b28ff9;
  text-decoration: none;
  }

/* CSS for subpages appearance --

#header #topright li ul {
	height: auto;
	left: -999em;
	position: absolute;
	width: 280px;
	font-size: 11px;
	color: #FFC;
	z-index:999;
}
#header #topright li li {
	width: auto;
}

#header #topright li li a,#header #topright li li a:visited {
	display: block;
	float: right;
	font-weight:bold;
	padding:6px 12px;
}

#header #topright li li a:hover,#header #topright li li a:active {
	color: #FC0;
}	

#header #topright li:hover ul, #header #topright li li:hover ul, #header #topright li li li:hover ul, #header #topright li.sfhover ul, #header #topright li li.sfhover ul, #header #topright li li li.sfhover ul {
	left: 30px;
}
*/

#header #logo {
  float: left;
  width: 310px;
  margin: 15px 0 0 160px;
  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;
  margin: 0 0 0 20px;
  color: #fff;
  font-size: 9pt;
  }


/* Menu */

#catnav {
  margin: 20px 0 0 240px;
  padding: 0;
  font-size: 9pt;
  clear: both;
  height: 30px;
  width: 720px;  
}

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }
#nav li ul {
	border-bottom: 1px solid #a9a9a9;
	height: auto;
	left: -999em;
	position: absolute;
	width: 900px;
	z-index:999;
}

#nav a {
  display: block;
  line-height: 44px;
  margin: 0;
  padding: 0 20px 0 15px;
  font-size: 9pt;
  color: #fff;
  letter-spacing: -1px;
  }

#nav li a:hover {
	color: #e48ff9;
	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: 0 25px 0 0;
  display: inline;
  width: 30px;
  line-height: 51px;
  }



/* Top Content */

#main {
  margin: 0 0 0 101px;
  clear: both;
  background: #993300 url(images/bgmain.jpg) top left no-repeat;
  width: 859px;
  -moz-border-radius: 0 16px 0 0;
  -webkit-border-top-right-radius: 16px;
  
  }
#contentwrapper {
  float:left;
  width: 568px;
  margin: 55px 0 6px 10px;
  padding: 0;
  }
#contentwrapper2 {
  float:left;
  width: 720px;  
  margin: 55px 15px 6px 10px;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
	margin: 0 0 1px 0;
	font-size: 8pt;
	font-variant: small-caps;
	width: auto;
	letter-spacing: 1px;
	color: #fff;
	font-weight: normal;
	height: 10px;
	padding-left: 12px;
	-moz-border-radius: 0 6px 0 0;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 8px;
  }
.topPost {
  margin: 0;
  padding: 0;
  }
 .topContainer {
	 background:url(images/bg-trans-topC.png) top right no-repeat;
	 height: 60px;
         margin-left: 8px;
  	-moz-border-radius: 0 0 0 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-borderbottom-left-radius: 6px;
	border-radius: 8px;
 }
  .topContainer2 {
	 background:url(images/bg-trans-topC.png) top right no-repeat;
	 height: 40px;
         margin-left: 8px;
	-moz-border-radius: 0 0 0 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-borderbottom-left-radius: 6px;
	border-radius: 8px;
 }
.topPost h2.topTitle a, .topPost h2.topTitle span {
	font-variant: small-caps;
	font-size: 14pt;
	font-weight: normal;
	color: #03c4fb;
	float: left;
	margin-left: 6px;
	width: 450px;
  }
.topPost h2.topTitle a:hover {
	text-decoration: none;
	color: #FFF;
  }
.topPost div.topMeta {
	font-size: 8pt;
	color: #FFF;
  }
 .topPost span.category {
	float: left;
	display: inline;
	font-variant: small-caps;
	margin-left: 5px;
 }
 .topPost span.comment {
	 float: right;
	 font-variant: small-caps;
	 margin-right: 25px;
 }

.topPost div.topMeta a {
	text-decoration: none;
	color: #ebadfb;
  }
.topPost div.topMeta a:hover {
	color: #fbecff;
	text-decoration: underline;
  }
.topPost div.topContent {
  font-size: 9pt;
  color: #efefef;
  margin: -10px 10px 10px 10px;
  text-align:justify;
  }
.topPost div.topContent a {
  text-decoration: underline;
  color: #fff;
  }
.more-link {
	 text-decoration: none;
 }
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #ff9933;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #eee;
  }
.topPost span.topComments, .topPost span.topMore {
  font-size: 8pt;
  font-style: italic;
  background: url(images/bg-trans.png) repeat;
  padding: 8px 10px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 20pt;
  color: #fff;
  border: none;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }
.topPost span.linkpages {
  font-size: 11pt;
  font-style: italic;
  color: #fff;
  margin: 0 10px 5px 10px;
  padding: 0;
  text-align: center;
  display:block;
  background: url(images/bgpages.png) top center no-repeat;
  }
.topPost span.linkpages a:hover {
	color: #FF6;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: url(images/bg-trans2.png) repeat;
  }
.topPost span.topComments a {
  color: #fff;
  }
.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 {
font-size: 8pt;
  font-style: italic;
  background: url(images/bg-trans.png) repeat;
  padding: 8px 8px;
  margin-left: 10px;
  margin-right: 4px;
  color: #fff;
  display: block;
  border: none;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;

}
.topPost span.topTags a {
  color: #fff;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #fff;
  text-decoration: underline;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #83adc8;
  text-transform: lowercase;
  text-decoration: underline;
  }
#nextprevious a:hover {
  color: #fff;
  }


/* Comments */

#comments { /* This is the body of Comment / Reply */
	margin-bottom: 10px;
	margin-top: 15px;
	margin-left: 10px;
	background: url(images/bg-trans.png) repeat;
	width: 520px; /* 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: 5px 15px 10px 20px;
	color: #CCC;
	-moz-border-radius: 0 0 8px 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
  }
#comments h3 {
	font-size: 10pt;
	font-variant: small-caps;
	font-weight: normal;
	color: #F90;
	margin: 15px 0;
	padding: 0;
  }
#comments p a {
	color: #666;
  }
#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: 0;
  padding: 5px;
  background: url(images/bg-trans2.png) repeat;
  border: none;
  list-style-type: none;
  }
.commentlist li.alt {
	background: url(images/bg-trans.png) repeat;
	border: none;
	margin: 0;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  color: #eee;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 5px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
	text-decoration: none;
	color: #FFC;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  font-variant: small-caps;
  color: #ddd;
  }

.commentlist small.commentmetadata a {
  color: #666;
  }
.commentlist p {
  color: #dedede;
  }
#respond {
  clear: both;
  margin-top: 2px;
  }
 #respond h3, #commentstitle {
	 font-variant: small-caps;
	 letter-spacing: 1px;
	 color: #F90;
 }
textarea#comment {
  width: 450px;
  background: #fff;
  border: 1px solid #603;
  color: #111;
  padding: 5px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  }
#comments #submit {
  margin: 0;
  }
input {
	padding: 2px;
	color: #000;
	background: #fff;
	border: 1px solid #781351;
}
.reply {
	font-variant: normal;
	font-size: 9px;
}
#extrastuff a {color:#222; font-size:0.8em;}
#extrastuff a:hover {
	color:#F30;
	text-decoration:none;
}
#extrastuff #rssleft {float:left; width:250px; margin-left: 12px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


/* Welcome section */

#main #welcome {
font-size: 9px;
  background: url(images/bg-grad-long.png) top right repeat-x;
  padding: 0 8px 8px 8px;
/*  border: 1px solid #610000; */
  -moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 8px;
}
#main #welcome h2 {
  margin: 0;
  padding: 10px;
  font-weight: normal;
  font-size: 11pt;
  color: #fff;
  letter-spacing: -1px;
  }
#main #welcome p {
  font-size: 9pt;
  color: #eee;  
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #6598b8;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  background: #ffbb05;
  color: #fff;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #5a2401;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #c16102;
  }


/* Sidebars */
#sidebars {
  margin: 8px;
  float: right;
  width: 250px;
  color: #eee;
  }
#sidebars .sidebarbox {
	font-size: 9px;
  background: url(images/bg-grad-long.png) top right repeat-x;
  padding: 0 8px 8px 8px;
  border: 1px solid #610000;
  -moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 8px;
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  align: left;
  }

#sidebar_left {
  background: url(images/bg-trans.png) repeat;
  padding: 8px 15px;
  float: left;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #610000;
  }

#sidebar_right {
  float: right;
  width: 160px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #5b8098;
  }

#sidebars h2, #recents h2 {
  margin: 0;
  padding: 8px;
  font-weight: normal;
  font-size: 11pt;
  font-variant: small-caps;
  color: #fff;
  letter-spacing: -1px;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 15px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 8pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  color: #eee;
  background: url(images/bullet.png) left 8px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #eee;
  }
#sidebars a:hover {
	color: #F90;
	text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #eee;
  }

#tag_cloud a {
  display: compact;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* Before footer */

#morefoot {
  background: #000 url(images/bggrad.png) top left repeat-x;
  border: 1px solid #5d1600;
  padding: 15px;
  color: #d3c2a5;
  margin: 0 0 10px 101px;
  -moz-border-radius: 0 0 12px 12px;
  -webkit-border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;

}
#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: underline;
  color: #ddd;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #ee5a01;
  }
#morefoot h3 {
  font-size: 11pt;
  font-weight: normal;
  color: #ee5;
  letter-spacing: -1px;
  border-bottom: 1px dotted #ee5a01;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 160px;
  }
#morefoot .col1 {
  float: left;
  width: 240px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 260px;
  }
#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: url(images/bggrad.jpg) repeat-x;
  border: 1px 0 1px 1px solid #C00;
  padding: 15px 15px 10px 40px;
  margin: 0 0 0 100px;
   -moz-border-radius: 12px 12px 0 0;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  }
#footer p {
  font-size: 9pt;
  color: #bbb;
  padding: 0;
  }
#footer a {
  color: #bbb;
  text-decoration: underline;
  }
#footer a:hover {
  color: #fff;
  }
#footerleft {
  float: left;
  width: 500px;
  }
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }



/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  text-align: center;
  display: block;
  }
img.alignnone {
	vertical-align:middle;
}

.wp-caption {
  border: 1px solid #610000;
  text-align: center;
  background: url(images/bg-trans-grad.png) bottom left repeat-x;
  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: #fff;
  }

/* Miscellaneous CSS for plugins and Add-ons */

.pagenav {
	background: url(images/bg-trans.png) repeat;
	padding: 4px;
	margin: 0 10px 0 0;
	-moz-border-radius: 12px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: #610000 solid 1px;
	float: right;
}

.excerpts-from-children { /* Excerpts from Children Plugin CSS */
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}
.excerpts-from-children h3 {
	font-variant: small-caps;
	display: block;
	padding-left: 10px;
	line-height: 12px;
	background: url(images/bg-trans2.png) repeat;
	border: 1px solid #5d1600;
	-moz-border-radius: 6px 6px 0 0;
	-khtml-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-radius: 4px;
}
.excerpt-body {
	padding: 5px;
	margin: 0;
	background: url(images/bg-trans-grad.png) bottom left repeat-x;
	border-left: 1px solid #5d1600;
	border-right: 1px solid #5d1600;
	border-bottom: 1px solid #5d1600;
	-moz-border-radius: 0 0 4px 4px;
	-khtml-border-bottom-left-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
p.read-more {
	text-align: right;
        font-size: 10px;
        font-variant: small-caps;
}

/* Date alter */

.date {
	height: 40px;
	width: 40px;
	background: url(images/bg-trans.png) repeat;
	font: 300 20px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #DBC093;
	text-align: center;
	padding: 0;
	line-height: 100%;
	float: left;
	-moz-border-radius: 0 6px 6px 0;
	-khtml-border-top-right-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;

}
.date span {
	height: 10px;
	display: block;
	font: normal 10px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	padding-top: 3px;
}

/* Tutorial CSS */

span.tip01 {
	background: url(images/bg-tip.png)top left no-repeat;
	padding: 10px 10px 10px 80px;
	margin: 10px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: #610000 solid 1px;
	float: right;
	color: #000;
}

/* Featured Post Carousel */  
   
#featured {  
	padding: 10px 10px 0 20px;  
}  
#carousel {  
	list-style: none;  
	margin: 0;
	padding: 0;  
}     
#carousel li {  
	float: left;  
	padding: 0;  
	margin-right: 10px;  
}

/* Additional Adsense */

#ad_footer {
	background-color: #852c00;
        text-align: center;
        clear: both;
        margin-left: 101px;

}

#header_ad {
  float: right;
  width: 468px;
  height: 60px;
  margin: 30px 10px 0 0;
  padding: 0;
}