/* 
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.
*/
html,body {
	margin:0;
	padding:0
	}
body {
	font: 76% arial,sans-serif;
	font-weight:100;
	font-size:12px;
	text-align:center;
	background-color:#1e1e1e;
	color:#75c4f0;
	}

a, a:link, a:visited, a:hover {
	color:#75c4f0;
	text-decoration:underline;
}

h1 {
	margin:0px 10px 10px 35px;
	font-weight:100;
	font-size:28px;
	color:#75c4f0;
}
h2 {
	margin:0px 10px 10px 35px;
	font-weight:100;
	font-size:20px;
	color:#75c4f0;
}


#container {
	text-align:left;
	background:black;
	background-image:url('images/bg.png');
	background-repeat:repeat-y;
	border: 1px solid white;
	}
#content {
	margin-right:350px;
	color:white;
	}
#content p {
	margin:0 10px 10px 35px;
	font-size:12px;
	line-height:20px;
	}
#content ul, #content ol, #content ul li {
	line-height:20px;
	margin-left:20px;
}
#column1 {
	background:none;
	}
#column2 {
	background:none;
	text-align:center;
	}
#footer {
	background: #75c4f0;
	bottom:20px;
	color: #164560;
	clear:left;
	width:950px;
	font-size:11px;
	line-height:16px;
	margin-top:125px;
	}
#footer p {
	padding:10px;
}
#footer p a, #footer p a:link, #footer p a:visited, #footer p a:active {
	color:#164560;
	text-decoration:underline;
	font-size:11px;
}
#footer p a:hover {
	color:black;
}

#container {
	width:950px;
	margin:0 auto

	}
#wrapper {
	float:left;
	width:100%;
	width:950px;
	margin-top:100px;
	}

#column1 {
	float:left;
	width:125px;
	margin-left:-350px
	}
#column2 {
	float:left;
	width:225px;
	margin-left:-225px;
	list-style-type:none;
	margin-bottom:30px;
	}
#column2 ul {
	list-style-type:none;
	}
#column2 li {
	line-height:25px;
	font-size:14px;
	margin-left:-47px;
}
#column2 li a, #column2 li a:link, #column2 li a:visited, #column2 li a:hover {
	color:white;
	text-decoration:none;
}
#column2 li a:hover {
	text-decoration:underline;
}
#column2 a, #column2 a:link, #column2 a:visited, #column2 a:hover {
	color:white;
	text-decoration:none;
}
#column2  a:hover {
	text-decoration:underline;
}


.post {
}
.postmeta {
}
.postnavigation {
}
#searchform {
}
#sidebar {
}
#comments
.comments_navigation {
}
.comments_navigation {
}
.comments_reply {
}
.comments_text {
}
.comments_meta {
}

