@charset "UTF-8";
/* 
Theme Name: Pixelpoodle
Theme URI: http://www.pixelpoodle.com
Description: Pixelpoodle wordpress theme
Version: 1.0
Author: Toon Van Wemmel
Author URI: http://www.pixelpoodle.com
*/

/* ----- START CSS RESET ----- */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----- END CSS RESET ----- */


body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	text-align:center;	
}

a {
	color:#B3B3B3;
	text-decoration:none;
}
a:hover {
	color:#656565;	
}

a.black {
	color:#000000;
	border:0px;
}

a.comments {
	background:url(images/icon_comments.jpg) top left no-repeat;
	padding-left:20px;
}

h2 {
	size:16px;
	padding-bottom:10px;
}

p {
	line-height:16px;
	padding-bottom:10px;
}

#logo {
	float:left;
	margin-top:-26px;
}

#page {
	width:960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:85px;
	padding-top:60px;
	background:url(images/header.jpg) top left no-repeat;
	text-align:right;
	color:#B3B3B3;
}

#header ul li {
	margin-left:20px;
	display:inline;
}

#header form input {
	margin-top:13px;
	margin-right:4px;
	width:160px;
	height:14px;
	border:0px;
	background: transparent;
}

#highlights #featured {
	width:715px;
	height:405px;
	float:left;
}

#highlights #single {
	width:715px;
	float:left;
}

#highlights #single .post {
	min-height:405px;
	height:auto !important;
	height:405px;	
}

h1 {
	font-size:12px;
	size:12px;
	padding-bottom:11px;
	color:#000000;
}

#highlights #popular {
	width:225px;
	padding-left:20px;
	height:405px;
	float:left;
}

#highlights #popular ul li {
	background:url(images/popular.jpg) top left no-repeat;
	height:51px;
	width:225px;
	margin-top:4px;
}

#highlights #popular ul li div.title {
	padding-left:11px;
	padding-top:12px;
}

#highlights #popular ul li div.title a {
	color:#000000;
}

#highlights #popular ul li div.comments {
	padding-left:30px;
	padding-top:9px;
}

#articles {
	clear:both;
	padding-top:40px;
	padding-bottom:40px;
}

#articles img {
	margin-top:15px;
	margin-bottom:15px;
}

div#page div#articles div.post {
	width:225px;
	margin-right:20px;
	float:left;
	line-height:16px;
}

div#page div#articles div.lastpost {
	width:225px;
	float:left;
	line-height:16px;
}

#buttons {
	clear:both;
	padding-top:40px;	
}

#highlights #single #buttons {
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
	width:715px;
}

#footer {
	clear:both;
	border-top:1px solid #E5E5E5;
	padding-top:20px;
	padding-bottom:60px;
	text-align:center;
}

#comments {
	padding-top:40px;
}

#comments ol li {
	clear:both;
	background:#f2f2f2;
	padding:12px;
	margin-bottom:10px;
}

#comments ol  {
	margin-top:4px;
}

#comments ol li div.avatar {
	float:left;
	width:48px;
}

#comments ol li div.comment_text {
	float:left;
	padding-left:12px;
	width:631px;
}

#respond {
	padding-top:40px;
}

.alignleft {
	float:left;
	margin-right:20px;
	margin-bottom:4px;
}

.alignright {
	float:right;
	margin-left:20px;
	margin-bottom:4px;
}

#share {
	float:right;
	height:20px;
	margin-bottom:-20px;
	margin-top:-25px;
}
