/*
	Theme Name: Pixelbreaker
	Theme URI: http://www.pixelbreaker.com
	Description: Custom theme
	Version: 2.0
	Author: Gabriel Bucknall
	Author URI: http://www.pixelbreaker.com
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/ 

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}







/* */









root, div {
    display: block;
}

img {
	border-width: 0;
}

body {
	background:#DDD;
	padding-top: 0;
	margin: 0;
	color:#000;
   	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	-webkit-font-smoothing: subpixel-antialiased; /* Make Webkit match Gecko font rendering */
/*	overflow: hidden;*/
}
/*
h1 {
	font-size: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}

h2 {
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}*/

#wrapper {
	width: 100%;
/*	max-width: 1050px;*/
	min-width: 400px;
	height: 100%;
	margin: 0 auto;
}

#topnav {
	position: relative;
	height: 23px;
	background: #666; /* url('') no-repeat 0px 4px;*/
	padding-top: 61px;
	padding-right: 19px;
	font-size: 12px;
}

#topnav a.homelink {
	position: absolute;
	top: 4px;
	background: transparent;
}

#topnav a {
	color: #FFF;
	text-decoration: none;
	width: inherit;
	height: inherit;
	background: url('/_includes/images/pb_dot.png') no-repeat;
	background-position: right 9px;
	padding-right: 3px;
}

#topnav a:hover {
	color: #b7da9b;
}

html.csstransitions #topnav a {
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

#topnav ul {
	display: block;
	float: right;
}

#topnav ul li {
	position: relative;
	list-style: none;
	display: block;
	float: left;
	padding-left: 10px;
	text-transform: capitalize;
}

#topnav li .underline {
	position: absolute;
	bottom: -2px;
	height: 1px;
	width: 0;
	display: none;
	background: #b7da9b;
}

#content {
	position: relative;
	background: #DDD;
	color: #000;
	padding: 0;
	width: 100%;
	margin: 0 auto;
/*	max-width: 1000px;*/
}

#content .spinner {
	position: relative;
	margin: 100px auto;
	width: 40px;
	height: 50px;
	display: none;
	background: url('/_includes/images/spinner.gif') no-repeat center top;
	cursor: default;
	padding-top: 20px;
	vertical-align: bottom;
	text-align: center;
	font-size: 10px;
}

body.js #content {
	height: 100%;
}

#content a {
	color: #070;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#posts {
/*	width: 600px;*/
	left: 0;
	width: 70%;
	display: block;
	float: left;
	margin: 0 20px 0 20px;
	padding: 20px 0 0 0;
}

#content article {
	position: relative;
	
	background: #FFF;
	padding: 20px 20px 15px 20px;
	margin: 0 auto 20px auto;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	
	overflow: hidden;
}

#content article.entry_list {
	padding: 12px 20px 10px 20px;
	margin: 0 auto 20px auto;
	font-size: 13px;
}

/*article.entry_list a {
	text-decoration: none;
}

article.entry_list a:hover {
	color: #090 !important;
	text-decoration: underline;
}*/

article.entry_list div.left {
	display: inline-block;
	float: left;
}

article.entry_list div.right {
	display: inline-block;
	float: right;
}

article h2 {
	font-size: 18px;
	font-weight: bold;
	clear: none;
	display: inline;
	vertical-align: bottom;
}

article h2 a {
	color: #000 !important;
}

/*search*/

article#search-results div.page,
article#search-results div.post {
	display: block;
	clear: both;
	float:left;
	margin-bottom: 8px;
}

article#search-results div h3 {
	display: inline-block;
	font-size: 13px;
}

article#search-results div small {
	display: inline-block;
	margin-left: 8px;
	font-size: 11px;
}

article time {
	position: absolute;
	top: 24px;
	right: 20px;
	font-size: 10px;
	color: #006600;;
/*	clear: none;*/
/*	float:right;*/
/*	margin-left: 10px;*/
	display: block;
}

