/* Topic Navigation */
#topicNav {
	margin:5 0 5 0;
	width:100%;
	height:25px;
	overflow:hidden;
}
#topicNav .left {
	float:left;
	width:25%;
	height:25px; 
	text-align:left;
}
#topicNav .rightTop {
	float:left;
	width:75%;
	height:25px;
	padding-top:10px;
	text-align:right;
}
#topicNav .rightBottom {
	float:left;
	width:75%;
	height:25px;
	padding-top:0px;
	text-align:right;
}
#topicNav .subtext {
	font-family:Tahoma;
	float:right;
	margin:5 0 0 0;
	height:25px; 
	text-align:right;
	color:#595959;
	font-size:11px;
}

/* Rating Stars */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(images/star.png) left -1000px repeat-x;
	
}
.star-rating{
	position:relative;
	width:100px;
	height:20px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:20px;
	line-height:20px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
	cursor: pointer;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}

/* Topic Wrapper (Container) */
#topicWrapper {
	overflow:hidden; /* Hides Shit rather Breaks Page */
}

#postWrapper {
	width:100%;
	margin:4px 0px 0px 0px;
}

#postWrapper TABLE {
	font-size:12px;
	font-family:Tahoma;
	line-height:1.2em;
}

#postWrapper TABLE.postDark {
	background-image: url('images/dark_bg.gif');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #efefef;
	overflow:hidden;
}

#postWrapper TABLE.postLight {
	background-image: url('images/light_bg.gif');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #f9f9f9;
	overflow:hidden;
}

/* Post Layout */
.postDate {
	font-family:Arial;
	font-size:11px;
	color:#888888;
	margin:1 0 0 0;
}

.postEdited {
	font-family:Arial;
	font-size:11px;
	color:#888888;
	margin:10 0 7 10;
}

.postRank {
	font-size:11px;
	color:#888888;
}

/* Post Content  */
div.postContent { /* Content Wrapper Hides Overflow */
	width:400px;
	overflow:hidden;
	wrap:hard;
}

.postContent p { 
	font-size:12px;
	font-family:Arial;
	margin:0; 
	padding:0; 
	line-height:1.2em;
	color:#313131;
	overflow:hidden;
	width:400px;
}
.postContent div {
	margin:0;
	padding:0;
}
.postContent a:link, .postContent a:visited {
	font-family:Arial;
	font-size:1.0em;
	color:#1b1b1b;
	text-decoration:underline;
}
.postContent a:hover, .postContent a:active {
	color:#313131;
}

.postContent a:link img, .postContent a:visited img {
	border:thin double #888888;
}
.postContent a:hover img, .postContent a:active img {
	border:thin double #666666;
}

/* Embed Youtube and Vault Links */
.embedLink a:link, .embedLink a:visited {
	font-family:Tahoma;
	font-weight:100;
	font-size:11px;
	color:#555555;
	text-decoration:none;
}
.embedLink a:hover, .embedLink a:active {
	color:#313131;
	text-decoration:underline;
}

/* Quotes */
#postQuote {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 10px;
}
#postQuote .avatar {
	position:relative;
	float:left;
	width:32px;
	height:32px;
	border:1px solid #c9c2c1;
}
#postQuote .tip { float:left; position:relative; z-index:2; margin:5 -1 0 2; }
#postQuote .quote {
	position:relative;
	z-index:1;
	margin: 0 0 0 41;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}
#postQuote .quote p.user {
	margin: 5 0 0 10;
	font-size:10px; 
	color:#888888; 
}
#postQuote .quote p.content {
	margin: 0 10 10 10;
	padding: 0px;
	color: #555555;
	line-height:1.2em;
	font-size:10px;
	font-family:Arial;
}

/* Sub Quotes */
div.subQuote {
	font-size:11px;
	background-color:#ffffff;
	border:1px solid #dedede;
	margin:5 0 5 0;
	padding:5px;
	color:#888888;
}

/* Polls */
div .pollWrapper {
	width:420px;
	background-color:#ffffff;
	border:2px dotted #d5d5d5;
	overflow:hidden;
	margin:10 0 5 0;
}
div .pollContent {
	width:410px;
	margin:5px;
	overflow:hidden;
}
div .pollTitle {
	font-size:12px;
	font-family:Arial;
	color:#555555;
}
div .pollSubtitle {
	font-size:11px;
	font-family:Arial;
	color:#888888;
	margin-top:-2px;
}
div .pollFooter {
	margin:5 0 -10 10;
	text-align:left;	
}
div .pollItem { 
	clear:left;
	width:410px; 
	height:30px; 
}

div .pollOption {
	float:left;
	font-size:10px;
	font-family:Arial;
	color:#555555;
	margin-top:5px;
}
div .pollSlide {
	clear:left;
}
div .pollLeft {
	float:left;
	background-image:url('images/poll_left.png');
	width:3px;
	height:16px;
}
div .pollMid {
	float:left;
	height:16px;
	background-image:url('images/poll_bg.png');
	font-size:10px;
	text-align:right;
	color:#ffffff;
	padding:0 4 0 0;
	overflow:hidden;
}
div .pollRight {
	float:left;
	background-image:url('images/poll_right.png');
	width:3px;
	height:16px;
}

div .optLeft {
	float:left;
	background-image:url('images/poll_opt_left.png');
	width:3px;
	height:16px;
}
div .optMid {
	float:left;
	height:16px;
	background-image:url('images/poll_opt_bg.png');
	font-size:10px;
	text-align:right;
	color:#ffffff;
	padding:0 4 0 0;
	overflow:hidden;
}
div .optRight {
	float:left;
	background-image:url('images/poll_opt_right.png');
	width:3px;
	height:16px;
}

/* Poll Pretty? */

.pollContent ul{
	padding:0;
	margin:0;
	text-align:left;
}
.pollContent ul li{
	padding:0;
	margin:0;
	list-style:none;
	clear:both;
}

.f_radio {
	background-repeat:no-repeat;
	background-position:3px center;
	height:16px;
	display:block;
	cursor:pointer;
	cursor:hand;
	padding:3px;
	margin-top:-5px;
}
.f_checkbox {
	background-repeat:no-repeat;
	background-position:3px center;
	height:16px;
	display:block;
	cursor:pointer;
	cursor:hand;
	line-height:120%
}
.checked,.selected{color:#f0f0f0}
.f_radio:hover,.f_checkbox:hover{background-color:#f0f0f0; color:#313131 !important}
.f_radio{
	padding:7 0 7 24;
	background-color:#f8f8f8;
	color:#555555;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.f_checkbox{padding:0.5em 24px}
.unchecked{background-image:url(images/chk_off.png); vertical-align:middle;}
.checked{background-image:url(images/chk_on.png); vertical-align:middle;}
.unselected{background-image:url(images/rdo_off.png); vertical-align:middle;}
.selected{background-image:url(images/chk_on.png); vertical-align:middle;}
