/*  
Theme Name: Pixel
Theme URI: http://samk.ca/freebies/
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: Sam
Author URI: http://samk.ca/
Version: 1.9.7
Tags: black, blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-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:0;
  }

h1, h5, h6 {
background:transparent url(images/firetop.png) repeat-x;
  font-family: helvetica, arial, sans-serif;
  }

h2 {
font-size:1.5em;
}

h3 {
font-size:1.4em;
}

h4 {
margin:0;
font-size:1.3em;
}

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 {
padding:.8em;
  }

a {
  color: #528B8B;
  text-decoration: none;
  }

a:visited {
color: #528B8B;
 text-decoration: none;
}

a:hover {
  color: #222;
  text-decoration: underline;
  }

a img {
background:#000000;
  border: none;  
  }

blockquote {
  background:#ffffff;
  padding: 6px;
  margin: 6px;
  font-size: 1.2em;
  color: #000000;
font-weight:500;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 100%;
  }

body {
 font-family: helvetica, arial,  sans-serif;
 background:#000000 url(images/spinbackorg2.png) no-repeat top left;
  }


/* Header and wrapper */
#wrapper {
background:transparent;
  margin: .8em auto;
  width: 820px;
  text-align: left;
  padding: 0;
  }

#header {
  padding: 0;
  margin:0;
background:transparent url(images/spindrumlogo.png) no-repeat  left bottom;
  height: 190px;
  }

#header #topright {
  text-align: right;
  float: right;
  margin:0;
}
#header #topright ul {
background:transparent;
font-size:114%;
  list-style: none;
  padding: 0;
  margin:.5em 0 0 0;
  }
#header #topright li {
font-style:italic;
background: #000000 url(images/firetoplong.png) no-repeat  bottom;
padding:.3em;
text-align:center;
display:block;
float:left;
width:190px;
  }
#header #topright li a {
  color: #FFEC8B;
font-size:125%;
  padding:.2em;
  text-transform: lowercase;
  }
#header #topright li a:hover {
  color: #FFEC8B;
  text-decoration: underline;
  }

#header #logo {
  float: left;
  width: 350px;
  margin: 0;
  padding: 0;
}
#header h1 {
 display:none;
  padding: 0;
  margin: 0;
  }
#header h1 a {
 display:none;
  color: #fff;
  font-size: 17pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
#header span {
 display:none;
  padding: 0;
  color: #fff;
  font-size: 10pt;
  margin:0px;
  }


/* Menu */

#catnav {
background:transparent;
  margin: -32px 0 0 562px;
  padding: 0;
  color:#FFFACD;
  font-size:1.6em;
  clear: both;

  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
font-style:italic;
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height:1.6em;
  margin: 0;
  padding: 0 .6em 0 .6em;
  color:#FFFACD;
  }

#nav li a:hover {
  background:transparent url(images/firetop2.png) repeat-x;
  color:#ffffff;
  text-decoration: underline;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 200px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  }
	
#nav li li a {
  width: 200px;
  line-height:25px;
  color: #fff;
  border-top: 1px solid #131f27;
  background:transparent url(images/firetop.png) repeat-x;
  margin: 0;
  padding: 5px;
  font-size:.9em;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background:transparent url(images/firetop2.png) repeat-x;
  padding: 5px;
  color:#ffffff;
  }

#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 {
  display:none;
  float: right;
  margin: 0;
  display: inline;
  line-height: 1.6em;
  }



/* Top Content */

#main {
background:#1C1C1C url(images/back1.png) repeat;
  margin: 0 auto;
  clear: both;
  width: 820px;
  padding: 0 0 .2em 0;
  font-size:1em;
  line-height:1.4em;
  color:#242424;
  }

#contentwrapper {
  background:transparent;
  float:left;
  width: 540px;
  margin:0 0 1em 0;
  padding:.4em;
  }
#contentwrapper2 {
  float:left;
  width: 800px;  
  margin: 0;
  padding: 0;
  }
.pageTitle, #contentwrapper2 .pageTitle {
  margin: 0 0 .4em 0;
  font-size: 1.1em;
  color: #FFEC8B;
  font-weight: normal;
  background: transparent;
text-align:right;
text-transform: lowercase;
  }
.topPost {
  margin:0 0 0 1em;
  padding: 0;
  }

.topPost h2.topTitle  {
background:transparent url(images/firetop2.png) repeat-x;
  font-weight: normal;
  color: #FFFFFF;
  padding:.4em 0 .4em .4em;
  }
.topPost h2.topTitle a {
  font-weight: normal;
  color: #FFFFFF;
  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #D6D6D6;
  }
.topPost p.topMeta {
  padding: 0;
  margin: 0 ;
  color: #D6D6D6;  
  }
.topPost p.topMeta a {
  text-decoration: none;
  color: #FFEC8B;
  }
.topPost p.topMeta a:hover {
  text-decoration: underline;
  color: #ccc;
  }
.topPost div.topContent {
background:#ffffff url(images/dot.png) no-repeat bottom right;
  margin: 0;
padding: 1em;
  }
