/* 
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: "" "";}



#menu {
				font-family: Arial, sans-serif;
				font-weight: bold;
				text-transform: uppercase;
				
				padding: 0;
				list-style-type: none;
				background-color: #eee;
				font-size: 13px;
				height: 40px;
                                width:960px;
				border-top: 2px solid #eee;
				border-bottom: 2px solid #ccc;
                                background-image:url('images/topnavbg.png');

			}
			#menu li {
				float: left;
				margin: 0;				
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 20px;
				line-height: 40px;
				color: #666;
			}
			#menu li a:hover, #menu li.active a {
				background-color: #f5f5f5;
				border-bottom: 2px solid #DDD;
				color: #999;
			}
			
			#menu_wrapper {padding: 0 16px 0 0; background: url(images/topnavbg.png) repeat-x right;}
			#menu_wrapper div {float: left; height: 44px; width: 12px; background: url(images/topnavbg.png) repeat-x left;
}

#logo {
width:250px;
float:left;
}

#social {
width:198px;
height:58px;
float:right;
margin-top:80px;
}

ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{ 							width: 960px; margin: 0px auto; 
													min-height: 100%; height: 100% !important; }
#slideshow{								width: 960px; height: 282px; background-image:url('images/header.png'); }


.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#content {								width: 600px; float:left; }
#sidebar{
width:310px;
float:right;
background-color:white;
}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}
#footer {									
width: 960px; 
height:50px;
margin: 0px auto; 
background-color:white;
}
.clear {
clear:both; 
}


p.tag {
margin-left:44px;
margin-top:-20px;
margin-bottom:20px;
text-transform:uppercase;
font:italic 15px Georgia, sans-serif;
color:#666;

}




