/*--colors
--
home light green: #e6efbc;
bottom green: #d9e8a3;
why choose light blue: #e9edee;
charcoal/green: #5c614e;
pink: #FBBFAA;
slightly darker green: #CAD787;
blue: #6F8AA8;
dark blue: #686E76;

--
end colors--*/

/*--band-aid for IE 6 png issues, hats off to: http://www.twinhelix.com/css/iepngfix/--*/
img, div { behavior: url(/scripts/iepngfix.htc) }

/*################################################################################
html adjustments
################################################################################*/
body {
font-size: 13px;
font-family: Georgia, Times, "Times New Roman", serif;
text-align: left;
margin: 0px;
padding: 0px;
background-color: #d9e8a3;
}

a:link {color: #ff5e3c; text-decoration: none;}
a:visited {color: #6F8AA8; text-decoration: none;}
a:hover {color: #ff5e3c; text-decoration: underline;}

p {
padding: 0px;
color: #575a5d;
margin-bottom: 7px;
margin-top: 0px;
line-height: 1.5em; 
}

h1 {
font-weight: normal;
font-size: 16px;
color: #97c5eb;
margin-bottom: 2px;
padding: 0;
text-transform: none;
}

h2 {
font-weight: bold;
letter-spacing: .1em;
font-size: 11px;
color: #686E76;
margin-bottom: 1px;
margin-top: 0;
padding: 0;
text-transform: uppercase;
}

h3 {
font-style: normal;
font-weight: bold;
font-size: 18px; 
color: #be9272;
margin: 0;
padding-bottom: 0;
padding-top: 3px;
line-height: 1.5em; 
}

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

sup {
font-size: 8px;
line-height: -1em;
vertical-align: text-top;
}

hr {
text-shadow: none;
height: 1px;
border-style: none;
background-image: url(/images/hr.gif);
background-repeat: repeat-x;
margin-top: 10px;
margin-bottom: 10px;
padding: 0px;
color: none;
}

ul {
margin-top: 2px;
margin-left: 0px;
padding-left: 15px;
list-style: square;
padding-top: 0;
}

li {
line-height: 1.5em;
margin-bottom: 2px;
padding: 0;
color: #575a5d;
}

/*################################################################################
backgrounds
################################################################################*/
#home_background {
background-color: #e6efbc;
background-image: url(/images/backgrounds/birds.gif);
background-position: center bottom;
background-repeat: no-repeat;
padding-bottom: 10px;
}

#about_background {
background-color: #e7e2e3;
background-image: url(/images/backgrounds/waterfall.gif);
background-position: center bottom;
background-repeat: no-repeat;
padding-bottom: 10px;
}

#whychoose_background {
background-color: #D3E6EF;
background-image: url(/images/backgrounds/walking.gif);
background-position: center bottom;
background-repeat: no-repeat;
padding-bottom: 10px;
}

#schedule_background {
background-color: #FFF9EE;
background-image: url(/images/backgrounds/butterfly.gif);
background-position: center bottom;
background-repeat: no-repeat;
padding-bottom: 10px;
}

#links_background {
background-color: #CECBD2;
background-image: url(/images/backgrounds/dragonfly.gif);
background-position: center bottom;
background-repeat: no-repeat;
padding-bottom: 10px;
}

/*################################################################################
wrappers and containers
################################################################################*/
#container {
width: 900px;
margin: 0 auto 0 auto;
}

#content {
float: left;
width: 500px;
padding: 0 0 0 200px;
margin: 0;
}

#flash_nav {
width: 200px; 
float: right; 
margin: 100px 0 0 0;
}

#footer {
font-size: 12px;
width: 500px;
margin: 0 auto 0 auto;
padding-top: 10px;
min-height: 75px;
_height: 75px; /*IE 6 fix*/
}

.yoga_img {margin: -75px 0 10px -75px; display: inline; float: left;}
.header_img {margin: 20px 0 15px 0;}
.footer_img {margin: 20px 0 0 0;}
.quote {font-size: 16px; line-height: 1.3em; padding: 0; margin: 0 0 3px 0;}
.quote_attribution {font-size: 12px;}

/*schedule*/
#time {float: left; width: 100px;}
#type {margin-left: 50px; float: left; width: 125px;}
#location {float: right; width: 175px;}

#floatclear {clear:both;}
