/*  
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!
Author: sam
Author URI: http://samk.ca/
Version: 1.9.1
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 */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, tt, table, tr, td { margin:0; padding:0; }
/* Remove borders */
table {border-collapse:collapse; border-spacing:0; }
fieldset, img {border:0; }
abbr, acronym {border:0; }
label {border: 0 !important;}

/* Remove border around linked images */
img {border: 0;}
iframe {border:0;}

/* Reset font-size and -weight */
address, caption, cite, code, dfn, th, var {font-style:normal; font-weight:normal}
h1, h2, h3, h4, h5, h6 {font-size:1em; font-weight:normal; }
p, blockquote, small, big {font-size: 1em;}

/* Remove styling from all list items */
ol, ul, li { list-style:none; margin: 0px; padding: 0px; }


body {margin: 0px auto; padding: 0px; font-family: Lucida Sans Unicode, Lucida Grande, Lucida Sans, Lucida, Helvetica, Arial, sans-serif; font-size: 12px; color: #ccc; background: #000; }

a { color: #f9fc4f; text-decoration: none; }
a:hover { border-bottom: 1px dotted #f9fc4f; }

.clear { clear: both; }

p { font-size: 13px; margin-bottom: 10px; line-height: 1.5em; }
h3 { font-size: 16px; margin-top: 20px; margin-bottom: 5px; color: #fff;}
blockquote { padding: 3px 25px 3px 25px; }
blockquote p {  font-size: 12px; line-height: 1.5em; font-style: italic; border-left: 5px solid #333; padding: 0px 10px;  }
input { color: #ccc; }


/* Header and wrapper */
#siteinfo { height: 22px; background: #999;}
#siteinfo h1 { color: #000; font-size: 12px; line-height: 22px; width: 100%; text-align: center; font-weight: normal; }
#wrapper { margin: 0 auto; width: 960px; text-align: left; padding: 0; }
#header { height: 150px; }
#logo { width: 290px; height: 100px; float: left; margin-top: 25px; }
#logo a:hover { border: none; }
#logoDivider { width: 20px; height: 150px; background: url(/images/divider.gif) no-repeat top center; float: left; }

#navMain { float: left; color: #666; margin-left: 10px; }
#navFirst, #navSecond { height: 30px; }
#navFirst img, #navSecond img { margin: 0px 10px; }

#navFirst li, #navSecond li { float: left; display: block; height: 30px; line-height: 30px;  }
#navMain li.selected { font-weight: bold; color: #fff; }
#navFirst { font-size: 18px; margin-top: 64px; }
#navSecond { font-size: 14px; }



/* Top Content */

h2.head {
color:#FFFFFF;
font-size:20px;
font-weight:bold;
line-height:1.3em;
margin-bottom:15px;
}
h3.subTitle { font-size: 13px; margin-bottom: 15px;}
#main {
  margin: 5px 10px 0 10px;
  clear: both;
  width: 940px;
  padding-bottom: 5px;  
}
#contentwrapper {
  float:left;
  width: 540px;
}
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 14pt;
  color: #000;
  font-weight: normal;
  padding: 5px;
}
.topPost {
  background: #111;
  color: #ccc;
  margin-bottom: 20px;
}
.topPostContent { padding: 20px; padding-bottom: 10px; }

.topTitle { font-size: 22px; font-family: Georgia, serif; font-style: italic; font-weight: bold; }
.topTitle a { color: #de3920;}
.topTitle a:hover { color: #bf1900; border: none; }
.topPost p.topMeta {
  margin: 2px 0 0 0;
  font-size: 11px;
  color: #666;  
  text-transform: uppercase;
  letter-spacing: .1em;
}
.topPost div.topContent { margin: 5px 0; }
.topContent a { color: #fff; border-bottom: 1px dotted #666; }
.topContent a:hover { color: #fff; border-bottom: 1px dotted #fff; }
.topPost div.topContent ul, .topPost div.topContent ol {  padding: 0 0 0 30px; }
.topPost div.topContent ul li, .topPost div.topContent ol li { }

.botMeta { padding: 0px 10px; text-align: right; background: #222; color: #999; }
.botMeta span.topComments, .botMeta span.topMore, .botMeta span.topTags {
  font-size: 10px;
  line-height: 20pt;
  color: #ccc;
  padding-right: 10px;
  margin-right: 10px;
}
.botMeta span.topTags { float: left; }
.botMeta span.topComments a, .botMeta span.topMore a, .botMeta span.topTags a { color: #ddd; border-bottom: 1px dotted #ccc;  }
.botMeta span.topComments a:hover, .botMeta span.topMore a:hover, .botMeta span.topTags a:hover { color: #fff; border-bottom: 1px dotted #fff;}
.botMeta span.linkpages {
  font-size: 11px;
  font-style: italic;
  color: #fff;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }



/* Comments */

#comment {
  margin-bottom: 10px;
  margin-top: 15px;
  width: 540px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  background: #111;
  color: #ccc;
  }
#commentform label { line-height: 24px; color: #ccc;  }
input#author, input#email, input#url { width: 200px;  padding: 4px; background: #222; border: 1px solid #444; }
#comment h3 {
  font-size: 13px;
  color: #ccc;
  background: #222;
  margin: 0;
  padding: 5px 10px;
  }
#comment p {
  margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px;
  font-size: 12px;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  background: #111;
  }
.commentlist li.alt {
  background: #000;
  border: none;
  margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentmetadata a { color: #aaa; font-size: 11px;}

.commentlist cite {
  font-size: 13px;
  font-style: normal;
  color: #ddd;
  padding-bottom: 3px;
  }

.commentlist p {
  color: #ccc;
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
 #commentform { padding: 10px 20px;}
textarea#comment {
  width: 480px;
  background: #222;
  border: 1px solid #444;
  color: #FFF;
  padding: 10px;
}
#comment #submit {
  margin: 0;
  }
  
  

#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


/* Welcome section */

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

  color: #fff;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  font-size: 9pt;
  color: #eee;  
  padding: 6px 0;
  }

#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  width: 200px; padding: 4px; background: #222; border: 1px solid #444;
  }
.submitbutton {
  margin: 0px 0 0 5px;
  background: #de3920;
  border: 1px solid #000;
  color: #fff;
  font-size: 8pt;
  padding: 4px 6px;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #bf1900;
  }


/* Sidebars */
#sidebars {
  margin: 0px 0 0 40px;
  float: left;
  width: 300px;
  color: #eee;
  }
#sidebars .sidebarbox {
  background: #111 url(images/bg-trans.png) repeat;
  padding: 8px 15px;
  }

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

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

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

#sidebars h2 {
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: normal;
  font-size: 11pt;
  color: #fff;
  }

#sidebars table {
  width: 130px;
  }

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

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

#sidebars li ul {
  padding: 0;
  }

#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 p {
  padding: 2px 0;
  font-size: 9pt;
  color: #eee;
  }

#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: #dfdfdf;
  margin: 0 0 10px 0;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
	margin-left: 15px;
  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: none;
  border: none;
  color: #f9fc4f;
  }
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #dfdfdf;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  width: 180px;  padding: 4px; background: #222; border: 1px solid #444;
  }
#morefoot .col1 {
  float: left;
  width: 340px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 260px;
  }
#morefoot li {
  padding-left: 5px;
  margin-bottom: 5px;
  list-style: square;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/
#footer { border-top: 1px dotted #333; margin: 0px; padding: 10px 0px; }
#footer h3 { text-align: left; font-size: 10px; color: #666; }
#footer a { color: #999; }



/* 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 #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: #FFF;
  }


