/* /////////////////////////////////
	Great Race CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */


/* reset whitespace */
* { 
	margin:0;
	padding:0;
}

/* standardize HTML5 elements */
article, aside, figure, footer, header, hgroup, nav, section { display:block; }

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body {
	font: normal 14px/20px arial, tahoma, verdana, sans-serif;
	color: #1c7bb6;
	background: #1c7bb6 url('../i/bg-top.jpg') repeat-x left top;
	background: url('../i/bg-top.jpg') repeat-x left top, url('../i/bg-bottom.jpg') repeat-x left bottom #1c7bb6 ;
}

#center {
	width: 960px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}

.hidden {
	display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	zoom: 1; /* for IE */
}

/* /////////////////////////////////
	BASIC TEXT
///////////////////////////////// */

h1 {
	font: normal 52px/88px arial;
	margin: 0;
	color: #1c7bb6;
	float: left;
}

h2 {
	font: normal 22px/22px arial;
	margin: 20px -20px 12px -20px;
	padding: 0 20px;
	color: #1c7bb6;
	background: transparent url('../i/bg-h2.png') no-repeat left 10px;
}

h3 {
	font: normal 16px/20px arial;
	margin: 20px 0px 12px 0px;
	color: #1c7bb6;
}

h4 {
	font: normal 12px/20px arial;
	margin: -10px 0px 12px 0px;
	color: #1c7bb6;
	text-transform: uppercase;
}

p, ul, ol {
	margin: 12px 0px 12px 0px;
}

ul {
	list-style-type: none;
}

ol {
	margin-left: 20px;
}

ol li {
	margin-bottom: 12px;
}

.divider {
	height: 5px;
	overflow: hidden;
	text-indent: -1000em;
	background: #fff url('../i/divider.png') no-repeat left top;
	margin: 24px -20px;
	position: relative;
}


/* /////////////////////////////////
	DEFAULT LINKS
///////////////////////////////// */

a img { border: none }

a:link,
a:visited {
	color: #1c7bb6;
	text-decoration: none;
}

a:hover {
	color: #146597;
	text-decoration: none;
}

a:focus {
	outline: 0;
}


/* /////////////////////////////////
	HEADER
///////////////////////////////// */

#header {
	height: 185px;
	background: transparent url('../i/header.png') no-repeat left top;
}

/* /////////////////////////////////
	NAV
///////////////////////////////// */

nav {
	background: #e98310 url('../i/bg-nav.png') repeat-x left top;
	margin: 5px 0 5px;
	padding: 0 20px;
	position: relative;
	z-index: 99;
}

#nav {
	height: 50px;
	margin: 0;
	list-style-type: none;
}

#nav li {
	display: block;
	float: left;
	height: 50px;
	margin-right: 20px;
}

#nav li a {
	display: block;
	float: left;
	font: normal 20px/50px arial, tahoma, verdana, sans-serif;
	height: 50px;
	overflow: hidden;
	color: #fff;
}

#nav li a:hover {
	color: #f5d9b9;
}

#nav li.current a {
	color: #1c7bb6;
}

#subNav {
	height: 35px;
	margin: 0 1px;
	list-style-type: none;
}

#subNav li {
	display: block;
	float: left;
	height: 35px;
	margin-right: 20px;
}

#subNav li a {
	display: block;
	float: left;
	font: normal 16px/32px arial, tahoma, verdana, sans-serif;
	height: 35px;
	overflow: hidden;
	color: #fff;
}

#subNav li a:hover {
	color: #f5d9b9;
}

#subNav li.current a {
	color: #1c7bb6;
}


/* /////////////////////////////////
	CONTENT 
///////////////////////////////// */

#content {
	background: transparent url('../i/bg-aside.jpg') no-repeat right bottom;
}

.mainCol {
	width: 675px;
	padding-right: 5px;
}

.sideCol {
	width: 280px;
	padding-bottom: 266px;
}

.features {
	margin: 0;
}

.features li {
	height: 90px;
	border-bottom: solid 5px #1c7bb6;
	overflow: hidden;
	background: #fff;
}

