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

.sigDiv{
	width: 100%;
	height:50px;
	background-image:url(../images/sigdiv.gif);
	background-repeat:repeat-x;
	margin-bottom:5px;

}
.newpostsubmit{
	background: #fff;
	color: #000;
	border: none;
	padding: 10px 0px;
	width: 720px;
	font-size: 18px;
	text-align: center;
	margin-left: 37px;
	position: relative;
	margin-top: 2px;
	top: -45px;
	display: block;
	-o-transition: all linear 1s;
	cursor: pointer;
}
.newpostsubmit:hover{
	color: #F36;	
	background:#FCF;
}
.postsig{
	width: 100%;
	height: 20px;
	background: url('../images/sigdiv.gif') repeat-x;	
}
.npsig{
	width: 200px;
	float: left !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.npattach{
	margin-left: 2px !important;
	margin-right: 0 !important;
	padding-bottom: 0 !important;
	width: 508px;
	height: 29px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left !important;
}
.npattach:input{
	height: 18px;	
}
.avatar{
	display: block;	
}
.postinfo{
	min-width: 170px;
	float: left;
	word-wrap:break-word;
	margin-left: 5px;
	
}
.adminoptions{
	width: 95%;
	margin:auto;
	height: 20px;
	display: none;
	clear: both;
	background: white;
	border: 1px solid #F36;
	padding: 2px;
	margin-bottom: 20px;
}
.useroptions{
	width: 95%;
	margin:auto;
	height: 20px;
	display: none;
	clear: both;
	background: white;
	border: 1px solid #F36;
	padding: 2px;
	margin-bottom: 20px;
	
}
.pwa{
	overflow: visible !important;	
}
.pw1{
	width: 100%;
	float: left;
	overflow: hidden;
}
.pw2{
	left: 50%;
	float: left;
	position: relative;
	overflow: visible;
}
.pbb{
	top: -47px;	
	position: relative;
}
.posttext{
	left:-50%;
	text-align:left;
	position: relative;
	min-width: 720px;
	padding: 10px;
	float: left;
	background: #fff;
	font-size: 150%;
	line-height: 1.3;
}
.posttext a{
	color: #003;	
}
.actualpost{
	margin-top: 10px;
	padding: 10px 10px;
	max-width: 95%;
	position: relative;
	float: left;
	
}
.actualnewpost{
	margin-top: 10px;
	padding: 20px 10px; 
	width: 98%;
	position: relative;
	float: left;
	
	
} 
.actualpost img{
	position: relative;
}
.postimage{
	width: 98%;	
}
.posttable{
	float: left;
}

.usertop{
	cursor: pointer;
}
.postwrap{

	width: 100%;
	margin:auto;
	color: #000;
}

.postertop{
	width: 720px;
	margin: auto;
	height: 120px;
	background: no-repeat;
	overflow: visible;
}
.userdetails{
	height: 20px;
	width: 242px;
	top: 73px;
	background: #373737;
	position: relative;
	float: left;
	color: #f2f2f2;
	padding: 5px 5px 0px 5px;
}
.udr{
	margin-left: 216px;
	text-align: right;
}
.userdetails ul li{
	list-style: none inside;
	float: left;
	height: 19px;
	position: relative;	
	min-width: 19px;
	margin-right: 2px;
}
.userdetails ul li a{
	float: left;
	color: none;
	}
.userdetails ul{
	position: relative;
	margin-top: -2px;
	min-height: 19px;
	padding-left: 0px;
}
.miduser{
	width: 273px;
	margin: auto;
	position: relative;
	z-index: 3;
}
.midportal{
	width: 208px;
	height: 83px;
	margin: auto;
	background: url('../images/layout/mface.png') center top no-repeat;
	position: relative;
	top: 12px;
}
.postav{
	position: relative;
	bottom: 55px;
	height: 120px;
	width: 120px;
	float: left;
	left: -50%;
	display: block;
	overflow: visible;
}
.usernamebar{
	width: 273px;
	height: 25px;	
	background: #373737;
	top: 7px;
	position: relative;
}
.usernamebar p{
	color: #f2f2f2;	
	position: absolute;
	font-size: 1.4em;
	margin-top: -15px;
	width: 100%;
	text-align: center;
}
.blackpostbar{
	width: 273px;
	height: 18px;
	background: url('../images/layout/nametop.png');
	top: -17px;
	position: relative;
}
.posttopthing{
	width: 691px;
	height: 52px;
	margin: auto;
	background: url('../images/layout/posttopthing.png');
	position: relative;
	margin-top: -30px;
	margin-bottom: -2px;
	z-index: -1;
}
.newpostfixed{
	left: 50%;
	margin-left: -100px;
	width: 200px; 
	position: fixed;
	bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 1;
	margin-bottom: 50px;
	text-align:center; 
	color:#f2f2f2; 
	font-size:11px;
	text-shadow:#000000 0px 0px 3px;
	background: #525252;
	border: 10px solid #373737;
	opacity: 0.5;
}
.newpostfixed:hover{
	opacity: 1;
	cursor: pointer;
}
.newpostpage{
	padding: 3px;
	width: 800px;
	position: fixed;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	margin-top: -250px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 400px;
	z-index: 10;
	display: none;
}
.newposttextarea{
	height: 240px;
	background: #fff;
	border: none;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #000;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
}
.postadvanced{	
	padding: 5px;
	font-size: 16px;
	color: #000;
	cursor: pointer;
	background: #fff;
	float: right;
	margin-left: 10px;
}
.advoptions{
	position: relative;
	width: 720px;
	margin: auto;
	top: -45px;
	margin-bottom: -35px;
}
.postinner{
	background: white;
	padding: 10px;
	width: 100%;
}
.attachment{
	font-size: 10px;
	color: #F69;
	font-style:italic;
	margin-bottom: 0px;
}
.posttable{
	border: none;
}
.threadlift{
	position:relative;
	float: left;
	background: #525252;
	border: 3px solid #373737;
	padding: 3px;
	margin-right: 10px;
	font-size: 16px;
}
.newpostbutton{
	float: right;
	margin-right: 10px;
	color: #f2f2f2;
	cursor: pointer;
}
.newpostbutton:hover{
	background: #fff;
	color: #000;
}
.currentnumber{
	font-weight:bold;
}
.vote{
	display: block;
	padding: 2px 4px;
	float: left;	
}
.v1{
	background:#000;
	color:#CCC;
}
.v2{
	background:#333;
	color:#CCC;
}
.v3{
	background:#999;
	color:#666;
}
.v4{
	background:#CCC;
	color:#666;
}
.v5{
	background:#FFF;
	color:#666;
}
.quoteline{
}
.quotefun{
	font-size: 80%;
	color: #666;
	font-family: "Verdana";
	text-align: left;
	}
.quote{
	color: #999;
	font-size: 70%;
	padding: 10px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	float: left;
	clear: both;
	} 
	
	.quote > .quote{
		margin-left: 30px;	
	}
	
.peven{
	background: #fff;
	color: #000;

}
.peven a{
	color: #000;
} 
.podd{
	background: #373737;
	color: #f2f2f2;
}
.podd a{
	color: #f2f2f2;
}
