/****************************************************************************

Author: Stephen Saugestad
Development by: Wallop Creative
Last updated: 

*****************************************************************************/

/* defaults ****************************************************************/

* {
	margin: 0;
	padding: 0;
} 

body {
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	background:#fff;
	color:#858585;
	margin:20px 0 0 0;
	text-align:center;
}

body a {
	color:#AB5824;
	text-decoration:underline;
}

body a:hover {
	text-decoration:none;
	color:#DE8F61;
}

/* heading attibutes *************************************************/

h3, h4 {
	margin:0 0 16px 0;
}

h3 {
	font-size:14px;
	color:#666;
}

h4 {
	font-size:13px;
	font-weight:normal;
	color:#AB5824;
}

/* removes the link underline from logo swap */

h1 a {
	text-decoration:none;
}

/* list items ********************************************/

ul, li {
	list-style:none;
}

/* set more defaults **********************************************************/

p {
	/*margin: 0px 0px 10px 0px;
	line-height:;*/
}

input {
	border:none;
	border:0;
}

strong {
	color:#727272;
}

table {
	background-color:#fff;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 20px 0;
}

td {
	background-color:#E1ECF4;
	border:solid 1px #ddd;
	text-align:center;
	vertical-align:top;
	padding:10px;
}

th {
	font-size:12px;
	text-align:center;
	padding:0 0 6px 0;
	color: #6A8EA2;
}

a img {
	border:none !important;
}

div.jobs {
	padding:10px 0 0 0;
}

/* hacks *************************************************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac */

* HTML .clearfix {
	height: 1%;
}

/* class attributes *********************************************/

/* dotted line breaks */

.lineBreak p {
	margin:0;
	padding:0;
}

p.lineBreak {
	background: url(../images/bg_line_horiz.gif) repeat-x 0px 6px;
	height:10px;
	clear:both;
}

.headline {
	font-size:11px;
	font-weight:bold;
}

.cost {
	color:#0099CC;
}

div.staffWrap {
	clear:both;
}

.staffWrap img {
	float:right;
	padding:0 0 10px 10px;
}

p.icon {
	float:right;
	padding:0 0 0 12px;
}

.heading {
	font-size:13px;
	font-weight:normal;
	color:#AB5824;
}

/* main divs ********************************************************************/

#wrap {
	margin:0 auto;
	text-align:center;
	width:760px;
}

a#logo {
	width:204px;
	height:62px;
	background:url(../images/logo.jpg) no-repeat 0 0;
	text-indent:-9999px;
	display:block;
	float:left;
}

a:hover#logo {
	background-position:0 -62px;
}

#header {
	height:60px;
}

#content {
	text-align:left;
	width:760px;
	/*background:url(../images/bg_line_vert.gif) repeat-y 510px 0;*/
	padding:20px 0 0 0;
}

#content li, #contentWide li {
	margin:0 0 6px 20px;
	padding:0 0 0 10px;
	background:url(../images/bullet.gif) no-repeat 0 6px;
}

#content ol, #contentWide ol {
	margin:0 0 0 20px;
}

#content ol li, #contentWide ol li {
	list-style-type:decimal;
	background:none;
	background-image:none;
	padding:0;
	margin:0 0 10px 20px;
	line-height:20px;
}

#content ul {
	margin:0 0 16px 0;
}

#content p, #contentWide p {
	margin:0 0 16px 0;
	line-height:18px;
}

#contentWide {
	width:760px;
	background:none;
	text-align:left;
	margin:20px 0 0 0;
}

ul#homeListLeft, ul#homeListRight {
	width:180px;
	float:left;
}

ul#homeListRight {
	float:right;
}

ul#homeListLeft {
	width:270px;
}

ul#homeListLeft li, ul#homeListRight li {
	margin:0 0 6px 0;
	padding:0 0 0 10px;
	background:url(../images/bullet.gif) no-repeat 0 6px;
}

p#masthead {
	width:760px;
	height:200px;
	border-top:solid 4px #624831;
	padding:1px 0 0 0;
	margin:20px 0 0 0;
	clear:left;
}

#colLeft {
	width:100%;
}

#colRight {
	width:250px;
	float:right;
}

