/* 
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 {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;}

/* COLOUR BLOCK */

h1, 
h2, 
h3, 
h4,
a:link, 
a:visited { color:#6688ff;}
img.size-full { border-bottom: 4px solid #6688ff;}

/*
Here is a list of all the <DIV>s in Whiteboard.
*/

body {background: #eeeeee; }

strong {font-weight:bold}


#container{
background: #ffffff url('/wp-content/uploads/2010/11/Logo-jpeg1-e1289848259907.jpg') no-repeat 820px 10px;
width: 980px; margin:0 auto;
border-left:1px solid #ededed;
border-right:1px solid #ededed;
font-family:Arial,Helvetica,sans-serif;
color: #666666;
}

#header {
border-left:1px solid #ededed;
border-right:1px solid #ededed;
padding: 0px 16px; 
}
.textwidget img { display: none;}

#topTitle h1 {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:42px;
font-weight: normal;
margin-bottom:4px;}

#topTitle p {
font-size:26px;
font-weight:normal;
margin-bottom:2px;
position: relative; 
top: -5px;
color: #999;}

#timeDiv {
font-size:12px;
font-weight:bold;
margin-bottom:4px;
margin-right:16px;
text-align:left;
height:30px;}

#post, 
.post { 
width: 670px; 
float:right;
padding-right: 65px; }

a:hover, 
a:active { color:#666; text-decoration: underline;}

#post p ,.post p {
font-size:14px;
line-height:1.4em;
margin-bottom:1em;
margin-top:0;
}

#post h1 { font-size: 22px; margin-bottom: 16px;}
#post h1, 
#post h2,
#post h3, 
#post h4 { font-weight: bold;}

#post ul ,.post ul {text-indent:18px; margin-left:18px;}

#post li, .post li  {
font-size:14px;
line-height:1em;
list-style-type:disc;
margin:0.5em 30px 0.5em 5px;
}

img.size-full { margin-bottom: 16px;}

#post table, .post table {border:1px solid #333333}
#post td, .post td {border:1px solid #333333;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
padding:4px;}

 #post td p,  .post td p{
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold; }

#post em , .post em{font-style:italic;
font-size:.9em}

#sidebar .page_item a {
margin-left:5px;
text-indent:6px;
font-size:14px;
font-weight:bold;
margin-bottom:2px;
padding:12px 0 8px 22px;
text-decoration:none;
}

.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{ width:230px; float:left}
#sidebar li {list-style:none; margin: 0px 0px 8px 0px;}


#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}


#footer {
height:100px;
padding-bottom: 20px;
margin-bottom: 20px;
}

.subFooter { width:489px;
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
line-height:1.3em;
margin-bottom:1em;
margin-top:1em;
text-align:center
}

#creditLinks {

width:980px;
margin:0 auto;
text-align:center;
color:#333333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;}

#creditLinks a  {color:#333333;}


#footlinks {

width:980px;
margin:0 auto;
text-align:center}


#footlinks li{
list-style:none;
float:left;
margin-left:4px;
margin-right:4px

}

#footlinks a:visited {
color:#333333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
text-decoration:none;
}

#footlinks a {
color:#333333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
text-decoration:none;
}

/**
  theme requirements as per 
  http://codex.wordpress.org/CSS
*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right:12px;
   border:1px solid #000000
}

.alignright {
   float: right;
      border:1px solid #000000
}
