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

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

}
.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;
	
}
.posttext{
	min-height:140px;
	text-align:left;
	overflow:auto;
	float: left;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 10px;
	padding: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	box-shadow: 2px 2px 2px #000;
	-webkit-box-shadow: 2px 2px 2px #000;
	-moz-box-shadow: 2px 2px 2px #000;
	font-size: 2em;
	font-family: "CustomFont", "Verdana";
	}
.posttable{
	float: left;
}

.avatar{
	display:block;
	margin:auto;
	position:relative;
	
}
.usertop{
	cursor: pointer;
}
.postwrap{

	width: 100%;
	margin:auto;
	color: #000;
}
.postav{
	width: 180px;
	color: #f2f2f2;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 10px;
	padding: 5px;
	box-shadow: 2px 2px 2px #000;
	-webkit-box-shadow: 2px 2px 2px #000;
	-moz-box-shadow: 2px 2px 2px #000;
}

.postertop{
	font-size: 20px;
	background: #fff;	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px;
	float: left;
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	color: #f2f2f2;
	box-shadow: 2px 2px 2px #000;
	-webkit-box-shadow: 2px 2px 2px #000;
	-moz-box-shadow: 2px 2px 2px #000;
	margin-left: 7px;
	margin-bottom: 4px;
}
.userdetails{
	display: none;
}
.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{
	background: #525252;
	border: 3px solid #373737;
	padding: 3px;
	width: 700px;
	position: fixed;
	left: 50%;
	margin-left: -350px;
	top: 50%;
	margin-top: -200px;
	height: 400px;
	z-index: 10;
	display: none;
}
.newposttextarea{
	width: 95%;
	height: 240px;
	background: #000;
	color: #fff;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
}
.postadvanced{	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px;
	font-size: 16px;
	color: #f2f2f2;
	float: right;
	box-shadow: 2px 2px 2px #000;
	box-shadow: 2px 2px 2px #000;
	-webkit-box-shadow: 2px 2px 2px #000;
	-moz-box-shadow: 2px 2px 2px #000;
	margin-left: 10px;
	cursor: pointer;
}
.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;
}
.vote1{
	background:#FCC;
}
.vote2{
	background:#FCF
}
.vote3{
	background:#F9F
}
.vote4{
	background:#F6F
}
.vote5{
	background:#F6F
}
.quoteline{
	width: 90%;
	color:#EA0B69; 
	opacity: 0.4;
	filter: alpha(opacity=40);
	margin: auto;
	margin-top: 1px;
	margin-bottom: 1px;
}
.quotefun{
	font-size: 11px;
	color: #F69;
	font-family: "Verdana";
	}
.peven{
	background: #fff;
	color: #000;

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