/* 
Theme Name: whiteboard
Theme URL: http://plainbeta.com/2008/05/20/whiteboard-a-free-wordpress-theme-framework/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 1.0.4

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 style */

body {
	padding: 0;
	margin: 0;
	background: #f0f2e2;
	font-family: Garamond, Times, "Times New Roman", Serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
	text-align: left;
	color: #333;
	min-width: 880px;
}



#menu {
	background:#4d4c55;
	color: #fff;
	font-family: Gill Sans, Helvetica, Arial, Sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	width: 100%;
	height:40px;
	text-align:center;
}

#menu ul {
	margin:0 auto;
	padding:10px 0 0 0;
	width:850px;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:1px;
	margin: 0 40px 0 0;
	color: #fff;
	display:block;
}


#menu ul li a:hover {
	color:#db7e0f;
}



A:link, A:active, A:hover {
	color: #db7e0f;
	text-decoration: none;
}

A:visited {
	color: #db7e0f;
	text-decoration: none;
}

p {
	margin: 0 0 18px 0;
	padding: 0;
}

p A:link, p A:active {
	color: #db7e0f;
	border-bottom: dotted #cccccc 1px;
}

p A:visited {
	color: #db7e0f;
	border-bottom: dotted #cccccc 1px;
}

p A:hover {
	color: maroon;
	border-bottom: dotted #cccccc 1px;
}

blockquote {
	padding-left: 26px;
	padding-right: 26px;
	margin: 0 0 18px 0;
}


/* miscell. styles */


h1 {
	font-size: 30px;
	line-height: normal;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
}

h2 {
	font-size: 30px;
	font-variant: small-caps;
	line-height: normal;
	font-weight: normal;
	padding: 0;
	margin: 20px 0 10px 0;
	text-align: center;
	color: #db7e0f;
	border-bottom: none;
}

h2 .smaller {
	font-size: 15px;
	color: #aaaaaa;
}

h3 {
	font-size: 18px;
	line-height: double;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	color: #db7e0f;
	text-decoration: none;
	border-width: 0;
	margin: 0 0 12px 0;
	padding: 20px 0 0 0;
}

h4 {
	font-size: 16px;
	line-height: double;
	font-weight: normal;
	text-align: left;
	color: #db7e0f;
	text-decoration: none;
	border-width: 0;
	margin: 0 0 12px 0;
	padding: 20px 0 0 0
}



#wrap {
width:880px;
margin:0 auto;
}


#content {
float:right;
width:600px;
text-align:left;
padding:0;
}

#content ul {
list-style-type: circle;
}


.main {
}

#sidebar {
font-size:11px;
float:left;
width:200px;
padding:20px 0 0 0;
margin: 0;
text-align:right;
}

#sidebar img {
padding-bottom:40px;
}

#sidebar ul {
list-style-type: none;
}

#footer {
background: #e3e6e3;
height:100px;
float:left;
width:100%;
padding:0;
margin: 0;
font-size:11px;
letter-spacing: 0.7px;
color:#767b85;
}

#footer p {
padding:20px 100px 0 100px;
float:right;
}


.wp-caption {
border:none;
text-align:left;
background:none;
padding:4px 0 0 0;
margin:2px 2px 20px 2px;
font-style: italic;
font-size: 12px;
color:#555;
}

.wp-caption img {
margin:0;
padding:0;
border:1px solid #111;
}

.wp-caption-dd {
font-size:11px;
line-height:17px;
padding:0 1px 5px;
margin:0;
}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/




#post{}
#postmeta{}
#postnavigation{}
#searchform{}


.group:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* IE6/7 Hacks */

* html .group {
height: 1%;
}

*:first-child+html .group {
min-height: 1px;
}

