/*
Theme Name: bbOrg Plugins
*/

@import '/forum-theme/bborg/style.css';

/* Topic Page
=================================== */

.topictitle {
	font-size: 26px;
	margin: 1em 0;
}

ul#sections {
	position: relative;
	font-family:"Lucida Grande",Tahoma,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: 14px;
	border-top: 1px solid #ccc;
	list-style: none;
	margin: 1em 0 1.5em;
	padding: .7em 0 5px;
	background-color: #eee;
	line-height: 1;
}

ul#sections li {
	line-height: 1;
	display: inline;
	padding: .25em 6px;
	margin: 0 0 0 .3em;
	border: 1px solid #eee;
	border-bottom: none;
}

ul#sections li.current {
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: none;
}

h3 {
	font-weight: bold;
	margin: 0 0 1em;
}

h3.authors {
	margin-top: 15px;
	font-weight: normal;
}

h4 {
	font-size: 16px;
}

div.column-right {
	font-family:"Lucida Grande",Tahoma,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: 13px;
	background-color: #eee;
	float: right;
	width: 180px;
	margin-left: 10px;
}

div.column-right h4 {
	font-weight: bold;
	text-align: center;
	background-color: #006400;
	padding: .7em 0;
}

div.column-right h4 a, div.column-right h4 a:visited, div.column-right h4 a:active {
	color: #fff;
}

div.column-right h4 a:hover {
	color: #57B82C;
}

div.column-right p {
	margin: .5em 10px;
}

div#taglist {
	margin: 1em 0;
	font-size: .9em;
}

div.post ul, ol {
	margin: 1em 0 1em 40px;
}

#thread {
margin: 0;
padding: 0;
list-style: none;
}
#thread li {
margin-left: 0;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
}
.nav {
margin-top: 20px;
margin-bottom: 20px;
}

.threadauthor {
float: left;
	width: 110px;
}

/* Ratings */

div#bb-rating {
	clear: right;
	width: 170px;
	margin: 0 0 0 10px;
	padding: 0;
	position: relative;
}

#bb-rating h4 {
	font-weight: normal;
	clear: both;
	margin: 1em 0 0;
}

#bb-rating div.star-holder {
	float: left;
}

#thread div.star-holder {
	margin: -.5em 0 .5em;
}

#bb-rating span.count {
	position: static;
	float: left;
	margin-left: .5em;
}

td.stars {

}

td.stars div.star-holder {
	margin: 0;
}

/* Random */

p.request-info {
	float: left;
}

p.request-time, p.request-more {
	float: right;
}

div.pending {
	padding: .5em;
}

div.has-plugins {
	background-color: #FFC0CB;
}

div.alt.has-plugins {
	background-color: #FFB6C1;
}

div.pending textarea {
	width: 98%;
}

col.wide {
	width: 100%;
}

img.screenshot {
	width: 100%;
	vertical-align: top;
}

#view-page table, #front-page table {
width: 100%;
}
/* plugins home */
#front-page table th {
text-align: left;
}
#front-page table .alt {
	background-color: #FFB6C1;
}
#front-page table { float: left; width: 465px; }
#front-page #popular, #front-page #latest {
margin-right: 10px;
}
#favorites td,#front-page table td, #view-page table td{border-bottom:1px solid rgb(234,234,234);padding:2px 3px;color:rgb(51,51,51);font-weight:bold;}
 #favorites tr.alt td, #front-page table tr.alt td , #view-page table tr.alt td{background-color:rgb(253,253,253);}
#favorites tr:hover, #front-page table tr:hover td, #view-page table tr:hover td{background-color:rgb(237,245,232);}
#favorites th,#front-page table th, #view-page table th{background-color:rgb(249,249,249);border-bottom:1px solid rgb(153,153,153);font-weight:normal;text-align:left;padding:2px 3px;color:rgb(103,103,103);vertical-align:top;}

.postform label {
width: 100%;
}
.postform p {
clear: both;
}
.postform textarea {
clear: both;
display: block;
width: 600px;
}
#front-page .search {
float: left;
}
#front-page .download-button {
float: right;
clear: right;
}


div#history {
	width: 150px;
	margin-left: 20px;
	margin-bottom: 22px;
}
div#history table {
	width: 150px;
	border-collapse:collapse;
	border-spacing:0;
}
div#history table * {
	text-align: left;
}
div#history table tr {
	border-bottom: 1px solid #ccc;
}
div#history table th {
	font-size: 0.8em;
	color: #666;
	font-weight: normal;
	min-width:60px;
}
div#history table td {
	font-weight: bold;
}
div#history table th, div#history table td {
	padding: 5px 0;
}
div#history table tr.last-child {
	border-bottom: none;
}

