/* 
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, 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 {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;}
strong {
   font-weight:bold;
}
html, body {font-family:Arial, Helvetica, sans-serif;
font-weight:300;}
html, body { height: 100%; margin-bottom: 1px; }
/*
Here is a list of all the <DIV>s in Whiteboard.
*/
body {
width:100%;
text-align:center;
color:#444751;
}
p {
  margin-bottom:18px;
font-size:13px;
line-height:22px;
}
#container {
font-family: arial, sans-serif;
font-weight: 300;
	width:960px;
	margin:0 auto;
        text-align:left;
	position:relative;
}
#header {
	width:960px;
	position:relative;
	display:block;
	padding:30px 0px 16px 0px;
}
#header h1 {
       font-size:36px;
       width:100%;
padding-bottom:10px;      
margin-left: -2px;
       border-bottom:2px solid #000;
	font-weight:bold;
}
#header h1 a {
    text-decoration:none;
    color:#000;
    padding-bottom:10px;
        
}
#header h4 {
   position:absolute;
   left:355px;
   color:#b1b1b1;
   top:58px;
   font-size:22px;
}
#header h3 {
    position:absolute;
    width:282px;
height:41px;
right:0;
top:42px;
text-indent:-3000px;
background: url('images/sig.gif') no-repeat;

}
h2 {
font-size:28px;
font-weight:bold;
color:#999;
letter-spacing:-0.03em;
padding-bottom:15px;
}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{
	float:left;
        width:168px;
        margin-top:-4px;
}
li.page_item {
	list-style-type: none;
	line-height:20px;
        padding-bottom: 2px;
	border-top: 1px solid #eee;
}
li.page_item a {
     color:#b5b5b5;
     font-size:11px;
     text-decoration: none;
}

li.page_item a:hover, li.current_page_item a {
    color: red;
}


li.navHeading {
	list-style-type: none;
	line-height:18px;
        font-size:11px;
       font-weight:bold;
      text-transform:uppercase;
       color:#666;
	border-bottom: 1px solid #eee;   
}
li.navGap {
 	display:block;
        height:10px;
}
.displayLink {
      margin-top:-6px;
}

#content {
	float:right;
	width:776px;
        font-size:14px;
        line-height:18px;
position:relative;
        margin-bottom:25px;
}
#contentTextPage {
	float:right;
	width:605px;
        font-size:14px;
        margin-bottom:25px;
}
#contentTextPage p {
     padding-right:60px;
}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}

#footer {
      border-top:1px dashed #ccc;
	  font-size:11px;
	  color:#ccc;
      padding:10px 0px 25px 0px;
margin-top:16px;      
margin-bottom:10px;
	  clear:both;
position:relative;
}
.seperator {
clear:both;
display:block;
height:1px;
position:relative;
}
.plugPower {
   float:right;
}


ul.displayLink li {
	display:block;
}
ul.displayNothing {
	display:none;
}


#homepage-splash img {
     padding-top:50px;
}

a.blogLink  {
	font-size:10px;
	position:absolute;
	top:430px;
        line-height:110%;
        left:5px;
text-decoration:none;
     color:#b5b5b5;
}
a.blogLink:hover {
   color:red;
}
