/*
Theme Name: CWSSA.com
Theme URI: http://www.budzodesigns.com/
Description: Default theme for CWSSA.com.
Version: 1.0
Author: Chris Budzban
Author URI: http://www.budzodesigns.com/
Tags: cwssa, central wisconsin super stock
*/

/* CSS Document */

html, body {
	height: 100%;
}

a {
	color: #888;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

body {
	background: #111111 url(images/background.jpg) repeat-x;	
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -85px;
}

#header {
	position: relative;	
}

#header span#facebook {
	position: absolute;
	top: 10px;
	right: 40px;
}

#header span#facebook a {
	display: block;
	width: 250px;
	height: 30px;
	text-indent: -9999px;
	background: url(images/facebook.gif) top left no-repeat;
}

#header span#facebook a:hover {
	background-position: bottom left;	
}

#header span a {
	display: block;
	height: 300px;
	text-indent: -9999px;
	background: url(images/header.jpg) no-repeat;
}

#navigation {
	height: 30px;	
}

#navigation ul {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	display: inline;
	line-height: 30px;
	font-size: 1.3em;
	padding: 0 20px;
}

#navigation li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#navigation li a:hover {
	text-decoration: underline;
	color: #dbdbdb;	
}

/* NEXT RACE */

#next-race {
	background: url(images/next-race.jpg) no-repeat;
	height: 120px;
	position: relative;
}

span#next-race-track {
	position: absolute;
	top: 0;
	left: 660px;
}

#next-race ul {
	position: absolute;
	left: 55px;
	bottom: 15px;
}

#next-race li.date-time {
	font-size: 16px;	
}

#next-race li#venue {
	margin-top: 8px;	
}

#content {
	margin-top: 20px;	
}

#content h1 {
	color: #888;
	margin: 10px 10px 15px 10px;
	font-size: 1.9em;
}

#content h2 {
	color: #d20301;
	margin: 15px 10px 10px 10px;
	font-size: 1.7em;
	text-transform: uppercase;
}

#content p {
	margin: 10px 10px 15px 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}

#content img.size-thumbnail {
	float: right; margin:10px; border:1px solid #888;	
}

#content ul, #content ol {
	margin: 10px 10px 15px 10px;
}

#content li {
	font-size: 13px;
	padding: 2px 0;
}

/* LEFT GSS */

#left-gss span a {
	display: block;
	height: 121px;
	text-indent: -9999px;
	background: url(images/header-gss.jpg) no-repeat;	
}

#left-gss h2, #right-mms h2 {
	color: #d20301;
	margin: 20px 10px;
	font-size: 1.7em;
	text-transform: uppercase;
}

#left-gss p, #right-mms p {
	margin: 20px 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}

#content p.postedon, #left-gss p.postedon, #right-mms p.postedon {
	font-size: 10px;
	border-top: 1px dotted #444;
	padding-top: 4px;
	clear: both;
}

/* RIGHT MMS */

#right-mms span a {
	display: block;
	height: 121px;
	text-indent: -9999px;
	background: url(images/header-mms.jpg) no-repeat;	
}

/* SIDEBAR */

div#ngg-webslice {
	margin-bottom: 10px;	
}

#sidebar h3, div#ngg-webslice h2 {
	margin: 0 0 10px 0;
	font-size: 1.8em;
	color: #d20301;
	text-transform: none;
}

#sidebar ul {
	margin: 10px 5px;	
}

#sidebar li {
	font-size: 1.2em;
	margin: 4px 0;
	padding: 0;

}

#sidebar li a {
	display: block;
	padding: 3px;
	border-bottom: #444 1px dotted;
}

#sidebar li a:hover {
	background: #222;
	text-decoration: none;
}

/* SPONSORS */

.sponsors {
	clear: left;	
}

/* FOOTER */

.push {
	height: 85px;
	clear: both;
}

#footer {
	background: url(images/footer-back.jpg) repeat-x;
	height: 85px;
	margin-top: 20px;
}

#footerinside {
	margin: 0 auto;
	height: 80px;
	width: 960px;
}

#footerinside p span#footer-links {
	float: left;
	margin-top: 5px;
	height: 80px;
	line-height: 80px;
	color: #666;
	font-size: 1.1em;
}

#footerinside p span#footer-links a {
	color: #ccc;
	text-transform: uppercase;
	text-decoration: none;
}

#footerinside p span#footer-links a:hover {
	text-decoration: underline;
	color: #fff;
}

#footerinside p span#budzodesigns a {
	float: right;
	height: 85px;
	width: 300px;
	text-indent: -9999px;
	background: url(images/footer-budzo.jpg) no-repeat;
}