/* Global whitespace reset */
* {
padding:0;
margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }
li, dd, blockquote { margin-left: 40px; }
fieldset { padding:10px; }

/* Structure Divs */
body {
	padding: 10px 40px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	text-align: left;
	background-image: url(bgd.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#topbar, #searchbar {
	height: 115px;
	min-width: 300px;
	position: absolute;
	left: 270px;
	top: 10px;
	overflow: hidden;
	padding: 0px 40px 0px 0px;
	color: #fff;
}
#searchbar {
	height: 25px;
	top: 130px;
}
#content {
	position: absolute;
	left: 260px;
	top: 180px;
	min-width: 300px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #ededed;
}
.post {
	clear:both;
	margin-top: 20px;
}
.postinfo {
	font-size: 85%;
	background-color: #ededed;
}
.postads {
	padding: 10px 0px;
}
.inpost {
	padding: 0px 10px 10px 0px;
	float: left;
}
#title {
	height: 150px;
	width: 210px;
	position: absolute;
	left: 40px;
	top: 10px;
	overflow: hidden;
	padding: 0px;
	color:#fff;
}
#leftbar {
	width: 210px;
	position: absolute;
	left: 40px;
	top: 160px;
	border-right: 1px solid #ededed;
	padding: 10px 10px 10px 0px;
}
#footer {
	height: 50px;
	border-top: 1px solid #ededed;
	text-align: center;
}

/* text styles */
#topbar, #leftbar, #footer {
	font-size: 85%;
}
#topbar ul li {
	display: inline;
	list-style-type: none;
	margin: 0px 10px 0px 0px;
}
#topbar ul {
	display: block;
	clear: both;
	margin: 3px 0px;
}
#searchbar form {
	margin: 0px;
}
#footer {
	color:#999;
}
.navigation {
	font-weight: bold;
	text-align: center;
}

/* Headings */
h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	margin-top: 0px;
	font-size: 200%;
}
#leftbar h5 {
	margin: 2px 0px;
	font-size: 120%;
}
.post h2 {
	margin-top: 40px;
	font-size: 130%;
}
h3 {
	font-size: 120%;
	margin-bottom: 5px;
}


/* links */
#title a, #title a:visited, #title a:hover {
	text-decoration:none;
	color:#fff;
}
#topbar a, #searchbar a, #leftbar a, #content #footer a, #topbar a:visited, #searchbar a:visited, #leftbar a:visited, #content #footer a:visited {
	color:#999;
	text-decoration:none;
	border-bottom: none;
}
#topbar a, #topbar a:visited {
	color:#999;
	text-decoration:none;
	border-bottom: none;
}

#searchbar a:hover, #leftbar a:hover {
	color: #893030;
}
#topbar a:hover {
	color: #fff;
}
#content a {
	color: #893030;
	text-decoration: underline;
}
#content a:hover {
	text-decoration:none;
}
.feedicon {
	float: right;
}

/* bullets */
#leftbar li {
	margin: 0px 0px 0px 20px;
	color:#999;
	font-weight: bold;
}
li {
	list-style-type: square;
}
ul.children {
	margin-top: 0px;
	margin-bottom: 0px;
}
.adscenter {
	text-align: center;
	margin: 0px 5px 5px 0px;
}
#adsbottom {
	clear:both;
	text-align: center;
	padding: 20px 0px;
}