/* 
Theme Name: whiteboard
Theme URL: http://plainbeta.com/2008/05/20/whiteboard-a-free-wordpress-theme-framework/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 1.0.4

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{}
#post{}
#postmeta{}
#postnavigation{}
#searchform{}
#sidebar{}

div.blog {
}

#sidebar {
	padding-top: 9px;
}

#sidebar #s {
	width: 120px;
}

#sidebar ul {
	list-style: none;
	margin: 0 12px 9px 12px;
	padding: 9px 0 0 0;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-top: solid 1px #eee;
}

#sidebar ul.rss {
	border: none;
	margin-bottom: 12px;
	padding: 3px 0 0 50px;
	background: url(/blog/wp-content/themes/whiteboard/images/rss_48.png) top left no-repeat;
}

#sidebar li {
	margin-bottom: 9px;
}

#sidebar ul ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style: disc;
	font-weight: normal;
	margin: 3px 0 18px 14px;
	padding: 0;
	font-size: 11px;
	border: none;
}

#sidebar li li {
	margin-bottom: 9px;
}

#sidebar p {
	margin: 0 12px 9px 12px;
	font-size: 11px;
	line-height: 14px;
}

#sidebar h2 {
	padding: 9px 0 0 0;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-top: solid 1px #eee;
	margin-bottom: 4px;
	color: #000;
}

#post {

}

#post h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
}

#post h4 {
	font-size: 14px;
	text-transform: none;
	margin: 0 18px 9px 0;
	color: #666;
}

#post h4.sofar {
	margin-left: 25px;
}

#post h2.single {
	margin-top: 0;
}

#post p.timestamp {
	font-size: 10px;
	font-style: italic;
}

#post p.back {
	font-size: 10px;
	margin-top: 9px;
	margin-bottom: 9px;
}

#postmeta {
	border: solid #7d7b7b;
	border-width: 1px 1px 4px 1px;
	margin: 0 0 18px 0;
	padding: 9px 0 0 0;
	background: url(images/meta-bg.png) bottom left repeat-x;
}

#postmeta.single {

}

#postmeta p {
	font-size: 10px;
	line-height: 14px;
	margin: 0 9px 9px 9px;
}

#commentlist {
	margin: 0 25px 18px 25px !important;
	width: auto;
}



#commentlist li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #444;
	border: solid 1px #7d7b7b;
	margin: 0 0 9px 0;
}

#commentlist div.singlecomment {
	background: #eee;
	padding: 3px 0;
	border-bottom: solid 1px #7d7b7b;
}

#commentlist p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

#commentlist div.singlecomment p {
	font-size: 10px;
	line-height: 12px;
	margin: 0 9px;
	font-weight: normal;
}

#commentlist div.commenttext, #commentlist div.commenttext-admin {
	padding: 9px 0 1px 0;
	background: #fff url(images/meta-bg.png) bottom left repeat-x;
}

#commentlist div.commenttext p, #commentlist div.commenttext-admin p {
	margin: 0 9px 9px 9px;
	font-size: 11px;
}

#commentlist div.commenttext-admin {
	background: #ff9;
}

#commentlist div.commenttext-admin p {
	color: #333;
}

#commentsform {
	margin: 0 0 18px 25px;
}

#commentsform p {
	margin-bottom: 3px;
}

#commentsform #sbutt {
	font-size: 16px;
}

#commentsform p.htmltags, #commentsform p.comment-terms {
	font-size: 11px;
	line-height: 14px;
	width: 450px;
	color: #999;
	margin-top: 9px;
	margin-bottom: 9px;
}

#post div.result {
	border-bottom: dashed 1px #e4efae;
}

#postnavigation p {
	padding: 9px;
	margin: 0 0 9px 0;
	border-bottom: solid 4px #7d7b7b;
}

#footer p {
	padding: 64px 0 0 0;
}

div.blog {
	width: 200px;
	background: url(images/meta-bg.png) bottom left repeat-x;
	border: solid 1px #31347b;
	float: right;
	margin: 0 0 36px 0;
}

div.blog h3 {
	font-size: 14px;
}

div.blog h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 9px;
}

div.blog h3 em {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	width: 85px;
	overflow: hidden;
	white-space: nowrap
}

div.blog p {
	font-size: 10px;
	line-height: 12px;
}

div.blog p.visit {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

div.content {
	width: 630px;
	background: #fff;
	float: left;
}

div.content h2 {
	font-size: 26px;
	line-height: 32px;
	border-bottom: solid 1px #31347b;
	padding: 0 0 3px 0;
}

