/***************/
/* main layout */
/***************/
body { margin: 0; padding: 0; background:url(../images/bg.png) repeat; }

#bodyWrapperOuter { width: 915px; margin: auto; background:url(../images/footer-bottom.png) bottom no-repeat; padding-bottom:10px; }
#bodyWrapperInner { width: 915px; margin: auto; background:url(../images/white-bg.png) repeat-y top; padding-bottom:6px; }

/* specific link colours for this site */
a         { color: #d00e73; text-decoration: none; }
a:link    { color: #d00e73; text-decoration: none; }
a:visited { color: #d00e73; text-decoration: none; }
a:hover   { color: #333; text-decoration: none; }
a:active  { color: #777; text-decoration: none; }


/*******************/
/* header elements */
/*******************/
#header 			{ height:162px; margin:0px 16px; background:url(../images/head-contact.gif) no-repeat top right; border-bottom: 2px solid #c3c3c3; }
#headerInner 	{ height:165px; border-bottom: 2px solid #d00e73; }

#logo 				{ float: left; padding:10px 0 0px 5px; }

#banner-nav 	{ margin:0; height:302px; border-bottom: 2px solid #d00e73; }
#banner				{ float:left; width: 678px ; }
#nav					{ float:left; width: 205px ; }

/* nav */
ul#nav      	{  margin:0px; }
ul#nav li   	{ margin:0; padding:0; float: left; list-style:none; }

ul#nav li a {
	background: transparent url(../images/nav.png) no-repeat scroll 0 0;
	display: block;
	height: 51px;
	width: 205px;
}
ul#nav li a { text-indent: -999px; overflow: hidden; }

#nav #nav-home a 						{ background-position: 	  0px 0px; }
#nav #nav-studio a 					{ background-position:  0px -51px; }
#nav #nav-gym a 						{ background-position: 0px -102px; }
#nav #nav-membership a 			{ background-position: 0px -153px; }
#nav #nav-party-time a 			{ background-position: 0px -204px; }
#nav #nav-teen-felines a 		{ background-position: 0px -259px; }


#nav #nav-home a:hover					{ background-position:   -205px  0px; }
#nav #nav-studio a:hover				{ background-position:  -205px -51px; }
#nav #nav-gym a:hover						{ background-position: -205px -102px; }
#nav #nav-membership a:hover		{ background-position: -205px -153px; }
#nav #nav-party-time a:hover		{ background-position: -205px -204px; }
#nav #nav-teen-felines a:hover	{	background-position: -205px -259px; }



/********************/
/* content elements */
/********************/
#main 			{ margin: 310px 16px 0 16px; }
#main-left 	{ float:left; width: 628px; margin-top:5px; }
#main-right { float:right; width: 246px;}

.testimonial-name { color:#ce006d; font-style:italic; }

/** signup box **/
.signup{  background:#959595; padding:10px 15px; }
.signup .input{ height:9px; width:120px; background:#fff; padding:0px 4px 4px 4px;  border:0px; color:#959595; font-size:12px; margin-right:22px; }
.signup .btn{  margin-top:2px; }

/* home boxes */
.news-box { border: 1px solid #848484; float:left; height:150px; line-height:1em; width:309px; margin:18px 6px 10px 0; font-size:10px; color:#7c7c7c; overflow: hidden;  }
.offers-box { 
	background:url(../images/offers-bg.png) no-repeat right; 
	border: 1px solid #848484; 
	float:left; 
	height:150px; 
	margin:18px 0px 10px 0; 
	padding:0;
	width:309px;
	position:relative;
}
.offers-box .info{
	margin:40px 0px 3px 0px;
	padding:0px 5px;
	height:85px;
	overflow:hidden;
}
.offers-box .more{ padding:0px 5px; }

.box-heading 	{ margin:10px 0 0 10px; }
.news-image 	{ border:1px solid #848484; float:left; margin:13px 15px 10px 10px; height:93px; width:93px; }
.news-title 	{ color:#ce006d; float:left; font-size:12px; margin:13px 0 0 0; width:178px; }
.news-content { color:#7c7c7c; float:left; font-size:10px; line-height:10px; margin-top:5px; width:178px; }


/* side boxes */
#follow 		{ background: url(../images/box-follow.png) top no-repeat; height:77px; width:246px; margin-bottom:10px;}
#classes 		{ background: url(../images/box-classes.png) top no-repeat; height:45px; width:246px; margin-bottom:10px;}
#contact	 	{ 
	background: #959595; 
	border: 1px solid #848484;
	color:	#fff; 
	font-size: 12px;
	letter-spacing:-0.25px; 
	line-height:16px;
	margin-bottom:10px; 
	padding: 10px 10px 0px 10px; 
}

#contact a { color:#fff; text-decoration:none;}
#contact a:hover { color:#d00e73; }

.facebook { float:right; height:75px; width:74px; padding:1px 1px 1px 0px;}
.facebook a { background:url(../images/facebook.png) no-repeat top right; display:block; height:75px; width:74px; }
.facebook a:hover { background:url(../images/facebook-over.png) no-repeat top right; height:75px; text-decoration: none; width:74px;  }

.twitter { float:right; height:75px; width:83px; padding:1px 0px 1px 0px;}
.twitter a { background:url(../images/twitter.png) no-repeat top right; display:block; height:75px; width:83px; }
.twitter a:hover { background:url(../images/twitter-over.png) no-repeat top right; height:75px; text-decoration:none; width:83px;  }

.contact-title { float:left; color:#3f3f3f; font-size:1em; font-weight:bold;}

/*********/
/* items */
/*********/
.item          { margin-bottom: 10px; }
.item .title   { font-size: 1em; font-weight: bold; }
.item .date    { font-style: italic; margin-bottom:15px;  }
.item .image   { float: left; margin-right: 10px; margin-bottom: 5px; }


/*******************/
/* footer elements */
/*******************/
#footer { background:#959595; color:#fff; font-size:0.714em;  margin:0px 16px; padding:4px;  }
#footer a { text-decoration: none; } /* for the clevercherry.com link */

#footer-bottom { margin-top:0; padding:0; background:url(../images/footer-bottom.png) bottom no-repeat; }

#footer-left 	{ width:100%; color:#d00e73; font-size:1.5em; font-weight:bold; text-transform:uppercase; }
#footer-right {  }


/***********************/
/* general form styles */
/***********************/
.required { color: #f00; }

/* all form elements are contained within a formrow div, with a label and
 *  then the element, this is the best way (but still not good) to emulate
 *  a table */
div.formrow {
  clear: both;
  text-align: left;
  margin-bottom: 10px;
}

div.formrow label {
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 80px; /* default width for a default form, add new form ids and override */
}
div.formrow.indent { margin-left: 90px; } /* label width + label margin-right, override as above */
div.formrow label.radio {
	float: none;
	text-align: inherit;
	margin-right: 0;
	width: auto;
}

#recaptcha_widget         { margin-bottom: 15px; }
#recaptcha_image          { float: left; width: 300px; }
#recaptcha_options        { border-left: 1px solid #999; padding-left: 5px; float: left; margin-left: 10px; }
#recaptcha_response_field { width: 325px; }
#recaptcha_notice         { font-size: 0.833em; color: #555; }

/* message and error boxes, not just useful in contact form */
#messages,
#errors,
#warnings,
#info { margin-bottom: 10px; }
.message { border: 1px solid #080; background: #efe; color: #080; padding: 0px 5px; margin-bottom: 7px; float: left; font-size:10px; } /* you may need to clearfix this */
.message.nomargin { margin-bottom: 0; } /* if before something with a margin-top */
.message.info { border-color: #880; background: #ffe; color: #880; } /* info box in yellow */
.message.warn { border-color: #f40; background: #ffe; color: #f40; } /* warning box in orange */
.message.error { border-color: #f00; background: #fee; color: #f00; } /* error box in red */
