body {
	background: #003a65 url('../img/body_grad.png') repeat-x;
	color: #ffffff;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 20px 0 40px 0;
	
}

/*
* Handy
*/

.alignright {float:right;padding-left:10px;}
.alignleft {float:left;padding-right:10px;}

/*
* 960 containers
*/

.container_16 {
	/*background: #fff url('../16_col.gif') repeat-y;*/
}

#navigation {
	float: left;
	clear: none;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	text-transform:uppercase;
}

#navpages li {
	width: 160px;
	height: 50px;
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
	list-style: none;
}

#navpages li a{
	display: block;
	width: 160px;
	height: 28px;
	padding-top: 16px;
}

#navpages li a.current{
	height: 34px;
}

#navpages li.double a{
	display: block;
	width: 160px;
	height: 36px;
	padding-top: 8px;
}

#navpages li.double a.current{
	height: 42px;
}


	#navpages li.item1 { background-color: #3f1551; }
	#navpages li.item2 { background-color: #8b0054; }
	#navpages li.item3 { background-color: #860e16; }
	#navpages li.item4 { background-color: #c37e00; }
	#navpages li.item5 { background-color: #79980a; }
	#navpages li.item6 { background-color: #006b26; }
	
	#navpages li.item1 a { background-color: #4f1a65; }
	#navpages li.item2 a { background-color: #ae0069; }
	#navpages li.item3 a { background-color: #a8111c; }
	#navpages li.item4 a { background-color: #f49d00; }
	#navpages li.item5 a { background-color: #97be0d; }
	#navpages li.item6 a { background-color: #00862f; }
	
	#navpages li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#navpages li.item1 a.current, #navpages li.item2 a.current, #navpages li.item3 a.current, #navpages li.item4 a.current, #navpages li.item5 a.current, #navpages li.item6 a.current { 
		background-color: #0086b0;
	}


#header {
	float: left;
	clear: none;
	height: 143px;
	width: 960px;
	background: #0086b0 url("../img/header_grad.png") top left repeat-x;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	text-transform:uppercase;
}

	#header #logo {
		float: left;
		clear: none;
		width: 160px;
		margin-top: 15px;
		margin-left: 20px;
	}
	
	#header #heading {
		float: left;
		clear: none;
		width: 760px;
		text-align: right;
		margin-top: 20px;
		padding-top: 5px;
		margin-right: 20px;
	}
	
		#header #heading #title {
			float: left;
			clear: both;
			width:760px;
			color: #ffffff;
			font-size: 25px;
		}
		
		#header #heading #subtitle {
			float: left;
			clear: both;
			width:470px;
			color: #ffffff;
			font-size: 20px;
			text-transform:none;
			margin-top: 25px;
		}
	
	#header #countdown {
		float: right;
		clear: none;
		width: 290px;
		text-align: right;
		margin-top: -18px;
		margin-right: 20px;
	}
		
		/*#header #countdown #date {
			color: #ffffff;
			font-size: 17px;
			text-transform: none;
			padding-bottom: 5px;
		}
		#header #countdown #days {
			color: #ff9900;
			font-size: 14px;
			text-transform: none;
			margin-bottom: 15px;
		}*/
		#header #countdown #clock {
			padding-bottom: 10px;
			float: right;
			clear: none;
		}
			#header #countdown #clock #clock_num {
				float: left;
				clear: none;
			}
			#header #countdown #clock #clock_num #num {
				float: left;
				clear: none;
				color: #FFFFFF;
				font-size: 36px;
				line-height: 26px;
				background: #094877;
				padding: 5px 5px 5px 5px;
				margin-bottom: 2px;
			}
			#header #countdown #clock #clock_num #num #pad {
				float: left;
				clear: none;
				margin: 6px 0;
			}
			#header #countdown #clock #clock_num #label {
				float: left;
				clear: left;
				width: 100%;
				text-align: left;
				padding-left: 6px;
				color: #ff9900;
				font-size: 12px;
			}
			#header #countdown #clock #colon {
				float: left;
				clear: none;
				color: #0086b0;
				font-size: 36px;
				line-height: 26px;
				margin-top: 8px;
			}



