body{
	
	background-color:#000000;
}
#wrapper{
	margin:  10px auto;
	width: 1024px;
	height: 1200px;
	background-image:url(images/logotype.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#content{
	opacity:.7;
	position: relative;
	top: 80px;
	margin: auto;
	height: 600px;
	width: 900px;
	background-color: #000000;
	color: white;
	padding: 40px;
	overflow: none;
	
}
#menu{
	position: relative;
	top: -35px;
	left: -40px;
}
#menu li{
	display: inline;
	list-style-type: none;
	padding: 0px 30px 0px 0px;
}
#menu li a{
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#menu li a:hover{
	color: #FFFF99;
}
#main{
	border: 1px solid white;
	height: 550px;
}
#site_feed, #widgets{
	height: 550px;
}
#site_feed{
	margin-right: 350px;
	float: left;	
}
#widgets{
clear: none;
	position: relative;
	top: 0;
	width: 330px;
	float: right;
}
#footer{
	font-size: 8px;
	color: #CCCCCC;
	position: relative;
	top: 100px;
}

/***************************FEED STYLES*****************************/
/***site feed***/
#site_feed{
	overflow: hidden;
}
.site_feed_item{
	height:75px;
	width: 650px;
	border: 1px solid white;
	opacity:.7;
	background-color:#333333;
	font-family: Arial;
	margin: 10px;
	
}
.site_feed_item.type_blogpost{
	background-color:#330000;	
}
.site_feed_item.type_podcast{
	background-color:#000044;
}
.site_feed_item img.flavor{
	height:65px;
	width: 65px;
	margin: 5px 15px 5px 5px;
	float: left;	
}
.site_feed_item h1{
	font-size: 14px;
}
.site_feed_item span{
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
}
.site_feed_item img.type{
	height:71px;
	width: 20px;
	margin: 2px;
	float: right;
	display: none;
}