#colRight p {
	padding:0 0 0 20px;
	margin:0 0 6px 0;
	line-height:20px;
	font-size:11px;
}

/* footer */

#footer {
	background:url(../images/bg_line_horiz.gif) repeat-x top left;
	width:760px;
	padding:10px 0 20px 0;
	font-size:10px;
	clear:both;
}

/* numbered features on the home page */

#colRight p.break {
	background:url(../images/bg_line_horiz.gif) repeat-x 0 6px;
	padding:0;
}

#one, #two, #three {
	padding:0 0 10px 0;
}

#one  {
	background:url(../images/bg_01.gif) no-repeat bottom right;
}

#two {
	background:url(../images/bg_02.gif) no-repeat bottom right;
}

#three  {
	background:url(../images/bg_03.gif) no-repeat bottom right;
	margin:0 0 6px 0;
}

p#headline {
	margin:0 0 16px 0;
}

/* navigation */

ul#nav {
	width:460px;
	float:right;
	margin:20px 0 0 0;
	display:inline; /* for DFB */
}

div#navWrap {
	width:482px;
	height:52px;
	margin:5px 0 0 0;
	float:right;
	/*border:solid 2px #444;*/
	background:url(../images/bg_nav.gif) no-repeat 0 0;
}

#nav li {
	display:inline;
	float:left;
	margin:0 16px 0 10px;
}

#nav a {
	height:12px;
	display:block;
	text-indent:-9999px;
	font-size:1px;
}

/*
a#n_home {
	width:82px;
	background:url(../images/b_home.gif) no-repeat 0 0;
}

a#n_classes {
	width:72px;
	background:url(../images/b_classes.gif) no-repeat 0 0;
}

a#n_schedule {
	width:82px;
	background:url(../images/b_schedule.gif) no-repeat 0 0;
}

a#n_staff {
	width:82px;
	background:url(../images/b_staff.gif) no-repeat 0 0;
}

a#n_contact {
	width:142px;
	background:url(../images/b_contact.gif) no-repeat 0 0;
}

*/

/* buttons on the home page */

div#buttonWrap {
	width:490px;
	float:left;
	clear:left;
}

div#buttonWrap p {
	margin:0;
	padding:0;
}

p#class_circuit {
	width:170px;
	height:150px;
	margin:0 20px 0 0;
	padding:0;
	display:block;
	text-indent:-9999px;
	font-size:1px;
	float:left;
	background:url(../images/b_circuit.jpg) no-repeat 0 0;
}

p#class_sculpting a, p#class_spinning a {
	width:150px;
	height:150px;
	margin:0 20px 0 0;
	padding:0;
	display:block;
	text-indent:-9999px;
	font-size:1px;
	float:left;
}

p#class_circuit a:hover, p#class_sculpting a:hover, p#class_spinning a:hover {
	background-position:0 -150px;
}

p#class_circuit a {
	background:url(../images/b_circuit.jpg) no-repeat 0 0;
}

p#class_sculpting a {
	background:url(../images/b_sculpting.jpg) no-repeat 0 0;
}

p#class_spinning a {
	background:url(../images/b_spinning.jpg) no-repeat 0 0;
	margin:0;
}

a#n_home {
	width:37px;
	background:url(../images/n_home.gif) no-repeat 0 0;
}

a:hover#n_home, a:hover#n_classes, a:hover#n_schedule, a:hover#n_staff, a:hover#n_contact {
	background-position:0 -12px;
}

a#n_classes {
	width:45px;
	background:url(../images/n_classes.gif) no-repeat 0 0;
}

a#n_schedule {
	width:59px;
	background:url(../images/n_schedule.gif) no-repeat 0 0;
}

a#n_staff {
	width:56px;
	background:url(../images/n_staff.gif) no-repeat 0 0;
}

a#n_contact {
	width:120px;
	background:url(../images/n_contact.gif) no-repeat 0 0;
}

/* title attributes */

/* main title swaps */

#div h2 {
	text-indent:-99999px;
	font-size:1px;
	margin:0 0 14px 0;
}

/* general */

#h_welcome {
	width:84px;
	height:17px;
	background:url(../images/h_welcome.gif) no-repeat 0 0;
}
