@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #FFFFFF;
	color: #4c4c4c;
	background-image: url(images/bg_home.gif);
	background-position: 0px center;
	background-repeat: repeat-x;
	font: 12px/17px "Lucida Console", Courier, Arial;
}

#wrap {
	
}

#body_container{
	float: left;
	height: 500px;
	width: 438px;
	overflow: auto;
}

#body_container a{
}

#list_container{
	width: 406px;
	padding-left: 11px;
	color: #989898;
}

#list_container a{
	border-top: 1px dotted #2a2a2a;
	padding-top: 3px;
	font-size: 16px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
}

#list_container ul, #list_container li{
	margin: 0px 0px 10px;
	padding: 1px 0px 0px;
	list-style: none;
}

#list_container .feedsweep_body, #list_container .feedsweep_title{
	display: none;
}

#list_container br{
	display: none;
}

a.blogitem {
	border-top: 1px dotted #2a2a2a;
	padding-top: 3px;
	display: block;
	margin-top: 3px;
	margin-bottom: 10px;
}

a.blogitem h3 {
	background: none;
	font-size: 16px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}