
/* -------------- */
/* GENERAL STYLES */
/* -------------- */

body {
	background-color: #271514;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
ul {
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
	
/* ------------- */
/* HEADER STYLES */
/* ------------- */

.intro_text {
	font-style: italic;
	font-weight: bold;
	color: white;
}

.spoiler_alert {
	font-style: italic;
	color: white;
	font-size: .85em;
	padding-bottom: 2px;
	}
		
.week_bar {
	font-weight: bold;
	font-color: white;
	font-size: .68em;
	text-align: center;
	text-decoration: none;
	}
	
.week {
	background: url(images/week_bar_bkg.gif) bottom;
	text-decoration: none;
	font-size: 10px;
	}
	
.week_selected {
	color: white;
	background: url(images/week_bar_selected_bkg.gif) bottom;
	}

.week a:link, .week a:visited { 
	color: #8d0094;
	text-decoration: none;
	font-size: 10px;
	}
	
.week a:hover { 
	color: #177ECD;
	text-decoration: none;
	}

.week_disabled {
	color: #696969;
	text-decoration: none;
	}

.week_end_left {
	background: url(images/week_bar_left_end.gif) bottom;
	}
	
.week_end_right {
	background: url(images/week_bar_right_end.gif) bottom;
	}
	
/* ------------------ */
/* CALLOUT BOX STYLES */
/* ------------------ */

.score_text {
	color: white;
	font-size: .75em;
	}
	
.standings_text {
	color: white;
	font-size: .75em;
	}
	
.standings_text a {
	color: white;
	text-decoration: underline;
	}
	
.standings_text a:hover {
	color: #177ECD;
	text-decoration: underline;
	}

.matchup_text {
	color: white;
	font-size: .65em;
	}

.admin_navbar a:link, a:visited {
	color: white;
	font-size: .75em;
	text-decoration: none;
	padding-left: 5px;
	}

.admin_navbar a:hover {
	color: #8d0094;
	}

.death_text {
	color: white;
	font-size: .65em;
	}

/* ------------- */
/* FOOTER STYLES */
/* ------------- */

.footer {
	color: #ffffff;

	font-style: italic;
	}
	
.footer a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
	}
	
.footer a:hover {
	color: #8d0094;
	text-decoration: underline;
	}
	
.webmaster {
	color: white;
	font-size: .65em;
	font-style: italic;
	}
	
.webmaster a:link, a:visited {
	color: white;
	}
	
.webmaster a:hover {
	color: #177ECD;
	}

/* ---------------- */
/* BLOCK BOX STYLES */
/* ---------------- */
	
.block_header {
	font-weight: bold;
	font-size: 1.0em;
	padding-bottom: 5px;
	display: block;
	}
	
.block_text {
	font-size: .70em;
	}
	
.block_text a:link, .block_text a:visited {
	color: #8d0094;
	font-weight: bold;
	font-size: 1.0em;
	padding: 0px;
	margin: 0px;
	}
	
.block_text a:hover {
	font-weight: bold;
	color: #177ECD;
	font-size: 1.0em;
	padding: 0px;
	margin: 0px;
	}
	
.gsn_reporter {
	font-size: 10px;
	color: white;
	font-style: italics;
	}

/* ---------------- */
/* TEAM PAGE STYLES */
/* ---------------- */

.team_text {
	font-size: .75em;
	}
	
.ki {
	color: brown;
	}
	
.sklorno {
	color: green;
	}
	
.human {
	color: blue;
	}
	
.quyth {
	color: red;
	}
