@charset "UTF-8";
/*  
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: 2.0.1
Tags: black, blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar, sticky-post
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/
/* Defaults */
/* static START */
* {
	margin:0;
	padding:0;
}
abbr[title], acronym[title] {
	border-bottom:thin dotted;
	cursor:help;
}
body {
	background:#ffffff;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1, h2, h3, h4, h5, h6 {
}
h1 {font-size:200%;}
h2 {font-size:170%;}
h3 {font-size:130%;}
h4 {font-size:130%;}
h5 {font-size:110%;}
h6 {font-size:100%;}
img {
	border:0;
}
img.sided {
	background:#FFF;
	border:1px solid #CCC;
	padding:3px;
}
small {
	font-size:10px;
}
a:hover img.sided {
	border-color:#A6A6A6;
}
a {
	color:#2970A6;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.wp-caption {
	background:#FFFFFF;
	border:1px solid #CCC;
	padding:5px 0;
	margin-bottom:5px;
	text-align:center;
}
.post .content .wp-caption p {
	margin:0;
	
}

blockquote, pre {
	background:#F4F5F7 url(img/blockquote.gif) 3px 3px no-repeat;
	border:1px dashed #CCC;
	padding:8px 12px 8px 36px;
	margin:5px 0;
}
.more-link {
	font-size:11px;
}
.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.left {
	float:left;
	margin-right:10px;
}
.right {
	float:right;
	margin-left:10px;
}
.fixed, .clear {
	clear:both;
}
input.textfield, 
textarea {
	background:#FFF url(img/textfield.gif) top repeat-x;
	border:1px solid #A6A6A6;
	padding:2px 1px;
}
.boxcaption {
	background:#ffffff;
	padding:0px 0px;
}
.boxcaption h3 {
	font-size:18px;
	
}
.box {
	background:#ffffff;
	padding:8px 0px;
	margin-bottom:10px;
}
.messagebox, 
.errorbox {
	padding:0 0px;
	height:27px;
	font-size:11px;
}
.w3c {
	color:#080;
	font-size:10px;
}


/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width:1000px;
  text-align: left;
  padding:20px 0;
  }

#header {
  padding: 0;
  margin: 0;
  z-index: -1000;
  }

#navcontainer {
	vertical-align:top;
	margin-top:0px;
	padding:0px;
}

#navcontainer ul {	
	margin-left: 0;
	
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	font-size: 11px;
	
	padding-top: 4px;
	padding-left:6px;
	padding-right:6px;
	
	vertical-align:middle;
	height: 38px;
	
	text-decoration: none;
	float: left;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

#navlist_right {
	float:right;
}

#navlist_right ul li a{
	float: left;
	width: 112px;

	color: #ffffff;
	background-color: #333333;
	color: #aaa;
}
#navlist_right ul li a:hover{
	color: #ffffff;
	background-color: #555555;
	background-color: #000;
	color: #aaa;
}


/* content START */
#content {
	min-height:400px;
}
/* content END */




/* Top Content */

#main {
  margin: 5px 0px 0 0px;
  clear: both;
  padding-bottom: 5px;
  }
#contentwrapper {
	width:505px;
	padding:0px 0px 15px;
	float:left;
  display: inline;
}
#contentwrapper2 {
  float:left;
  display: inline;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 14pt;
  letter-spacing: -1px;
  color: #fff;
  font-weight: normal;
  background: url(images/bg-trans.png) repeat;
  padding: 5px;
  }
  
  
  
.post {
	line-height:200%;
}
.post h3 {
	display:block;
	margin-top:10px;
	font-size: 12pt;

	border-bottom:1px solid #CCC;
	padding:0 0px 3px;
}
.post h3 a.title {
	text-decoration:none;
	color:#4C4C4C;
}
.post h3 a.title:hover {
	color:#2970A6;
}
.post .info {
	margin:0px;
}
.post .info span.first {
	margin-left:0;
}
.post .date, 
.post .tags, 
.post .author, 
.post .categories, 
.post .editpost, 
.post .readingblinds, 
.post .comments, 
.post .addcomment, 
.post .editlinks {
	padding-left:0px;
	height:16px;
	display:block;
	font-size:11px;
}

