/* 
LIQUID yoga + surf CSS
June 2008 by Kate Edmundson
*/

/* ------------- =global ------------- */

body {	
  margin: 0;
  padding: 0;
  font: normal 12px arial, sans-serif;
  line-height: 1.5em; 
  color: #333333;
}

a:link {
	color: #3080be; 
	text-decoration: none;}
a:visited {
	color: #3080be;
	text-decoration: none;}
a:hover {
	color: #3080be; 
	text-decoration: underline;}

a img {	border: none;}

.exclude { display: none;}

hr {
  background: #fff url(images/hr.gif) no-repeat bottom left;
  height: 30px;
  width: 600px;
  border: 0;
}

h1 {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.1em;
}

h2 {
  font-size: 1.4em;
  font-weight: bold;
}

h3 {
  font-size: 1.3em;
  font-weight: bold;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
}

h2, h3, h4, p {
	margin: 0 0 8px 0;
	padding: 0;
}

#register {
  width: 600px;
  margin: 5px 50px;
  font: normal 9pt arial, sans-serif;
}

#thankyou {
  width: 600px;
  margin: 5px 50px;
  font: normal 9pt arial, sans-serif;
}

select {
  font: normal 9pt arial, sans-serif;
  color: #333333;
}

.disclaim {
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin: 10px 0;
}

.indent {
  padding-left: 50px;
}


/* ------------- =top section ------------- */
#callout {
  background: #fff url(images/callout.jpg) no-repeat top left;
  width: 761px;
  height: 532px;
  float: left;
}

#logomap a {
  width: 400px;
  height: 100px;
  position: absolute;
  left: 50px;
  top: 25px; 
}

#logomap a i {
  visibility: hidden;
}

#logomap a:hover {
  border: 0;
  text-decoration: none;
}

#schedule_bg {
  width: 263px;
  height: 532px;
  background: #fff url(images/schedule.jpg) no-repeat top left;
  float: right;
}

#schedule {
  padding: 110px 0 0 15px;
  margin: 0 0 -100px 0;
}

#schedule ul {
  padding: 0 .5em .5em;
  margin: 0;
}

#schedule ul li {
  font-weight: bold;
  font-size: .9em;
  list-style-type: none;
}

#schedule a {
  color: #333;
}

#schedule h4 {
  text-transform: uppercase;
  color: #3080be;
  font-weight: bold;
  font-size: 1em;
  padding: .3em .4em .6em;
  margin: 0;
}
  
/* ________ =bottom section ----- */

#choose {
  width: 761px;
  height: 200px;
  float: left;
  background: #fff url(images/choose.gif) no-repeat top left;
}

#more_info_bg {
  width: 263px;
  height: 200px;
  background: #fff url(images/more_info.gif) no-repeat top left;
  float: right;
}

#more_info {
  width: 200px;
  padding: 15px 0 0 20px;
  font-weight: bold;
}

#more_info a {
  color: #fff;
}

/* -------- =footer ------------- */

#footer {
  width: 1000px;
}

#footer a {
  color: #666;
}
 
#footer_left {
  width: 1000px;
  padding: 20px 0 20px 45px;	
  color: #666;
  float: left;
}

#footer_right {
  width: 625px;
  padding: 20px 0;	  
  color: #666;
  display: inline;
}

#footer p img {
  border: 0;
  margin: 6px 0 -6px 0;
  padding: 0;
  }
  
/* ------------- Helper Classes ------------- */
.uppercase {
	text-transform: uppercase;
}
.small {
	font-size: 10px;
}