/* *************************************************************************
Title : CSS main styles
Author : Designkitchen, Inc.
Client: Life Fitness
Project: Hammer Strength Clinics
************************************************************************* */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(../images/backgrounds/page.jpg) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	position: relative;
}

/* ----- Headings ----- */

.h2 {
	background: none;
	color: #9e0b0f;
	display: block;
	font: bold 1.4em arial narrow;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
	text-indent: 0;
	text-transform: uppercase;
}

.h3 {
	color: #43525a;
	display: block;
	font: bold 1.3em Arial, Helvetica, sans-serif;
}

.h4 {
	color: #43525a;
	display: block;
	font: bold 1.0em Arial, Helvetica, sans-serif;
	margin: 20px 0 5px 0;
	text-transform: uppercase;
}

.h5 {
	color: #959595;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	margin: 0;
}

/* ----- Paragraphs ----- */

p {
	color: #000;
	display: block;
	font: normal 1.3em/1.4em Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 1em 0 0 0;
}

/* ----- Images ----- */

img {
	border: none;
	margin: 0;
	padding: 0;
}

/* ----- Links ----- */

a {
	color: #3b98b2;
	cursor: pointer;
	outline: none;
	text-decoration:underline;
}

a:hover {
	color:#ff0033;
	text-decoration:none;
}
a.learnmore {
	background: url(../images/buttons/learn-more.gif) 0 0 no-repeat;
	display: block;
	height: 9px;
	margin: 10px 0 0 0;
	padding: 0;
	text-indent: -9999px;
	width: 87px;
}
a.back {
	background: url(../images/icons/back-arrow.gif) left center no-repeat;
	display: block;
	font: bold 1.2em/1.5em Arial Narrow, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding: 0 0 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}

a.city {
	text-decoration:none;
}

.redLink a, .redLink a:visited, .redLink a:hover, .redLink a:focus{
  text-decoration:none;
  color:#cc092f;
}
/* ----- Lists ----- */

.mainContent ul,
.mainContent ol {
	margin: 0 10px 0 15px;
}
.mainContent ul li,
.mainContent ol li {
	background: url(../images/backgrounds/li.arrow.gif) left 8px no-repeat;
	font-size: 1.3em;
	height: auto;
	list-style: none;
	padding: 5px 0 5px 24px;
}
.mainContent ol li {
	background: none;
	color: #84888b;
	list-style: decimal;
	margin: 0 0 0 24px;
	padding: 5px 0;
}
.mainContent ol li span {
	color: #000;
}
.mainContent ul li ul {
	margin-left: 10px;
}
.mainContent ul li ul li {
	background: url(../images/icons/li.bullet.gif) left 10px no-repeat;
	font-size: 1em;
}


#footer ul {
	display: block;
	margin: 35px 0 0 0;
	padding: 0;
}
#footer ul li {
	background: url(../images/backgrounds/pipe.gif) right top no-repeat;
	color: #84888b;
	display: inline;
	font: 1.1em Arial, Helvetica, sans-serif;
	height: 11px;
	margin: 0 10px 0 0;
	padding: 3px 12px 5px 0;
}
#footer ul li a {
	color: #55daff;
	text-decoration: none;
}
#footer ul li a:hover,
#footer ul li.contact a:hover {
	color: #ff0033;
}
#footer ul li.contact {
	background: none;
	color: #ccc;
	padding-right: 0;
}
#footer ul li.contact a {
	color: #55daff;
	text-decoration: none;
}


/* ----- Forms ----- */

label {
	color: #fff;
	font: 1.2em Arial, Helvetica, sans-serif;
	padding: 0 5px 0 0;
}

select {
	width: 160px;
}

/* ----- ID & Class Selectors ----- */

.clear { 
	border: none;
	clear: both; 
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
}


/* *************************************************************************
=LAYOUT
************************************************************************* */

