/*
Theme Name: StationPro Forum
Theme URI: http://pagelines.com/
Description: BBPress Premium Forum Addon for the StationPro CMS WordPress theme by PageLines.
Version: 1.0.1
Author: PageLines
Author URI: http://www.pagelines.com
*/

/* Globals 
=================================== */
#bbforum {
	background: #000 url(images/post-bg.png) repeat-x left top;
	border-left:1px solid #333333;
	border-right:1px solid #282828;
	border-top:1px solid #333333 ;
	position:relative;
	z-index: 0;
}


/* INPUTS */
#forumsidebar input.text, #forumsidebar #tag {
	background: #000;
	border: 1px solid #222;
	border-right:1px solid #444;
	border-bottom:1px solid #444;
	color: #fff;
}

#forumcol textarea {
	font-size: 1.2em;
}

#forumcol input.text, #bbforum textarea, #userinfo input, #admininfo input, #pass1, #pass2 {
	
	color:#fff;
	background: #222;
	border: 1px solid #444;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}

/* lists */
#bbforum ul{
	list-style-type:none;
}


#bbforum h4, #bbforum h5 {font-weight:bold; font-size: 14px;}

/* Post elements */
#forumcol code {
	display:inline;
	padding: 2px 3px;
	font-size:11px;
	margin:3px 0;
	background: #444;
}

#forumcol blockquote {
	letter-spacing: normal;
	border: 1px solid #555;
	background: #333;
	margin:1em 0;
}


#bbforum #forumcol .post {
	background: #000;
}
#forum a {border-bottom: 1px solid #ddd;}

#latest, #forumlist, #favorites {
	margin-bottom: 3em;
	width: 100%;
}

#forumcol .forum_padding{
	padding: 15px 0 15px 15px;
}

/* LAYOUT */


#forumcol{
	font-size: 12px;
	width: 740px;
	margin-left:10px;
	float: left;
	padding-bottom:27px;
	border-top: 2px solid #444;
}

#forumcol h1, #forumcol h2{text-align: left;}

#forumcol .post ol, #forumcol .post ul {margin: 4px 0 1em 20px; list-style-position: outside;}
#forumcol .post ol {	list-style-type:decimal;}
#forumcol .post ul { list-style-type:square;}


#forumcol dl {
	margin:  20px ;
}

#forumcol dl dt {
	font-weight: bold;
}
#forumcol dl dd {
	margin-left: 10px;
}

#forumsidebar{
	width: 190px;
	float: right;
}


.titleline {
	padding: 10px 5px;
	font-size: 2em;
	margin-top: 1em;
	border-bottom: 1px solid #666;
}
/* FORUM HEADER */
#forumheader {
	padding: 1em;
}
#forumheader .login{
	float: left;
	font-size: 11px;
	width: 500px;
	margin-bottom: 1.5em;
}
#forumheader .login label{
	display:block;
	float:left;
	line-height:14px;
	padding-right:10px;
}
.login .text{padding: 2px;}

.login .submit {
	display:block;
	float:left;
	line-height:15px;
	margin-bottom:-10px;
	margin-top:14px;
	padding:1px 4px;
	font-size: 11px;
}

div.remember label {
	clear:both;
	line-height:12px;
	margin:3px 0 0;
	padding:0;
}



#bbforum a.new-topic {
	display:block;
	float: right;
	width: 148px;
	text-align: center;
	border-color:#444444 #000000 #000000 #444444;
	border-style:solid;
	border-width:1px;
	background:#444444 url(images/nav-black.png) repeat-x scroll left top;
	color: #aaa;
	padding: 8px 10px 6px;
	font-size: 12px;
	text-transform:uppercase;
	line-height: 1em;
	margin:-37px 10px 0 0;
	letter-spacing:1px;
}
#bbforum a.new-topic:hover{
	text-decoration:none;
	
	color:#fff;
}
#bbforum a.new-topic:active{
	
	background: #000 url(../images/nav-black.png) repeat-x 0 -70px; color: #FFF;
}
.bbcrumb {
	font-size: 19px;
	float: left;
	font-size:22px;
	font-weight:bold;
	letter-spacing:-1px;
}

#bbforum .bbcrumb a{
	color: #fff;
	border-bottom: 1px solid #888;
}
#bbforum .bbcrumb a:hover{
	color: #aaa;
}

