/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on Twenty Ten)
Version: 3.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";
@import "css/flip.css";
@import "css/blog.css";

body {
	background-color: #000;
	background-image: url(/images/body-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Helvetica, Arial, sans-serif;;
	color:#333;
	font-size:13px;
	text-align:left;
	line-height:1.5em;
	margin:0;
	padding:0;
}

#top_page_container{
	height: 160px;
	width: 980px;
	padding: 0;
	margin: 0 auto;
}

#logo{
	float: left;
	padding: 20px 0 0 0;
}

#SC2Forums{
	display: inline;
	list-style-type: none;
	font-size: 36px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	padding: 70px 0 0 0;
	float: right;

}

#SC2Forums a:link {
	color: #ccc;
	text-decoration: none;
	text-shadow:1px 2px 0 #000000;
} 

#SC2Forums a:visited {
	color: #ccc;
	text-decoration: none;
	text-shadow:1px 2px 0 #000000;
}

#SC2Forums a:hover,
#SC2Forums a:focus {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 3px solid #2572e0;
	text-shadow:1px 2px 0 #000000;
}


/************************************************************************

*	Wrappers

/************************************************************************/

#wrapper {
	background-color: #ffffff;
	background: none;
	color: #000000;
	margin: 0 auto;
	padding: 0;
    width: 980px;
}

#content {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	line-height: 1.5em;
	font-size: 13px;
	background-color: #ffffff;
	color: #333;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 20px;
}

#content p{padding: 0 0 20px 0;}

/************************************************************************

*	Headers

/************************************************************************/

