/*   
Theme Name: whatisboom
Theme URI: http://www.whatisboom.com/theme
Description: Minimalistic theme developed for my blog.
Author: Brandon Jernigan
Author URI: http://www.whatisboom.com
Version: 0.0.2
*/

body {
	background-color: #e8e8e8;

	margin: 0 auto;
	font-family: Georgia;
	font-size: 12px;
	color: #333;

	text-align: center;
}

a:link, a:visited {
	text-decoration: none;
	color: #d97d05;
}

a:hover {
	text-decoration: none;
	color: #333;
}

#header {
	text-align: left;
	height: 100px;
	width: 100%;
	background: url('images/header.jpg') repeat-x;
	color: #fff;
	text-shadow: 2px 2px 2px #000;

}	

#headercontent {
	width: 960px;
	margin: 0px auto;
}

#header p {
	float: left;
	margin-top: 40px;
}

#header a {
	color: #fff;
}

#header a:hover {
	text-decoration: underline;
}

#header a.blogname, #header a.blogname:hover {
	text-decoration: none;
	font-size: 20px;
}

#header ul {
	float: right;
	margin-top: 40px;
}

#header ul li {
	float: left;
	width: 100px;
}

#header_shadow {
	background: url('images/header_shadow.jpg') repeat-x;
	height: 30px;
	width: 100%;
}

.thepost a {
	color: #d97d05;
}


.content {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}

.body {
	background-color: #fff;
	border: 1px solid #aaa;
}

.postbox, .pagenav {
	width: 640px;
}

.thepost {

}

.thepostcat, .postauthor {
}

.posttitlewrap {

}

.sidebar h2 {

}

.postdate, .postcomments{

}

.posttitle:link, .posttitle:visited, .posttitle:hover {
	text-decoration: none;
}

.sidebar {
	float: right;
	width: 320px;
}

.sidebar li {
	list-style: none;
}

.sidebar li ul li {
	color: #d97d05;
	list-style: disc;
	list-style-position: inside;
}

.sidebar li ul li a:link, .sidebar li ul li a:visited , li a:link, li a:visited {
	color: #333;
}

.sidebar li ul li a:hover, li a:hover, li.related {
	color: #d97d05;
}

.footer {
	text-align: left;
	clear: both;
	font-size: 12px;
	padding-top: 20px;
	color: #333;
	overflow: auto;
	margin: 5px;
}

.comments, .commentformdiv {
	padding-top: 25px;
	width: 500px;
	padding-left: 45px;	
}

textarea.success {
	width: 500px;
}

#submit {
}

.gravatar {
	float: left;
	border: 1px solid #666;
}

.commentfooter {
	clear:left;
}

.commentbox_admin {
}