/*  
Theme Name: BCS Theme
Theme URI: http://bcsplayoffsnow.com
Description: Modified by Oliver Pankiewicz
Version: 1.0
Author: Oliver Pankiewicz
Author URI: http://bcsplayoffsnow.com
*/

<!--Copied from BCS Forum theme-->
* { margin: 0; padding: 0; }

body {
	font-family: Arial, Times New Roman, Courier New;
	text-align: left;
	background-color: white;
	margin: 0;
	padding: 0.5em !important;
	border: 20px #000 solid !important;
}

.alt {
	background-color: #f8f8f8;
}

a { 
	color: #06C;
	text-decoration: none;
}

pre, code { font: 1.0em Monaco, 'Courier New', monospace; }

pre, p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

.delete:hover {
	background-color: #c00;
	color: #fff;
}

h1 { font-size: 2em; }

h2 { font-size: 1.5em; }

/* Begin sidebar */
.BCSsidebar {
	background-color:#F2F2F2;
	margin-top:10px;
	padding:5px;
	vertical-align:top;
	min-width:240px;
	margin-right:0.5em;
}

.BCSsidebar h4 {
	font-weight:bold;
	font-size:16px;
	background-color:#F2F2F2;
}

.BCSsidebar ul {
	list-style-type: square;
	margin-bottom:15px;

}

.BCSsidebar ol {
	margin-top:10px;
	padding-top:10px;
	
}

.BCSsidebar li {
	padding-left:0px;
	margin-left:20px;
	counter-reset: -html-counter 0;
	line-height:125%;
	font-size:14px;
	list-style-type: square;
}

.BCSsidebar table {
	text-align:left;
}

.BCSsidebar td {
	font-size:14px;
	vertical-align:top;
	padding: 0px;
	margin: 0px;
}	

.BCSsidebar_div {
	font-size:14px;
	padding-left:10px;
	text-decoration: none !important;
	clear:both;
}

.BCSsidebar_div a img {
	border-bottom-style:none;
	border:0px;
	padding-right:2px;
}

.menutitle{
	cursor:pointer;
	margin-bottom: 4px;
	background-color:#C00;
	color:#000000;
	width:200px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	border:1px solid #000000;
	font-size: 14px;
	text-decoration:none;
}

.menuList {
	display: block;
	list-style-type: disc; 
	margin: 2px 5px 5px 5px;
	counter-reset: -html-counter 0;
	list-style-type: square;
	line-height:125%;
	font-size:14px;
	padding-left:10px;
	margin-left:10px;
	}

.submenu{
	margin-bottom: 5px;
	background-color:#F2F2F2;
	font-size:12px;
}

.menu_buytext {
	font-size:small;
	margin: 5px;
	padding-left: 30px;
	line-height:125%;
	}
	
.menu_smallbuytext {
	font-size:medium;
	font-weight:bold;
	}	

.menu_topic {
	font-weight:bold;
	font-size:16px;
	padding-top:6px;
	margin-top:5px;
	padding-left:5px;
	clear:both;
}

.new_menu {
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	margin-right:5px;
}

.new_submenu {
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	color:red;
	margin-right:8px;
}

.menu_forum {
	margin:5px 5px 5px 4px;
	padding-top:6px;
	font-size:16px;
	font-weight:bold;
}



/* Structure
=================================== */

.content_td {
	vertical-align:top;
	padding-left:7px;
	min-width:760px;
	
}	


#footer {
	border: none;
	padding: 20px 0;
	text-align:center;
	}

#header {
	padding-left:10px;
	text-align:left;
	min-width:930px;
	clear:both;
	border:50px black;
}



#header p.description {
	font-size: 1.2em;
	font-family: Georgia;
	font-style: italic;
	overflow: auto;
	position: absolute;
	display: block;
	color: #666;
	text-align: right;
	right: 53px;
	bottom: 13px;
	padding: 6px;
	z-index: 2;
}

#header p { margin-bottom: 0; }

#header h1 a { color: #555; text-decoration: none; }
#header h1 a:hover, #header h1 a:visited { color: #666; }

#header div.search {
	float: right;
	padding: 4px;
	background-color: #aaa;
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#header div.search input {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
}

#header div.search input.submit {
	line-height: 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#header div.search input.submit:hover {
	background-color: #ddd;
}

#main {
	text-align:left;
}

/* Login Form
=================================== */

.login {
	float:right;
	bottom: 31px;
	left: 0;
	font-weight: normal;
	color: #444;
	width: 100%;
	z-index: 1;
	font-size: 12px;
}

form.login {
	bottom: 15px;
}

.login p { padding: 0 0 4px; }

.login label {
	display: block;
	float: right;
	padding-right: 10px;
	line-height: 14px;
}

form.login input {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
}

form.login input.submit {
	float: right;
	margin-top: 14px;
	margin-bottom: -10px;
	display: block;
	line-height: 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

form.login input.submit:hover {
	background-color: #ddd;
}

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

form.login input#remember {
	border-width: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}




<!--Older for tables-->
.BCS_main_title {
	font-size:32px;
	color:#FF9900;
}

.BCStable {
	border: 2px solid #000000;
	margin-left: 10px;
	margin-bottom:10px;
	text-align:left;
	padding:0px;
	border-spacing:0;
	border-collapse:collapse;
}
.BCScell {
	vertical-align:top;
	border: 2px solid #000000;
	padding:3px;
	text-align:left;
	border-spacing:0;
	border-collapse:collapse;
}