#container {
	background: url(../images/backgrounds/top.jpg) 0 0 no-repeat;
	display: block;
	height: auto;
	margin: 0 auto;
	padding: 0 0 30px 0;
	position: relative;
/*	width: 1080px; */
	z-index: 1;
}

#home #header {
	background: url(../images/homeFlash.jpg) 0 0 no-repeat;
	display: block;
	margin:0 auto;
	padding:17px 0 0 0;
	width:860px;
}

#homeFlash {
	display: block;
	margin: 0 auto;
	height: 257px;
	/*padding-top: 18px;*/
	width: 860px;
}

#content {
	display:block;
	margin: 15px auto 0 auto;
	position: relative;
	width: 860px;
	z-index:3;
}
#leftContent {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 596px;
}
#rightContent {
	display: block;
	float: left;
	position: relative;
	width: 264px;
	z-index: 12;
}

#footer {
	background: url(../images/backgrounds/footer.jpg) 0 0 no-repeat;
	display: block;
	height: auto;
	margin: -80px auto 0 auto;
	padding: 100px 0 0 0;
	position: relative;
	width: 860px;
	z-index: 0;
}
#footer p{
	color: #84888b;
	font: 1.1em Arial, Helvetica, sans-serif;
	}


#legal #footer {
	background: url(../images/backgrounds/footer.gif) 0 0 no-repeat;
}


/* *************************************************************************
=NAVIGATION
************************************************************************* */

ul.navigation {
	background: url(../images/backgrounds/navigation-bar.gif) 0 0 no-repeat;
	display: block;
	height: 24px;
	margin: 0 auto;
	padding: 10px;
	width: 840px;
}
#legal ul.navigation {
	background: url(../images/backgrounds/navigation-bar-legal.gif) 0 0 no-repeat;
}
ul.navigation select {
	margin-right: 36px;
}
ul.navigation li {
	display: block;
	float: left;
	height: 22px;
}
ul.navigation li a {
	color: #fff;
	display: block;
	font: 1.2em Arial, Helvetica, sans-serif;
	margin-right: 15px;
	margin-top: 3px;
	padding-left: 18px;
	text-decoration: none;
}
ul.navigation li.sponsors a, ul.navigation li.sponsors a:hover { padding: 0; }
ul.navigation li a:hover {
	color: #ff0033;
	display: block;
	font: 1.2em Arial, Helvetica, sans-serif;
	margin-right: 15px;
	margin-top: 3px;
	padding-left: 18px;
	text-decoration: none;
	}
ul.navigation li a.register {
	background: url(../images/icons/register-clinic.gif) 0 0 no-repeat;
}
ul.navigation li a.download {
	background: url(../images/icons/download-form.gif) 0 0 no-repeat;
}
ul.navigation li.pipe {
	background: url(../images/backgrounds/nav-pipe.gif) 0 center no-repeat;
	margin-right: 15px;
	width: 1px;
}



/* *************************************************************************
=SECTION SPECIFIC
************************************************************************* */

.mainContentWrapper {
	background: #fff url(../images/backgrounds/home-white-content-top.gif) left top no-repeat;
	display: block;
	margin: 0;
	padding: 0;
	width: 596px;
	
}
#legal .mainContentWrapper {
	background: #fff url(../images/backgrounds/full-content-top.gif) left top no-repeat;
	width: 860px;
}
.mainContent {
	background: url(../images/backgrounds/home-white-content-btm.gif) left bottom no-repeat;
	display: block;
	padding: 30px 20px 40px 20px;
}
.mainContent .title {
	background: url(../images/text/hammer-strength-clinics.gif) 0 0 no-repeat;
	display: block;
	height: 18px;
	text-indent: -9999px;
	width: 276px;
}

.overheard {
	background: #43525a url(../images/backgrounds/overheard.gif) left top no-repeat;
	display: block;
	margin: 0;
	padding: 20px;
	position: relative;
	width: 556px;
}
.overheard .h2 {
	color: #fff;
}
.overheard p {
	color: #fff;
	font-size: 1.1em;
}