#home_panel {
	float: left;
	clear: none;
	height: 388px;
	background: #f49d00;
	/*margin-bottom: 10px;*/
}

	#home_panel #left_image {
		float: left;
		clear: none;
		width: 270px;
		padding-left: 30px;
		padding-top: 30px;
	}
	
	#home_panel #right_text {
		float: left;
		clear: none;
		width: 660px; 
	}

	#home_panel h2 p {
		padding: 0;
		margin: 0;
	}
	
	#home_panel h2 {
		margin: 0;
		font-size: 13px;
		padding: 10px 20px 0px 0px;
	}
	
	#home_panel p {
		margin: 0;
		font-size: 11px;
		padding: 2px 20px 3px 20px;
	}

#alerts {
	float: left;
	clear: none;
	height: 100px;
	background: #c71a6d url("../img/alerts_grad.png") top left repeat-x;
	/*margin-bottom: 10px;*/
}

	#alerts #left {
		float: left;
		clear: none;
		width: 480px;
		padding: 13px 10px 10px 20px;
	}

		#alerts #left #gold {
			color: #f49d00;
			font-size: 11px;
			font-weight: bold;
			line-height: 20px;
		}
		
	#alerts #right {
		float: left;
		clear: none;
		width: 420px;
		height: 77px;
		background: url("../img/alerts_right.png") top right no-repeat;
		padding: 13px 10px 10px 20px;
	}	
		
		#alerts #right #form {
			float: left;
			clear: none;
		}
		
		#alerts #right #form #field {
			float: left;
			clear: none;
			margin: 10px 10px 0 0;
		}
		
		#alerts #right #form #field input {
			padding: 5px;
			width:10em;
			border:1px solid #ddd;
			background:#fafafa;
			font-size: 12px;
			font-weight: bold;
			-moz-border-radius:6px;
			-khtml-border-radius:6px;
		}
		#alerts #right #form #field input:hover,#alerts #right #form #field input:focus {
			border-color:#c5c5c5;
			background:#f6f6f6;
		} 
		
		#alerts #right #form #submit {
			float: left;
			clear: none;
			margin: 8px 0 0 10px;
			padding: 0;
			color: #b3303a;
			text-transform: uppercase;
			width:92px;
			height:30px;
			text-indent:-9999px;
			overflow:hidden;
			border:0;
			background:url("../img/signup.gif") no-repeat 0 0;
			display:block;
			cursor:pointer !important; cursor:hand;

		}

		
	
	#alerts #white {
		color: #ffffff;
		font-size: 18px;
		line-height: 28px;
	}
	

#events {
	float: left;
	clear: none;
	height: 300px;
	background: #0086b0 url("../img/events_grad.png") top left repeat-x;
	/*margin-bottom: 10px;*/
	width: 945px;
	padding: 0 8px 0 7px;
}
	
	#events #heading {
		float: left;
		clear: none;
		width: 925px;
		padding: 13px 10px 10px 10px;
	}
	
		#events #heading #left {
			float: left;
			clear: none;
			width: 460px;
			font-size: 18px;
			margin-right: 5px;
		}
		
		#events #heading #right {
			float: left;
			clear: none;
			width: 460px;
			text-align: right;
			font-size: 13px;
			margin-top: 6px;
		}
			#events #heading #right #text {
				float: right;
				clear: none;
				margin-top: 0;
			}
			#events #heading #right #img {
				float: right;
				clear: none;
				margin: 3px 0 0 5px;
			}
			
			#events #heading #right a {
				color: #ffffff;
				text-decoration: none;
			}

	#event {
		float: left;
		clear: none;
		width: 290px;
		height: 40px;
		margin: 0 12px 0 13px;
	}
	
		#event #headline {
			float: left;
			clear: none;
			color: #ffffff;
			width: 290px;
			font-size: 17px;
			font-weight: bold;
			margin-top: 8px;
		}
		
		#event #headline a {
			color: #ffffff;
			text-decoration: none;
		}
		#event #headline a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
		
		#event #summary {
			float: left;
			clear: none;
			height: 55px;
			color: #003c59;
			font-size: 13px;
		}
		#event #more {
			float: left;
			clear: none;
			color: #ffffff;
			font-size: 13px;
		}