/* POST LIST */
#posts_list {
	margin:0;
	padding:0;
	list-style-type:none;
}
#posts_list li {
	border-bottom:1px solid #333;
	clear:both;
	display:block;
	float:left;
	padding:10px 12px 10px 16px;
	position:relative;
	width:697px;
}
 	#posts_list .alt {background: #222;}
	#posts_list .post_thumbnail {
		display:none;
		float:left;
		margin-left:-62px;
	}

	
	#forumcol h2.topictitle {
		margin: 4px 0 4px 0;
		line-height: 1em;
	}

	
	.post_thumbnail img {
		height:48px;
		width:48px;
	}

	.post_thumbnail a {
	float:left;
	font-size:0;
	}

	#posts_list li h3 {
	width:448px;
	}
	#posts_list li h3, #articles_list li h3 , .topictitle{
		font-size:24px;
		color: #fff;
		letter-spacing: -.03em;
		line-height:22px;
		padding:3px 0 3px;
		width:420px;
	}
	
	#posts_list li h3 a, #articles_list li h3 a{
		color:#fff;
	}
	#posts_list li h3 a:hover, #articles_list li h3 a:hover{
		color: #bbb;
	}
	
	
	#posts_list li.sticky h3{
		color: #999;
	}
	
	.post_last {
		left:480px;
		padding-bottom:1px;
		position:absolute;
		top:16px;
		width:140px;
		z-index:3;
	}
	.post_meta, .post_last, .resource_meta {
		font-size:9px;
		line-height:13px;
	}
	.post_meta {color: #ccc;}
	.post_meta a, #bbforum .post_last a, .resource_meta a{
		
		color: #aaa;
	}
	.post_comments {
		background: url(images/comment.png) no-repeat right top;
		line-height:20px;
		font-size:19px;
		padding: 0 16px 4px 0px;
		position:absolute;
		right:17px;
		top:20px;
		color: #fff;
	}

	.removetopic {
		font-weight:bold;
		position:absolute;
		right:3px;
		color: #999;
		font-size: 10px;
		bottom: 3px;
	}
		.removetopic a{color: #999;}
/* TOPICS */

.infobox {
	padding: 10px 10px 10px 0;
}
#topic-info{
	font-size:11px;
	color: #666;
	float: right;
	overflow:hidden;
}
.topicadmin {font-size: 11px;}
.topicadmin form{display: inline;}
.topicadmin fieldset, .topicadmin fieldset div{
	font-size: 11px; 
	padding:0  0 0 0; 
	display: inline;
	padding:0;
	line-height: .3em;
}
#forumcol .topicadmin input, #forumcol .topicadmin input[type="submit"], .topicadmin select {
	padding: 0;
	margin:0 2px -17px 2px;
	font-size: 11px;
}

/* THREAD */
#forumcol ol#thread {
	list-style-type:none;
	margin: 0;
}

#thread li{
	padding: 10px 0;
	border-bottom: 1px solid #333;
	margin-left: 73px;
	font-size: 13px;
	margin-right: 15px;
}
.infobox .topic_meta {
	margin: 25px 15px 15px 15px;
}

.metacol {
	float: left;
	width: 500px;
}
#thread li .post li {
	margin-left: 0;
	border:none;
	padding: 1px 0;
}
#thread #position-1 .post{
	margin-top: 0;
	margin-right: none;
	font-size: 15px;
	position: relative;
}
	#thread #position-1 .poststuff {
		position: absolute;
		bottom:0px;
		right: 0px;
	}
	#thread #position-1 .threadauthor, #thread #position-1 .threadthumb{
		display: none;		
	}
	
	#thread #position-1 .threadpost {width: 600px;}
	.threadpost {
		position: relative;
		float:left;
		width: 530px;
	}
	#thread .post {
		margin: 2em 0 2em 1em;
	}
	
.threadauthor .theauthor {
	
	font-weight:bold;
}
.threadauthor .saidwhen {
	color: #bbb;
	font-size: .8em;
	margin-left: 2px;
}
	


#thread .post blockquote {
	font-size:1em;
	padding: 14px;
	margin-bottom: 1em;	
	background: #222;
	border: 1px solid #444;
	color: #ddd;
}

.poststuff, #forumcol .poststuff a {
	font-size: 11px;
	color: #ccc;
	font-style:italic;
	border:none;
	text-decoration: none;
}


/*postform */

.post-form {
	margin: 1.5em 0 .5em;
}
.posttips{
	font-size: 10px;
}


/* Search Results */

	.searchcontext {
		margin: 1em 0 1em 1em;
	}

/* INPUTS */

/* forms */
.bigform {
	
	margin: 35px 50px;
	
}
#forumcol h2 {margin: 1em 0;}
#forumcol form {margin-bottom: 1em;}
#forumcol .inputrow {
	margin-bottom:1em;
}
#forumcol .inputrow.error {
	background: #f7f7f7;
	padding: 5px 0;	
}

#forumcol .inputcol, #forumcol .labelcol {
	float: left;
	display:block;
}

#forumcol .inputcol{
	width: 80%;
}
#forumcol .labelcol{
	width: 100px;
	
	line-height: 1em;
	text-align: right;
	padding: 4px 14px 0 0;
}
#forumcol .inputcol .inputerror, #forumcol .labelcol em{
	color: #3399cc;
	display: block;
}

#forumcol .context{
	color: #999;
	font-size: 10px;
	margin: 0;
}	

#forumcol textarea, #forumcol .text {
	width: 95%;
}

