/* 
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: "Courier New", Courier New, Courier, monospace; text-transform:lowercase; 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-image: url(../whiteboard/images/woodbg.jpg);
background-repeat: repeat;
background-color: #603814;}


h1{font-size: 1.5em;
font-family: "Courier New", Courier New, Courier, monospace;
padding-bottom: 25px; }

#header{
width:330px;
height:200px;
}


#background{width:870px;
height:533px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
background-image: url(../whiteboard/images/background.png);
background-repeat: no-repeat;}



#container{width:850px;
height:523px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;

}


#nav{
width:310px;
height: 330px;
margin-top: 10px;

padding-left:20px;}

#nav ul{list-style: none;
padding-top: 16px;}

#nav li{
padding: 0 0 25px 0;
text-decoration: none;}





#nav .page_item a{text-decoration: none;
font-family: "Courier New", Courier New, Courier, monospace;
color:#565753;
text-transform: lowercase;
font-size: 1.3em;} /* any Page item */

#nav .page_item a:hover{
color:#5b7953;
} /* any Page item */


#nav .current_page_item a{color:white; } /* the current Page */

#leftsidebar{
display: inline;
float:left;

width:330px;
}

#content{
display: inline;
float:left;

margin-top: 5px;
width:517px;
height:515px;
overflow-y: auto;
color: white;
}



ul.lcp_catlist{list-style: none;}
ul.lcp_catlist li{padding-bottom: 10px;}
ul.lcp_catlist li a{color:white; text-decoration: none; font-size: 1.2em;
font-family: "Courier New", Courier New, Courier, monospace;
}
ul.lcp_catlist li a:hover{color:#c2c76c; text-decoration: underline; }


#page{
padding: 15px 15px 15px 15px;
}

#homepage{

padding: 65px 15px 15px 15px;
}
#post{
display: inline;
float:left;

padding: 15px 15px 15px 15px;}


#page p, #homepage p{
font-family: "Courier New", Courier New, Courier, monospace;
font-size: .9em;
letter-spacing: -.05em;

}

#page p a, #homepage p a{
color:white; text-decoration: underline; font-size: .9em;
font-family: "Courier New", Courier New, Courier, monospace;

}

#post p{
font-family: "Courier New", Courier New, Courier, monospace;

}

#postmeta{}
#postnavigation{}
#searchform{}
#sidebar{}

img.alignleft, div.alignleft
{display: inline;
float:left;

margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright
{display: inline;
float:right;

margin:0 0 0.5em 0.5em;
}
img.aligncenter, div.aligncenter
{
text-align:center;
margin:0 auto;
}

img.wp-image-46 {padding-bottom: 20px;}

#social {width:65px;

position: absolute;
top:340px;
left:50%;
margin-left: 430px;
}

#social img{margin-bottom: 10px; }


#socialwrapper{margin-left: auto; margin-right: auto; width:870px;}
 