/* 
Theme Name: whiteboard
Theme URL: http://whiteboard.plainbeta.com/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 2.0

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

/*
.postnavigation{}
#searchform{}
#sidebar{}
*/

/* ======================================================================

   jbrandonlowe.net
   hello@bramandsons.com
   (c) 2009, All Rights Reserved.

 ======================================================================== */
 
 * { margin: 0; padding: 0; }
 
/*----------------------------------------------------------------------- 
   Standard
 ------------------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	background-image:url('http://www.jbrandonlowe.net/imgs/cross.gif');
	background-repeat: repeat;
	background-color: #CEDDDD;
	
	}
	
h1 {
	color: #5E9732;
	font-family: Georgia, Times New Roman, Serif;
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 9px;
	}
	
h2 {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 15px;
	margin-bottom: 1px;
	}
	
h3 {
	font-family: Andale Mono, Verdana, Sans Serif;
	font-size: 9px;
	color: #777;
	text-transform: uppercase;
	margin-bottom: 9px;
	}

a:link, a:visited, a:active { 
	color: #002225;
	text-decoration: none;
	}

a:hover { 
	color: #666;
	border-bottom: 1px dotted #002225;
	}
 
img { 
	border: 0;
	}

#container {
	margin: auto;
	width: 750px;
	height: auto;
	text-align: left;
	background-color: #FFF;
	}
	
/*----------------------------------------------------------------------- 
   Header
 ------------------------------------------------------------------------ */

#headground {
	width: 100%;
	height: 180px;
	backgorund-color: #FFF;
	}

#header {
	width: 750px;
	height: 350px;
	position: relative;
	border-bottom: 2px solid #666;
	}
	
/*----------------------------------------------------------------------- 
   Navigation
 ------------------------------------------------------------------------ */


#mainnav {
	background-color: #BBB;
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 6px solid #333;
	}

#mainnav ul {
	list-style-type: none;
	font-family: Gills Sans, Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

#mainnav li {
	display: inline;
	padding: 5px;
	}
	
	
/*----------------------------------------------------------------------- 
   Left Column
 ------------------------------------------------------------------------ */
 
 
#leftcol {
	width: 475px;
	height: auto;
	padding: 10px;
	float: left;
	background-color: #FFF;
	line-height: 20px;
 	border-right: 1px solid #999;
	}
	
/*----------------------------------------------------------------------- 
   Posts
 ------------------------------------------------------------------------ */

.post {
 	font-family: Lucida Fax, Times New Roman, Serif;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 18px;
	}
	
.postmeta {
 	font-family: Lucida Fax, Times New Roman, Serif;
	letter-spacing: 1px;
	font-size: 8.5px;
	font-weight: bold;
	color: #5E9732;
	line-height: 18px;
	margin-bottom: 18px;
	}
	
span.author {
	color: #222;
	}
	
p.date {
	font-family: Georgia, Times New Roman, Serif
	font-size: 9px;
	font-weight: bold;
	font-style: italic;
	color: #5E9732;
	margin-bottom: 18px;
	}

p.mono {
	font-family: Andale Mono, Verdana, Sans Serif;
	font-size: 8px;
	color: #666;
	text-transform: uppercase;
	text-align: right;
	}

span.italic {
	font-style: italic;
	}

/*----------------------------------------------------------------------- 
   Comments
 ------------------------------------------------------------------------ */
	
#comments {
 	font-family: Lucida Fax, Times New Roman, Serif;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 18px;
	}

ul {
	list-style-type: none;
	margin-left: 5px;
	font-family: Lucida Fax, Georgia, Times New Roman, Serif;
	font-size: 10px;
	}

input#author, input#email, input#url, input#submit, textarea#comment {
	width: 465px;
	margin-bottom: 5px;
	}

.comments_meta {
	font-weight: bold;
	color: #5E9732;
	}
	
.comment_text {
	margin-bottom: 18px;
	}


.comments_navigation{}
.comments_navigation{}
.comments_reply{}

	
/*----------------------------------------------------------------------- 
   Right Column
 ------------------------------------------------------------------------ */
 
 #rightcol {
 	width: 230px;
 	height: auto;
 	padding: 10px;
 	float: right;
 	background-color: #FFF;
 	}

input, textarea {
	width: 120px;
	margin-bottom: 5px;
	}

span.italic {
	font-style: italic;
	}

p.date {
	font-family: Georgia, Times New Roman, Serif;
	font-style: italic;
	font-size: 12px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	}

#rightcol ul {
	list-style-type: none;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 16px;
	padding-left: 3px;
	}
	
#rightcol ol {
	list-style-type: none;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 16px;
	padding-left: 3px;
	}
	
/*----------------------------------------------------------------------- 
   One Column Content
 ------------------------------------------------------------------------ */

#content {
	width: 720px;
	height: auto;
	padding: 10px 15px 10px 15px;
	background-color: #FFF;
	line-height: 20px;
	}
	
 
 /*----------------------------------------------------------------------- 
	Footer
 ------------------------------------------------------------------------ */
 
 
#footer {
	width: 730px;
	height: auto;
	padding: 10px;
	clear: both;
	background-color: #002225;
	}
	
p.foot {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 8px;
	letter-spacing: 1px;
	color: #FFF;
	}
