/*
Theme Name: Bratwurst-recipes.com
Author: Coded by Jean Costa of JeanCosta.com
*/
body {
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	background-color:#212121;
	background-position:left;
	background-repeat:repeat;
}

#header {
	background-image:url(images/bratwurst-header.jpg);
	width:390px;
	height:81px;
	padding-top:200px;
	padding-left:410px;
	margin:0 auto;
}

#header a {
	color:#FFFFFF;
}

#header a:hover {
	color:#FFFF00;
}

#most-outer-table{
	margin:0 auto;
	width:800px;
	border:none;
	background-image:url(images/whole-bg.jpg);
}


#main-content {
	padding-left:5px;
	padding-right:10px;
	width:605px;
}

#nav-section {
	width:175px;
	padding-right:3px;
	padding-left:7px;
	padding-top:9px;
	font:Verdana;
	font-size:10px;
	height:100%;
}

#nav-section a {
	color:#00A3EF;
}

#nav-section a:hover {
	color:#FF0000;
}

#nav-section a:float {
	background-color:C2C2C2;
}

#nav-section a:visited {
	color:#00A3EF;
}


#footer{
	background-image:url(images/footer.gif);
	width:800px;
	height:30px;
	padding-top:35px;
	margin:0 auto;
	text-align:center;
	color:#FFFFFF;
	background-color:#000000;
}


/* FOOTER OF BODY POSTS */
#view-comments {
	float:left;
}


/******************

Post Body Stuff

********************/

.alignright { float:right; margin: 0 0 15px 15px; }

.alignleft { float:left; margin: 0 15px 15px 0; }


.post{
	padding: 10px 10px 10px 10px;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 22px;
	padding: 20px 0 0 0;
}

.entry{
	line-height: 22px;
}


.postinfo{
	font-size: 11px;
	color: #aaa;
	padding: 2px 0 20px 0;
}

.postinfo a{
	color: #aaa;
}

.postdate{ color: #aaa; }

p.postmetadata{
	font-size: 12px;
	color: #BFB8A1;
	border-top: 1px dotted #FFCC00;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

p.postmetadata strong{
	float: right;
}

.postnav{
width:605px;
height:20px;
float:left;
margin-top:15px;
padding:0;
font:11px Verdana;
}

.left{
float:left;
}

* html .left{
margin-left:5px;
}

.right{
float:right;
}