/*  
Theme Name: Pixeled
Theme URI: http://samk.ca/freebies/free-wordpress-theme-pixeled/
Description: Dark WP theme with 2-3 column layout, dropdown categories menu, multiple widget-ready placement and feedburner email form integrated, easy to customize. Created by <a href="http://samk.ca/">samk</a>. Enjoy! (Other color schemes available soon!)
Author: sam
Author URI: http://samk.ca/
Version: 1.5
Tags: black, blue, 3 columns, 2 columns, clean, transparent, right sidebar, fixed width, valid xhtml, valid css, feedburner, adsense ready, 1024, dropdown categories, widgets, footer navigation, drop down
.
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: Verdana;
  }

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: #e8e8e8;
  border-bottom: 1px dotted #e8e8e8;
  text-decoration: none;
  }

a:hover {
  color: #f90;
  border-bottom: 1px dotted #f90;
  }

a img {
  border: none;  
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  color: #e8e8e8;
  }

code {
  color: #3366cc;
  }

q {
  background: #070707;
  color: #e8e8e8;
}

strong {
  color: #fff;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  color: #fff;
  background: #000 url(images/bgbody.jpg) top center no-repeat;
  }


/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 960px;
  text-align: left;
  padding: 0;
  }

#header {
  padding: 0;
  margin: 0;
  height: 80px;
  }

#header #topright {
  text-align: right;
  float: right;
  width: 400px;
  margin: 5px 0 0 0;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #e8e8e8;
  font-size: 9pt;
  padding: 0;
  margin-left: 25px;
  text-decoration: none;
  border-bottom: 1px dotted #e8e8e8;
  }
#header #topright li a:hover {
  color: #f90;
  border-bottom: 1px dotted #f90;
  }

#header #logo {
  float: left;
  width: 550px;
  margin: 25px 0 0 0;
  padding: 0;
}
#header h1 {
  padding: 0;
  margin: 0;
  font-weight: normal;
  }
#header h1 a {
  color: #e8e8e8;
  font-size: 17pt;
  text-decoration: none;
  border-bottom: none;
  }
#header h1 a:hover {
  color: #f90;
  text-decoration: none;
  border-bottom: 1px dotted #f90;
  }
#header span {
  padding: 0;
  color: #e8e8e8;
  font-size: 10pt;
  }


/* Menu */

#catnav {
  margin: 20px 0 0 0;
  padding: 0;
  clear: both;
  height: 44px;
  width: 960px;
  }

#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: #e8e8e8;
  text-decoration: none;
  border-bottom: none;
  }

#nav li a:hover {
  color: #f90;
  text-decoration: underline;
  display: block;
  }

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

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

#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 */

#main {
  margin: 5px 15px 0 15px;
  clear: both;
  width: 930px;
  padding-bottom: 5px;
  }
#contentwrapper {
  float:left;
  width: 560px;
  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper2 {
  float:left;
  width: 900px;  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 14pt;
  color: #e8e8e8;
  font-weight: normal;
  background: url(images/bg-trans.png) repeat;
  padding: 5px 10px;
  }
.topPost {
  margin: 0;
  padding: 0;
  font-size: 9pt;
  }
.topPost h2.topTitle {
  margin-bottom: 3px;
  }
.topPost h2.topTitle a {
  font-size: 15pt;
  font-weight: normal;
  color: #e8e8e8;
  text-decoration: none;
  border-bottom: none;
  }
.topPost h2.topTitle a:hover {
  border-bottom: 1px dotted #f90;
  color: #f90;
  }
.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 9pt;
  color: #e8e8e8;  
  }
.topPost p.topMeta a {
  text-decoration: none;
  color: #e8e8e8;
  }
.topPost p.topMeta a:hover {
  border-bottom: 1px dotted #f90;
  color: #f90;
  }
.topPost div.topContent {
  font-size: 9pt;
  color: #e8e8e8;
  margin: 8px 0;
  }
.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #e8e8e8;
  }
.topPost span.topRatings, .topPost span.topComments, .topPost span.topMore, .topPost span.topTags, .topPost span.emailFriend {
  display: inline-block;
  font-size: 9pt;
  font-style: italic;
  background: #040404;
  padding: 3px 10px;
  margin: 3px;
  line-height: 27pt;
  color: #e8e8e8;
  border: 1px solid #111;
  }