.post .act {
	height:16px;
	float:right;
}
.post .act span {
	float:left;
	margin-left:15px;
}
.post .tags {
	background-position:0 -16px;
}
.post .categories {
	background-position:0 -32px;
}
.post .author {
	background-position:0 -176px;
}
.post .date {
	background-position:0 -48px;
	color:#999999;
	float:left;
}
.post .editpost {
	background-position:0 -64px;
}
.post .readingblinds {
	background-position:0 -80px;
}
.post .comments {
	background-position:0 -96px;
}
.post .addcomment {
	background-position:0 -112px;
}
.post .editlinks {
	background-position:0 -192px;
}
.post .content {
	overflow:hidden;
        margin-top:25px;
margin-bottom:10px;
}
.post .content p {
	margin-bottom:18px;
}
.post .content .under {
	height:16px;
}
.post .content .under span {
	float:left;
	margin-right:15px;
}
.post .content h4 {
	color:#080;
	margin-bottom:10px;
}
.post .content img {
	max-width:500px;
}
.post .content ul, 
.post .content ol {
	padding-bottom:10px;
}
.post .content ul li, 
.post .content ol li {
	list-style-position:inside;
	padding-left:20px;
}
.post .content table {
	background:#FFF;
	border:1px solid #CCC;
	margin:5px 0 10px;
}
.post .content table tr td {
	border-top:1px solid #CCC;
	padding:2px 10px;
}
.post .content table tr th {
	padding:1px 10px;
	background:#EDEFF0;
	text-align:left;
}
.post .content .boxcaption {
	background-image:url(img/postbox.gif);
}
.post .content .box {
	background-image:url(img/postbox.gif);
}
#postpath {
	height:16px;
	margin:5px 0;
	padding-left:0px;
}
#pagenavi, 
#postnavi {
	border-top:1px solid #CCC;
	margin:0px -5px 0;
	padding:10px 5px 0;
}
#pagenavi {
	font-size:11px;
}
#pagenavi .newer a, 
#postnavi .prev a {
	padding-left:0px;
	float:left;
	height:16px;
}
#pagenavi .older a, 
#postnavi .next a {
	padding-right:0px;
	float:right;
	height:16px;
}
/* main END */

/* Comments */

#comments {
  margin-bottom: 10px;
  margin-top: 15px;
  padding: 0px 0px 10px;
  }
#comments h3 {
  font-size: 10pt;
  font-weight: normal;
  margin: 15px 0;
  padding: 0;
  }
#comments p a {
  }
#comments p a:hover {
  }
#comments p {
  padding:0;
    margin: 15px 0;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 9pt;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  
  border: none;
  list-style-type: none;

  }
.commentlist li.alt {
  border: none;
  margin-top:10px;

  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  }
.commentlist a.gravatar {
  float: left;
 
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;

  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  }
.commentlist small.commentmetadata a {
  }
.commentlist p {
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  background: #fff;
  padding: 10px;
　
  }
#comments #submit {
  color: #666;
  margin: 0;
  border: 1px solid #999;
  background-color:#FFF;
  }
#submit_box, #comment_box{
 margin:0px;
}
#comment_box{
float:right;
width:350px;
}


#comment_left{
float:left;
}
#comment_right{
margin:0px;
}
#comment{
border:1px, solid, #999;
}
#Comment_Title_box{
  height:20px;
}
#Comment_Title{
  float: left;
}
#Comment_Icons{
float: right;
}
#Comment_Icons ul li {
  display: inline;
  width:25px;
  float:right;
}


#Content_Title_Box, #Comment_Title_box, #Comment_Title_box_2{
  border-bottom: 1px solid #b4b4b4;
  width:495px;
}
#Content_Title_Box #Content_Title, #Comment_Title_box #Comment_Title {
  font-weight: bold;
  font-size: 12px;
}




/* 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;
  letter-spacing: -2px;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#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: #010101;
  color: #fff;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #050505;
  }


/* Sidebars */
#sidebar {
	width:465px;
	float:right;
	font-size:95%;

}
/*LINKS*/
#SB_link_container_left {
	float:right;
	padding-top:5px;
	width:265px;
}
#SB_link_container_right {
	float:left;
	padding-top:5px;
}
#SB_link_title{
padding-bottom:5px;
border-bottom: 1px solid #b4b4b4;
}
#SB_link_div {
	padding-top:7px;
	padding-bottom:10px;
}
/* sub div */
#SB_link_subdiv {
	padding-top:5px;
	padding-bottom:5px;
	line-height:200%;
}
#SB_link_subdiv ul{
	padding-left:0px;
	padding-top:10px;
	padding-bottom:10px;
}
#SB_link_subdiv ul li {
	list-style-type:none;
	font-size:12px;
}
#SB_link_subdiv ul li a {
	text-align:left;

	color: #555555;
	text-decoration: none;
	
	border-bottom: 1px solid #999999;
}
#SB_link_subdiv ul li a:hover{
	color: #000000;
	border-bottom: 1px solid #000000;
}
/* search box */
#SB_link_div .textfield {
	margin: 0px;
	width:170px;
	float:right;
}
#SB_link_div .switcher {

	width:22px;
	height:18px;
	
	padding:0px 0px, 0px;
}
/*LINKS*/



/* footer START */
#footer {
	display:block;
	border-top:1px solid #555555;
	font-size:11px;
	width:100%;
	
	padding-top:5px;
	padding-bottom:15px;
}
#footer_left {
	display:incline;
	float:left;
}
#footer_right {
	display:incline;
	float:right;
}
#footer a {
	color:#2A2A2A;
}
a#footerlinks {
}
/* footer END */





/* 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;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }



.thumbnail {
  
 }
