/* @override 
	http://war-room3.lunaseamedia.com/css/default.css
	http://gutscharlotte.com/css/default.css
*/

body, html {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

img {
	border: 0;
	display: block;
}

input:focus {
    outline: none;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}



/* Main Containers
********************************************************/

#container {
	margin-left: auto;
 	margin-right: auto;
 	width: 1069px;
 	display: block;
 	position: relative;
	background: url(/images/bg-header.jpg) no-repeat center top;
}

#header {
	width: 941px;
	height: 177px;
	display: block;
 	position: relative;
	float: left;
	margin: 0 64px;
}

#subNav {
	width: 941px;
	height: 48px;
	display: block;
 	position: relative;
	float: left;
	background-color: #f05a28;
	margin: 0 64px 40px;
}

#contentHome {
	width: 941px;
	height: 360px;
	display: block;
 	position: relative;
	float: left;
	margin: 0 64px;
}

#content {
	width: 941px;
	display: block;
 	position: relative;
	float: left;
	margin: 0 64px 64px;
	color: #515151;
	padding-top: 0;
	padding-bottom: 0;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
}

#footer {
	width: 941px;
	height: 126px;
	display: block;
 	position: relative;
	float: left;
	margin: 16px 64px 0;
}

#globalFooter {
	margin-left: auto;
 	margin-right: auto;
 	width: 1069px;
 	display: block;
 	position: relative;
	background-color: #ededed;
	height: 250px;
	margin-top: 16px;
}



/* Lists
********************************************************/

ul {
	display:block;
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 11px;
}

li {
	list-style-type: none;
}



/* Header
********************************************************/

#logo {
	width: 240px;
	height: 129px;
	display: block;
 	position: relative;
	float: left;
}

#slogan {
	width: 352px;
	height: 19px;
	display: block;
 	position: absolute;
	float: left;
	top: 51px;
	right: 0;
}

#mainNav {
	width: 701px;
	height: 54px;
	display: block;
 	position: absolute;
	float: left;
	left: 240px;
	top: 123px;
}

#mainNav ul li {
	float: left;
}



/* Main Nav Sprites
********************************************************/

.the-cause,
.the-cause-home,
.the-cause-sel,
.rules-faqs,
.rules-faqs-home,
.rules-faqs-sel,
.about,
.about-home,
.about-sel,
.support-a-kid,
.support-a-kid-home,
.support-a-kid-sel,
.register,
.register-home,
.register-sel {
	height: 54px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(/images/sprites-main-nav.jpg) no-repeat;
}

.the-cause {
	width: 126px;
	background-position: 0 -108px;
}

.the-cause-home {
	width: 126px;
	background-position: 0px 0px;
}

.the-cause-sel {
	width: 126px;
	background-position: 0px -54px;
}

.the-cause:hover, .the-cause-home:hover { background-position: 0px -54px; }

.rules-faqs {
	width: 178px;
	background-position: -126px -108px;
}

.rules-faqs-home {
	width: 178px;
	background-position: -126px 0;
}

.rules-faqs-sel {
	width: 178px;
	background-position: -126px -54px;
}

.rules-faqs:hover, .rules-faqs-home:hover { background-position: -126px -54px; }

.about {
	width: 98px;
	background-position: -304px -108px;
}

.about-home {
	width: 98px;
	background-position: -304px 0px;
}

.about-sel {
	width: 98px;
	background-position: -304px -54px;
}

.about:hover, .about-home:hover { background-position: -304px -54px; }

.support-a-kid {
	width: 186px;
	background-position: -402px -108px;
}

.support-a-kid-home {
	width: 186px;
	background-position: -402px 0px;
}

.support-a-kid-sel {
	width: 186px;
	background-position: -402px -54px;
}

.support-a-kid:hover, .support-a-kid-home:hover { background-position: -402px -54px; }

.register {
	width: 113px;
	background-position: -588px -108px;
}

.register-home {
	width: 113px;
	background-position: -588px 0px;
}

.register-sel {
	width: 113px;
	background-position: -588px -54px;
}

.register:hover, .register-home:hover { background-position: -588px -54px; }



/* SubNav
********************************************************/

#subNav ul li {
	float: left;
	font: 16px/48px 'Crimson Text', cursive;
	margin-right: 20px;
	color: #ffffff;
}

#subNav a {
	color: #ffcc42;
	text-decoration: none;
}

#subNav a:hover {
	color: #ffaf68;
	text-decoration: none;
}



/* Home Page Assets
********************************************************/

/* The Latest */

.twtr-hd,
.twtr-ft {
	display:none !important
}

#theLatest {
	width: 221px;
	height: 360px;
	display: block;
 	position: relative;
	float: left;
	margin-right: 19px;
}

#theLatest ul li {
	font-size: 12px;
	color: #646464;
	padding-bottom: 12px;
	line-height: 16px;
}

#theLatest a {
	font-size: 12px;
	color: #7b7b7b;
	text-decoration: none;
}

#theLatest a:hover {
	color: #ee8224;
	text-decoration: underline;
}

