@charset "UTF-8";
/* CSS Document */

/*
	www.getfitwilmington.com
   
	Version: 1.0
	* Last Updated: February 19, 2010
	* Author: Eric Campbell
	* Question/Comments: eric@established1986.com

	Colours Used
	Orange - #ff9905
	Green - #c6c694
	Grey - #33332d
	Blue - #b8c7d9

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body{
	background: #33332d url(http://www.getfitwilmington.com/img/back-tile.jpg) top left repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16.8px;
	color: #999;
}

.container{
	margin: auto;
	background: #fff8e3;
	padding: 10px;
	width: 940px;
	clear: both;
}

h1{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}

h2{
	font-weight: normal;
	text-transform: capitalize;
	color: #ff9905;
	font-size: 22px;
	padding: 15px 0 10px 0;
}

h3{
	font-weight: Bold;
	color: #a7bad0;
	font-size: 16px;
	line-height: 22.4px;
	padding: 10px 0 0 0;
}

h3 a{
	color: #a7bad0;
	text-decoration: none;
}

h3 a:hover{
	color: #a7bad0;
	text-decoration: none;
	padding: 10px 0 10px 0;
}

h4{
	font-family: Arial, sans-serif;
	color: #FFF;
	font-size: 16px;
 	line-height: 22.4px;
 	text-align:  center;
 	letter-spacing: 1px;
	text-transform: uppercase;
}

h5{
	text-transform: capitalize;
	font-size: 16px;
	line-height: 22px;
	color: #33332D;
	padding-bottom: 10px;
}

h6{
	text-transform: capitalize;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
}

h7{
	color: #FFFFFF;
	text-transform: capitalize;
	font-size: 10px;
	font-style: italic;
}

h8{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #33332D;
}

h9{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}

/* --- Linkage --- */

a{
	color: #ff9905;
	text-decoration: underline;
}

a:hover{
	color: #b8c7d9;
	text-decoration: underline;
}

.sm-btn-view {
	margin: .6em 0 0 0;
	padding: 0;
	width: 95px;
	height: 25px;
	text-indent: -9999em;
	background: url(http://www.getfitwilmington.com/img/viewmore_btn.gif) no-repeat right;
}
		
.sm-btn-view a {
	display: block;
	width: 95px;
	height: 25px;
}

.sm-btn-learn {
	margin: .6em 0 0 0;
	padding: 0;
	width: 95px;
	height: 25px;
	text-indent: -9999em;
	background: url(http://www.getfitwilmington.com/img/learnmore_btn.gif) no-repeat right;
}
		
.sm-btn-learn a {
	display: block;
	width: 95px;
	height: 25px;
}


/* --- Header --- */

#headerWrapper{
	width: 960px;
	margin: auto;
	background: url(http://www.getfitwilmington.com/img/back.png) top center no-repeat;
}

#header{
	height: 102px;
	margin: 0 10px 0 10px;
}

/* --- Location Box --- */

#top-infoBox{
	background: url(http://www.getfitwilmington.com/img/top-infoBox.gif) no-repeat;
	width: 341px;
	height: 20px;
	margin: 0px;
	clear: both;
	padding: 11px 0 0 0;
	float: right;
	z-index: 100;
}

#top-infoBox p{
	text-align: center;
	padding: 0px;
	margin: 0px;
	clear: both;
	color: #999999;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

/* --- branding --- */

#branding{
	background: url(http://www.getfitwilmington.com/img/branding.jpg) no-repeat;
	margin: 5px 0 0 20px;
	width: 125px;
	height: 41px;
	float: left;
}

/* --- Menu --- */

#menuWrapper{
	margin: 26px 4px 0px 0px;
	height: 45px;
	width: 644px;
	float: right;
}

#menu{
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 644px;
	z-index: 2;
	position: static;
}

#menu ul {
	height: 45px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	text-indent: -0em;
	overflow: hidden;
}

#menu ul li {
	float: left;
	display: inline;
}

#menu ul li a {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}

#menu ul li a:hover {
	background-position: left -45px;
}

#menu ul li a.selected, #menu ul li a.selected:hover {
	background-position: left -45px;
}

#menu ul li a:selected {
	background-position: left -45px;
}

#menu ul li a#mi-home {
	background-image: url(http://www.getfitwilmington.com/img/menu_home.gif);
	width: 65px;
}

#menu ul li a#mi-services {
	background-image: url(http://www.getfitwilmington.com/img/menu_services.gif);
	width: 93px;
}

#menu ul li a#mi-news {
	background-image: url(http://www.getfitwilmington.com/img/menu_news.gif);
	width: 67px;
}

#menu ul li a#mi-about {
	background-image: url(http://www.getfitwilmington.com/img/menu_about.gif);
	width: 105px;
}

#menu ul li a#mi-membership {
	background-image: url(http://www.getfitwilmington.com/img/menu_membership.gif);
	width: 125px;
}