.quotes {
	margin-top: 30px;
}
.bigQuotes {
	float: left;
	width: 364px;
}
.bigQuotes blockquote,
.bigQuotes cite {
	background: #fff url(../images/backgrounds/speech-big.gif) 0 0 no-repeat;
	color: #000;
	display: block;
	font: 1.1em/1.3em Arial, Helvetica, sans-serif;
	padding: 20px 20px 8px 20px;
	width: 324px;
}
.bigQuotes cite {
	background: url(../images/backgrounds/speech-big-cite.gif) 0 0 no-repeat;
	color: #a5c5d3;
	display: block;
	padding: 20px;
}
.smQuotes {
	float: right;
	width: 172px;
}
.smQuotes div.hrule {
	background: #43525a url(../images/backgrounds/speech-sm-divider.gif) 0 0 no-repeat;
	height: 3px;
	margin: 8px 0;
	width: 172px;
}
.smQuotes blockquote,
.smQuotes cite {
	color: #fff;
	display: block;
	font: bold 1.0em/1.3em Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
}
.smQuotes cite {
	background: url(../images/icons/speech-sm.gif) 0 0 no-repeat;
	font-weight: normal;
	color: #a5c5d3;
	padding-left: 25px;
}
.smQuotes cite strong {
	font-weight: bold;
}

/* footer styles */

.cscca {
	display: none;
}
.cscca p {
	color: #fff;
	font: 1.1em/1.4em Arial, Helvetica, sans-serif;
	padding: 75px 0 0 0;
	width: 220px;
}
.cscca a {
	color: #55daff;
	text-decoration: none;
}

/*
.buildingChampions,
.buildingChampionsHover {
	background: url(../images/backgrounds/building-champions.jpg) 0 0 no-repeat;
	display: block;
	height: 80px;
	margin: 0;
	padding: 44px 0 20px 22px;
	width: 575px;
}
.buildingChampionsHover {
	background: url(../images/backgrounds/building-champions-o.jpg) 0 0 no-repeat;
	cursor: pointer;
}
.buildingChampions p,
.buildingChampionsHover p {
	color: #fff;
	display: none;
	font: 1.1em Arial, Helvetica, sans-serif;
	margin: 0;
	width: 225px;
}*/

.buildingChampions {
	display: block;
	padding-bottom: 20px;
}
.buildingChampions a {
	background: url(../images/backgrounds/building-champions.jpg) 0 0 no-repeat;
	display: block;
	height: 80px;
	margin: 0;
	padding: 44px 0 0 22px;
	width: 575px;
}
.buildingChampions a:hover {
	background: url(../images/backgrounds/building-champions-o.jpg) 0 0 no-repeat;	
}
.buildingChampions span {
	display:none;
}

#footer div.sponsors {
	background: url(../images/backgrounds/sponsors.gif) 0 0 no-repeat;
	padding: 40px 0 0 0;
}
#footer div.sponsors ul {
	margin: 10px 0 0 0;
}
#footer div.sponsors ul li {
	background: none;
	height: 41px;
}

/* right content styles */

#clinicDetails {
	color: #ccc;
	font: 1.1em Arial, Helvetica, sans-serif;
	/*position: relative;*/
	margin: 0 22px 0 22px;
	width: 244px;
}

.clinicMap {
	/*background:url(../images/backgrounds/2011map.png) 0 0 no-repeat; Temporarily removing map while 2012 map is being developed */ 
	color: #fff;
	font: 1.8em Arial, Helvetica;
	padding:45px 0 0 0;
	width:244px; 
	height:65px;
}

.clinicMap strong {
	font: bold 1.25em Arial Narrow;
	line-height: 0.8em;
}

