@font-face {
    font-family: 'BebasRegular';
    src: url('../_fonts/BEBAS___-webfont.eot');
    src: url('../_fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/BEBAS___-webfont.woff') format('woff'),
         url('../_fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('../_fonts/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@charset "utf-8";
/* CSS Document */
*  {margin:0; padding:0; outline: none; }

img { border:0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #000 url("../_img/bg.jpg") no-repeat top center;
}
h1 {
	font: 28px/27px 'BebasRegular', Arial, sans-serif;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
h2 {
	font: 18px/23px 'BebasRegular', Arial, sans-serif;
	margin: 24px 0 10px 0;
	color:#c22126;
}
h2.header {
	font: 28px/27px 'BebasRegular', Arial, sans-serif;
	margin: 40px 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	color: #000;
}
a {
	color:#333;
	text-decoration: underline;	
}
a:hover {
	color: #000;
}
ul#articles {
	list-style: none;
	margin: 0;
}

ul#articles li a {
	display: block;
	padding: 4px 6px;
	color:#333;
	text-decoration: underline;
}
ul#articles li a:hover {
	background: #eee;
}

#wrapper {
	width: 980px;
	position: relative;
	margin: 0 auto;
}
#header {
	width: 980px;
	height: 233px;
}
#logo {
	width: 311px;
	height: 218px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#nav {
	position: absolute;
	top: 233px;
	width: 980px;
	height: 46px;
	left: 0;
	list-style: none;
	background: url("../_img/nav-bg.jpg") repeat-x;
	border-bottom: 8px solid #891115;
}
#nav li {
	float: left;
	display: inline;
	background: url("../_img/nav-border.gif") right no-repeat;
	height: 46px;
}
#nav li.last {
	background: none;
}
#nav li.first {
	margin-left: 63px;
}
#nav li a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #d0d0d0;
	padding: 16px 27px 14px;
	text-transform:uppercase;	
}
#nav li a:hover {
	color: #fff;
}
#home #nav li a.home, #bio #nav li a.bio, #schedule #nav li a.schedule, #media #nav li a.media, #fans #nav li a.fans, #photos #nav li a.photos, #sponsors #nav li a.sponsors, #contact #nav li a.contact {
	background: url("../_img/nav-arrow.gif") bottom center no-repeat;
	color: #fff;
}
#content {
	position: absolute;
	top: 287px;
	width: 980px;
}
#copy {
	margin: 20px;
	position: relative;
	background: #fff;
	padding: 40px;
	line-height: 24px;
	font-size: 15px;
	color: #222;
	float: left;
	width: 553px;
	display: inline;
	min-height: 464px;
}
#copyFull {
	margin: 20px;
	position: relative;
	background: #fff;
	padding: 40px;
	line-height: 24px;
	font-size: 15px;
	color: #222;
	float: left;
	width: 860px;
	display: inline;
	min-height: 464px;
}
#sidePic {
	width: 287px;
	display:inline;
	float: right;
	margin: 20px 20px 0 0;
}
#picWeek {
	position: relative;
}
.caption {
	background: #000;
	color: #fff;
	padding: 12px 18px;
}
ul#homeButtons {
	list-style: none;
	border: 3px solid #0d0d0d;
	height: 127px;
}
ul#homeButtons li {
	float: left;
}
ul#homeButtons li a {
	display: block;
	width: 323px;
	height: 127px;
	text-indent: -9999px;
	border-right: 3px solid #0d0d0d;
}
ul#homeButtons li.first a {
	width: 323px;
	background: url("../_img/home-photo-gallery.jpg") 0 0;
}
ul#homeButtons li.second a {
	width: 323px;
	background: url("../_img/home-watch-video.jpg") 0 0;
}
ul#homeButtons li.last a {
	border-right: none;
	width: 322px;
	background: url("../_img/home-stay-connected.jpg") 0 0;
}
ul#homeButtons li a:hover {
	background-position: 0 -127px;
}
#partners {
	margin-bottom: 20px;
}
#footer {
	position: relative;
	padding: 0 30px;
	color: #5c5c5c;
	margin-bottom: 20px;
}
#footer p.atlantis {
	color: #292929;
}
#footer a {
	color: #292929;
	font-size: 12px;
	text-decoration: none;
}
table.scheduleResults {
	width: 100%;
	border-bottom: 4px solid #eee;
	margin-bottom: 20px;
}
table.scheduleResults td {
	padding: 4px 8px;
	border-bottom: 1px solid #eee;
}
table.scheduleResults td.header {
	font-weight: bold;
	background: #eee;
}
table.scheduleResults td.result {
	text-align: center;
}

.gallery a.fancybox img {
	border: 4px solid #ccc;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 8px;
}
.gallery a.fancybox:hover img {
	border: 4px solid #c22126;
}
#copyFull p {
	padding-bottom: 18px;
}
.mediaTable td {
	text-align: center;
}
.mediaCaption {
	font-size: 12px;
	padding: 3px 12px;
}