.topPost div.topContent a {
  text-decoration: none;
  color: #2F4F4F;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #838B8B;
  }

.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, .topPost span.topTags {
  font-size: .8em;
  font-style: italic;
  background: url(images/bg-trans.png) repeat;
  padding: 6px 10px;
  margin-right: 5px;
  line-height: 22pt;
  color: #fff;
  border: 1px solid #111;
  }
.topPost span.linkpages {
  font-size: .8em;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #040404;
  }
.topPost span.topComments a {
  color: #fff;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  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 {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #fff;
  line-height: 27pt;
  vertical-align: middle;
  }
.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 {
  margin-bottom: 10px;
  margin-top: 15px;
  background: #040404;
  width: 530px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  border: 1px solid #090909;
  padding: 0px 15px 10px 15px;
  color: #fff;
  }
#comments h3 {
  font-size: 10pt;
  font-weight: normal;

  color: #fff;
  margin: 15px 0;
  padding: 0;
  }
#comments p a {
  color: #6598b8;
  }
#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: 1em;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  background: #080808;
  border: 1px solid #040404;
  list-style-type: none;
  }
.commentlist li.alt {
  background: #000;
  border: 1px solid #020202;
  border: none;
  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: underline;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #ddd;
  }
.commentlist small.commentmetadata a {
  color: #000;
  }
.commentlist p {
  color: #dedede;
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  width: 450px;
  background: #fff;
  color: #111;
  padding: 10px;
  }
#comments #submit {
  margin: 0;
  }
#extrastuff a {color:#222; font-size:01em;}
#extrastuff a:hover {color:#6598b8; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


/* Welcome section */

#welcome {
  display:none;
  margin: 0;
  padding: 0;
  background:transparent;
  }
#main #welcome h2 {
  font-weight: normal;
  text-align:center;
  color: #fff;
  margin: 1em 0 0 0;
  padding: 0;
  }
#main #welcome p {
  color: #eee;  
  margin: 0 .8em;
  padding: .2em 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #6598b8;
  }
#main #welcome form {
  margin: -.2em 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: #010101;
  color: #fff;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #050505;
  }


/* Sidebars */
#sidebars {
  margin: 0;
  float: right;
  width: 250px;
  line-height:1.5em;
  color: #eee;
  }
#sidebars .sidebarbox {
  background:transparent;
  padding:0;
  }

#sidebar_full {
  padding: 0 1em 0 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 100px;
  }

#sidebar_right {
  float: right;
  width: 100px;
  }

#sidebars h2 {
background:transparent url(images/firetop2.png) repeat-x;
  margin: 0 0 .2em 0;
  font-size:1em;
letter-spacing:.1em;
  padding: .2em 0 0 .2em;
  font-weight: normal;
   color:#ffffff;

  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 .2em .2em;
  }

#sidebars li {
  margin-bottom: 1em;
  list-style: none;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 0 0 0 1em;
  color: #eee;
  background: url(images/bullet.gif) left 8px no-repeat;
  line-height: 1.8em; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #C6E2FF;
  }
#sidebars a:hover {
background:#383838;
  color: #ffffff;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: .9em;
  color: #eee;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* Before footer */

#morefoot {
  background:transparent;
  border: 1px solid #070707;
margin: 0 auto;
  padding: 0;
  color: #dfdfdf;
  }
#morefoot p {
font-size:90%;
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin: .3em 0 1em 0;
  }
#morefoot ul li,{
  font-size:114%;
  line-height:130%;
  }
#morefoot a {
  text-decoration: underline;
  color: #ddd;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #6598b8;
  }
#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: 360px;
margin: 0 0 1em .2em;
  }

#morefoot .col2, #morefoot .col3 {
  float: right;
  width: 380px;
margin: 0 0 0 1em;
  }
#morefoot li {
  padding-left: 15px;
  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 {
background: #000;
  border: 1px solid #070707;
  margin:0 auto;
  padding:1em;
  }
#footer p {
  font-size: .9em;
  color: #bbb;
  padding: 0;
  }
#footer a {
  color: #bbb;
  text-decoration: underline;
  }
#footer a:hover {
  color: #fff;
  }
#footerleft {
  float: left;
  }
#footerright {
  float: right;
  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;
background:#000000;
  }
.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;
background:#000000;
  }
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;
  }


.spinpad {
margin:0 auto;
background:transparent;
padding: .1em;
font-size:1.1em;
}

small {
color:#000000;
}

.andafront {
background:transparent url(images/andafront2.png) no-repeat top right;
}
.andafront h3 {
margin:.8em  0 .1em 0;
}

.narrowbox {
margin:0;
padding:1em 0 0 1.2em;
width:510px;
}

.scratchsamples {
width:470px;
color:#000000;
}

.blackbox {
background:#000000;
color:#ffffff;
margin:.5em;
padding:.4em;
}

.floatright {
display:block;
float:right;
width:198px;
padding:0 0 0 .8em;
font-size:1em;
line-height:1.2em;
}

.strip {
color:#000000;
}