.clinicContainer {
	background:url(../images/backgrounds/clinicDetailBg.png) 0 0 repeat-y;
	color: #fff;
	display: block;
	font: 1.0em Arial, Helvetica, sans-serif;
	margin:0;
	padding: 15px 0 18px 0;
	width: 244px;
}
.clinicContainer p {
	display: block;
	width: auto;
	padding: 0 5px 0 5px;
}
.clinicContainer p a, 
.clinicContainer p a:visited, 
.clinicContainer p a:active {
	background: url(../images/icons/link-arrow.gif) right 5px no-repeat;
	color: #55daff;
	display: inline;
	font: 1em Arial, Helvetica, sans-serif;	
	line-height: 1.5em;
	padding: 0 12px 0 0;
	text-decoration: none;
}
#home .clinicContainer p a {
	font-size: 0.8em;
}

.clinicContainer p a:hover {
	color:#ff0033;
	padding-right: 15px;
}

#pastClinic {
	height: 71px;
	margin:2px 0 0 0; 
	width: 244px; 
}
#pastClinic a.learn {
	background:url(../images/buttons/past-clinics.jpg); 
	display: block; 
	height: 71px; 
	width: 244px; 
	text-indent: -9999px;
}
#pastClinic a.learn:hover {
	background-position: bottom left;  
}

.clinicInfo,
.clinicInfoHover {
	display: block;
	margin: 0 5px 10px 0;
	width: 224px;
}
.clinicInfoHover {
	cursor: pointer;
}


.clinicInfo .clinicDate,
.clinicInfoHover .clinicDate {
	background: url(../images/backgrounds/clinicDateBar.png) 0 0 no-repeat;
	color:#fff;
	font: 1.0em Arial, Helvetica, sans-serif;
	height:16px;
	padding:2px 0 0 18px;
	width:215px;
}
.clinicInfoHover .clinicDate {
	background: url(../images/backgrounds/clinicDateBarOn.png) 0 0 no-repeat;
}

.clinicInfo .clinicCity,
.clinicInfoHover .clinicCity {
	border: 1px #464646 solid;
	padding: 11px 9px;
	width: 214px;
}
.clinicInfoHover .clinicCity {
	border: 1px #5b090d solid;
}

.clinicInfo span.arrowed,
.clinicInfoHover span.arrowed {
	background: url(../images/icons/link-arrow.gif) right center no-repeat;
	color: #55daff;
	font: bold 1.4em Arial, Helvetica, sans-serif;
	display: inline;
	padding-right: 15px;
}

.clinicInfoHover span.arrowed {	
	color:#ff0033;
}

