/* -------------------------------------------------------------- 
  
	Site: Donkey Punch Race League Official Website
  Author: James Wagner
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";
@import "lib/cake.css";

/* Site
-------------------------------------------------------------- */
body {
	background: #3A4D81 url('/img/background.jpg') repeat-x scroll 0 0;
	color: #FFF;
}
body.login {
	background: #3A4D81;
}
#container {
	width: 900px;
	margin: 0 auto;
}
#ie_goaway {
	display: none;
}
/* Header
-------------------------------------------------------------- */
#header {
	height: 240px;
	position: relative;
	margin-bottom: 10px;
}
#header img {
	margin: 10px;
}
#header ul#topnav {
	list-style: none;
	position: absolute;
	top: 20px;
	left: 590px;
}
#header ul#topnav li {
	margin-bottom: 10px;
	padding: 10px 20px;
	width: 260px;
}
#header ul#topnav li a {
	color: #FFF;
}
#header ul#topnav li a:hover {
	text-decoration: none;
}
#header ul#topnav li#user {
	background: #D81921;
}
#header ul#topnav li#rank {
	background: #EC008C;
}
#header ul#topnav li#tournament {
	background: #8967AC;
}
#header ul#topnav a#logout {
	float: right;
	font-family: Verdana;
}
#header ul#topnav a#logout:hover {
	text-decoration: none;
	color: #9F1218;
}
/* Content
-------------------------------------------------------------- */
#new_user {
	width: 300px;
	background: #FCE600;
	position: absolute;
	padding: 10px 15px 0;
	left: 250px;
	top: 36px;
	color: #000;
	z-index: 9000;
}
#new_user a {
	color: #3A4D81;
	font-weight: bold;
}
#new_user h3 {
	margin: 0;
}
.bottom a {
	float: right;
	text-transform: uppercase;
	color: #FFF;
	margin: 5px 50px 0 0;
}
.inside p {
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: .5px;
	margin-bottom: 5px;
}
.inside ul {
	list-style: none;
}
.bottom {
	margin-bottom: 20px;
} 
#news_feature p {
	display: inline;
	margin: 0;
}
#news_feature h2 {
	margin: 0;
	text-indent: -9000px;
	width: 180px;
	height: 30px;
	background: transparent url('/img/news_heading.gif') no-repeat 0 0;
}
#news_feature ul {
	background: #D81921;
	margin: 0;
	list-style: none;
	padding: 20px 0 20px 20px;
	width: 880px;
}
#news_feature ul li {
	margin-bottom: 10px;
}
#news_feature .bottom {
	width: 907px;
	height: 58px;
	background: transparent url('/img/news_bottom.gif') no-repeat 0 0;
}
#news_feature .bottom a {
	text-decoration: none;
}
#news_feature .bottom a:hover {
	text-decoration: underline;
}
#last_session {
	width: 430px;
}
#last_session h2 {
	background: transparent url('/img/last_session_heading.gif') no-repeat 0 0;
	width: 295px;
	height: 30px;
	text-indent: -9000px;
	margin: 0;
}
#last_session .bottom {
	background: transparent url('/img/last_session_bottom.gif') no-repeat 0 0;
	width: 430px;
	height: 60px;
	margin: 0;
}
#last_session .inside {
	background: #8A66AC;
	width: 410px;
	margin: 0;
	padding: 10px;
}
#last_session h3 {
	margin-bottom: 5px;
	clear: left;
}
#last_session ul.featured li {
	background: #664B7F;
	padding: 5px 10px 5px 65px;
	height: 40px;
	width: 275px;
	margin-left: 10px;
	line-height: 10px;
}
#last_session ul.featured li.first {
	background: #664B7F url(/img/1.gif) no-repeat 10px 10px;
	padding: 10px 10px 10px 65px;
	width: 225px;
	height: 80px;
	margin-left: 60px;
}
#last_session ul.featured li.second {
	background: #664B7F url(/img/2.gif) no-repeat 5px 5px;
}
#last_session ul.featured li.third {
	background: #664B7F url(/img/3.gif) no-repeat 5px 5px;
}
#last_session ul.featured li.fourth {
	background: #664B7F url(/img/4.gif) no-repeat 5px 5px;
}
#last_session ul.featured li.fifth {
	background: #664B7F url(/img/5.gif) no-repeat 5px 5px;
}
#last_session ul.featured li.sixth {
	background: #664B7F url(/img/6.gif) no-repeat 5px 5px;
}
#last_session ul.featured li.seventh {
	background: #664B7F url(/img/7.gif) no-repeat 5px 5px;
}
#last_session ul.featured li.eighth {
	background: #664B7F url(/img/8.gif) no-repeat 5px 5px;
}
#last_session ul.featured li.ninth {
	background: #664B7F url(/img/9.gif) no-repeat 5px 5px;
}
#last_session table.round {
	margin: 0 0 5px;
}
#last_session table.round td {
	float: left;
	background: #664B7F;
	padding: 5px 5px;
	margin-left: 10px;	
	margin-bottom: 20px;
	border: none;
	border-collapse: collapse;
	width: 85px;
}
#last_session table.round td.last {
	margin-right: 0;
}
#last_session.index {
	float: left;
	margin-left: 10px;
	min-height: 940px;
}
#last_session.index .bottom {
	background-image: url(/img/last_session_index_bottom.gif);
	height: 30px;
}