.features li a:link,
.features li a:visited {
	display: block;
	height: 77px;
	padding: 13px 0 0 19px;
	background: #fff url('../i/features-bg.png') no-repeat left top;
	font: normal 34px/normal arial;
	color: #1c7bb6;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.features li a:hover {
	background-position: left -90px;
}

.features li a span {
	display: block;
	position: absolute;
}

.features li a span.first {
	top: 11px;
	left: 19px;
}

.features li a span.second {
	top: 42px;
	left: 19px;
}

.features li a img {
	float: right;
	margin: -13px -90px 0 0;
}

.social {
	background: #fff;
	padding: 12px 20px 11px;
	border-bottom: solid 5px #1c7bb6;
}

.social a {
	display: block;
	width: 47px;
	height: 47px;
	overflow: hidden;
	float: left;
	margin-right: 3px;
}

.social a:hover {
	/* opacity */
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 hack */
	filter: alpha(opacity=80); /* IE6-7 hack */
}

.homeBox {
	width: 655px;
	background: #fff;
	padding: 10px 10px 10px 10px;
}

.slideshow {
	height: 372px;
	overflow: hidden;
}

.youtube-player {
	border: 0;
}

.caption {
	background: #e98310 url('../i/bg-nav.png') repeat-x left -80px;
	padding: 6px 20px;
	color: #fff;
}

#slideSwitch {
	margin: 5px -5px 0 0;
}

#slideSwitch a {
	width: 160px;
	height: 130px;
	padding: 0;
	float: left;
	margin-right: 5px;
	color: #fff;
	overflow: hidden;
	background-color: #1c7bb6;
	background-repeat: no-repeat;
	position: relative;
}

#slideSwitch a strong {
	display: block;
	height: 35px;
	width: 125px;
	padding: 0 20px;
	font: normal 14px/35px arial;
	background: #1c7bb6;
	position: absolute;
	top: 95px;
	left: 0;
}

#slideSwitch a.video strong {
	background: #1c7bb6 url('../i/slide-video.png') no-repeat 131px 12px;
}

#slideSwitch a.photo strong {
	background: #1c7bb6 url('../i/slide-photo.png') no-repeat 131px 10px;
}

#slideSwitch a:hover {
	background-position: left 5px;
}

#slideSwitch a img {
	display: none;
}

#slideSwitch a.current img {
	display: block;
}

#slideSwitch a.current:hover {
	background-position: left top;
}

#slideshow2, #slideshow3, #slideshow4 {
	display: none;
}

#caption2, #caption3, #caption4 {
	display: none;
}

#titleBar {
	background: #fff url('../i/divider.png') no-repeat left bottom;
	height: 91px;
	padding: 0 20px;
	border-bottom: solid 5px #1c7bb6;
}

#titleBar .btn-right,
#titleBar .btn-left {
	display: block;
	width: 48px;
	height: 48px;
	overflow: hidden;
	text-indent: -1000em;
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
	margin: 18px 0 0 3px;
}

#titleBar .btn-right {
	background-image: url('../i/btn-right.png')
}

#titleBar .btn-left {
	background-image: url('../i/btn-left.png')
}

#titleBar .btn-right:hover,
#titleBar .btn-left:hover {
	background-position: left -48px;
}

#titleBar .btn-right.disabled:hover,
#titleBar .btn-left.disabled:hover {
	background-position: left top;
}

article {
	background: #fff;
	padding: 4px 20px 20px;
}

article a:link,
article a:visited {
	background: #ddebf4;
	padding: 2px 4px;
}

article a:hover {
	background: #d0e2ed;
}

article ul li {
	margin-bottom: 6px;
	padding-left: 18px;
	background: transparent url('../i/bg-h2.png') no-repeat -3px 8px;
}

img.aside {
	display: block;
	border-bottom: solid 5px #1c7bb6;
}


/* /////////////////////////////////
	FORMS
///////////////////////////////// */

fieldset {
	border: 0;
}

input:focus,
select:focus,
textarea:focus {
	outline: 0;
}

