/*==============================================

Global stylesheet for FitKid

Designed and built by Strawberrysoup - www.strawberrysoup.co.uk

==============================================*/

/*==============================================

Color Reference:

FitKid Green:		#5BBFC1 
FitKid Pink:		#CF2886 #CF2886

Headerbanner blue:	#81B8F0
Text box blue:		#EAF5FD
Text box border:	#B0D8F7

Maintext grey:		#575757
Heading/nav blue	#0A437D

==============================================*/

/*==============================================
Main layout components
==============================================*/

body {
	color: #575757;
}

html, body {
	height: 100%;
}

#page {
    position: relative;
    min-height: 100%;
}

#header_banner {
	background: #81B8F0;
	height:50px;
}

#homepage #header_banner {
	height:220px;
	background: #81B8F0 url(../cssimages/banner_bg.gif) repeat-x 50% bottom ;
}

#nav_bar {
	height:74px;
	background: url(../cssimages/bg_navbar.gif) repeat-x;
	margin-bottom: 20px;
}

#homepage #nav_bar {
	margin-bottom: 0;
}

#content {
	width:960px;
	margin: 0 auto;
	background: #FFF;
	padding-bottom: 160px;
}

#main_content {
	width: 630px;
	float:right;
	padding-bottom: 20px;
}

#sub_content {
	width: 310px;
	float: left;
}

#homepage #main_content { float: left; }

#homepage #sub_content { float: right; }

#footer_wrapper {
	clear: both;
	height: 150px;
	background: #5BBFC1 url(../cssimages/bg_footer.gif) repeat-x top;
	position: absolute;
    bottom: 0;
	width: 100%;
	color: #FFF;
	padding-top: 26px;
}

/*==============================================
Headings
==============================================*/

h1 {
	color: #0A437D;
}

#header_banner h1 {
	text-indent: -4000px;
	margin: 0;
}

h3 {
	color: #0A437D;
	font-size: 1.5em ;
	margin-top: 0.7em;
	border-bottom: 1px solid #999;
	padding-bottom: 0.5em;
}

.reg h1 {
	margin-top: 0.4em;
	border-bottom: 1px solid #999;
	padding-bottom: 0.5em;
}

.reg h2 {
	color: #0A437D;
	margin-top: 1.4em;
	border-bottom: 1px solid #999;
	padding-bottom: 0.5em;
}

#sub_content h2 {
	margin-bottom:1.1em;
}


/*==============================================
links
==============================================*/

a {
	color: #CF2886;
	/* color:#0A437D; */
}

a:hover {
	text-decoration: underline;
}

a#contact_link {
	padding-left: 24px;
	background: url(../cssimages/email.gif) no-repeat left 1px;
}


/*==============================================
highlighted sections
==============================================*/

div.text_box {
	background: #EAF5FD;
	border: 1px solid #B0D8F7;
	padding: 10px;
	text-align: justify;
	width: 289px;
	float: left;
	height: 130px;
	margin: 12px 0;
}


/*==============================================
primary navigation
==============================================*/


#nav_bar ul {
	list-style: none;
	width: 970px;
	margin: 0 auto;
}

#nav_bar li {
	line-height:66px;
	vertical-align:middle;
	float: left;
}

#nav_bar li a {
	display: block;
	color: #FFF;
	padding: 0 11px;
	font-size: 1.25em;
	background: url(../cssimages/nav_break.gif) no-repeat 0 50% ;
}

#nav_bar li.last  {
	background:  url(../cssimages/nav_break.gif) no-repeat right 50% ;
}

#nav_bar li.current a {
	color:#0A437D;
}

#nav_bar li.current a:hover {
	text-decoration: none;
	cursor: default;
}

/*==============================================
secondary navigation
==============================================*/

#secondary_nav {
	list-style: none;
}

#secondary_nav li a {
	display: block;
	padding: 12px;
	background: #E5E5E5;
	margin: 6px 0;
	width: 286px;
/* 	border: 1px solid #ccc; */
}

/*==============================================
sidebar news items
==============================================*/

#sub_content .news_item {
	border-bottom: 1px solid #999;
	padding-bottom: 0.6em;
}

#sub_content .news_item h4 {
	color: #575757;
	margin-right: 100px;
	font-weight: bold;
}

#sub_content .news_item img {
	float: right;
	margin: 0 0 6px 6px;
}

