/************************************************************
	GENERIC
************************************************************/
body {
	padding: 0;
	margin: 0;
	background: #737476;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
form {
	padding: 0;
	margin: 0;
}
input, select, textarea {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #ffcc00;
}
.png {
	behavior: url('../js/iepngfix.htc');
}
.capsule {
	width: 950px;
	margin: 0 auto;
}
.overlay {
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	width: 100%;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#container {

}
#logo {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 0;
	z-index: 100;
}
#logo img {
	position: absolute;
	top: -3px;
	right: 0;
}

/************************************************************
	HEADER
************************************************************/
#header {
	height: 40px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#header .capsule {
	overflow: normal;
}
#header .overlay {
	filter: alpha(opacity=80);
	opacity: 0.8;
	height: 140px;
}

#ytapiplayer {
	
}
#header .panel {
	position: absolute;
	bottom: 0;
}
#header .panel .content .line {
	padding: 7px 10px;
}
#header .panel .content a {
	color: #fff;
}
#header .panel .content .follow {
	font-weight: bolder;
	padding: 0 0 5px 0;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
#header .panel .content .follow strong {
	padding-left: 18px;
	background: url(../images/bullets/arrow_right.gif) no-repeat left center;
}
#header .panel.twitter {
	width: 247px;
	margin-left: -7px;
}
#header .panel.twitter .content {
	padding: 5px;
	background: url(../images/backgrounds/panels/twitter.png) repeat-y top center;
	overflow: hidden;
}
#header .panel.twitter .content .follow {
	border-bottom: dotted 1px #c5eaf6;
}
#header .panel.twitter .content .line {
	border-bottom: dotted 1px #c5eaf6;
}
#header .panel.video {
	width: 395px;
	margin-left: 230px;
}
#header .panel.video .content {
	padding: 8px 5px 5px 5px;
	background: url(../images/backgrounds/panels/video.png) repeat-y top center;
	color: #fff;
}
#header .panel.video .content .follow {
	border-bottom: dotted 1px #999;
}
#header .panel.video .content .line {
	
}
#header .panel.music {
	width: 248px;
	margin-left: 615px;
}
#header .panel.music .content {
	padding: 6px;
	background: url(../images/backgrounds/panels/music.png) repeat-y top center;
}
#header .panel.music .content .follow {
	border-bottom: dotted 1px #ffcc80;
}
#header .panel.music .content .line {
	border-bottom: dotted 1px #ffcc80;
}

/************************************************************
	MAP
************************************************************/
#zMap {
	background: #98b2cb;
	overflow: hidden;
	position: relative;
}
#gMap {
	position: relative;
	margin: 0 auto;
	z-index: 0;
}

#gMapHover {
	position: absolute;
	display: none;
	z-index: 100;
	background: url(../images/backgrounds/gmap_hover_back.gif) no-repeat right center;
	padding-right: 2px;
	height: 21px;
}
#gMapHover strong {
	display: block;
	padding: 3px 8px 5px 15px;
	color: #fff;
	background: url(../images/backgrounds/gmap_hover_front.gif) no-repeat left center;
}

#zMap .infoArrow {
	display: none;
}

/* left info arrow */
#zMap .infoArrow.left {
	background: url(../images/backgrounds/info_arrow_pointer_large_right.png) no-repeat right top;
	padding: 0 81px 0 0;
	position: absolute;
}
#zMap .infoArrow.left .content {
	background: url(../images/backgrounds/info_arrow_bg.png) left top;
	height: 119px;
	padding: 0;
	color: #fff;
}
#zMap .infoArrow.left .content h3 {
	float: right;
	padding: 2px 10px 5px 10px;
	margin: 0;
	font-size: 17px;
	text-transform: uppercase;
	text-align: right;
	color: #ffcc00;
	line-height: 100%;
}
#zMap .infoArrow.left .content .title {
	text-transform: uppercase;
	color: #eee;
	display: block;
	padding: 11px 10px 0 0;
	text-align: right;
}
#zMap .infoArrow.left .content .links {
	clear: both;
	color: #ffcc00;
	word-spacing: 3px;
	padding: 0 10px 0 0;
	text-align: right;
}
#zMap .infoArrow.left .content .links a {
	word-spacing: normal;
	text-decoration: none;
}

/* right info arrow */
#zMap .infoArrow.right {
	background: url(../images/backgrounds/info_arrow_pointer_large_left.png) no-repeat left top;
	padding: 0 0 0 81px;
	position: absolute;
}
#zMap .infoArrow.right .content {
	background: url(../images/backgrounds/info_arrow_bg.png) left top;
	height: 119px;
	padding: 0;
	width: 5000px;
	color: #fff;
}
#zMap .infoArrow.right .content h3 {
	padding: 2px 10px 5px 10px;
	margin: 0;
	font-size: 17px;
	text-transform: uppercase;
	text-align: left;
	float: left;
	color: #ffcc00;
	line-height: 100%;
}
#zMap .infoArrow.right .content .title {
	text-transform: uppercase;
	color: #eee;
	display: block;
	padding: 11px 0 0 10px;
	text-align: left;
}
#zMap .infoArrow.right .content .links {
	clear: both;
	color: #ffcc00;
	word-spacing: 3px;
	padding: 0 0 0 10px;
	text-align: left;
}
#zMap .infoArrow.right .content .links a {
	word-spacing: normal;
	text-decoration: none;
}

#zMap .infoArrow.eventless .content {
	padding: 20px 0 0 0;
	height: 99px;
}
#zMap .infoArrow.eventless .content h3 {
	font-size: 17px;
	color: #fff;
}