input[type=checkbox] {
	margin-right: 3px;
}

.formRow {
	margin: 0;
}

.formRow li {
	margin: 0;
	padding: 10px 0 0 0;
	background: none;
	height: 1%;
	overflow: hidden;
	clear: both;
}

.formRow li.third {
	width: 195px;
	margin-right: 20px;
	float: left;
	clear: none;
}

.default {
	margin: 12px -20px 12px 0;
}

.default label {
	display: block;
	font: normal 12px/20px arial;
	text-transform: uppercase;
	color: #1c7bb6;
	margin: 0;
}

.default input[type=text],
.default input[type=password] {
	font: bold 14px arial;
	color: #1c7bb6;
	background: #ddebf4 url('../i/bg-input.png') repeat left top;
	border: 0;
	border-bottom: solid 5px #ddebf4;
	padding: 7px 5px 5px;
	width: 185px;
}

.default select {
	
}

.default textarea {
	font: bold 14px arial;
	color: #1c7bb6;
	background: #ddebf4 url('../i/bg-input.png') repeat left top;
	border: 0;
	border-bottom: solid 5px #ddebf4;
	padding: 7px 5px 5px;
	width: 615px;
	height: 240px;
}

.default input[type=text]:focus,
.default input[type=password]:focus,
.default textarea:focus {
	border-color: #d1e3ee;
}

.default button {
	display: inline-block;
	height: 38px;
	background: #e98310 url('../i/btn-bg.png') no-repeat right center;
	padding: 0 45px 0 15px;
	border: 0;
	color: #fff;
	font: normal 20px/38px arial;
}

.default button:hover {
	cursor: pointer;
	color: #f5d9b9;
	padding-right: 47px;
}

#search {
	display: none;
	margin: 0;
	position: absolute;
	z-index: 100;
	top: 50px;
	right: 0px;
	width: 240px;
	height: 55px;
	padding: 15px 20px 20px 20px;
	background: #e98310 url('../i/bg-search.png') no-repeat left top;
	border-bottom: solid 5px #1c7bb6;
}

#search label {
	display: block;
	font: normal 12px/18px arial;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

#search input {
	font: normal 14px/14px arial;
	color: #1c7bb6;
	width: 190px;
	height: 16px;
	background: #fff;
	border: 0;
	padding: 10px 10px 8px 10px;
	float: left;
}

#search a.submit {
	float: left;
	width: 30px;
	height: 34px;
	overflow: hidden;
	text-indent: -1000em;
	background: #fff url('../i/search-btn.png') no-repeat left top;
}

#search a.submit:hover {
	background-position: left -34px;
}

#closeSearch {
	width: 9px;
	height: 9px;
	overflow: hidden;
	text-indent: 1000em;
	background: transparent url('../i/search-close.png') no-repeat left top;
	position: absolute;
	top: 5px;
	right: 10px;
}

#closeSearch:hover {
	/* opacity */
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 hack */
	filter: alpha(opacity=80); /* IE6-7 hack */
}


/* /////////////////////////////////
	FOOTER
///////////////////////////////// */

#sponsors {
	height: 120px;
	background: #fff;
	margin: 5px 0 0 0;
	overflow: hidden;
	position: relative;
}

#sponsors .slider {
	width: 960px;
	overflow: hidden;
}

#sponsors #slider {
	width: 9000px;
	overflow: hidden;
	margin: 0;
}

#sponsors #slider li {
	float: left;
	padding: 25px 0 0 30px;
	font-size: 11px;
	line-height: 12px;
	color: #666;
	text-align: center;
}

#sponsors #slider li img {
	display: block;
	margin-bottom: 8px;
}

#sponsors .btn-left,
#sponsors .btn-right {
	display: block;
	width: 30px;
	height: 120px;
	overflow: hidden;
	text-indent: -1000em;
	position: absolute;
}

#sponsors .btn-left {
	background: #fff url('../i/sponsor-left.png') no-repeat left top;
	top: 0;
	left: 0;
}