.topPost span.topRatings:hover, .topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover, .topPost span.emailFriend:hover {
  background: #040404;
  }
.topPost span.topRatings a {
  color: #e8e8e8;
  background: url(images/star.png) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  text-decoration: none;
  border-bottom: none;
  }
  .topPost span.topComments a {
  color: #e8e8e8;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  text-decoration: none;
  border-bottom: none;
  }
.topPost span.topMore a {
  color: #e8e8e8;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  text-decoration: none;
  border-bottom: none;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  color: #e8e8e8;
  }
.topPost span.topTags a {
  color: #e8e8e8;
  line-height: 27pt;
  text-decoration: none;
  border-bottom: none;
  }
.topPost span.emailFriend a {
  color: #e8e8e8;
  line-height: 27pt;
  text-decoration: none;
  border-bottom: none;
  }
.topPost span.topRatings a:hover, .topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover, .topPost span.emailFriend a:hover {
  color: #f90;
  text-decoration: underline;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #e8e8e8;
  text-transform: lowercase;
  text-decoration: none;
  border-bottom: 1px dotted #e8e8e8;
  }
#nextprevious a:hover {
  color: #f90;
  border-bottom: 1px dotted #f90;
  }


/* Responses */

#responses {
  margin: 10px 0;
  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: 10px 15px;
  color: #e8e8e8;
}
#responses h3 {
  font-size: 12pt;
  color: #fff;
  margin: 15px 0 0 0;
  padding: 0;
}
#responses ul {
  margin: 10px 0;
  list-style: none;
}
#responses ul li {
  margin: 0 0 15px 0;
  padding: 10px;
  font-size: 9pt;
  background: #030303;
  border: 1px solid #0a0a0a;
}
#responses ul li .post-meta-key {
  display: block;
  padding-bottom: 8px;
  font-size: 10pt;
  font-weight: bold;
  color: #fff;
}

/* Ratings */

#ratings {
  margin: 10px 0;
  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: 10px 15px;
  color: #e8e8e8;
  }
#ratings h3 {
  font-size: 12pt;
  color: #fff;
  margin: 15px 0 0 0;
  padding: 0;
  }
#ratings label {
  font-size: 9pt;
  }


/* Comments */

#comments {
  margin-bottom: 10px;
  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: 10px 15px;
  color: #e8e8e8;
  }
#numberofcomments {
  color: #e8e8e8;
  font-size: 12pt;
  margin-top: 10px;
  }
ol#commentlist {
  margin: 10px 0;
  font-size: 9pt;
  list-style: none;
  }
#commentlist li {
  margin: 0 0 15px 0;
  padding: 10px;
  background: #030303;
  border: 1px solid #0a0a0a;
  }
 .commentcount { float: left; padding: 15px 10px; width: 25px; text-align: center; }
#commentlist li.alt {
  background: #000;
  border: 1px solid #010101;
  border: none;
  }
#commentlist li.cleared {
  background: transparent;
  border: none;
  }
#commentlist a.gravatar {
  float: left;
  margin: 30px 10px 0 0;
  width: 69px;
  border-bottom: none;
  }
#commentlist .commentbody {
  margin: 0;
  padding: 0 5px 0 0;
  float: right;
  width: 450px;
  }
#commentlist .commentbody p a {
  border-bottom: 1px dotted #e8e8e8;
  }
#commentlist .commentbody p a:hover  {
  border-bottom: 1px dotted #f90;
  }
#commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #e8e8e8;
  }
#commentlist p {
  color: #e8e8e8;
  }
#comment h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #e8e8e8;
  margin: 15px 0 0 0;
  padding: 0;
  }
textarea#comment {
  width: 450px;
  background: #e8e8e8;
  color: #111;
  }
#comment #submit {
  margin-left: 0px;
  margin-top: -25px;
  }



/* Welcome section */

#main #welcome {
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  background: url(images/bg-trans.png) repeat;
  }
#main #welcome h2 {
  font-size: 14pt;
  font-weight: normal;
  color: #e8e8e8;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  font-size: 9pt;
  color: #e8e8e8;  
  margin: 0 10px;
  padding: 6px 0;
  line-height: 19px;
  }
