/* 
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/         */

/**************************************start of css reset**************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0;	outline: 0; font-size: 100.01%;	vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0;}
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse;	border-spacing: 0; }
blockquote, q
{ quotes: none; }
/*Safari doesn't support the quotes attribute, so we do this instead.*/
blockquote:before, blockquote:after, q:before, q:after
{	/*	CSS 2; used to remove quotes in case "none" fails below.*/
	content: "";
	/*CSS 2.1; will remove quotes if supported, and override the above. User-agents that don't understand "none" should ignore it, and keep the above value. This is here for future compatibility, though I'm not 100% convinced that it's a good idea...*/
	content: none; }
textarea { overflow: auto; }
/**************************************end of css reset**************************************/

/**************************************start of actual css**************************************/
body{ font-family: helvetica, arial, sans-serif; overflow:scroll;}
a:link, a:visited  { text-decoration: none; color: #000; font-weight: bold; border: 0px; }
a:hover, a:active	{ text-decoration: none; color: #ccc; background-color: #000; font-weight: bold; border: 0px; }

#top	{
	text-align:center;
	border-bottom:1px solid #000;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	z-index: 5;
	letter-spacing: -1px;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background: url(images/whiteback.png);
	z-index:8888;
}

#top ul	{ text-align: center; }
#top li	{ display: inline; list-style: none; }
#name	{ font-weight:bold; text-align: center; font-size:1.2em; padding:0.4em; }
#name li	{ display: inline; list-style: none; }
#links	li	{ padding:0.3em; }

/* Here is a list of all the <DIV>s in Whiteboard. */
#container{ margin: 50px auto; width:700px; }
#post{ width: 410px; float:right; padding: 30px 0px 0px 20px; border-left: 1px solid #000; }
.post{ width: 410px; float:right; padding: 30px 0px 0px 20px; border-left: 1px solid #000; line-height:1.2em; }
.post p { padding-bottom:10px; }
#post img, .post img { border: 1px solid #000; }
.postmeta{clear:both;}
#postnavigation{}
#searchform{}
#sidebar { text-align: right; padding-right: 0px; width: 240px; font-size: 0.85em; float:left; }
#sidebar ul	{ width: 240px; }
.widgettitle { padding-top: 20px; }
#unfold { color: #777; }
a.whm-link-header { font-size: 2.2em; } 
.postheader { font-size: 2em; line-height:1em; }
.archiveheader { font-size: 2.4em; }
.entry { padding-bottom:50px; }
.entry p { padding-bottom:10px; }
.time { font-style: italic; }
blockquote { color: #555; padding: 20px; }
.bulletlist { list-style: circle; }
.history_manager h3 {font-size:2.3em;cursor:pointer;}
.history_manager h3:hover { background-color: #000; color:#ccc; }