#sponsors .btn-right {
	background: #fff url('../i/sponsor-right.png') no-repeat left top;
	top: 0;
	right: 0;
}

#sponsors .btn-left:hover,
#sponsors .btn-right:hover {
	background-position: left -120px;
}

#sponsors .btn-left.disabled,
#sponsors .btn-right.disabled {
	display: none;
}

#footer {
	height: 50px;
	background: #e98310 url('../i/bg-nav.png') repeat-x left top;
	color: #fff;
	margin: 0;
	padding: 0 20px;
}

#footer p {
	margin: 0;
	float: left;
	height: 50px;
	line-height: 50px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #f5d9b9;
}

#vo2 {
	float: right;
	display: block;
	width: 49px;
	height: 23px;
	overflow: hidden;
	text-indent: -1000em;
	background: transparent url('../i/vo2.png') no-repeat left top;
	margin: 13px 0 0 0;
}

#vo2:hover {
	opacity: .80;
}

#uleisure {
	float: left;
	display: block;
	width: 89px;
	height: 22px;
	overflow: hidden;
	text-indent: -1000em;
	background: transparent url('../i/uleisure.png') no-repeat left top;
	margin: 12px 0 0 20px;
}

#uleisure:hover {
	opacity: .80;
}

/* /////////////////////////////////
	added 2011-06-28 Benek
///////////////////////////////// */

.archive {
	margin: 20px 0;
}

.archive li {
	height: 1%;
	overflow: hidden;
	margin-bottom: 10px;
}

.archive li h3 {
	float: left;
	margin: 0;
}

.archive .date {
	margin-left: 8px;
	font-size: 12px;
	font-style: italic;
}

.archive p {
	margin: 0;
}

article .archive a:link,
article .archive a:visited {
	background: transparent;
	padding: 0;
}

/* /////////////////////////////////
	THE BALL
///////////////////////////////// */


body.ball {
	color: #000;
	background: #442453 url('../i/ball-bg-top.jpg') repeat-x left top;
}

body.ball h1 {
	color: #000;
}

body.ball h2 {
	color: #000;
	background: transparent url('../i/ball-bg-h2.png') no-repeat left 10px;
}

body.ball h3 {
	color: #000;
}

body.ball h4 {
	color: #000;
}

body.ball .divider {
	background: #fff url('../i/ball-divider.png') no-repeat left top;
}

body.ball a:link,
body.ball a:visited {
	color: #442453;
}

body.ball a:hover {
	color: #301a3b;
}

body.ball #header {
	background: #000 url('../i/ball-header.png') no-repeat left top;
}

body.ball nav {
	background: #9c884c url('../i/ball-bg-nav.png') repeat-x left top;
}

body.ball #nav li a:hover {
	color: #eee1ba;
}

body.ball #nav li.current a {
	color: #000;
}

body.ball #subNav li a:hover {
	color: #eee1ba;
}

body.ball #subNav li.current a {
	color: #000;
}

body.ball #content {
	background: transparent url('../i/ball-bg-aside.jpg') no-repeat right bottom;
}

body.ball .features li {
	border-color: #442453;
}

body.ball .features li a:link,
body.ball .features li a:visited {
	background: #fff url('../i/ball-features-bg.png') no-repeat left top;
	color: #000;
}

body.ball .features li a:hover {
	background-position: left -90px;
}

body.ball .social {
	border-color: #442453;
}

body.ball #titleBar {
	background: #fff url('../i/ball-divider.png') no-repeat left bottom;
	border-color: #442453;
}

body.ball #titleBar .btn-right {
	background-image: url('../i/ball-btn-right.png')
}

body.ball #titleBar .btn-left {
	background-image: url('../i/ball-btn-left.png')
}

body.ball article a:link,
body.ball article a:visited {
	background: #f0e8cf;
	padding: 2px 4px;
}

body.ball article a:hover {
	background: #eee0b6;
}

body.ball article ul li {
	background: transparent url('../i/ball-bg-h2.png') no-repeat -3px 8px;
}

body.ball #search {
	background: #9c884c url('../i/ball-bg-search.png') no-repeat left top;
	border-color: #442453;
}

