/*
-------------------------------------------------
Powder :: Main Style Sheet

Website: 	www.rts-league.org
Author:		Eric Rakestraw 
Email: 		eric.rakestraw@maximumdirect.net
Date:  		June 2010
-------------------------------------------------
*/

@import url(includes/header.css);
@import url(includes/footer.css);

@import url(includes/index.css);
@import url(includes/leagues.css);
@import url(includes/admin.css);
@import url(includes/operator.css);


/* ***************************************************************************
 * Section I: Global Page Layout - Boundaries
 * ***************************************************************************/

body {
	margin: 0px;
	padding: 0px;
	
	
	/* background-image: url(/style/Powder/images/background.png); */
	background-image: url(http://images.rts-league.org/style/Powder/images/background.png);
	background-repeat: repeat;
	
	
	background-color: #E4E8EB;
	
	font-family: Arial, Helvetica, Sans-Serif;
	color: #4B596B;
	font-size: 90%;
}

#container {
	width: 960px;
	height: 100%;
	clear: both;
	margin: 0px auto;
	padding: 0px;
	border-left: 2px solid #C2CCC3;
	border-right: 2px solid #C2CCC3;
	background-color: #FBFBFB;
	overflow: hidden;
}


/* ***************************************************************************
 * Section II: General Page Layout
 * ***************************************************************************/

/* 1. General Layout - Heading, Feature, and Sidebar */

#content {
	width: 880px;
	height: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 10px 40px;
	line-height: 130%;
}

#heading {
	width: 100%;
	float: left;
	clear: left;
	padding-bottom: 10px;
	border-bottom: 1px dotted #404C5E;
	margin-bottom: 20px;
	overflow: hidden;
}

#feature {
	width: 620px;
	float: left;
	clear: left;
}

#sidebar {
	width: 195px;
	float: right;
	clear: right;
	overflow: hidden;
	padding: 0px 10px;
	margin-bottom: 20px;
	margin-top: -10px;
}

/* 2. Page Heading Style */

#heading img {
	float: left;
	margin-right: 25px;
	padding: 0px;
}

#heading h2 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
#heading .subtitle {
	font-size: 120%;
}

/* 3. Feature Area Style */

#feature h2 .intro {
	color: #445161;
}

#feature h2 .content {
	color: #A65C22;
}

/* 4. Sidebar Area Style */

#sidebar li, #sidebar td {
	font-size: 100%;
}

#sidebar h2 {
	color: #3675B3;
	padding-top: 0px;
	margin-bottom: 15px;
}
#sidebar h3 {
	color: #3675B3;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0px 0px 5px 0px;
}
#sidebar table td {
	text-align: left;
	padding: 5px 0px;
	border-bottom: 1px dotted #BED3E8;
}
#sidebar td.teams {
	width: 75%;
}
#sidebar ol, #sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
#sidebar ul li {
	padding: 5px 7px;
	border-bottom: 1px dotted #BED3E8;
	/*list-style-image: url(http://www.rts-league.org/style/main/images/tinydot.png);*/
	list-style-image: url(http://images.rts-league.org/style/Powder/images/tinydot.png);
	vertical-align: baseline;
}
#sidebar ul li.highlight a {
	color: #CC600A;
	font-weight: bold;
}


/* ***************************************************************************
 * Section III: General Style: Fonts, Headings, & Other Elements
 * ***************************************************************************/

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #339900;
}

h3 {
	padding-bottom: 5px;
	border-bottom: 1px dotted #4B596B;
}

ul, ol {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

table {
	width: 100%;
}

tr th {
	text-align: left;
}

ul li, ol li, table td {
	padding: 2px;
	margin: 0px;
}






