/* 
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
*/



/* -------------------------------------------------------------- 
  
   Web design & development by Justin Taylor for bpg
   bpgadvertising.com
   
   Portions of CSS adapted from Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com 
   
-------------------------------------------------------------- */




/* Reset
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }




/* Typography
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #222; 
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #454545; font-family: Impact, Haettenschweiler, ‘Franklin Gothic Bold’, Charcoal, ‘Helvetica Inserat’, ‘Bitstream Vera Sans Bold’, ‘Arial Black’, sans-serif; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

h2 a:link,
h2 a:visited { color: #454545; }
h2 a:hover,
h2 a:focus,
h2 a:active { color: #333; }


/* Text elements */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }


a:link,
a:visited   { background-color: transparent; color: #c84f11; text-decoration:none; }
a:hover, 
a:focus,
a:active    { color:#f56318;}


blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }



/* Tables */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }




/* Forms
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields */

input.text, input.title,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }



body { background:url(/images/bg.gif) repeat-x; } 

div#container { width:950px; margin:0 auto; }
div#content { float:left; margin:0 15px 0 0px; }
div#sidebar { float:left; width:200px; margin:-45px 0 0 0;}
div#footer { clear:both; padding-top:30px; margin:0; }


/* Header */

#topTitle { margin:20px 0 0 0; }
#topTitle h1 a { display:block; width:228px; height:45px; text-indent:-50000px; background:url(/images/header.gif) no-repeat; }


/* Posts */

div.post { position:relative; clear:both; width:487px; background:url(/images/postBg.gif) top left no-repeat; padding:20px 20px 0 150px; margin:0 0 40px 0; }
div.post div.bottom { clear:both; display:block; position:relative; top:20px; margin:20px 0 0 -30px; width:537px; height:20px; background:url(/images/postBg.gif) bottom right no-repeat; }
* html div.post div.bottom { left:20px !important; margin-left:-40px !important; width:527px !important; }
div.post h2 {  }
div.post h2 a:hover,
div.post h2 a:focus,
div.post h2 a:active {  }

div.postmeta { position:absolute; width:110px; top:40px; left:0; margin:0; padding:0; font-weight:bold; text-align:right; color:#454545; }

dl.post_meta dd.post_date { font-size:2.5em;  }
dl.post_meta dd.post_date span { color:#c84f11; }
dl.post_meta dt.meta_comment { margin-top:30px; }



/* Sidebar */

div#sidebar h2 { font-size:1.5em; margin-bottom:5px; }

div#sidebar ul { list-style-type:none; margin:0; }
div#sidebar ul li.widget { background:url(/images/sidebarBg.gif) top left no-repeat; width:210px; padding:20px 20px 0px 20px; margin:0 0 35px 0; }
div#sidebar ul li.widget div.bottom { display:block; position:relative; top:20px; margin:0 0 0 -20px; width:250px; height:20px; background:url(/images/sidebarBg.gif) bottom right no-repeat; }

div#sidebar ul li.widget_search { background:none; height:30px; padding:0; margin:0 0 15px 0; width:250px; }
div#sidebar ul li.widget_search div.bottom,
div#sidebar ul li.widget_search label.hidden { display:none; }
div#sidebar ul li.widget_search input#s { width:182px; *width:161px !important; *height:20px !important;} /* *width & *height for IE7 and below */

div#sidebar ul li.widget_search input#searchsubmit { background-color:#656565; color:#eee; padding:3px 8px; margin:0; border:0; }
div#sidebar ul li.widget_search input#searchsubmit:hover,
div#sidebar ul li.widget_search input#searchsubmit:focus,
div#sidebar ul li.widget_search input#searchsubmit:active { background-color:#555; color:#fff; }

div#sidebar ul li.rss h2 a { display:block; width:250px; height:35px; background:url(/images/rss.jpg) no-repeat; text-indent:-5000px; }


div#sidebar ul#twitter_update_list li { padding-bottom:5px; margin-bottom:5px; border-bottom:1px dotted #aaa; }
div#sidebar p { margin-bottom:8px; }



/* Comments */

div#comments,
div.comments_reply { clear:both; border-top:1px dotted #999; margin-top:20px; padding-top:20px }
div.comments_reply p.disclaimer { clear:both; color:#999; font-size:.8em;}



/* Footer */

div#footer { padding:40px 0 0 130px; color:#aaa; font-weight:bold; font-size:.8em; }
div#footer a#bpg { display:block; background:url(/images/bpg.gif) no-repeat; text-indent:-5000px; width:42px; height:25px;  }