/* tables */

table {
	width: 100%;
	font-weight: normal;
}
	table th, table td {padding: 10px;}
	table th {
		text-align: right;
		font-weight: normal;
	}



/* Password strength */
#pass-strength-result.good {
	background: #D9F5A5;
}
#pass-strength-result {
	color: #000;
	font-weight: bold;
	padding: 5px;
	background: #aaa;
}
#pass-strength-result.bad {
	background: #FFF1C9;
}


/* AVATARS */
.post_thumbnail {
	float: left;
	margin-right: 15px;
	width: 50px;
}
.post_thumbnail img {
	border:2px solid #444;
}


/* FORUM SIDEBAR */
#forumsidebar {
	font-size: 12px;
	border-top: 2px solid #444;
	background:#222;

}
#forumsidebar a{
	color: #ccc;
}
	.sidebartitle {
		margin: 4px 0;
	}

.forumsearch {
	margin-bottom: 1em;
}


#topic-tags {
	margin: 1em 0;
}
	#topic-tags h4 {
		margin: 5px 0;
	}
	#topic-tags ul {margin: 0 0 8px 7px;}
	#topic-tags ul li{
		font-size: 11px;
		line-height: 1.5em;
	}

#forumsidebar input{
	font-size: 10px;
	padding: 2px;
	margin-top: 1px;
}

#forumsidebar input.submit{
	padding: 4px;
	letter-spacing: 0px;
}
#forumsidebar .search-form{
	
}
#forumsidebar .text, #forumsidebar #tag {
	width: 105px;
	padding: 4px 0 3px;
}

.forumad {
	margin-top: 20px;
	border-top: 1px solid #555;
	text-align: center;
	padding: 1.5em 0 10px 0;
}
	.forumad .forumadcaption{
		background: #444;
		width: 127px;
		font-size: 10px;
		margin: 5px auto;
	}
	.forumad img{
		border:1px solid #333;
	}
	#forumsidebar .forumad a{border:none;}
	#forumsidebar .forumad a:hover img{border:1px solid #666;}

.sidebox {
	margin: 15px 0;
}

	.sidebox ul li{
		margin: 0;
	}
	#forumsidebar .sidebox ul li a{
		border:none;
		display: block;
		padding: 1px 6px;
	}
	#forumsidebar .sidebox ul li a.current,#forumsidebar .sidebox ul li.current a {
		background:#444;
	}
	.sidebox .nest{
		margin-left: 12px;
	}
	
/* Profile Page */
.user-recent {
	margin: 20px;
}

#useravatar {
	float: right;
	width: 80px;
	text-align: center;
}
.imgcaption{
	text-align: center;
	padding: 3px 0;
}

.user-recent ol li{ 
	margin-left: 10px;
}


/* Tags and Heat Map */
.frontpageheatmap{
	background:#333;
	padding: 5px;
	overflow:hidden;
}

/* Post navigation */
	#forumcol .nav {
		margin:1.6em .4em;
		font-family:Arial,Helvetica,sans-serif;
		font-size:10px;
	}
	.nav .page-numbers {
		border:none;
		background: transparent;
	}

	#forumcol .nav a, #forumcol .nav .current, #forumcol .nav .extend{
		padding: 4px 8px;
		border: none;
		color: #fff;
		background: #333;
		margin-right: 4px;
	}
	#forumcol .nav a:hover, #forumcol .nav .current{
		color: #fff;
		border:none;
		background: #666;
	} 

	#forumcol .dots {margin: 0 6px 0 2px;}

/* BB Signatures */
#forumcol .signature {
	border-top:1px solid #333;
	color:#fff;
	font-size:0.80em;
	padding:1em 0em 1em 1.4em;
}


/* BBPolls */
	#bbforum #bb_polls{
		background: #222;
		border: 1px solid #444;
	}

/* BB Code Buttons */

	#bbcode_buttons div{
		float: left;
		padding: 2px 7px;
		margin: 0 6px 5px 0;
		height: 20px;
		color: #bbb;
		border-color:#444444 #000000 #000000 #444444;
		border-style:solid;
		border-width:1px;
		background:#444444 url(images/nav-black.png) repeat-x scroll left top;
	}
		#bbcode_buttons div:hover{
			color: #FFF;
		}
		#bbcode_buttons div:active{
		background: #000 url(../images/nav-black.png) repeat-x 0 -70px; color: #FFF;}
	

/* BBPress Defaults */
div.submit, p.submit {
	background: transparent;
	border:none;
	padding:0;
	margin:0;
}

div.submit:active, p.submit:active {
	background: transparent;
	border:none;
	padding:0;
	margin:0;
}

/* Reverse Compatibility */
	.pad_small{padding: 8px;}
	.pad_big {padding: 15px 20px;}

	input{
		font-size:110%;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:normal;
		padding:5px 3px 3px 5px;
	}
	.post-footer .right a{color: #aaa}