#sponsors {
	float: left;
	clear: none;
	height: 90px;
	background: #004974;
	/*margin-bottom: 10px;*/
}

	#sponsors #left {
		float: left;
		clear: none;
		width: 40px;
		height: 90px;
		background: #004974 url("../img/port_sponsors.png") top left no-repeat;
	}
	
	#sponsors #mid {
		float: left;
		clear: none;
		width: 880px; /*830px;*/
		height: 80px;
		padding-top: 10px;
		padding-left: 00px;
		text-align: center;
		overflow:hidden; /* new for carousel*/
	}
	
		#sponsors #mid img {
			float: left;
			clear: none;
			margin: 0 18px;
		}
	
	#sponsors #right {
		float: left;
		clear: none;
		width: 40px;
		height: 90px;
		background: #004974 url("../img/sponsors_right.png") top right no-repeat;
	}



#featured {
	float: left;
	clear: none;
	height: 270px;
	/*margin-bottom: 10px;*/
}

	#feature_left {
		float: left;
		clear: none;
		width: 475px;
		height: 270px;
		background: #f49d00 url("../img/feature_grad.png") top left repeat-x;
		margin-right: 5px;
	}
	#feature_right {
		float: left;
		clear: none;
		width: 475px;
		height: 270px;
		background: #f49d00 url("../img/feature_grad.png") top left repeat-x;
		margin-left: 5px;
	}
	
	#featured #heading {
		float: left;
		clear: none;
		width: 435px;
		padding: 13px 20px 10px 20px;
	}
	
		#featured #heading #left {
			float: left;
			clear: none;
			width: 230px;
			font-size: 18px;
			margin-right: 5px;
		}
		
		#featured #heading #right {
			float: left;
			clear: none;
			width: 195px;
			text-align: right;
			font-size: 13px;
			margin-top: 6px;
		}
			#featured #heading #right #text {
				float: right;
				clear: none;
				margin-top: 0;
			}
			#featured #heading #right #img {
				float: right;
				clear: none;
				margin: 3px 0 0 5px;
			}
			
			#featured #heading #right a {
				color: #ffffff;
				text-decoration: none;
			}
	
	
	#featured #highlights {
		float: left;
		clear: none;
		width: 435px;
		padding: 0px 20px 0px 20px;
	}
	
		#featured #highlights #image {
			float: left;
			clear: none;
			width: 169px;
			height: 190px;
			margin-right: 15px;
		}
		
		#featured #highlights #info {
			float: left;
			clear: none;
			width: 240px;
		}
		
			#featured #highlights #info #head {
				float: left;
				clear: none;
				width: 240px;
				font-size: 18px;
				margin: 0 0 5px 0;
				padding: 0;
			}
			
			#featured #highlights #info #head a {
				color: #ffffff;
				text-decoration: none;
			}
			
			#featured #highlights #info #head a:hover {
				color: #ffffff;
				text-decoration: underline;
			}
			#featured #highlights #info #summary {
				float: left;
				clear: none;
				color: #002139;
			}
			
			#featured #highlights #info #summary p {
				padding: 0;
				margin: 0 0 15px 0;
			}
			
			
		#featured #gallery {
			float: left;
			clear: none;
			width: 435px;
			padding: 0px 20px 0px 20px;
		}
		
			#featured #gallery #image {
				float: left;
				clear: none;
				width: 138px;
				height: 90px;
				margin-bottom: 20px;
			}
			
			#featured #gallery #spacer {
				float: left;
				clear: none;
				width: 10px;
				height: 90px;
				margin-bottom: 20px;
			}
		
	
#more {
	float: left;
	clear: none;
	width: 120px;
}

#more #text {
	float: left;
	clear: none;
	margin-top: 0;
	font-size: 13px;
}
#more #img {
	float: left;
	clear: none;
	margin: 3px 0 0 5px;
}
#more a {
	color: #ffffff;
	text-decoration: none;
}
#more a:hover {
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
}



#footer {
	float: left;
	clear: none;
	width: 960px;
	font-size: 13px;
	line-height: 15px;
}

	#footer #top{
		float: left;
		clear: none;
		width: 960px;
	}
	#footer #left{
		float: left;
		clear: none;
		width: 180px;
		font-size: 13px;
	}
	#footer #left #block{
		float: left;
		clear: none;
		height: 30px;
		border-left: 1px solid #27587d;
		padding: 7px 10px 0 10px;
	}
	#footer #left #first_block{
		float: left;
		clear: none;
		height: 30px;
		padding: 7px 10px 0 0;
	}
	
	#footer #right{
		float: right;
		clear: none;
		width: 780px;
		font-size: 13px;
	}
	#footer #right #block{
		float: right;
		clear: none;
		height: 30px;
		border-right: 1px solid #27587d;
		padding: 7px 10px 0 10px;
	}
	#footer #right #first_block{
		float: right;
		clear: none;
		height: 30px;
		padding: 7px 0 0 10px;
	}
	
	#footer #image {
		float: left;
		clear: none;
		padding-right: 4px;
		padding-top: 2px;
	}
	#footer #title {
		float: left;
		clear: none;
		padding-top: 3px;
	}
	#footer #tsr_image {
		float: left;
		clear: none;
		padding-right: 4px;
		padding-top: 4px;
	}
	
	#footer #bottom {
		float: left;
		clear: none;
		width: 960px;
		font-size: 17px;
		font-weight: bold;
		text-align: center;
		margin-top: 12px;
	}
	
	
	
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}





