body {
	background: black url(../images/background.jpg) center top no-repeat;
	padding-bottom: 50px;
}

#container {
	width:736px;
	margin: 237px auto 50px;
}
#content {
	background: url(../images/fubar2_blog-title.jpg) no-repeat;
	padding: 25px 35px 0;
	min-height: 300px;
	margin-top: 2px;
}

#entries {
	width: 405px;
	margin-right: 45px;
	float: left;
}

#entries .post, #about-fubar {
	border-bottom: 1px dotted #333;	margin-bottom: 10px;
}


.entry img {width: 405px;height:auto;}
#sidebar {
	width: 210px;
	float: left;
}
textarea {width: 405px;}

#wp-calendar { width: 100%;}

li.twitter-item {border-bottom: 1px solid #333; margin-bottom: 3px;padding-bottom: 4px;float:left;}
/****************************************************************************
                                                                          
		typo                                                     
                                                                         
****************************************************************************/
 body {font-size: 62.5%; color: white; font-family: Verdana, sans-serif;}
 
 small {text-transform: uppercase;color: #777;letter-spacing: 0.2em;font-weight: bold;font-size: 0.9em}
 
 h2 a {color:#900; text-decoration: none;border: none;}
 h2 a:hover {color: #999;}
 
 a {color: #900;text-decoration: none;}
 
 a img, #follow a {border: none;}
 
 p {font-size: 1.2em; line-height: 1.8em; margin-bottom: 1.8em;}
 
 .postmetadata {font-size: 1.0em;text-transform: uppercase;color:#960;}
 
 ul {list-style: none;margin: 0;padding: 0;}
 
 .10vert {
	 margin-top:10px;
	 margin-bottom:10px;
 }