/* @override http://phunter/css/phunter.css */

body {
	
	color: #000;
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-color: #570002;
	font-size: 11px;
}

a {
	color: #570002;
	text-decoration: none;
	cursor: pointer;
}

#wrapper {
	width: 736px;
	margin: 0px;
	padding: 0px;
}

#banner {
	float: left;
	padding: 10px;
}

#navMenu {
	color: white;
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}
#navMenu li{
	list-style: none;
	float: left;
	font-size: 11px;
	margin: 0px;
	margin-right: 20px;
	}
#logo {
	float: left;
}
	
#searchSite {
	float: left;
	padding: 10px;
}	

#searchSiteField {
	border: 0px;
	background-image: url(images/search.jpg);
	width: 162px;
	height: 27px;
	padding-left: 10px;
	padding-top: 6px;
	font-size: 12px;
	color: #555;
	margin-top: 16px;
	display: block;
}	

#searchSiteField input{
	border: 0px;
	width: 145px;
}

#sidebar {
	float: left;
	width: 220px;
	margin: 0px;
	padding: 0px;
	color: white;
}

#content {
	color: white;	
	width: 516px;
	float: left;
	margin: 0px;
	padding: 0px;
	
}

.blacklist {
	margin: 0px;
}

.blacklist li{
	list-style-image: url(images/blackbullet.jpg);
	margin-top: 0px;
	font-size: 12px;
}

#links {
	text-align: center;
}

.post {
	color: black;
}

.post .title {
	background: url(images/titlebar1.jpg);
	width: 493px;
	text-align: center;
	padding-top: 28px;
	height: 39px;
	color: black;
	font-size: 16px;
	font-weight: bold;
}
.post .top {
	width: 520px;
	height: 42px;
	background-image: url(images/posttop.jpg);
}
.post .bottom {
	width: 520px;
	height: 25px;
	background-image: url(images/postbottom.jpg);
}
.post .boxcontent {	
	width: 460px;
	background-image: url(images/postbody.jpg);
	background-repeat: repeat-y;
	padding-left: 24px;
	padding-right: 36px;
}
.post .extras {
	color: white;
	padding-left: 20px;
	font-size: 12px;
}