/* 
Theme Name: blackboard
Theme URL: http://dailysophisticate.com/
Description: A blank theme for you to draw on.
Author: Shawn Lee
Author URI: http://duepayer.com
Version: beta v.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;}


/*	-- GENERAL STYLING --  */
body{
	background:#3E2416;/*321A0E*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
a{
	text-decoration: none;
	color:#0099CC;
}
ul, ol{
	list-style:none;
}
p{
	font-size:13px;
}

/*	-- CONTENT STYLING --  */
#container{
	background:#FFF3DF;
	width:1000px;
	margin:0 auto 30px;
	padding:10px;
}
#header{
	background:url();
	height:200px;
	margin:0 auto;
	width:1000px;
}
#topbar{
	background:#005A9C;	
	width:100%;
	height:40px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
 	background:url(images/nav-gradient.png) #005A9C repeat-x; 
}

/*	-- NAVIGATION --  */
#navigation{
	margin:0 auto;
	width:1000px;
}
#navigation li{
	list-style:none;
	display:block;
	float:left;
	padding:12px;
}
#navigation li a{
	color:#83bf87;
	text-decoration:none;
	font-size: 13px;
	font-weight:bold;
	padding: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#navigation a:hover{
	background:#3E2416;
}

/*	-- SIDEBARS --  */
.sidebar{
	width:240px;
	padding-top: 5px;
	float:left;
	font-size: 85%;
}
.sidebar h3{
	color: #005A9C;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Verdana;
	padding:5px 0;
	border-bottom:1px solid #83bf87;
}
.sidebar a{
	display: block;
	padding:5px;
	font-size:12px;
}
.sidebar a:hover{
	background:#83bf87; 
}
#searchform{
}

/*	-- POST STYLING --  */
#content{
	/*background:#fff;*/
	float:left;
	width:480px;
	margin: 0 10px 20px;
}
.post{
	padding-top: 5px;
}
.post img{
	padding:5px;
}
.post h2{
	font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 18px;
}
.post h2 a{
	text-decoration: none;
}
.post h2 a:hover{
	color:#321A0E;
}
.post p{
	margin: .8em 0;
}
.post p.wp-caption-text{
	text-align: center;
	font-size: .9em;
	margin-bottom: .5em;
}
.postmeta{
	font-size: 12px;
}
.postnavigation{

}
.addthis_container{
	float:left;
	margin-right:20px;
}

/*	-- FOOTER STYLING --  */
#footer{
	background:#3E2416;
	text-align: center;
	font-size:.85em;
	color:#f1f1f1;
	padding:15px;
	height:20px;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#footer a{
	color:#83bf87;
	text-decoration:none;
	font-weight: bold;
}