/* 
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,h1, h2, h3, h4, h5, h6, body, div, span, applet, object, iframe, 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: sans-serif,helvetica,arial;
vertical-align: baseline;
margin: 0;
margin-bottom:1em;
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 a{
text-decoration:none;
}
#container a:hover{
text-decoration:underline;
}
#container {
margin-top:2em;
margin-right:2em;
margin-left:2em;
width:100%;
height:500px;
}

#blogHead {
display:none;
}
#post ul{
padding-left:2em;
margin-bottom:0em!important;
}
.post ul{
padding-left:2em;
margin-bottom:0em!important;
}
#post {
float:left;
clear:left;
margin-left:0.5em;
margin-right:0.5em;
width:430px;
}
.post {
float:left;
clear:left;
width:430px;
}
#post h1 a{
color:black;
}
#post h1{
font-weight:bold;
font-size:150%;
}
.post h2 a{
color:black;
}
#post h2 a{
color:black;
}
#post h2{
font-weight:bold;
font-size:130%;
}
.post h2{
font-weight:bold;
font-size:130%;
}
#postmeta {
width:430px;
font-size: 8.0pt;

float:left;
clear:right;
}
#postnavigation {
width:430px;

float:left;
clear:left;
}
#searchform {
float:left;
clear:left;
}
#sidebar ul{
list-style-type:none!important;
padding-left:1em;
}
#commentlist{
width:430px;
float:left;
clear:left;
}
#sidebar {
font-size: 8.0pt;
float: right;
clear:right;
width:200px;
margin-left:0px;
margin-right:3em;
}
#sponsor {
width:430px;
float:left;
clear:left;
}
#commentform{
font-size:8pt;
}