#overall_rank h2 {
	background: transparent url('/img/overall_rank_heading.gif') no-repeat 0 0;
	width: 380px;
	height: 30px;
	text-indent: -9000px;
	margin: 0;
}
#overall_rank .bottom {
	background: transparent url('/img/overall_rank_bottom.gif') no-repeat 0 0;
	width: 430px;
	height: 30px;
	margin: 0;
}
#overall_rank .inside {
	background: #4EA5DC;
	width: 410px;
	padding: 10px;
}
.inside ul.featured li {
	background: #3A79A2;
	margin-bottom: 10px;
	padding: 5px 10px;
	position: relative;
	height: 40px;
	line-height: 10px;
	margin-left: 8px;
}
.inside ul.featured img {
	position: absolute;
	left: -60px;
	top: 0px;
}
#overall_rank ul.featured img {
	left: -60px;
}
.inside ul.featured li span {
	float: right;
	font-size: 3.0em;
	margin-top: 18px;
}
.inside ul.featured h4 {
	margin: 0;
	font-size: 2.0em;
	font-weight: normal;
}
.inside ul.featured {
	margin-left: 50px;
	margin-right: 0;
}
.inside ul.featured .first h3 {
	font-size: 3.0em;
	font-weight: normal;
}
.inside ul.featured li.first {
	margin-left: 50px;
	fin-height: 100px;
}
.inside ul.featured li.first img {
	left: -110px;
}
#connect h2 {
	width: 220px;
	height: 30px;
	text-indent: -9000px;
	background: transparent url(/img/connect_heading.gif) no-repeat 0 0;
	margin: 0;
}
#connect .bottom {
	width: 430px;
	height: 60px;
	background: transparent url(/img/connect_bottom.gif) no-repeat 0 0;
}
#connect .inside {
	width: 410px;
	padding: 10px;
	background: #E66525;
}
#connect .inside ul {
	background: #AA4A1B;
	margin: 0;
	padding: 10px 15px;
}
#connect .inside ul li {
	margin-bottom: 10px;
}
#connect .bottom a {
	margin-right: 25px;
}
#connect #shout_box ul {
	background: none;
	padding: 0;
}
#shout_box ul li {
	background: #AA4A1B;
	padding: 10px;
}
#shout_box h3 {
	margin: 10px 0 -6px;
	color: #AA4A1B;
}
#shout_box input {
	background: #AA4A1B;
	float: none;
	font-weight: normal;
	width: 390px;
}
#shout_box div.submit input {
	font-weight: bold;
	padding-left: 0;
	width: 100%;
}
#right_col {
	float: right;
}
#user_box {
	width: 170px;
	text-align: center;
	float: left;
	margin-right: 10px;
}
#user_box h2 {
	margin: 0;
}
#user_box .inside {
	background: #4EA5DC;
	padding: 10px;
	min-height: 210px;
}
#user_box .bottom {
	background: transparent url(/img/user_box_bottom.gif) no-repeat 0 0;
	width: 170px;
	height: 30px;
}
/* Login Layout
-------------------------------------------------------------- */
#login_container {
	width: 601px;
	margin: 0 auto;
}
#logo_holder .bottom {
	background: #3A4D81 url(/img/login_logo_holder.gif) no-repeat 0 0;
	width: 601px;
	height: 30px;
	margin-bottom: 0;
}
#logo_holder {
	width: 601px;
	text-align: center;
	background: #50B848;
}
#login_box h2 {
	width: 221px;
	height: 30px;
	background: transparent url(/img/punch_in_heading.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 0;
}
#login_box .bottom {
	background: transparent url(/img/punch_in_bottom.gif) no-repeat 0 0;
	width: 601px;
	height: 30px;
}
#login_box form {
	background: #D71921;
}
#login_box fieldset {
	padding: 20px 20px 0;
	border: none;
	margin: 0;
}
#login_box div.submit {
	padding: 0 20px 10px;
}
/* Footer
-------------------------------------------------------------- */
#footer {
	font-size: .8em;
	color: #FFF;
	text-align: right;
	clear: both;
}
/* Cake Elements
-------------------------------------------------------------- */
div.message {
	background: #EC008C;
	clear: both;
	font-size: 140%;
	margin: 0 0 10px;
	padding: 0.5em;
	text-align: center;
}
/* Races Sliders
-------------------------------------------------------------- */
div#slider, div#slider ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
div#slider, div#slider ul li { 
	width: 450px;
	height: 900px;
	overflow: hidden; 
	}
span#prevBtn {}
span#nextBtn{}
