/*
Theme Name: 2col_fixed_left
Theme URI: http://bbpressraw.com/categories/themes/
Description: bbPress blank 2-column theme with left sidebar and fixed width
Version: 1.1
Author: agentmaximus
Author URI: http://bbpressraw.com/
*/

/* Clean up for browser compatibility
================================== */

@import url("initial.css");
/* @import url("layout.css"); */

body
{
	
}


/* Default table structure
=================================== */

/* 100% is a good starting width for most tables - this is a forum! */
table { width: 100%;
text-align: left; }

.ads  {
	padding-left: 25px;
	display: block;
}

.ads table { width: 96%;
background-color:#E8E8E8;
text-align: center;
border:#008000 1px solid; }

/* Login form (header.php)
=================================== */

.login { 

}

.login p {
	color:#FFFFFF;
}

.login label {
color:#FFFFFF;
}

.login #submit {

}

p.login {

}

form.login input { 

}


/* Breadcrumbs (most templates)
=================================== */
.bbcrumb, h3.bbcrumb, .bbcrumb h3 {
	font-size: 9px;
}


/* Notice (profile.php)
=================================== */

.notice { 

}

.notice p { 

}



/* Front Page
=================================== */

#front-page #hottags { 

}

#front-page #discussions { 

}

/* hot tags! */
.frontpageheatmap {

}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {

}

#front-page #discussions ul {

}

.sticky {
	background-color: #003300;
	color: #FFFFFF;
}

.sticky a, .sticky a:link, .sticky a:visited, .sticky a:active {
	color: #00CC00;
}

.sticky a:hover {
	color: #006600;
}

/* Topic Page (topic.php)
=================================== */

/* wrapper for topic */
.infobox .admin {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}


ul.topicmeta {
	display: block;
	margin-left 1.0; padding-left: 0em;
}

.topicmeta li {
	display: list-item;
	list-style: square inside;
}

#topic-info h2 {
	border: 1px;
	margin: 0px;
}

#topic-info {
	float: left;
}

#topic-tags {
	top: 1.0em;
	margin-top: 2.0em;
	float: right;
}


#thread {
}

#thread ul{
	padding-left:0px;
}

#thread li {
	margin-bottom: 1.0em;
}

#thread li ol, #thread li ul { margin-left: 0px; padding-left: 0px;}

#thread li ol li, #thread li ul li { padding: 0; }

/* following are used by post.php */
/* 

.threadpost {
	margin-left: 80px;
	width: 300px;
	background-color: #494949;
	
	
	background-color:#FF0000;

	padding: 10px;
	display:block;
	float:right;
	text-align: left;
	
}  */

.threadpost {
	background-color: #494949;
	padding: 10px;
}


/* OTHER STUFF */

#thread {
	/* background: #EDF0F3; */
	list-style: none;
	margin: 0 0 0 100px; 
	padding: 0;
}

#thread li {
	padding: 10px 0em; 
	/* border-bottom: 4px solid #FBFCFD; */
	line-height: 1.5em;
}

#thread .post li {border:0;}
#thread .post ul li {list-style-type:square;}

#thread li ol, #thread li ul {  }

#thread li ol li, #thread li ul li { padding: 0; }



.old_threadauthor {float:left; 
position: relative; 
left:-100px;   
margin-right:-100px;
 width: 80px; text-align:center; overflow: hidden; 

}

.old_threadauthor div {margin-left:auto; margin-right:auto;}

.post blockquote {
	margin: 0 0 0 4ex;
	padding: 0 0 0 1ex;
	border-left: 5px solid #ccc;
}

.post blockquote cite {background: #ddd; padding:0 5px;}

.poststuff {
	clear:both;
	border-top: 1px dotted #ccc;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 0.8em  Verdana, Arial, Helvetica, sans-serif;	
}

.poststuff a {
	margin-left:2px;
	padding:1px 2px;
	border: 1px solid #aaa;
	border-top-color: #ccc;
	border-left-color: #ccc;	
	background: #ddd url(images/grey.png) repeat-x;
	-moz-border-radius: 6px; -moz-border-radius-bottomleft: 3.5px;  -moz-border-radius-bottomright: 3.5px;
	-khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; 
}
 
 
 /* END OTHER STUFF */

.poststuff {
	border-top: 1px solid #e5e5e5;
}

.num, #forumlist small {

}


.postform {
	background: #494949;
	padding: 1em;
	margin-bottom: 1em;
	text-align: left
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 96%;
	font-size: 10px;
	display: block;
	font-size: 1.2em;
}

.postform label { display: block; }

.rssfeed { line-height: 20px; padding-left: 23px; background: url( "images/feed-icon-16x16.png" ) center left no-repeat; }

#manage-tags { 

}

#manage-tags li {

}

.submit {

}

.topiclink {

}

.topictitle {

}

#topic-move {
	margin-bottom: 1.0em;
}

/* Content - specific to the main content div
=================================== */

#content .frontpageheatmap a {

}

#content .infobox li {

}

#content .nav a {

}

#content .nav a:hover {

}

#content a:visited {

}


/* Profile Page
=================================== */

#profile-menu {
	padding-top: 0.5em;
	list-style: none;
	border-bottom: 2px solid #ccc;

}

