
/* 
Author:    lundcreative.com
Created:  Feb 2010
*/



/*  Basic Setup
-----------------------------------*/
body {
	background: #494845 url(i/bg.jpg) repeat 50% 0;
	font: .9em/1.4em Trebuchet MS, Arial, Helvetica;
	color: #141414;
}


div#master-wrapper {
	background: url(i/bg-top.jpg) repeat-x 50% 0;
	margin-bottom: 30px;
}
div#header {
	height: 195px;
	width: 785px;
	margin: auto;
}
div#content-wrapper {
	width: 880px;
	margin: auto;
	/*margin-top: 179px;  30px above top line */
	background: url(i/bg-mid.jpg) repeat-y 50% 0;
}
div#content:after {
	content: ".";
	height: 0;
	font-size: 1px;
	line-height: 0;
	display: block;
	clear: both;
}
div#content {
	width: 850px;
	margin: auto;
	.height: 1%;
	/*margin-top: 179px;  30px above top line */
	background: url(i/bg-strip.gif) no-repeat 0px 0;
	/* .background-position: 4px 0; for some reason this is not needed anymore*/
}
div#footer {
	width: 880px;
	height: 76px;
	margin: auto;
	background: url(i/bg-footer.jpg) repeat-y 50% 0;
}


a {
	color: #ed1c24;
	text-decoration: none;
	border-bottom: 1px solid #454341;
}
a:hover {
	background-color: #fff;
}
p {
	margin-bottom: 1.5em;
}
p img {
	padding: 0.5em;
}

.alignright {
float: right;
}
.alignleft {
float: left;
}







/*  Header
-----------------------------------*/
ul#ticker {
	color: #f2f2f2; /* Bad choice */
	/* color: #bfbfbf; */
	width: 555px;
	font-size: .9em;
	/* line-height: 0; */
	float: right;
	overflow: hidden;
	height: 20px;
}
ul#ticker span {
	color: #f2f2f2;
	background-color: #005f9e;
	font-weight: bold;
	padding: 0 4px;
}
h1#logo a {
	display: block;
	text-indent: -987em;
	height: 99px;
	width: 127px;
	border: 0 none;
	background: url(i/logo.gif) no-repeat 100% 100%;
}
h1#logo {
	padding: 24px 0 0 25px;
	.padding: 4px 0 0 25px;
}
ul#nav {
	float: right;
	margin-top: 86px;
	padding-right: 10px;
	.width: 528px;
}
ul#nav li a {
	text-indent: -987em;
	display: block;
	height: 16px;
	font-size: 1px;
	line-height: 0;
	margin: 0 4px;
	padding: 0 10px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: 50% 18px;
	border: 0 none;
}
ul#nav li a:hover , ul#nav li.current_page_item a {
	background-position: 50% 100%;
	padding-top: 16px;
	border-top: 4px solid #ED1C24;
	background-color: transparent;
}
ul#nav li {
	float: left;
}
li.page-item-2 a {
	background-image: url(i/nav-home.gif);
	width: 35px;
}
li.page-item-4 a {
	background-image: url(i/nav-media.gif);
	width: 41px;
}
li.page-item-5 a {
	background-image: url(i/nav-results.gif);
	width: 55px;
}
li.page-item-7 a {
	background-image: url(i/nav-blog.gif);
	width: 32px;
}
li.page-item-9 a {
	background-image: url(i/nav-parties.gif);
	width: 53px;
}
li.page-item-11 a {
	background-image: url(i/nav-sponsors.gif);
	width: 68px;
}
li.page-item-13 a {
	background-image: url(i/nav-contact.gif);
	width: 58px;
}






/*  Feet / Smell them
-----------------------------------*/
div#footer {
	font-size: .8em;
}
div#sub-nav {
	padding-left: 45px;
	padding-top: 25px;
}
div#sub-nav a {
	color: #3b3636;
	border-bottom-color: #787878;
	margin-right: 1.4em;
	padding: 0 .1em;
	text-transform: uppercase;
}
div#copyright {
	padding-left: 45px;
	color: #525252;
}
a#crits-logo {
	display: block;
	width: 88px;
	float: right;
	padding-right: 45px;
	padding-top: 25px;
	border: 0 none;
	background-color: transparent;
}







/*  Ma-ma-ma-magic
-----------------------------------*/
::-moz-selection{
	background: #444;
	color: #fff;
}
::selection {
	background: #444;
	color: #fff;
}
