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

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

a:link {
color:#FF0000;
text-decoration:none;
}
a:visited {
color:#990000;
text-decoration:none;
}
a:hover {
color:#666666;
text-decoration:underline;
}


body {
background-image:url(http://screamingeagle1.com/images/bg.jpg); 
background-repeat:repeat;background-attachment:fixed;font-family:Arial, Helvetica, sans-serif; font-size:13px;}
#container{width:967px;margin:0 auto;position:relative;}
#header {height:251px; } 
#navbar {left:250px;
position:absolute;
top:155px;}
#left_links {width: 242px; height: 764px;}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{float:right;margin-top:20px;
width:220px;}
#sidebar ul {  list-style-type: none;
  list-style-image: none;}
#content{float:left;
margin-left:14px;
margin-top:20px;margin-bottom:20px;
width:710px;}#content2{float:left;
margin-left:14px;
margin-top:20px;margin-bottom:20px;
width:450px;}
h3 {font-size:18px;}h2 {font-size:16px;}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}