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

/* @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(/css/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;
	cursor: pointer;
	}
	
#navMenu li a{
	color: white;
}	
#logo {
	float: left;
}
	
#searchSite {
	float: left;
	padding: 10px;
}	

#searchSiteField {
	border: 0px;
	background-image: url(/css/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(/css/images/blackbullet.jpg);
	margin-top: 0px;
	font-size: 12px;
}

#links {
	text-align: center;
}

.post {
	color: black;
}

.post .title {
	background: url(/css/images/titlebar1.jpg);
	width: 493px;
	text-align: center;
	padding-top: 28px;
	height: 39px;
	color: black;
	font-size: 16px;
	font-weight: bold;
}

.shortTitle {
	font-size: 12px !important;
}
.post .top {
	width: 520px;
	height: 42px;
	background-image: url(/css/images/posttop.jpg);
}
.post .bottom {
	width: 520px;
	height: 25px;
	background-image: url(/css/images/postbottom.jpg);
}
.post .boxcontent {	
	width: 460px;
	background-image: url(/css/images/postbody.jpg);
	background-repeat: repeat-y;
	padding-left: 24px;
	padding-right: 36px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.post .extras {
	color: white;
	padding-left: 20px;
	font-size: 12px;
}
.post .extras a {
	color: white;
}


.comment {
	color: black;
}

.comment .title {
	background: url(/css/images/titlebar1.jpg);
	width: 493px;
	text-align: center;
	padding-top: 28px;
	height: 39px;
	color: black;
	font-size: 16px;
	font-weight: bold;
}

.shortTitle {
	font-size: 12px !important;
}
.comment .top {
	width: 520px;
	height: 34px;
	background-image: url(/css/images/posttop2.jpg);
}
.comment .bottom {
	width: 520px;
	height: 29px;
	background-image: url(/css/images/postbottom2.jpg);
}
.comment .boxcontent {	
	width: 450px;
	background-image: url(/css/images/postbody2.jpg);
	background-repeat: repeat-y;
	padding-left: 34px;
	padding-right: 36px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.comment .extras {
	color: white;
	padding-left: 20px;
	font-size: 12px;
}
.comment .extras a {
	color: white;
}

.optionsComments {
	margin: 0px;
	padding: 0x;
	
}
.optionsComments li{
	list-style: none;
	float: right;
	cursor: pointer;
	margin-right: 20px;
	color: #570002;
	
}
.boxed img {
	border:0px;
}