h1 { font-weight: bold; font-size: 28px; color:#333; padding: 0; }
h2 { font-weight: bold; font-size: 22px; color: #333; padding: 0 0 15px 0; border-bottom: #dfdfdf; }
h3 { font-weight: bold; font-size: 14px; color:#333; text-transform: uppercase; padding: 0 0 15px 0;}
h4 { font-weight: bold; font-size: 14px; color:#000; }
h5 { font-weight: bold; font-size: 14px; color:#08c; padding:0; }
h6 { font-weight: bold; font-size: 28px; color:#303030;  padding: 10px 0; }

.BracketHeader {padding: 50px 0 0 0;}

p a:link {color: #038CBF; text-decoration: none;}
p a:visited {color: #038CBF; text-decoration: none;}
p a:hover {color: #333333; text-decoration: none; border-bottom: 3px solid #038CBF;}
p a:active {color: #038CBF; text-decoration: none;}

#Sidebar a:link {color: #038CBF; text-decoration: none;}
#Sidebar a:visited {color: #038CBF; text-decoration: none;}
#Sidebar a:hover {color: #333333; text-decoration: none; border-bottom: 3px solid #038CBF;}
#Sidebar a:active {color: #038CBF; text-decoration: none;}


/************************************************************************

*	Utilities

/************************************************************************/

hr {
background:none repeat scroll 0 0 #DFDFDF;
border:medium none;
clear:both;
display:block;
height:1px;
margin:30px 0;
width:100%;
}

.highlight { background:#444; border:1px solid #333; margin:10%; padding:10px; display:inline-block; }
.clear 			{ clear:both; margin: 0; padding: 0;}



/************************************************************************

*	Page Navs

/************************************************************************/

.page_top_nav_container {
	height: 40px;
	margin: 0;
	padding: 0;
	background: url(/images/navcontainer.png) no-repeat;
	clear: both;
}

ul.page_top_nav {
	height: 40px;
	margin: 0;
	padding: 0 1px 0 1px;
	position: relative;
	z-index: 12;
	float: left;
}

ul.page_top_nav li {
    float: left;
	margin: 0;
	height: 40px;
	position: relative;
	z-index: 99999;
}

ul.page_top_nav li a {
    display: block;
    margin: 1px 0 0 0;
    color: #888;
	height: 26px;
    padding: 13px 20px 0 20px;
    border-right: 1px solid #d7d7d7;
    outline: none;
    float: left;
    display: inline;
    position: relative;
	z-index: 5000;
	text-decoration: none;
}

ul.page_top_nav li a:hover {
	background: #fff;
	color: #222;
	height: 25px;
	text-decoration: none;
}

ul.page_top_nav li a.selected {
    background: #fff;
	color: #222;
	height: 26px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
	margin-left: -1px;
    padding: 13px 20px 0 20px;
	font-size: 12px;
    position: relative;
    font-weight: bold;
    z-index: 5;
}

ul.page_top_nav li.first a.selected {
	background: url(images/navselected.gif) no-repeat;
	/* -moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px; */
	border-left: none;
	margin-left: 0;
}

.BracketWrap{
	background-color:#F6F6F6;
	border:1px solid #CCCCCC;
	float:right;
	margin:0 0 10px 0;
	padding:15px;
	width:275px;
}

}

.BracketList{
	padding: 0;
}

.BracketList li {
	display: inline;
	list-style-type: none;
	font-size: 14px;
	color: #555;
	font-weight: bold;
	text-decoration: none;
	width: 120px;
	text-align: center;
	padding: 0 10px 0 0;
	margin: 5px 0 5px 0;
	float: left;
}

.BracketList li a:link {
	color: #555;
	text-decoration: none;
} 

.BracketList li a:visited {
	color: #555;
	text-decoration: none;
}

.BracketList li a:hover,
.BracketList li a:focus {
	color: #555;
	text-decoration: none;
	border-top: 3px solid #038CBF;
}

/************************************************************************

*	Footer

/************************************************************************/

#footer{
	background-image: url(/images/footer.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 980px;
	margin: 0 auto;
	background-color: #252525;
}

#footer_content{
	font-size: 10px;
	padding: 12px;
	margin: 0 auto;
}


/************************************************************************

*	Page Content

/************************************************************************/

.Brackets{
	position: relative;
}

.sponsors{
	width: 600px;
	position: absolute;
	left: 275px;
	top: 25px;
}

.sponsors li{
	padding: 0 25px 10px 0;
	float: left;
	
}



/************************************************************************

*	Contact

/************************************************************************/

#contact-area{
	width: 650px;
	padding: 0 0 0 0;
}

.ContactLabel{
	font-size: 14px;
	font-weight: bold;
}

.Contactleft  {
	display:inline;
	float:left;
	width: 50%;
}

.f_half {
	width:400px;
}

.short {
	width:80%;
}

.long {
	width:90%;
}

.required {
	color:red;
}

.clearfix  {
	clear: both;
	display:block;
	border-top:1px solid #d7d7d7;
	padding: 20px 0 15px 0;
}

#contact-area input {
	border:2px solid #C3C3C3;
	color:#333333;
	background-color: #F4F4F4;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 10px 5px;
}

#contact-area select {
	border:2px solid #C3C3C3;
	color:#333333;
	background-color: #F4F4F4;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 10px 5px;
	width: 300px;
}


#contact-area textarea {
	border:2px solid #C3C3C3;
	color:#333333;
	background-color: #F4F4F4;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 10px 5px;
	width: 90%;
}


#contact-area input.submit-button {
	background: #0B66BA;
	
	background: -moz-linear-gradient(top,  #77BAF7 0%, #2692F2 2%, #0B66BA 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #77BAF7), color-stop(0.02, #2692F2), color-stop(1, #0B66BA));

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2692F2', endColorstr='#0B66BA');
    
	color: #FFF;
	border: solid 1px #0C65B6;	
	
	font-family:  "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 12px; 
	font-weight: bold;
	text-decoration: none;
	color: #FFF; 

	display: inline-block; 
	cursor: pointer;
	padding: 5px 10px 6px; 
	border: none;
	position: relative;
	
	border-bottom: 1px solid rgba(0,0,0,0.25);	
	
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);

	
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.submit-button:hover .submit-button a:hover{
	-moz-box-shadow: 1px 1px 10px #0B66BA;
	-webkit-box-shadow: 1px 1px 10px #0B66BA;
}

.submit-button:active, .submit-button a:active { top: 1px;  }