body.ball #search input {
	color: #000;
}

body.ball #search a.submit {
	background-image: url('../i/ball-search-btn.png');
}

body.ball #sponsors .btn-left {
	background-image: url('../i/ball-sponsor-left.png');
}

body.ball #sponsors .btn-right {
	background-image: url('../i/ball-sponsor-right.png');
}

body.ball  #footer {
	background: #9c884c url('../i/ball-bg-nav.png') repeat-x left top;
}

/* /////////////////////////////////
	ROUND BRIDGES
///////////////////////////////// */


body.bridges {
	color: #095551;
	background: #bbd631 url('../i/bridges-bg-top.jpg') repeat-x center top;
}

body.bridges h1 {
	color: #095551;
}

body.bridges h2 {
	color: #095551;
	background: transparent url('../i/bridges-bg-h2.png') no-repeat left 10px;
}

body.bridges h3 {
	color: #095551;
}

body.bridges h4 {
	color: #095551;
}

body.bridges .divider {
	background: #fff url('../i/bridges-divider.png') no-repeat left top;
}

body.bridges a:link,
body.bridges a:visited {
	color: #027872;
}

body.bridges a:hover {
	color: #095551;
}

body.bridges #header {
	background: #00a0de url('../i/bridges-header.png') no-repeat left top;
}

body.bridges nav {
	background: #095551 url('../i/bridges-bg-nav.png') repeat-x left top;
}

body.bridges #nav li a:hover {
	color: #d0f2f0;
}

body.bridges #nav li.current a {
	color: #bed52f;
}

body.bridges #subNav li a:hover {
	color: #d0f2f0;
}

body.bridges #subNav li.current a {
	color: #bed52f;
}

body.bridges #content {
	background: transparent url('../i/bridges-bg-aside.jpg') no-repeat right bottom;
}

body.bridges .features li {
	border-color: #bbd631;
}

body.bridges .features li a:link,
body.bridges .features li a:visited {
	background: #fff url('../i/bridges-features-bg.png') no-repeat left top;
	color: #095551;
}

body.bridges .features li a:hover {
	background-position: left -90px;
}

body.bridges .social {
	border-color: #bbd631;
}

body.bridges .caption {
	background: #095551 url('../i/bridges-bg-nav.png') repeat-x left -80px;
}

body.bridges #slideSwitch a {
	background-color: #00a0de;
}

body.bridges #slideSwitch a strong {
	background: #00a0de;
}

body.bridges #slideSwitch a.video strong {
	background: #00a0de url('../i/slide-video.png') no-repeat 131px 12px;
}

body.bridges #slideSwitch a.photo strong {
	background: #00a0de url('../i/slide-photo.png') no-repeat 131px 10px;
}

body.bridges #titleBar {
	background: #fff url('../i/bridges-divider.png') no-repeat left bottom;
	border-color: #bbd631;
}

body.bridges #titleBar .btn-right {
	background-image: url('../i/bridges-btn-right.png')
}

body.bridges #titleBar .btn-left {
	background-image: url('../i/bridges-btn-left.png')
}

body.bridges article a:link,
body.bridges article a:visited {
	background: #f0f6ca;
	padding: 2px 4px;
}

body.bridges article a:hover {
	background: #e7efb3;
}

body.bridges article ul li {
	background: transparent url('../i/bridges-bg-h2.png') no-repeat -3px 8px;
}

body.bridges #search {
	background: #095551 url('../i/bridges-bg-search.png') no-repeat left top;
	border-color: #bbd631;
}

body.bridges #search input {
	color: #095551;
}

body.bridges #search a.submit {
	background-image: url('../i/bridges-search-btn.png');
}

body.bridges #sponsors .btn-left {
	background-image: url('../i/bridges-sponsor-left.png');
}

body.bridges #sponsors .btn-right {
	background-image: url('../i/bridges-sponsor-right.png');
}

body.bridges  #footer {
	background: #095551 url('../i/bridges-bg-nav.png') repeat-x left top;
}


