/* 
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.
*/

body{
	background: #000;
	color: #060606;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 13px;
	
}

p{
	padding-top: 7px;
	padding-bottom: 7px;
}

ul, ol{
	background-color: #efefef;
	padding: 10px;
	padding-left: 30px;
	list-style: none;
}

ul li, ol li{
	padding-bottom: 4px;
}

h1, h2{
	font-size: 19px;
	line-height: 25px;
}

h3{
	font-size: 15px;
	line-height: 21px;
}
#container{
	position: absolute;
	z-index: 10;
	background: #fff;
	color: #060606;
	left: 88px;
	top: 0px;
	width: 334px;
	padding:0 10px 0 10px;
}

.background{
	position: fixed;
	z-index: 0;
	top: 50px;
	left: 50px;
}

.stripe{
	position: fixed;
	top: 193px;
	left: 0;
	width: 100%;
	height: 412px;
	z-index: -1;
	background-color: #fff;
}

.post{
	padding: 7px 0 7px 0;
}

.post a, .post a:visited{
	color: #b22a00;
	text-decoration: none;
}

.post a:hover{
	color: #e99b00;
}

.plink{
	font-size: 19px;
	letter-spacing: -1px;
}

#post_1.plink{
	font-size: 23px;
}

#pulldown_1{
	position:fixed;
	left: 460px;
	top: 0;
	width: 333px;
}

#pulldown_1 ul{
	background: #8a9797;
	padding-left: 10px;

}

#pulldown_2{
	position: fixed;
	left: 826px;
	top: 0;
	width: 333px;
}

#pulldown_2 ul{
	background: #8a9797;
	padding-left: 10px;
}

#pulldown_1 * a, #pulldown_2 * a{
	color: #fff;
	text-decoration: none;
}

#pulldown_1 * a:hover, #pulldown_2 * a:hover{
	color: #b22a00;
	text-decoration: underline;
}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}