/********** INTERNAL STYLES ************/

.content_heading {
	float: left;
	clear: none;
	width: 960px;
	height: 110px;
	/*margin-bottom: 10px;*/
}

	.content_heading #title{
		float: left;
		clear: both;
		padding: 42px 0 0 30px;
		overflow: visible;
	}
	
	.content_heading p{
		margin:0px;
		padding:0px;
	}

	.content_heading #title h2{
		padding: 0;
		margin: 0;
		display: block;
		line-height: 0;
		line-height: 24px;
		font-size: 32px;
		font-weight: bold;
		overflow: visible;
	}
	
	/*.content_heading #subtitle {
		float: left;
		clear: both;
		color: #f1c8c8;
		padding: 3px 0 0 30px;
		font-size: 20px;
		font-weight: bold;
	}*/

	#content_head_festival {
		background:url("../img/head_festival.jpg") top left no-repeat;
	}
	#content_head_race {
		background:url("../img/head_race.jpg") top left no-repeat;
	}
	#content_head_waterford {
		background:url("../img/head_waterford.jpg") top left no-repeat;
	}
	#content_head_sti {
		background:url("../img/head_sti.jpg") top left no-repeat;
	}
	#content_head_onboard {
		background:url("../img/head_onboard.jpg") top left no-repeat;
	}

	
#subnav {
	float: left;
	clear: none;
	width: 190px;
	margin-right: 20px;
	/*margin-bottom: 10px;*/
}

	#subnav ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#subnav ul li {
		float: left;
		clear: both;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	#subnav a {
		display: block;
		float: left;
		clear: both;
		width: 175px;
		padding: 8px 0 8px 15px;
		font-size: 15px;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
		background-color: #004570;
		border-bottom: 1px solid #003a65;
	}
	
	#subnav li.current_page_item a {
		background: #0086b0;
	}
	
	#subnav a:hover {
		background: #5aa7bf;
	}
	
		#subnav ul li ul a {
			display: block;
			float: left;
			clear: both;
			width: 160px;
			padding: 6px 0 6px 15px;
			margin-left: 15px;
			font-size: 12px;
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
			background-color: #276a93;
			border-bottom: 1px solid #003a65;
		}
		#subnav li.current_page_item ul a {
			background: #276a93;
		}
		#subnav li.current_page_item ul a:hover {
			background: #5aa7bf;
		}