#zMap .infoArrow .content h3 .dateTime {
	font-size: 10px;
	color: #ccc;
	font-weight: lighter;
	text-transform: none;
}
#zMap .infoArrow .content h3 .details {
	display: block;
	padding: 2px 0 0 0;
	font-size: 10px;
	line-height: 14px;
	color: #ccc;
	text-transform: none;
}
#zMap .infoArrow .content h3 .details span {
	font-weight: lighter;
}

#counter {
	top: 322px;
	right: 0;
	width: 100%;
	text-align: center;
	position: absolute;
}
#counter .wrapper {
	margin: 0 auto;
	padding: 0 0 0 705px;
	width: 245px;
	height: 79px;
	background: url(../images/backgrounds/counter.png) no-repeat right bottom;
}
#counter .wrapper .numbers {
	width: 105px;
	padding: 33px 7px 0 0;
	line-height: 100%;
	float: left;
	margin-left: 5px;
	color: #fff;
	font-size: 10px;
	word-spacing: -2px;
	position: relative;
	text-align: right;
}
#counter .wrapper .numbers em {
	display: block;
	position: absolute;
	top: -12px;
	font-style: normal;
	text-transform: uppercase;
	font-size: 9px;
	font-family: Tahoma;
	color: #eee;
	word-spacing: 2px;
	display: none;
}
#counter .wrapper .numbers strong {
	color: #ffcc00;
	font: bold 25px Tahoma, Arial, Helvetica, sans-serif;
}

#finale {
	position: absolute;
	top: -80px;
	left: 150px;
}


/************************************************************
	NAVIGATION
************************************************************/
#navigation {
	position: absolute;
	width: 100%;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 3;
}
#navigation ul {
	width: 210px;
	overflow: hidden;
	margin: 0 auto;
	padding: 5px 0 5px 720px;
}
#navigation ul li {
	float: left;
	list-style: none;
}
#navigation ul li a.first {
	background: none;
}
#navigation ul li a {
	display: block;
	float: left;
	padding: 3px 10px;
	color: #000;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/backgrounds/nav_separator.gif) no-repeat left center;
}


/************************************************************
	CONTENT
************************************************************/
#content {
	background: url(../images/backgrounds/content.gif) repeat-x left top;
}
#content .capsule {
	position: relative;
	padding: 0 4px;
	background: red;
	height: 260px;
	background: url(../images/backgrounds/content_capsule.gif) no-repeat left top;
}
#content .capsule {
	position: relative;
	padding: 0 4px;
	background: red;
	height: 260px;
	background: url(../images/backgrounds/content_capsule.gif) no-repeat left top;
}
#content .capsule .col {
	float: left;
	width: 130px;
	margin: 12px 0 0 0;
	padding: 75px 0 0 20px;
	font-weight: bold;
	list-style: none;
	line-height: 130%;
	height: 130px;
	color: #666;
}
#content .capsule .col a {
	color: #000;
	text-decoration: none;
}
#content .capsule .col a.inactive {
	color: #666;
}
#content .capsule .block {
	margin: 10px 0 0 0;
	padding: 8px 15px 8px 15px;
	width: 510px;
	height: 219px;
	background: url(../images/backgrounds/block.gif) no-repeat left top;
	float: left;
}
#content .capsule .block .photos {
	float: left;
	width: 184px;
	font-size: 9px;
	vertical-align: top;
	padding-top: 10px;
}
#content .capsule .block h2 {
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	text-shadow: #aaa 1px 1px 1px;
}
#content .capsule .block .photos img {
	margin-bottom: 5px;
}
#content .capsule .block .photos .links a {
	word-spacing: normal;
	text-decoration: none;
	color: #000;
}
#content .capsule .block .info {
	float: right;
	width: 300px;
	padding: 0 0 0 10px;
	padding-top: 10px;
}
#content .capsule .button {
	display: block;
	background: url(../images/backgrounds/button.png) no-repeat top left;
	width: 177px;
	height: 11px;
	padding: 7px 0 9px 23px;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
#content .capsule .block h4 {
	font-size: 12px;
	padding-top: 3px;
	margin-top: 0;
}
#content .capsule .block #media a {
	color: #000;
}
#content .capsule .block #media .photos {
	padding-right: 10px;
	font-size: 10px;
	border-right: dotted 1px #999;
	width: 245px;
	height: 160px;
}
#content .capsule .block #media .photos ul {
	padding: 0 0 0 25px;
	margin: 0;
}
#content .capsule .block #media .info {
	width: 240px;
}


#content .capsule .promos {
	position: absolute;
	right: 4px;
	top: 41px;
}
#content .capsule .promo {
	margin: 0 0 7px 0;
}



#c2cSign {
	position: relative;
	width: 950px;
	margin: 0 auto;
	height: 0;
	z-index: 10;
}
#c2cSign img {
	position: absolute;
	left: 0px;
	top: -67px;
}

#content .capsule .block .content {
	height: 215px;
	overflow: hidden;
}
#charityrun, #media {
	display: none;
}
.inliners {
	display: none;
}
.box {
	padding: 0 10px;
}

/************************************************************
	FOOTER
************************************************************/
#footer {
	padding: 15px 0;
	text-align: right;
	background: url(../images/backgrounds/dash_horiz.gif) repeat-x left top;
}
#footer img {
	margin: 0 3px;
}
#footer h3 {
	float: left;
	padding: 0;
	margin: 0;
}
#footer h3 img {
	margin: 0;
}
#footnote {
	color: #ccc;
	background: #636467;
}
#footnote a {
	color: #ccc;
}
#footnote .note {
	float: left;
	width: 47%;
	height: 45px;
	padding: 10px 0;
	margin: 10px 0;
}
#footnote .note.first {
	padding-right: 20px;
	margin-right: 20px;
	background: url(../images/backgrounds/dash.gif) repeat-y center right;
}