#main #welcome a {
  border-bottom: 1px dotted #e8e8e8;
  }
#main #welcome a:hover {
  border-bottom: 1px dotted #f90;
  }
#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: #010101;
  color: #e8e8e8;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #050505;
  }


/* Sidebars */
#sidebars {
  margin: 10px 0 0 0;
  float: right;
  width: 340px;
  color: #e8e8e8;
  }
#sidebars .sidebarbox {
  background: url(images/bg-trans.png) left top repeat;
  padding: 8px;
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  }

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

#sidebar_right {
  float: right;
  width: 185px;
  }

#sidebar_right ul {
  margin: 0;
  padding: 0;
}
  
#sidebars h2 {
  margin: 0 0 4px 0;
  padding: 0 0 4px 0;
  font-weight: normal;
  font-size: 11pt;
  color: #e8e8e8;
  border-bottom: 1px dotted #444;
  }

#sidebars table {
  width: 130px;
  }

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

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

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 15px;
  color: #e8e8e8;
  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: #e8e8e8;
  text-decoration: none;
  border-bottom: none;
  }
#sidebars a:hover {
  color: #f90;
  border-bottom: 1px dotted #f90;
  }

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

#tag_cloud a {
  display: inline;
  }

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

/* Before footer */

#morefoot {
  background: #000 url(images/bggrad.jpg) top left repeat-x;
  border: 1px solid #070707;
  padding: 15px;
  color: #e8e8e8;
  margin: 0 0 10px 0;
  }
#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 {
  border-bottom: none;
  }
#morefoot a:hover {
  text-decoration: underline;
  }
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #e8e8e8;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 340px;
  }
#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: #000;
  border: 1px solid #070707;
  padding: 15px 15px 10px 15px;
  }
#footer p {
  font-size: 9pt;
  color: #e8e8e8;
  padding: 0;
  }
#footerleft {
  float: left;
  width: 725px;
  }
#footer #footerleft p a {
  color: #e8e8e8;
  text-decoration: none;
  border-bottom: 1px dotted #e8e8e8;
  }
#footer #footerleft p a:hover {
  color: #f90;
  border-bottom: 1px dotted #f90;
  }
#footerright {
  float: right;
  width: 75px;
  text-align: right;
  }
#footerright a {
  border-bottom: none;
  }


/* 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 {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #e8e8e8;
  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;
  }

/* Ratings */
.ratings h2 { margin-bottom: 1px; padding: 5px 10px; color: #e8e8e8; font-size: 9pt; background: #000; }
.ratings h2 a { border-bottom: none; }
.ratings h2 a:hover { border-bottom: none; }
.ratings a { color: #e8e8e8; text-decoration: none; border-bottom: 1px dotted #e8e8e8; }
.ratings a:hover { color: #f90; border-bottom: 1px dotted #f90;}
.ratings ul { margin: 0 0 15px 0; padding-bottom: 5px; background: url(images/bg-trans.png); list-style: none; }
.ratings li { margin-bottom: 1px; padding: 0 5px 3px 25px; font-size: 8pt; background: url(images/bullet.gif) 10px center no-repeat; }
.ratings p { padding: 10px; }

/* Archives */
.archive h2 { margin-bottom: 1px; padding: 5px 10px; color: #e8e8e8; font-size: 9pt; background: #000; }
.archive h2 a { border-bottom: none; }
.archive h2 a:hover { border-bottom: none; }
.archive a { color: #e8e8e8; text-decoration: none; border-bottom: 1px dotted #e8e8e8; }
.archive a:hover { color: #f90; border-bottom: 1px dotted #f90;}
.archive ul { margin: 0 0 15px 0; padding-bottom: 5px; background: url(images/bg-trans.png); list-style: none; }
.archive li { margin-bottom: 1px; padding: 0 5px 3px 25px; font-size: 8pt; background: url(images/bullet.gif) 10px center no-repeat; }

/* Ads */
.adsense_wrapper { position: relative; margin: 10px 0; padding: 20px 15px;background: #040404; width: 530px; border: 1px solid #090909; color: #e8e8e8; z-index: -1; }
.adsense { margin: 0 auto; width: 468px; }