/* 
File: Master CSS
------------------------   
   Table of Contents:
		Reset
		Typography
		Main Navigation 1
		Forms
		Body / Wrapper
------------------------
*/

/* Reset
-----------------------------------------------*/
	@import url("reset.css");
	
/* Typography
-----------------------------------------------*/
	@import url("typography.css");
	
/* Main Navigation 1
-----------------------------------------------*/
	@import url("mainnav1.css");

/* Forms
-----------------------------------------------*/
	@import url("forms.css");
	

/* Body / Wrapper 
-----------------------------------------------
This sections contains all items related to the body
and wrapper (except topography)
*/

body {
	background: #f4dae4;
	}
	
strong { font-weight: bold; }

#content {
	width: 751px;
	padding: 0px 12px;
}

#content table { border: 0px; line-height: 15px;}
#content #text table td { padding: 5px 10px; font-family: Arial; font-size: 12px;}
#content #text table tr.alt { background: #FCD4EE;}
#content #text table tr.alt td {border-bottom: 1px solid #D76EA4; }

#text {
	float: left;
	padding: 15px;
	width: 506px;
}

#text h1 {
	margin-bottom: 10px;
}

#text ol li {
	margin-bottom: 5px;
} 

#text .shoes { 
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	width: 300px;
}

#text p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}

#schedule {
	float: left;
	padding: 4px 13px;
	width: 189px;
}

#schedule h3 {
	margin: 10px 0px 4px 0px;
}

#logo {
	background: url(../siteimages/header.jpg) no-repeat;
	width: 775px;
	height: 150px;
	}

#logo img {
	float: right;
	padding-right: 12px;
}

#studioHours td {
	background: #FFF;
	height: 30px;
	width: 90px;
	border: 2px solid #f6edf1;
	padding: 4px 8px;
	vertical-align: top;
}
	
#studioHours td.day {
	width: 64px;
}

.event {
	background: #FFF;
	margin: 3px 2px;
	padding: 4px 10px;
}

#footer {
	background: #f4dae4 url(../siteimages/bg-bottom.jpg) no-repeat;
	clear: both;
	padding: 20px;
	text-align: center;
}

#wrapper {
	background: #FFF url(../siteimages/bg.jpg) repeat-y;
	margin: 0px auto;
	width: 775px;
	}

#wrapper > p { margin: 5px 0px; }

.section {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 10px;
	}

#form-container h4 {
	margin-top: 10px;
	margin-bottom: 0px;
	border-bottom: 3px solid #DDD;
	padding-bottom: 3px;
	padding-left: 10px;
	}

#form-container label {
	float: left;
	width: 135px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
#form-container label.checkbox{
	width: 100%;
	text-align: left;
	}
	
#form-container em {
	color: #880000; 
	width: 10px;
	}
	
#form-container input, #form-container select {
	margin-bottom: 5px;
	float: left;
	}
	
#form-container .checkbox-div label.checkbox {
	width: 100px;
	float: left;
	font-weight: normal;
	text-align: right;
	}
	
.text-box {
	width: 126px;
	float: left;
	}
	
.checkbox-div {
	float: left;
	}	

#form-container input.checkbox {
	float: none;
	margin: 2px 0px 0px 0px;
	}

#form-container textarea {
	width:280px;
	height:120px;
	float: left;
}
	
#form-container .note {
	color: #880000;
	font-style: italic;
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 11px;
	}
	
#form-container br {
	clear: both;
	}

input.submit {
	margin-left: 153px;
	margin-top: 10px;
	}
	
#form-container br.ignore {
	display: block;
	clear: left;
	}

.clear {
	clear:both;
	padding-top: 15px;
	}
.highlight {
	background:#f4dae4;
	padding: 10px;
	}
.nohighlight {
	padding:10px;
	}
	
.error {
	clear:both;
	padding:10px;
	background:#f4dae4;
	}

.error ul li {
	list-style-type:none;
	}
/* newsletter forward */

#forward label {
	width:180px;
	float:left;
	padding:10px;
	margin: 2px 0 20px 10px;
}

#forward input{
	width:180px;
	padding:4px 2px;
}

#forward textarea {
	width:180px;
	height:190px;
	padding:4px 2px;	
}
.submit input {
	clear:both;
	margin-left:0px;
	width:125px;
	height:31px;
	text-align:center;
}