/* ------------------------------------------------------------------------------------

  This stylesheet contains the CSS for structure and presentation.
  
  IE specific rules and/or hacks go in ie6.css or ie7.css

------------------------------------------------------------------------------------*/

@import 'reset.css';
@import 'facebox.css';

/* TYPOGRAPHY ------------------------------------------------------------------------------------*/

h1, h2, a, a:hover, a:active { color: #BC1E2D; }
#footer a { color: #E9BD1F; }
p { margin-bottom: 1.5em; line-height: 1.4em;}

/* STRUCTURE ------------------------------------------------------------------------------------*/

html, body {
	height: 100%;
	
}

body {
	background: #000;
	font-family: "Lucida Grande", verdana, sans-serif;
	font-size: 85%;
	color: #4d4d4d;
}

#container {
	text-align:center;
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	background: url(../images/footer_bg.jpg) center 775px no-repeat;
	min-width: 1000px;
	overflow: hidden;
}


/* HEADER ------------------------------------------------------------------------------------*/

#header {
  height: 185px;
  min-width: 1000px;
  background: url(../images/header_bg.jpg) center bottom no-repeat;
}

#header h1 {
  text-indent: -5000px;
  background: url(../images/header_logo.png) center 20px no-repeat;
  height: 140px;
  margin-bottom: 12px;
}

/* CONTENT ------------------------------------------------------------------------------------*/

#content_wrapper {
  background: #fff url(../images/body_grad_top.jpg) left top repeat-x;
}

#content_bg_bottom {
  background: url(../images/body_grad_bottom.jpg) left bottom repeat-x;
}

#content {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
}

#accolades {
  float: left;
  width: 280px;
  background: url(../images/accolades.png) center 200px no-repeat;
  height: 630px;
}

#accolades h2, #accolades p, #accolades ul {
  text-indent: -5000px;
}

#accolades h2#join_mailing_list {
  background: url(../images/h_mailing_list.png) center center no-repeat;
  width: 100%;
  height: 60px;
  margin: .5em 0 1.5em;
}

#accolades form { margin-bottom: 1.5em; }
#accolades label { display: none; }
#accolades input[type="text"] { width: 80%; display: block; margin: 0 auto 10px; }

#presentation {
  float: left;
  width: 410px;
}

span#sharethis_0 { display: block; padding: 10px 0 0 10px; }

p#special_text, p#special_text a img { margin-bottom: 0; }

#ordering {
  float: left;
  width: 280px;
}

#ordering h2 {
  text-indent: -5000px;
  background: url(../images/h_order_coach_dvd.png) center center no-repeat;
  height: 89px;
  width: 100%;
}

#ordering p { text-align: left; }
#ordering p a { color: #4d4d4d; text-decoration: none; }
#ordering p span { color: #BC1E2D; text-decoration: underline; }

img#dvd_case { margin-bottom: -25px; }

img.button {
  margin-bottom: 1em;
}

#youtube .button {
  margin-top: 2em;
}

/* SLIDESHOW ------------------------------------------------------------------------------------*/

#slideshow {
  background: url(../images/slideshow_bg.png) center top no-repeat;
  height: 540px;
  width: 395px;
  position: relative;
}

#slideshow p#blurb {
  position: absolute;
  top: 375px;
  left: 0;
  padding: 0 35px;
  font-size: 14px;
  color: #5d5d5d;
}

#slideshow_quotes {
  width: 325px;
  height: 130px;
  margin: 0 auto;
  overflow: hidden;
  color: #E9BD1F;
  font-family: "Palatino", "Galliard", garamond, serif;
  font-size: 1.2em;
}

#slideshow_quotes p { padding-top: 34px; }
#slideshow_quotes p span { color: #fff; display: block; font-size: .9em; }

#slideshow_photos {
  width: 304px;
  height: 208px;
  margin: 0 auto;
  overflow: hidden;
}

#slideshow img.button {
  margin-top: 130px;
}

/* DVD ORDERING ------------------------------------------------------------------------------------*/

#dvd_ordering h1 {
  text-indent: -5000px;
  background: url(../images/h_order_the_dvd.png) left center no-repeat;
}

#dvd_ordering input[type="text"] { width: 25px; }
#dvd_ordering input[type="image"] { margin-top: 4px; }

dl dt {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: .25em;
}

dl dd span {
  display: block;
  margin: .5em 0 1em;
  font-size: 1.8em;
  font-family: georgia, times, serif;
}

dl dd span img {
  margin: 0 1.5em 0 0;
  vertical-align: middle;
}

/* FOOTER ------------------------------------------------------------------------------------*/

#footer {
  padding: 2em 0;
  min-width: 1000px;
  overflow: hidden;
}

fieldset { width: 550px; margin: 20px auto; }
fieldset div { float: left; margin-right: 20px;}

#footer label { color: #ccc; }
#footer h2 { font-size: 1.4em; font-weight: bold; color: #E9BD1F; }

.last { margin-right: 0 !important; }