.clinicInfo .clinicCity p,
.clinicInfoHover .clinicCity p {
	color:#ffffff;
	font: 1em Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

.clinicPrint,
.clinicTitle {
	background:url(../images/backgrounds/preClinicPrint.png) 0 0 no-repeat; 
	color: #fff;
	font: 1.0em Arial, Helvetica;
	padding:15px 0 0 0;
	text-align: right;
	width:244px; 
	height:19px;
}
.clinicTitle {
	text-align: left;
}

.clinicPrint a {
	/*background: url(../images/icons/print.png) right center no-repeat;*/
	color: #55daff;
	margin-right: 20px;
	padding: 4px 0;
	text-decoration:none;
	position: relative;
}
.clinicPrint a img {
	position: relative;
	top: 5px;
	margin-left: 5px;
}
	
.clinicPrint a:hover {
	color: #ff0033;
}
	
.clinicCity strong {
	color: #fff;
	font: 1.3em Arial, Helvetica, sans-serif;
	padding: 0 0 0 5px;
}

.clinicCity p strong {
	font-size: 1.0em;
}
.clinicCity em {
	color: #959595;
	display: block;
	font: .7em Arial, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: uppercase;
}
.clinicCity a {
	position: relative;
}
	
.clinicContainer p a.plain,
.clinicContainer .clinicCity p a.plain {
	background:none;
	color: #55daff;
	text-decoration:none;
}
.clinicContainer p a.plain:hover,
.clinicContainer .clinicCity p a.plain:hover {
	background:none;
	color: #ff0033;
	text-decoration:none;
}

.clinicContainer .clinicCity p a.plain img {
	position: relative;
	top: -1px;
}

.clinicLocalInfo {
	display: block;
	height: 1%;
	/*position: relative;*/
	width: 244px;
	/*z-index: -1;*/
}
.clinicLocalInfo p {
	color:#959595;
	font: 1em Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}

.clinicLocalInfo span.local {
	background:url(../images/backgrounds/divider.png) 0 0 no-repeat;
	color:#959595; 
	display:block;
	font: 1.18em Arial, Helvetica, sans-serif; 
	font-weight:bold;
	padding-top:10px;
	width:244px;
}

.clinicLocalInfo p strong {
	color:#ffffff;
}

.clinicLocalInfo p em {
	color:#ffffff;
	font-style:normal;
}

/*--- National Sponsors Page ---*/

.mainContent .sponsors {
	overflow: hidden;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	background: url(../images/backgrounds/sponsors-page.gif) 0 0 repeat-x;
}
	.mainContent .sponsors ul {
		overflow: hidden;
		margin: 0;
		background: url(../images/backgrounds/sponsor-border-h.gif) 0 100% repeat-x;
	}
	
	.mainContent .sponsors li {
		float: left;
		width: 162px;
		padding: 0 1px 0 0;
		background: url(../images/backgrounds/sponsor-border-v.gif) 100% 0 repeat-y;
	}
	.mainContent .sponsors li.nobg { background: none; }
	.mainContent .sponsors img {
		display: block;
		margin: auto;
		padding: 0 0 1px 0;
	}

/*--- print styles to hide ---*/
#printClinicInfo,
.day_rule,
#printSpeakerBios,
#printLocalAccommodations,
#footer ul li.print {
	display: none;
}

/*-- mailing list module --*/
#eList {
	background:url(../images/backgrounds/newsletter.jpg) 0 0 no-repeat;
	color: #fff;
	display: block;
	height: 134px;
	font: 1.1em arial;
	margin: 5px -10px 0 0;
	padding:18px 20px 0 22px;
	width: 222px; 
}
#eList h1 {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	padding-bottom:16px;
	text-transform:uppercase;
	font-size:1.1em;
}
	
#eList input { font-size: 1.2em; }
#eList table { margin-top: 17px }

.typeGo {
	width: 160px;
	height: 19px;
	padding: 2px 0 0 2px;
	border: none;
}

.go {
	position: relative;
	display: block;
	width: 62px;
	height: 21px;
    background: url(../images/buttons/news-submit.gif) 0 0 no-repeat;
	border: none;
	text-indent: 9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.go:hover {
    background: url(../images/buttons/news-submit-o.gif) 0 0 no-repeat;
}

/*--- You Tube Player ---*/

#youtube-player {
    background: none #e3e3e3;
    display: block;
    margin: 20px -20px;
    padding: 10px 20px 0;
}

#video {
	text-align: center;
}

ul.video-list {
	overflow: hidden;
    margin: 20px -20px 0;
    padding: 20px 20px;
	background: none #cccfd0;
}

ul.video-list li {
	float: left;
	width: 104px;
	padding: 0;
	margin: 0 3px;
	background: none;
}

ul.video-list li.currentvideo {

}

ul.video-list li img {
	width: 104px;
	height: 59px;
}

ul.video-list li a {
	font-size: 11px;
}

ul.video-list li a span {
	display: inline-block;
	color: #000;
	text-decoration: none;
}

@-moz-document url-prefix() {
	ul.video-list li a span {
		display: block;
	}
}

ul.video-list li a strong {
	display: inline-block;
	text-decoration: none;
}