article, article p {
	padding: 10px 0 10px 0;
	font-size: 12px;
	line-height: 16px;
}

article.title {
	padding-bottom: 20px !important;
}

article hr {
	border: 1px solid #EEE;
	clear: both;
}

article p img,
article img,
article object {
	border: 10px solid #EEE;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

article p code {
	color: #060;
	font-weight: bold;
}

article a>img {
	border:0;
}

article ul {
	font-size: 12px;
	line-height: 16px;
}

article ul li {
	list-style: square;
	list-style-position: inside;
}

article p.postmetadata {
	width: 100%;
	border-top: 1px solid #EEE;
	font-size: 11px;
	padding: 5px 0 0 0;
	margin-top: 10px;
}

#posts .entrybody {
	font-size: 13px;
	font-weight: normal;
}

div .wp_syntax {
	padding-bottom: 0;
	white-space:pre-wrap; 
}

article p.comment-form-comment label {
	vertical-align: top;
}

h3#reply-title, h3#comments {
	font-size: 14px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 6px;
	padding-bottom: 4px;
	clear: both;
	display: block;
}

p.form-allowed-tags code {
	clear: both;
	display: block;
	width: 50%;
}

/*p.comment-form-author label, 
p.comment-form-email label, 
p.comment-form-url label,
p.comment-form-comment label {
	display: inline-block;
	width: 120px;
}*/

p.comment-form-author input, 
p.comment-form-email input, 
p.comment-form-url input,
p.comment-form-comment textarea {
	display: block;
	clear: both;
	width: 50%;
	border: 1px solid #999;
}

ol.commentlist {
	display:block;
	margin-bottom: 30px;
}

ol li.pingback,
ol li.comment {
	background: #EEE;
	
	margin: 10px 0 10px 0;
	padding: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

div.comment-body {
	position: relative;
}

div.comment-author { 
	display: inline-block;
	float: left;
	font-size: 14x;
	font-weight: bold;
}

div.comment-meta { 
	position: absolute;
	top: 13px;
	right: 5px;
	font-size: 10px;
}

div.comment-body p {
	clear: both;
}

img.avatar {
	width: 32px;
	height: 32px;
	margin-right: 5px;
	border: 0 !important;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

em.comment-awaiting-moderation {
	display: block;
	clear: both;
	float:left;
	font-size: 12px;
	padding-top: 10px;
	color: #600;
}

nav {
	width: 175px;
	float: right;
	display: block;
	padding: 20px 20px 0 20px;
	font-size: 11px;
	line-height: 16px;
	background: #FFF;
	margin: 20px 20px 20px 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

nav a {
	color: #000 !important;
}

nav a:hover {
	color: #070 !important;
}

nav ul {
	padding: 0 0 20px 0;
}

nav .cat-item {
	color: #339933;
}

nav .cat-item a {
	color: #000;
	text-decoration: none;
	padding-right: 3px;
}

nav .cat-item a:hover {
	color: #b7da9b;
	text-decoration: underline;
}

nav h2 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 4px;
	border-bottom: 1px solid #EEE;
}

div.searchbox {
	padding-bottom: 10px;
}

nav div.searchbox input[type=text] {
	border: 1px solid #CCC;
	width: 105px;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

nav div.searchbox input[type=submit] {
	border: 1px solid #CCC;
	background: #EFEFEF;
	width: 55px;
	padding: 3px;
	margin-left: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

footer {
	clear: both;
	width: 100%;
	height: 20px;
	background: #EEE;
	font-size: 12px;
	color: #666;
	text-align: center;
	padding-top: 10px;
	margin-top: 10px;
}

.shadow {
	-moz-box-shadow: 3px 3px 6px rgba( 1, 1, 1, .3);
	-webkit-box-shadow: 3px 3px 6px rgba( 1, 1, 1, .3);
	box-shadow: 3px 3px 6px rgba( 1, 1, 1, .3);
/*	border: 5px solid #FFF;*/
}

.clear { clear:both; overflow: hidden;}