.menu_buytext {
	font-size:small;
	margin: 5px;
	padding-left: 30px;
	line-height:125%;
	font-size:small;
	}
	
.menu_smallbuytext {
	font-size:medium;
	font-weight:bold;
	}	
	
.google_ad_menu {
	padding-top:15px;
	padding-bottom:5px;
	}
	
.bcs_matchup_pics {
	padding-left:2px;
	padding-right:2px;
	text-align:center;
	vertical-align:bottom;
	}

.bcs_matchup_names {
	padding:2px;
	text-align:center;
	}

/* Original */

.clear {
	clear:both;
	height:20px;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 1px solid #2036FA;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

fieldset 
{
	border:none;
}



#container {
	background: #fff url(img/border_left.jpg) repeat-y 0px 0px;
	margin: 1px auto; 
	width: 780px; 	
	position: relative; 
	text-align: left;
}

#navigation {
	margin: 2px auto 0px; 
	overflow: hidden; 
	width: 780px; 
	position: relative; 
	text-align: left;
        font-size: 0.9em; 
	font-family:"Lucida Grande", Arial, Verdana, Helvetica;
}
 html #navigation {
	height: 1%;
}
#navigation ul li {
	float: left; 
	margin: 0px 0px 0px 0px; 
	list-style-type: none;
}
#navigation a
{
 color:#fff;
}
#navigation ul li.page_item
{
 background: #ffffff url(img/topbar2.gif); 
}
#navigation ul li.page_item a { 
        border: #ccc 1px solid;
	border-bottom:none;
	padding: 0 6px 0px 6px; 
	display: block; 
	text-decoration: none;
        color: #ffffff;
}

#navigation ul li.page_item a:hover 
{       background: #ffffff;
        display: block; 
        color: #000000;
        border: #3B3B3B 1px solid; 
        border-bottom:none;
}

#navigation ul li.current_page_item  {
	background: #ffffff url(img/menubar1.gif);
        display: block; 
        padding: 0 6px 0px 6px; 
        color: #000000;
        border: #3B3B3B 1px solid; 
        border-bottom:none;
}
#navigation ul li.search {
	font-size: 0.9em; 
	right: 0px; 
	position: absolute; 
	top: 0px;
}
#navigation ul li.search input#s {
	border: #3B3B3B 1px solid; 	
	width: 100px; 
        font-size: 0.9em; 
	padding: 2px; 	
        margin: 0px 0px 2px 0px;
	background:#fff;
}
#navigation ul li.search input#searchsubmit {
	border: #000000 1px solid; 
	background: #3B3B3B; 
        font-size: 0.9em; 
	margin: 0px 0px 0px 2px; 
	color: #ffffff; 
	padding: 2px; 		
}




/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 10px 15px 20px 15px;
	margin: 0px 0 0;
	width: 515px;
	}

.widecolumn {
	padding: 10px 15px 20px 15px;
	margin: 0px 0 0 0px;
	width: 600px;
	}

.post {
	margin: 0 0 50px;
	text-align: left;
	}
#content .post h1 {
	font-size:1.4em;
	text-decoration:none;
	text-align:left;
	background-color:#000000;
	color:#FFFFFF;
	margin:0px;
	padding:2px;
	border-top: 3px solid #c00;	
}
#content .post h1 a {color:#FFFFFF; text-decoration:none;}
#content .post h1 a:visited {color:#FFFFFF; text-decoration:none;}
#content .post h1 a:hover {color:#A0A0A4;}

.content_td {
	vertical-align:top;
	padding-left:6px;
}	

#content .post h2 {
	font-size:1.2em;
	text-decoration:none;
	text-align:left;
}	

#content .post h3 {
	font-size:1.2em;
	text-decoration:none;
	text-align:left;
	padding-bottom:-10px;
	margin-bottom:-10px;
}	

#content .post td {
	vertical-align:top;
	text-align:left;
	}
	
.post_title_below {
	font-size:0.8em;
	color:#656551;
	text-align:left;
	}
.post_title_below a {	
	text-decoration:none;
	color:#656551;
}

.post-info {
	font-size:0.9em;
	color:#656551;
	margin:0;
	padding:0;
    border-bottom:#999 1px solid;	
}
.postmetadata
{
	font-size:0.9em;
	color:#656551;
	margin:0;
	padding:0; 
	vertical-align:top;
}
.postmetadata a
{
 color:#2036FA;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 10px;
	
	}

#commentform textarea {
	width:60%;
	padding: 2px;
	margin-left:10px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
#respond {
	margin-left:10px;
	}	
/* End Form Elements */



/* Begin Comments*/
.HTNgravator {
	float:left; margin-right:8px;
}

.HTNgravator span {
	margin:12px 0px 0px 8px;
	font-size:large;
	vertical-align: top;
}

.HTNcomment_text {
	margin-left:68px;
}

.reply {
	float:right;
	clear: both;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em, Arial, Times New Roman, Courier New;
		}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Times New Roman, Courier New;
	}

.commentmetadata {
	font-weight: normal;
	color:#000000;
	vertical-align:top;
	}
	
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	text-decoration:none;
	vertical-align:top;

}
ol.commentlist li{
	padding: 10px 10px 40px 10px !important;
	margin-bottom:20px !important;
	font-weight: bold;
	list-style:none;
	background:#FFF;
	border:1px solid #000;
}
ol.commentlist li.alt{
	padding: 10px 10px 40px 10px !important;
	background:#FFF;
	border:1px solid #000;	
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* End Comments */