#menu ul li a#mi-classes {
	background-image: url(http://www.getfitwilmington.com/img/menu_classes.gif);
	width: 88px;
}

#menu ul li a#mi-contact {
	background-image: url(http://www.getfitwilmington.com/img/menu_contact.gif);
	width: 118px;
}
#menu ul li a#mi-gallery {
	background-image: url(http://www.getfitwilmington.com/img/menu_gallery.gif);
	width: 88px;
}

.content{
	background: #33332D;
	padding: 10px !important; 
	padding: 10px 10px 0 10px;
}

.clear {
	clear:both;
	padding: 0;
	margin: 0;
	height: 1px;
	overflow: hidden;
}

.clearfix {
  	display: inline-block;
}

.right{
	float: right;
}

.left{
	float: left;
}

#mainGraphic{
	float: left;
	margin: 0px;
	width: 610px;
	height: 329px;
	background: #f3f3f3 url(http://www.getfitwilmington.com/img/main-graphic.jpg) no-repeat;
}

#mainGraphic .copy{
	float: right;
	margin-top: 65px;
	margin-right: 15px;
	width: 215px;
}

#mainGraphic .copy p {
	color: #000000;
	font-size: 10px;
	line-height: 14px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dashed #ffd883;
}

#sideBar{
	margin: 0px;
	float: right;
	width: 300px;
	height: 329px;
}

#sideBar-r1{
	background: #a0b5cc;
	height: 204px;
	margin: 0 0 10px 0;
}

#sideBar-r1 img{
	border: none;
}

#sideBar-r2{
	background: url(http://www.getfitwilmington.com/img/bootcamp.jpg) no-repeat;
	height: 115px;
}

#sideBar-r2 .copy{
	padding: 5px;
	width: 150px;
	float: right;
}

#sideBar-r2 .copy p{
	color: #33332D;
	font-size: 10px;
	line-height: 12px;
}

.subContent{
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px dashed #ccc6b6;
}

.subContent .copy{
	padding: 10px;
	width: 110px;
	float: right;
}

.subContent p{
	font-size: 10px;
	line-height: 14px;
	color: #ffffff;
}

#subContent-c1{
	background: url(http://www.getfitwilmington.com/img/col-back_01.jpg) no-repeat;
	float: left;
	padding: 0 5px 0 0;
	border-right: 1px dashed #ccc6b6;
	width: 306px;
	height: 150px;
}

#subContent-c2{
	background: url(http://www.getfitwilmington.com/img/col-back_02.jpg) no-repeat;
	float: left;
	padding: 0 5px 0 0;
	margin: 0 0 0 5px;
	border-right: 1px dashed #ccc6b6;
	width: 306px;
	height: 150px;
}

#subContent-c3{
	background: url(http://www.getfitwilmington.com/img/col-back_03.jpg) no-repeat;
	float: left;
	margin: 0 0 0 5px;
	width: 306px;
	height: 150px;
}

/* --- Sub Page template --- */

.innerContainer{
	background: #33332D;
	padding: 10px;
}

.innerContainer-content{
	background: #FFF;
	padding: 10px;
}

.sub-sidebar{
	background: #c6d3e2 url(http://www.getfitwilmington.com/img/left-sub-back.gif) no-repeat;
	float: left;
	width: 205px;
	margin: 0 10px 0 0;
	padding: 10px;
}

.sub-sidebar-contact{
	background: #a7bad0 url(http://www.getfitwilmington.com/img/left-sub-back-contact.gif) no-repeat;
	float: left;
	width: 225px;
	margin: 0 10px 0 0;
	padding: 0px;
}

.sub-sidebar-contact .innerContent{
	padding: 10px;
}

.sub-sidebar p{
	color: #444444;
	font-size: 12px;
	line-height: 16px;
	padding-top: 16px;
}

.sub-sidebar-contact p{
	color: #444444;
	font-size: 10px;
	line-height: 14px;
}

.sub-sidebar ul{
	color: #FFF;
	padding: 5px 15px;
}

.sub-sidebar ul li{
	list-style: none;
	font-size: 10px;
	line-height: 14px;
	text-indent: 5px;
	font-weight: bold;
}

.sub-sidebar ul li a{
	text-decoration: none;
	color: #FFF;
	border: none;
}

.sub-sidebar ul li a:hover{
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}

.sub-sidebar a{
	text-decoration: none;
	color: #33332d;
	border-bottom: 1px dotted #33332d;
}