#profile-menu ul {
}

#profile-menu li {
	font-size: 1.1em;
	background-color: #eee;
	padding: 4px 7px;
	margin: 0px;
	display: inline;
	position: relative;
	top: -3px;
}

#profile-menu li.current {
	background-color: #ccc;
}

#userinfo {

	

}

#userinfo dt {
font-weight: bold;
}

#userinfo dd {

} 

#useractivity {

}

.user-recent {

}

.user-recent .alt {
	background-color: transparent;
}

.user-recent ol {

}

.user-recent ol li {

}

/* Profile Edit
=================================== */

fieldset { 

}

legend { 

}

fieldset table { 

}

fieldset table td { 

}

fieldset p { 

}


/* Other
=================================== */

#front-search {

}

#latest td, #forumlist td, #favorites td {
	
}

#forumlist tr td div.nest {

}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover {

}

#latest th, #forumlist th, #favorites th {
	background-color: #494949;
	border: 1px solid #494949;
}

#latest, #forumlist, #favorites {

}

.alt {
	background-color: #0000000;
}

.bozo {

}

.alt.bozo {

}

.deleted {

}

.alt.deleted {

}

/* Extra Styles */

strong
{
	font-weight: bold;
}

a, a:visited, a:active, a:link{
	font-family:  Arial, Helvetica, sans-serif;
	color: #006600;
	text-decoration:none;
}

a:hover{
	font-family:  Arial, Helvetica, sans-serif;
	color: #00FF66;
	text-decoration:none;
}

#sidebar h4, #sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #F73B3C;
	padding-top: 3px;
	padding-bottom: 3px;
}

#sidebar ul
{
	padding-top: 4px;
}

#sidebar form
{
	padding-top: 4px;
}

#sidebar p
{
	margin:0;
	padding:0;
	color: #FFFFFF;
}

/* wrapper for topic */
.infobox {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

ul.topicmeta {
	display: block;
	margin-left 1.0; padding-left: 0em;
}

.topicmeta li {
	display: list-item;
	list-style: square inside;
}

#topic-info h2 {
	border: 0px;
	margin: 0px;
}

#topic-info {
	float: left;
}

#topic-tags {
	top: 1.0em;
	margin-top: 2.0em;
	float: right;
}

#active a { border-left: 1px solid #143414; }




/** BWP **/

body {
color: #FFFFFF;
font-family: tahoma, arial;	font-size: 10px;	margin: 0px;	padding: 0px;	text-align: center;	background-color: #000000;	background-image:url(http://www.britanniawrestling.co.uk/images/bwp-background.jpg);	background-position:center top;	 background-repeat:no-repeat;
}

* html body {
}

img {
	border: 0px;
}

a:link { 
	color: #9D9D9B;
	/*font-size: 11px;*/
	font-weight: bold;
	text-decoration: underline;
}
	
a:visited { 
	color: #9D9D9B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;	
}
	
a:hover, a:active { 
	color: #FFFFFF;
	/*font-size: 11px;*/
	font-weight: bold;
	text-decoration: none;
}

#footer a:link { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}
	
#footer a:visited { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;	
}
	
#footer a:hover, #footer a:active { 
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: underline;
}

#banner {
	clear: both;
	height: 360px;
	width: 776px;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 776px;
}

#content {
	clear: both;
	width: 776px;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat;
}

#footer {
	background: url(images/footer-bg.gif) no-repeat;
	clear: both;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	height: 50px;
	padding-top: 20px;
	text-align: center;
	width: 776px;
}

#headlines {
	background: #1F1F1F;
	height: 175px;
	padding: 10px;
	width: 254px;
}

#left {
	background: #333333 url(images/content-top-bg.gif) no-repeat 0% 0%;
	float: left;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	width: 462px;
}

#logo {
	height: 0px;
	width: 776px;
}

#nav {
	clear: both;
	display: block;
	height: 43px;
	width: 776px;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
}
#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;	
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

.nlink, .nlinkend {
	float:left;
	width:auto;
	list-style: none;
	display:inline;
	text-align:center;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 15px;
	height:28px;
}
.nlink{
	background-image: url(images/nav-line.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.nlinkend {
	background-image: none;
}
#right {
	float: left;
	width: 264px;
	margin: 5px;
}

#right p {
	margin-top: 0px;
}

* html #right p {
	margin-top: -5px;
}

#stats {
	background: #494949;
	padding: 10px;
	width: 254px;
}

* html #stats {
	height: 170px;
}

.date {
	color: #827961;
	font-weight: bold;
}

.flt-lft {
	float: left;
	margin-right: 20px;
}

.flt-rgt {
	float: right;
}

.heading1 {
	background: url(images/heading-bg-1.gif) no-repeat;
	color: #909090;
	display: block;
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	margin-bottom: 12px;
	padding-left: 40px;
	padding-top: 4px;
	width: 181px;
}

* html .heading1 {
	margin-bottom: 5px;
}

.heading2 {
	background: url(images/heading-bg-2.gif) no-repeat;
	color: #909090;
	display: block;
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	margin-bottom: 5px;
	padding-left: 38px;
	padding-top: 4px;
	width: 161px;
}

.spoiler
{
        background: #660000;
        color: #660000;
}