/*==============================================
category boxes
==============================================*/

.cat_box {
	width: 310px;
	height: 310px;
	margin-bottom: 10px;
	overflow: hidden;
}

#sub_content .cat_box {
	height: 150px;
	margin-bottom: 0;
}

.cat_box h2 {
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 10px;
	background: none;
}

.cat_head {
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	opacity: 0.8;
	filter:Alpha(opacity=70);
	vertical-align:middle;
	margin-top: 105px;
	background: none;
}

#sub_content .cat_head {
	/* margin-top: 0; */
	opacity: 0.85;
	filter:Alpha(opacity=85);
}

.cat_box p {
	margin: 4px 10px 10px 10px;
	color: #FFF;
/* 	text-align: justify; */
}

.cat_box a, .cat_box a:hover {
	color: #FFF;
	font-weight: bold;
}

div.training div.cat_head {background: #5BBFC1;}
.training { background: #5BBFC1 url(../cssimages/training_pic.jpg) no-repeat; }

div.clubs div.cat_head{ background: #FFB643; }
.cat_box.clubs { background: #FFB643 url(../cssimages/clubs_pic.jpg) no-repeat; }

div.shop div.cat_head { background: #4DA2DD; }
.cat_box.shop { background: #4DA2DD url(../cssimages/shop_pic.jpg) no-repeat; }

div.franchises div.cat_head { background: #CF2886; }
.cat_box.franchises { background: #CF2886 url(../cssimages/franchises_pic.jpg) no-repeat; }

div.events div.cat_head { background: #E30085; }
.cat_box.events { background: #E30085 url(../cssimages/events_pic.jpg) no-repeat; }

div.contact div.cat_head { background: #5BBFC1; }
.cat_box.contact { background: #5BBFC1 url(../cssimages/contact_pic.jpg) no-repeat; }

.right { float: right; }

.left { float: left; }

/*==============================================
footer
==============================================*/

#footer {
	width: 960px;
	margin: 0 auto;
}

#footer p {
	width: 200px;
	float: left;
	font-size: 0.6em;
	margin: 0px;
	padding: 0px;
/* 	text-align: center; */
}

#footer img {
	float: right;
	margin: 10px 0 0 30px;
}

/*==============================================
minor design elements...
==============================================*/

.visit {
	text-align: right;
	margin-top: 1.6em;
}

#uk_map {
	float: right;
}

.franch_list dd {
	margin: 1em 0 0 0;
}

.franch_list dt {
	font-size:1.2em;
	font-weight: bold;
	margin-top: 16px;
}

#logo_container {
	width: 960px;
	margin: 0 auto;
	padding-top: 6px;
	padding-bottom: 30px;
	position: relative;
	z-index: 100;
	text-align: right;
	background:url(../cssimages/strapline.gif) no-repeat 0 16px;
}

#logo_container img {
	position: absolute;
	right: -30px;
}

div#signup {
	background: #EF8AB8;
	border: 3px solid #CF2886;
	padding: 10px;
	color: #FFF;
	margin: 12px 0 20px 0;
	height: 128px;	
}

div#signup h3 {
	color: #FFF;
	margin: 0;
	border: 0;
	font-weight: bold;
	padding-bottom: 0;
}

div#signup p {
	font-weight: normal;
	font-size: 12px;
}

#nwsl_email {
	margin-right: 10px;
	width: 230px;
}

#main_content ul {
	margin-left: 40px;
	line-height: 1.6em;
}

/*==============================================
contact form
==============================================*/

.contact_form {
	width: 550px;
}

.contact_form dt {
	margin: 4px 0 8px 0;
	padding: 0px;
	width: 210px;
	display: block;
	float: left;
}

.contact_form dd {
	margin: 4px 0 15px 100px;
}

.contact_form input, .contact_form textarea {
	width: 300px;
	background: #E5E5E5;
}

.contact_form input#subbut {
	width: auto;
	float: right;
}

/*==============================================
microformats
==============================================*/

.type {
	display: none;
}

address br {
	line-height: 1.9em;
}

.adr {
	margin-bottom: 1.3em;
}

/*====================================================================
Social bookmarks
=====================================================================*/

div.text_box img {
	margin-right: 4px;
}

div.text_box h2 {
	margin: -1px 0 3px 0;
	font-weight: bold;
}
div.text_box {
	line-height: 1.5em;
}