.sub-sidebar a:hover{
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

.sub-sidebar img{
	margin: 0 0 5px -10px;
	border: 4px solid #FFF;
}

.sub-sidebar-col1{
	height: 202px;
}

.sub-sidebar-col2{
	padding: 0 10px 50px 10px;
}

.sub-sidebar-contact .sub-sidebar-col1{
	height: 250px;
}

.contactInfo{
	width: 205px;
	padding: 20px 0px 10px 0px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #e0e0df;
}

.sub-siderbar .contactInfo p{
	padding: 0px;
}

.sub-mainContent{
	border-left: 1px dashed #eaeaea;
	width: 430px;
	margin: 0px;
	padding: 0 0 50px 10px;
	float: left;
}

.sub-mainContent img{
	border: 4px solid #cccccc;
	margin: 0 0 10px 0;
}

.sub-mainContent p{
	padding-top: 10px;
}

.sub-mainContent .site-map{
	padding-top: 10px;
}

.sub-mainContent ul{
	list-style: none;
	margin-left: 15px;
	line-height: 2 em;
}

.sub-mainContent ul a{
	color: #999;
}

.sub-mainContent ul a:hover{
	color: #ff9905;
}

/* --- Posting --- */

.posting{
	padding: 10px;
	magin-bottom: 20px;
	border-bottom: 1px dashed #eaeaea;
}

.posting p{
	padding-top: 5px;
}

.entry p{
	padding-top: 10px;
}

/* --- Site Map --- */

#site-map{
	padding: 10px;
}

/* --- Photos --- */

#photos-flash{
	margin-top: 10px;
}

/* --- Application Form --- */

#primary{
	margin: 15px 0 0 0;
	display: block;
	float: left;
	background: #f3f3f3;
	border: 1px solid #eaeaea;
}

#primary .application_form{
	padding: 20px;
	padding-right: 0px;
	display: block;
	width: 450px;
}

#primary .application_form .sec{
	border: 1px solid red;
}

#primary .application_form .columns{
	margin-bottom: 0;
}

#primary .application_form .contact_form .columns .exception {
	margin-right: 0;
}

#primary .application_form .columns .exception {
  	background: none;
	margin-right: 0px;
	padding-right: 0;
}

#primary .application_form .columns dl{
	margin-bottom: 10px;
}

#primary .application_form dt {
	margin-bottom: 5px;
}

#primary dl dt dd {
	color: #FF0000;
}

#primary .columns .exception {
	background: none;
	margin-right: 0px;
 	padding-right: 0;
	width: 100%;
}

#primary .application_form .columns .column{
  display: block;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  width: 45%;
}

#primary .application_form .columns .column2{
	display: block;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	width: 94%;
}

form {
	padding: 0px;
	margin: 0px;
  	display: block;
}

form p{
	font-weight: bold;
}

label {
	width: 200px;
	border: 1px solid #CCC;
}

#primary .application_form input,
#primary .application_form textarea,
#primary .application_form select {
	border: 1px solid #d5cbc2;
  	font-size: 100%;
  	padding: 2px;
  	width: 100%;
}


#primary .application_form select {
	padding:1px;
}

#primary .application_form input:focus,
#primary .application_form textarea:focus,
#primary .application_form select:focus {
	outline: 0;
	background:#fff8e3;
	border: 1px solid #d5cbc2;
  	font-size: 100%;
  	padding: 2px;
  	width: 100%;
}

#primary .application_form input.submit {
	border: none;
	background-color: #c6c694;
	color: #fff;
	padding: 5px;
	width: 100px;
	margin: 0 21px 0 0;
}

#primary .application_form input.submit:hover{
	background: #b8c7d9;
	color: #FFF;
}

/* --- Blog --- */

#blog p{
    padding-top: 10px;
}

#entry p{
	padding-top: 10px;
}

.posted{
	padding-top: 10px;
}

.paginate{
    padding-top: 10px;
}

/* --- Newsletter --- */


#newsletter-btn {
	float: left;
	margin: 0px;
	padding-top: 15px;
	width: 225px;
	height: 100px;
	text-indent: -999em;
	background: #FFF url(http://www.getfitwilmington.com/img/newsletter-btn.gif) no-repeat right;
}
		
#newsletter-btn a {
	display: block;
	width: 225px;
	height: 100px;
}


/* --- Footer --- */

#footerWrapper{
	position: relative;
	bottom: 0;
	margin-top: 30px;
	margin-bottom: -200px;
	padding: 2em 0 0 0;
	width: 100%;
	height: 275px;
	background: #c6c694 url(http://www.getfitwilmington.com/img/footer-back.jpg) center top no-repeat;
}

#footer {
	width: 305px;
	margin: 0px auto;
	/* padding: 30px 0px 60px 0px;*/
}

#footerWrapper #footer p{
	padding-top: 10px;
	font-family: "Lucida Grande", sans-serif;
	text-align: center;
	color: #33332d;
	font-size: 10px;
	line-height: 16px;
}

#footerWrapper #footer p a{
	text-decoration: none;
	color: #33332d;
	border-bottom: 1px dotted #33332d;
}

#footerWrapper #footer p a:hover{
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}