/* 
Theme Name: whiteboard
Theme URL: http://whiteboard.plainbeta.com/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 2.0

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

/* html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}
/*

/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{
  width: 960px;
  margin: 30px auto 0 auto;
  padding-bottom: 23px;
}
#archive {
	float:left;
	margin: 0 0 30px 0;
}
#archive h2{
	font-weight:normal;
	font-size:20px;
	max-width: 590px;
}
.post{
	width:590px;
	margin:5px 5px 5px 50px;
	top: 20px;
	line-height:19px;
	font-size:12px;
	text-align:left;
}
.post h2 {
	font-weight:normal;
	font-size:24px;
	margin:10px 0 5px;
}
.post h3 {
	font-weight:normal;
	font-size:16px;
	margin:0;
	font-style:italic;
	font-family:Georgia, Times, serif;
	color: #CCC;
}
.post_date {
	font-size:11px;
	color:#666;
	margin:0 0 10px 0;
}
.post_img_border {
	border:solid 1px #333;
	padding:5px;
	background-color:#000;
}
.post blockquote {
	font-weight:normal;
	font-size:13px;
	margin:10px 15px;
	font-style:italic;
	font-family:Georgia, Times, serif;
	color: #999;
}
.post hr {
	background-color:#333;
	color:#333;
	border:none;
	border-bottom:solid 1px #333;
}
.post p {
	margin:8px 0 3px;
}
#postmeta {
	margin:30px 0 0 0;
	color:#666;
}
.sub_post {
	width:290px;
	margin:15px 0;
}
.sub_post h2 {
	width:290px;
	height:auto;
}
.postnavigation{
	margin:10px 0 0 0;
	clear:both;
}
#searchform{}
#sidebar{
	width:280px;
	float:right;
	margin:0 10px 0 0;
}
#sidebar ul {
	margin:0px;
	padding:0px;
}
#sidebar li {
	display:block;
	list-style:none;
}
#sb_category_frame {
	border:solid 1px #333;
	background:#000 url(../../../../_images/cmn/cmn_box_hdr_bg.jpg) repeat-x top;
	margin:37px 0 0;
	width:280px;
}
.sb_categories {
	padding:8px;
	font-size:11px;
	line-height:17px;
	margin:0 auto;
	width:260px;
	padding-top:0px;
}
.sb_search {
	width:264px;
	border:solid 1px #333;
	margin:0;
	padding:8px;
	border-top:none;
}
.sb_search input {
	border:solid 1px #333;
	background:#000;
	color:#999;
}
#sb_category_frame .right {
	float:left;
	width:130px;
}
#sb_category_frame .left {
	float:left;
	width:130px;
}
#sb_ad {
	width:280px;
	height:200px;
	border:solid 1px #333;
	background:#000;
	margin:5px 0 0 0;
}
#comments {
	margin:20px 0;
	width:590px;
}
#comments ul {
	padding:0px;
	margin:0px;
}
#comments li {
	list-style:none;
	margin:5px 0;
}
.comments_single {
	padding:5px;
}
.comments_navigation{}
.comments_navigation{}
.comments_reply{
}
.comment_text{
	padding:5px;
	font-style:italic;
	font-family:Georgia,Times,serif;
	color:#CCC;
}
.comments_meta{
	font-size:10px;
	border-bottom:solid 1px #333;
	padding-left:5px;
}
.comments_reply label {
	font-size:11px;
}
.comments_reply input, .comments_reply textarea {
	background:#000;
	border:solid 1px #333;
	color:#999;
}
.comments_disclaimer {
	margin:0 0 30px 0;
}
.comments_disclaimer p {
	font-size:10px;
	color:#666;
}
.search_result {
	margin:8px 0;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear-fix {
	clear: both;
}