/* Side Promos */

#sidePromos {
	display: block;
	position: absolute;
	bottom: 0;
}

#sidePromos ul li {
	padding-bottom: 0px;
}

/* Home Gallery */

#homeGallery {
	width: 701px;
	height: 360px;
	display: block;
 	position: relative;
	float: left;
	background-color: silver;
}



/* Footer
********************************************************/

#footer ul li {
	float: left;
	margin-right: 16px;
}



/* Global Footer
********************************************************/

#gfLinks {
	display: block;
	position: relative;
	width: 200px;
	float: left;
	margin-left: 64px;
	padding: 25px 21px 0;
}

#gfLinks ul {
	float: left;
	padding-top: 25px;
}

#gfLinks ul li {
	width: 98px;
	float: left;
	line-height: 14px;
}

#gfLinks a {
	color: #646464;
	text-decoration: none;
}

#gfLinks a:hover {
	text-decoration: underline;
}


#gfSponsors {
	display: block;
	position: relative;
	float: left;
	width: 700px;
	padding-top: 25px;
}

#gfSponsors ul li {
	float: left;
	height: 60px;
	
}

ul.primary li {
	padding-right: 25px;
}
	
ul.secondary {
	padding-top: 20px;
}

ul.secondary li {
	padding-right: 6px;
}



/* Promo Sprites
********************************************************/

.twitter,
.promo1,
.promo2,
.promo3,
.promo4 {
	height: 126px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(/images/sprites-promos.jpg) no-repeat;
}

.twitter {
	width: 221px;
	background-position: 0px 0px;
}

.twitter:hover { background-position: 0px -126px; }

.promo1 {
	width: 221px;
	background-position: -237px 0;
	margin-right: 19px !important;
}

.promo1:hover { background-position: -237px -126px; }

.promo2 {
	width: 223px;
	background-position: -474px 0;
}

.promo2:hover { background-position: -474px -126px; }

.promo3 {
	width: 223px;
	background-position: -713px 0;
}

.promo3:hover { background-position: -713px -126px; }

.promo4 {
	width: 223px;
	background-position: -952px 0;
	margin-right: 0 !important;
}

.promo4:hover { background-position: -952px -126px; }




/* Interior Page Assets
********************************************************/

#leftColumn,
#leftColumnAlt,
#leftColumnDonate {
	display: block;
	position: relative;
	float: left;
	width: 221px;
	margin-right: 20px;
}

#leftColumnAlt {
	width: 461px;
}

#leftColumnDonate {
	width: 392px;
}

#rightColumn,
#rightColumnAlt,
#rightColumnDonate {
	display: block;
	position: relative;
	float: left;
	width: 700px;
}

#rightColumnAlt {
	width: 460px;
}

#rightColumnDonate {
	width: 460px;
}

#rightColumn li,
#rightColumnAlt li,
#rightColumnDonate li {
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
}

#rightColumn li.title,
#rightColumnAlt li.title {
	font: 22px/42px 'Crimson Text', cursive;
}

#rightColumnDonate li.title {
	font: 22px/22px 'Crimson Text', cursive;
}

#rightColumnDonate li.button {
	padding-top: 15px;
}


/* Downloads & Multimedia / Events */

ul.downloads {
	margin-bottom: 15px;
	float: left;
}

ul.downloads li {
	float: left;
	padding-right: 19px;
	padding-bottom: 20px;
	font-size: 13px;
}

ul.events {
	margin-bottom: 30px;
	float: left;
}

ul.events li {
	float: left;
	margin-right: 19px;
	margin-bottom: 20px;
}


ul.eventsAlt {
	margin-top: 30px;
	float: left;
}

ul.eventsAlt li {
	float: left;
	margin-right: 14px;
	margin-bottom: 20px;
}


/* GUTS Meter */

#gutsMeter {
	width: 941px;
	height: 201px;
	position: relative;
	float: left;
	display: block;
	background: url(/images/guts-meter/background.jpg) no-repeat;
	margin-bottom: 40px;
}

#gmTruck {
	width: 96px;
	height: 128px;
	background: url(/images/guts-meter/truck.png) no-repeat;
	position: absolute;
	display: block;
	float: left;
	top: 34px;
	left: 528px;
}

#gmCount {
	font: 24px 'Crimson Text', cursive;
	color: #f6ab38;
	float: left;
	position: absolute;
	left: 9px;
	width: 50px;
	text-align: center;
	top: 1px;
}


/* Registration */

#indRegistration,
#teamRegistration {
	width: 460px;
	position: relative;
	float: left;
	display: block;
}

#indRegistration {
	margin-right: 21px;
}


ul.regHeader {
	width: 460px;
	float: left;
	height: 200px;
}

ul.regHeader li {
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #ee8224;
	float: left;
	width: 155px;
	padding-right: 21px;
}

ul.regHeader li.desc {
	width: 263px;
}

ul.regHeader .title {
	font: 24px 'Crimson Text', cursive;
	color: #ee8224;
}

