/* 
Theme Name: whatireallam
Theme URL: http://whatireallyam.com/
Description: Big, loud, legible type
Author: Jason Farrell
Author URI: http://whatireallyam.com
Version: 1.0.0

*/

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

#container
{
	width: 930px;
	margin-left: 44px;
	float: left;
	display: inline;
}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar
{
	float: left;
	display: inline;
	width: 288px;
	margin-right: 22px;
}
	#sidebar ul
	{
		list-style-type: none;
	}


#content
{
	float: right;
	width: 620px;
	margin-top: 234px;
}


#topTitle
{
	width: 288px;
	margin-bottom: 44px;
}
	#topTitle h1
	{
		margin-top: 22px;
		color: #999999;
	}
	#topTitle h1 a
	{
		color: #999999;
	}


#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}



body{
	background: white url(images/whatireallyam.gif) no-repeat 0 0;
	font-family: Monaco, Verdana, Courier New, monospaced;
	font-size: 10px;
}

input {
	font-family: Monaco, Verdana, Courier New, monospaced;
	font-size: 10px;
	border: 1px solid #cccccc;
	padding: 4px 4px 2px 4px;
}

#sidebar h2{
	color: #ff0202;
}
	#topTitle h2
	{
		margin-top: 44px;
		margin-bottom: 50px;
		color: #000;
	}

a{
	color: #000;
}

a:hover
{
	color: #859804;
}

a:visited{
	color: #859804;
}

li.pagenav
{
	width: 250px;
	margin-bottom: 22px;
}
#content h2 
{
	margin-bottom: 22px;
}
#content h2 a
{
	color: #ff0202;
	font-size: 30px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 2px solid #ff0202;
	line-height: 48px;
}

#content ul
{
	margin-left: 44px;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;

}

#content p, #content h4
{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
}

#content p.date
{
	text-transform: uppercase;
	color: #666666;
}

#content .postmeta{
	margin-bottom: 44px;
}

#content p img
{
	margin: 0 0 22px;
}

#postmeta p, #commentform p
{
	font-size: 10px;
}

#content .post div.comments_reply p
{
	font-size: 10px;
}

#comments p
{
	font-size: 10px;
}
	#comments ol
	{
		margin-left: 44px;
	}
	#comments h3
	{
		margin-bottom: 22px;
	}

#footer{
	margin-top: 44px;
	float: left;
	width: 228px;
}
	#footer p{
		margin-bottom: 22px;
	}
	
.hidden
{
	display: none;
}

