/* 
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;}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

/*Universal Declarations*/
body { background-color: #1e1e1e; font-family: Arial, Helvetica, sans-serif; background: url('images/bg.png') no-repeat #1e1e1e; }
h1 { color: #f26722; font-family: "League Gothic", Arial, Helvetica, sans-serif; font-size: 85px; line-height: 85px; text-transform: uppercase; }
h1 a, h1 a:visited, h1 a:active, h1 a:hover, h1 a:link { color: #f26722; text-decoration: none; }
h1 a:hover { text-decoration: underline; }
a, a:visited, a:active, a:hover, a:link { color: #000; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; color: #f26722}
ol, ul { margin-left: 15px; }
blockquote { margin-left: 10px; padding-left: 10px; border-left: 3px solid #777; }
strong { font-weight: bold; }
em { font-style: italic; }
/*Header*/
#header{ width: 100%; margin-left: -5px; }
#header p { font-family: "Franklin Gothic", Verdana, Arial, sans-serif; font-weight: bold; font-size: 18px; line-height: 18px; padding: 0; margin: 5px 0; }

/*Navigation*/
#topNav { width: 660px; background: #000; padding: 5px; font-family: Verdana, Arial, sans-serif; font-size: 12px; margin-left: -5px; }
#topNav ul { list-style-type: none; text-align: right; } 
#topNav li { display: inline; padding: 5px 10px; border-left: 1px solid #fff; text-transform: uppercase; margin-right: -5px; font-weight: bold; }
#topNav li.current { background-color: #f26722; }
#topNav a { color: #fff; text-decoration: none; }
#topNav a:hover, #topNav a:visited, #topNav a:link, #topNav a:active { color: #fff; }

/*Structure*/
#wrap { width: 850px; background: url('images/logo.png') no-repeat; margin: 50px 0 0 50px; padding: 100px; }
#container{ width: 650px; background-color: #fff; padding: 6px 10px; }

/*Posts*/
#content { margin: 25px 0; padding: 0 25px; }
#content h2 { font-family: Helvetica, Arial, sans-serif; font-size: 20px; font-weight: bold; margin-top: 25px; }
#content p { margin: 10px 0; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #333333; }
.post{}
.postmeta, p.postmeta { text-transform: uppercase; letter-spacing: 1px; font-style: italic; }
.postnavigation{}

/*Sociable*/
.sociable {}
.sociable_tagline { font-size: 12px; }

/*Sidebar*/
#searchform{}
#sidebar{}



#commentform textarea { width: 590px; }

#comment{  width: 500px; }
#comments{  width: 500px;}
.comments_navigation{}
.comments_navigation{}
.comments_reply{  }
.comments_reply h3 { color: #000; }
.comments_reply p { font-size: 12px; line-height: 16px; color:#000;}
.comment_text p { font-family: Georgia, Times, serif; font-size: 13px; line-height: 21px;  margin-bottom: 10px; }
.comments_meta{}
.comments_meta p{ font-family: "Helvetica Neue Std", Helvetica, Arial, sans-serif; font-size: 12px; color:#666; }
h3.comments_author { font-weight: bold; }
#comments_list li { padding: 7px 5px 7px 25px; margin-left: 50px; position: relative; }
#comments_list li.author {}
div.comment-number { position: absolute; left: -70px; top: 3px; font-size: 60px; font-family: Georgia, Times, serif; font-weight: bold; color: #ddd; text-align: right; }
#trackbacks_list li { border-left: 5px #ccc solid; padding: 7px 5px 7px 25px; margin-left: 50px; position: relative; }

#footer { padding: 0 25px; margin: 15px 0; } 
#footer ul { list-style-type: none; }
#footer p { text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; } 
#slug { width: 630px; margin-left: -30px; }
.footer-widget { width: 180px; float: left; margin-bottom: 15px; font-size: 13px; margin-left: 30px; border-top: solid 5px #333; padding-top: 7px; }
