/* =============================================
	©2007 Pilates Denver, Inc. | www.pilatesdenverstudio.com
	===========================================*/

/* =============================================
	element styles
	===========================================*/

body {
	font-size: small;
	padding: 0;
	margin: 0;
	font-family: Geneva, Arial, san-serif;
	background: #EEE;
	color: #666;
}
img {
	border: 0;
}
input {
	display: inline;
}
h1 {
	margin: 10px 0 0 0;
	color: #E9B13E;
	font-size: 120%;
	font-weight: bold;
}
h2 {
	margin: 10px 0 0 0;
	font-size: 110%;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	color: #ABB400;
	margin: 10px 0 0 0;
	padding: 0;
}

/* =============================================
	container, header, navigation styles
	===========================================*/
	
#container {
	width: 800px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	background: #fff;
}
#headerWrapper {
	width: 800px;
	height: 130px;
	margin: 0;
}
#headerLogo {
	margin: 0;
	padding: 0;
	float: left;
	width: 365px;
	height: 130px;
	background: #fff;
	display: inline;
}
#headerLogo a {
	display: block;
}
#headerNavigation {
	margin: 0;
	padding: 70px 5px 0 0;
	float: right;
	width: 430px;
	height: 60px;
	background: url(../images/tagline_bkgd.gif) center top no-repeat;
	color: #fff;
	text-align: right;
}
#headerNavigation a {
	color: #fff;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
}
#headerNavigation a:hover {
	text-decoration: underline;
}
#navigation {
	padding: 0;
	margin: 0;
	float: left;
	width: 190px;
}
#navigation ul {
	padding: 0;
	margin: 0;
}
#navigation ul li {
	padding: 0;
	margin: 0;
	width: 190px;
	height: 26px;
	list-style-type: none;
	display: inline;
}
#navigation ul li a {
	height: 26px;
	display: block;
}
#navigation ul li .whatIs, #navigation ul li a .whatIs {
		height: 24px;
}
#mainContent {
	padding: 0 20px 20px 0;
	margin: 0;
	float: right;
	width: 590px;
	background: url(../images/content_bkgd.gif) left top no-repeat #FFF;
}
#mainContent a {
	color: #E9B13E;
	text-decoration: none;
}
#mainContent a:hover {
	color: #ABB400;
	text-decoration: underline;
}
#sideBar {
	margin: 10px 0 0 0;
	padding: 5px 5px;
	background-color: #FFDE9B;
}
#sideBar_PT {
	margin: 10px 0 0 0;
	padding: 5px 5px;
	color: #FFF;
	background: url(../images/PT_bkgd.jpg) left top no-repeat #C5CB33;
}
#sideBar_PT h3 {
	margin: 0;
	padding: 0;
	color: #FFF;
}
#sideBar_PT ul {
	margin: 10px 0 10px -10px;
	margin: 10px 0;
	padding-left: 20px;
	font-size: 110%;
}
#sideBar_PT ul li {
	line-height: 22px;
}
#sideBar h2 {
	color: #ABB400;
	margin: 0;
	padding: 0;
}
#sideBar h3 {
	margin: 0;
	padding: 0;
}
#footer {
	clear: both;
	width: 780px;
	padding: 5px 10px;
	background: #ABB400;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
#footer p {
	margin: 5px 0;
}
#footer a {
	color: #fff;
	font-size: 90%;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: #fff;
	font-size: 90%;
	text-decoration: underline;
	font-weight: normal;
}
#footer .copyright {
	font-size: 80%;
	font-weight: normal;
}
#siteBy {
	padding: 5px 0 20px 0;
	background: #EEE;
	font-size: 80%;
	color: #666;
	text-align: center;
}
#siteBy a {
	color: #666;
}
#enterSite {
	padding: 20px 0 0 0;
	text-align: center;
	background: #EEE;
}
#enterSite a {
	color: #E9B13E;
	text-decoration: none;
	font-weight: bold;
}
#enterSite a:hover {
	color: #ABB400;
	text-decoration: underline;
	font-weight: bold;
}
/* =============================================
	Class Styles
	===========================================*/

.floatRight {
	padding: 0 0 10px 10px;
	float: right;
}
.floatLeft {
	padding: 0 10px 10px 0;
	float: left;
}
.greenBorder {
	border: 3px solid #C7D357;
	margin: 0;
	padding: 0;
}
.greenBold {
	color: #ABB400;
	font-weight: bold;
}
.orangeText {
	color: #E9B13E;
}
.classSchedule {
	margin: 0;
	padding: 0;
}
.classSchedule th {
	background-color: #AAA;
	color: #FFF;
	padding: 2px;
	text-align: left;
	font-weight: bold;
}
.classSchedule td {
	padding: 2px;
	background-color: #EEE;
}