#content {
	float: left;
	clear: none;
	width: 520px;
	margin-right: 20px;
	/*margin-bottom: 10px;*/
	background: #0086b0;
}

	#content #head{
		float: left;
		clear: both;
		width: 520px;
		height: 74px;
		background: #0086b0 url("../img/content_head.png") top left no-repeat;
	}
	
		#content #head p{
			margin:0px;
			padding:0px;
		}
	

	#content #head h3{
		margin: 0px;
		padding: 15px 0 0 10px;
		line-height: 0;
		line-height: 26px;
		font-size: 26px;
		font-weight: bold;
	}
	
	#content #list {
		float: left;
		clear: none;
		margin: 10px 0 0 20px;
		width: 500px;
	}
	
	#content #list a {
		color: #ffffff;
		text-decoration: none;
	}
	#content #list a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	#content #list #list_row {
		float: left;
		clear: none;
		width: 500px;
	}
	
	#content #list #list_item {
		float: left;
		clear: none;
		margin: 0 20px 0px 0;
		width: 230px;
	}
	
	#content #list #list_item #thumb {
		float: left;
		clear: none;
		width: 230px;
	}
	
	#content #list #list_item #details {
		float: left;
		clear: none;
		width: 230px;
	}
	
	#content #list #list_item #details h4 {
		float: left;
		clear: none;
		width: 230px;
		padding: 0;
		margin: 5px 0 5px 0;
		font-size: 18px;
		line-height: 20px;
	}
	
	#content #list #list_item #details p {
		float: left;
		clear: none;
		color: #002139;
		width: 230px;
		padding: 0;
		margin: 0 0 5px 0;
	}
	
	#content #postnav {
		float: left;
		clear: none;
		width: 480px;
		/*margin-bottom: 20px;*/
	}
	#content #postnav #wp_page_numbers {
		background: #0086b0;
		margin-top: 0;
		font-size: 14px;
		color: #FFFFFF;
	}
	#content #postnav #wp_page_numbers ul {
		background: none;
		border-top: 0px;
	}
	#content #postnav #wp_page_numbers ul li {
		background: #339ec0;
		display: block;
		margin-right: 5px;
		font-weight: bold;
		font-size: 14px;
		border: 0px;
	}
	#content #postnav #wp_page_numbers ul li.page_info {
		color: #ffffff;
		padding: 8px;
	}
	#content #postnav #wp_page_numbers ul li.active_page {
		background: #f49d00;
		margin-right: 5px;
	}
	#content #postnav #wp_page_numbers ul li a {
		background: #339ec0;
		border: 0px;
		font-weight: bold;
		text-decoration: none;
		padding: 8px;
	}
	#content #postnav #wp_page_numbers ul li.active_page a {
		background: #f49d00;
		border: 0px;
	}
	#content #postnav #wp_page_numbers ul li a:hover {
		color: #002139;
		border: 0px;
		font-weight: bold;
		text-decoration: none;
	}
	
	#content .entry {
		float: left;
		clear: none;
		color: #ffffff;
		width: 490px;
		font-size: 13px;
		padding: 10px 15px 20px 15px;
	}
	
	#content a{
		color: #F49D00;
		text-decoration: none;
	}
	#content a:hover {
		color: #F49D00;
		text-decoration: underline;
	}
	
	#content .navigation {
		float: left;
		clear: none;
		width: 490px;
		padding: 10px 15px 20px 15px;
	}
		
		#content .navigation .alignleft {
			float: left;
			clear: none;
			text-align: left;
			width: 240px;
			margin-right: 10px;
			padding-right:0px;
		}
		#content .navigation .alignright {
			float: left;
			clear: none;
			text-align: right;
			width: 240px;
			padding-left:0px;
		}
		
		#content .navigation a {
			color: #ffffff;
			text-decoration: none;
		}
		#content .navigation a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
	
	


#rightbar {
	float: left;
	clear: none;
	width: 210px;
	/*margin-bottom: 10px;*/
}

	#rightbar #featured_item {
		float: left;
		clear: none;
		width: 210px;
		margin-bottom: 20px;
	}

	#rightbar #thumb {
		float: left;
		clear: none;
		width: 210px;
	}
	
	#rightbar #details {
		float: left;
		clear: none;
		width: 210px;
	}
	
	#rightbar #details h4 {
		float: left;
		clear: none;
		width: 210px;
		padding: 0;
		margin: 5px 0 5px 0;
		font-size: 18px;
		line-height: 20px;
	}
	
	#rightbar #details h4 a {
		color: #ffffff;
		text-decoration: none;
	}
	#rightbar #details h4 a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	#rightbar #details p {
		float: left;
		clear: none;
		color: #0086b0;
		width: 210px;
		padding: 0;
		margin: 0 0 5px 0;
	}
	

small {
	font-size: 10px;
	color: #ffffff;
}

.clear {
	height:10px;
	font-size:1px;
	padding:0;
	clear:both;
}


h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
	color: #f49d00;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 13px;
}


#content .entry #form {
	float: left;
	clear: none;
	width: 480px;
}

#content .entry #form #field {
	float: left;
	clear: none;
	margin: 10px 10px 0 0;
}

#content .entry #form #field input {
	padding: 5px;
	width:12em;
	border:1px solid #ddd;
	background:#fafafa;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
}
#content .entry #form #field input:hover,#content .entry #form #field input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 

#content .entry #form #submit {
	float: left;
	clear: none;
	margin: 8px 0 0 10px;
	padding: 0;
	color: #b3303a;
	text-transform: uppercase;
	width:92px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url("../img/send.gif") no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;

}
