/* 
Theme Name: whiteboard for MD OMD
Theme URL: http://whiteboard.plainbeta.com/
Description: A blank theme for you to draw on.
Author: Brian Purkiss, edited by MF Digital
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/         */


/* Reset
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { line-height: 1.2; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }


/* Body
-------------------------------------------------------------- */
body { color:#000; background:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:13px; }

	a { text-decoration:none; color:#41535d;  }
	a:hover { text-decoration:underline; }

	h1 { font-size:20px; padding-bottom:10px; color:#41535d; }
	h2 { font-size:22px; padding-top:25px; font-weight:bold; color:#41535d; }

	p { padding-top:5px; }

/* Main
-------------------------------------------------------------- */
#container { margin:0 auto; padding:0; width:960px; background:url(images/bg.gif) left repeat-y; }

#header { width:960px; padding-top:20px; } 
	#logo { float:left; margin-left:45px; margin-bottom:10px; }
	#search { float:right; width:190px; padding-right:10px; text-align:right; }
	#navigation { margin-left:90px; height:30px; width:580px; background:#e31937; clear:both; }
		#navigation ul { padding-top:8px; }
		#navigation li { display:inline; list-style:none; padding-right:10px; color:#FFFFFF; }
		#navigation li.last { padding-left:40px; }
		#navigation li a { color:#FFF; text-decoration:none; }
		#navigation li a:hover { text-decoration:underline; }
		#navigation ul#left { float:left; }
		#navigation ul#right { float:right; }
.post { width:500px; padding-right:120px; padding-left:120px; float:left; clear:both; }
	.post ul { margin:10px 0; }
	.post li { margin-left:20px; height:auto; width:auto; }
	.post .written { font-size:11px; color:#e31937; }
.postmeta { clear:both; width:500px; font-size:11px; border-bottom:6px solid #41535d; padding-bottom:15px; }
.postnavigation{}
#search { height:30px; width:190px; }
#sidebar { width:180px; padding:0 10px; text-align:right; float:right; font-style:italic; }
	#sidebar li { list-style:none; }
	#sidebar h2 { padding-bottom:10px; font-size:18px; }
		#sidebar ul.border { border-right:4px solid #41535d; }
		#sidebar ul.border li { list-style:none; margin-bottom:10px; margin-right:10px; }
	#sidebar .logos { padding-bottom:15px; }
	#sidebar #daisy { padding-top:60px; }
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}

#footer { clear:both; width:500px; padding-right:120px; padding-left:120px; }