body{
	margin: 10px 0 0 0;
	padding: 0;
	background: #222222;
	color: #666666;
	font-family: arial;
	font-size: 9pt;
	}
#wrapper{
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
	}
/****************************************
*	HEADER
****************************************/
#logo{
	height: 150px;
	margin: 30px 0;
	}
img{
	border: 0;
	}
.subheader{
	text-align: right;
	border-top: 1px solid #333333;
	padding: 5px 0;
	font-size: 8pt;
	}
/****************************************
*	CONTENT
****************************************/
#content{
	margin: 0 0 50px 0;
	}
#content h3{
	margin: 0;
	padding: 5px 10px;
	font-size: 12pt;
	color: #fff;
	text-transform: uppercase;
	background: #333333;
	text-align: left;
	}
#bloglist, #hostlist{
	display: block;
	clear: both;
	padding: 0 0 20px 0;
	}
.post{
	clear: both;
	display: block;
	border-top: 1px solid #333333;
	padding: 10px 0 0 0;
	text-align: justify;
	}
.post-thumb{
	width: 280px;
	float: left;
	margin: 10px 0;
	}
.post-entry{
	float: left;
	width: 620px;
	text-align: justify;
	line-height: 12pt;
	margin: 10px 0;
	}
.post-entry h2{
	margin: 0 5px 0 0;
	padding: 0;
	color: #fff;
	font-size: 12pt;
	float: left;
	}
.rss2html-date{
	color: #fff;
	}
#dirlist{
	display: block;
	clear: both;
	text-align: center;
	}
#dirlist ul{
	margin: 20px 0 50px 0;
	padding: 0;
	list-style: none;
	float: left;
	}
#dirlist ul li{
	margin: 0 25px;
	padding: 0;
	list-style: none;
	display: inline;
	float: left;
	}
.spacer{
	height: 50px;
	clear: both;
	}

/****************************************
*	FOOTER
****************************************/
#footer{
	font-size: 8pt;
	border-top: 1px solid #333333;
	margin: 20px 0;
	clear: left;
	}
.floatleft{
	float: left;
	}
.floatright{
	float: right;
	}
/****************************************
*	LINKS
****************************************/
a{
	color: #dedede;
	text-decoration: none;
	}
a:hover{
	color: #ffffff;
	text-decoration: none;
	}
a.small{
	font-size: 8pt;
	}
.post-entry a{
	color: #aaa;
	}
.post-entry a:hover{
	color: #fff;
	}
