html {}
/*******************************************

 HarbourFitness.co.nz - Screen 2010 
 Created by Josh Reid @ XSV Copyright 2010 

*******************************************/

/******* COLORS *******/

.Red	{ color:#ED1C24; }

.RedVD	{ color:#390000; }
.RedD, .entry-date	{ color:#690000; }

.GreyVD	{ color: #112; }
.GreyD	{ color: #000; }
.Grey	{ color: #556; }
.GreyM	{ color: #AAAAAF; }
.GreyL	{ color: #DDDDDF; }

.Black	{ color: #000 !important; }
.White	{ color: #FFF; }

.Green { background-color:#C0F561; }


/*------------------Start Default Browser Code------------------*/

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead,
del, dfn, font, img, ins, kbd, q, s, samp, small, strike, /*strong,*/ sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
	
:focus {
	outline: 0;
	}
a {
	text-decoration: underline;
	color: #000;
}

a:hover {
	color: #ED1C24;
}

a, a:active, a:active, input:focus, input:focus, input:active, input:active {
	outline:none;
  	/*-moz-outline-style: none;*/
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
	
hr {
	border:0; 
	border-top: 1px solid #333;
	width:100%;
	height:1px;
	margin:.8em 0 1.2em;
	padding:0;
	position:relative;
	clear:both;
	display:block;
}
.full hr {
	width:693px;
	margin-left:-25px;
}

/********* BODY + SET-UPS *********/
html {
font-size: 1.25em;
}
body {
font-size: 50%;
}
html>body {
font-size: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #556;
	line-height:1.4em;
	background:#720000 url(/images/fit/bk/bodyBk.gif) center top no-repeat;
	position:relative;
	}
* body { behavior: url(/css/csshover.htc); }
#logo, .bk, h1 { behavior: none !important; behavior: url(/css/iepngfix.htc); }

body, div, form, img, dl, dt, dd {
	margin:0;
	padding:0;
	border:0;
	}
img {
	display:block;
}
p img {
	display:inline; 
}

/********* BASE ELEMENTS *********/
#entire {
	margin: 0 auto;
	width: 100%;
	position:relative;
	overflow:hidden;
}
#center {
	width: 990px;
	margin: 0 auto;
	overflow:hidden;
	position:relative;
	background:url(/images/fit/bk/centBk.gif) left top repeat-y;
}

/* LOGO */
#logo, #logoLink {
	position:absolute;
	left:35px;
	top:0;
	display:block;
	width:456px;
	height:150px;
	border:0;
	z-index:1;
	background:transparent url(/images/fit/logo/HarbourFitness_w.png) left top no-repeat;
	}
#logoLink {
	width:55px;
	height:45px;
	left:5px;
	cursor:pointer;
	background:url(/images/fit/click/home.gif);
	z-index:11;
	}
#logoLink:hover {
	background-position:left bottom;
	}
#logo img, #logoLink span {
	display:none;	
	}

/* CONTENT HOLDERS */
	
#header, #content, #footer {
	padding:0 15px;
	width:960px;
	position:relative;
	}
#header {
	height:150px;
	background:#720000 url(/images/fit/bk/hdrBk.png) no-repeat;
	position:relative;
	z-index:3;
	}
#topNav {
	position:absolute;
	left:231px;
	top:35px;
	width:759px;
	height:30px;
	z-index:5;
}
#topNav .bk {
	display:none;
	height:30px;
	background:#000;
	-moz-opacity:.6; 
	filter:alpha(opacity=60);
	opacity:.60;
}
#visibleKRD {
	padding:8px 17px;
	color:#ED1C24;
	text-align:right;
	font-weight:bold;
	z-index:2;
	font-size:1.1em
}
#content {
	position: relative;
	background: url(/images/fit/bk/contBk.png) left top no-repeat;
	z-index:2;
	overflow:hidden;
}
#footer {
	margin:0 auto;
	color:#999;
	z-index:3;
	background: url(/images/fit/bk/ftrBk.png) center top no-repeat !important;
	background:#720000 url(/images/fit/bk/ftrBk.gif) center top no-repeat;
	overflow:hidden;
	padding-bottom:5px;
	clear:both;
	}
.ftr {
	padding:20px 45px 0;	
	position:relative;
	z-index:3;
}
.ownerLink {
	font-weight:bold;
	}

#subHdr {
	height:22px;
	margin:0 -10px -45px 0;
	padding:11px 10px 13px 45px;
}
.main #subHdr {
	height:22px;
	margin:-10px -10px 10px -45px;
	padding:11px 10px 13px 45px;
}
#subHdr .bk {
	display:block;
	left:15px;
	height:53px;
	bottom:auto;
	background: url(/images/fit/bk/subHdrBk.png) left top no-repeat;
}

.main {
	float:left;
	width:431px;
	min-height:120px;
	padding:10px 0 10px 45px;
	z-index:5;
}
.location .main {
	padding-top:55px;
}
.sub {
	float: right;
	width: 454px;
	padding:55px 10px 40px 0;
	position:relative;
	z-index:6;
}
.sub1 {
	width: 227px;
}
.full {
	float:left;
	width:610px;
	min-height:300px;
	padding:55px 48px 55px 45px;
	position:relative;
	z-index:3;
}
.indexPage .full {
	padding-bottom:10px;
}.indexPage .sub {
	padding-bottom:0;
}
.imgObj {
	float:left;
	margin:-3px 0 0 -35px;
	position:relative;
	height:225px;
	padding:10px;
	padding-right:0;
	background:url(../images/fit/bk/imgBk.png) left top no-repeat !important;
	background:transparent;
	display:block !important;
	display:inline;
}
.full .imgObj {
	margin-top:-8px;
	margin-right:20px;
}
.full .vObj {
	margin-top:-45px;
}
.location .vObj {
	margin-top:0 !important;
}
.imgObj .iHold {
	height:225px;
	overflow:hidden;
	background:#FFF url(../images/gen/ico/loading.gif) center center no-repeat;
}
.imgObj .bk {
	display:block !important;
	display:none;
	position:absolute;
	top:0;
	left:auto;
	right:-10px;
	width:10px;
	height:245px;
	background:url(../images/fit/bk/imgBk-r.png) left top no-repeat;
}
.imgObj object {
	display:block !important;
	float:left;
}
#panels {
	width:100%;
	overflow:hidden;
	position:relative;
}
#panels .panel {
	float:left;
	width:207px;
	height:128px;
	padding:8px 10px;
	position:relative;
	z-index:3;
	overflow:hidden;
}
#panels .pTall {
	height:272px;
}
.panel .bk {
	width:100%;
	display:block;
	padding:0 !important;
	padding:0 10px;
	height:999px;
	bottom:auto;
	background:url(../images/fit/bk/panelBk.png) left top no-repeat;
}
.panel .block, .panel ul, .panel p {
	position:relative;
	z-index:2;
}
.pTall .bk {
	background:url(../images/fit/bk/panelBk-long.png) left top no-repeat;
}
.pHighlight .bk {
	background:url(../images/fit/bk/panelBk-longHighlight.png) left top no-repeat;
}
.half {
	float:left;
	width:50%;
}
.half2 {
	
}

.indexPage .full {
	padding-top:0;
	min-height:0;
	margin-top:-2px;
}
.text .bk {
	bottom:0;
	background:url(../images/fit/bk/textBk-0.png) left top no-repeat;
	display:block !important;
	display:none;
	z-index:-1;
}
.text .bk1 {
	height:8px;
	width:100%;
	top:auto;
	bottom:-8px;
	background:url(../images/fit/bk/textBk-0-btm.png) left top no-repeat;
}
.text {
	position:relative;
	margin-bottom:10px;
	z-index:20;
}
.full .text {
	width:940px !important;
	width:920px;
	margin:0 0 0 -35px !important;
	margin:0 0 0 -25px;
	background:transparent !important;
	background:#EBEBEB;
}
.text p {
	font-size:1.1em;
	line-height:15px;
}
.text .block {
	overflow:hidden !important;
}
.full .text .block {
	padding:19px 65px 5px 35px !important;
	padding:10px 30px 5px 25px;
}
.sub .text {
	width:454px;
}
.sub .text .block {
	padding:19px 20px 3px 25px !important;
	padding:13px 10px 0px 15px;
}
.sub .text .bk {
	background-image:url(../images/fit/bk/textBk-1.png);
}
.sub .text .bk1 {
	background-image:url(../images/fit/bk/textBk-1-btm.png);
}
.sub1 .text {
	width:227px;
}
.sub1 .text .bk {
	background-image:url(../images/fit/bk/textBk-2.png);
}
.sub1 .text .bk1 {
	background-image:url(../images/fit/bk/textBk-2-btm.png);
}




/* ADVERT + PROMOS */
#advert span, .promo span {
	display:block;
}
#advert {
	position:absolute;
	right:0;
	bottom:-45px;
	width:469px;
	height:95px;
	overflow:hidden;
	background:url(../images/fit/bk/adBk.png) left top no-repeat;
}
#advert span.adCont {
	padding:10px 140px 10px 15px;
	height:75px;
}
#advert span.adCont span.adTitle {
	font-size:3em;
	color:#ED1C24;
	white-space:nowrap;
	padding:3px 0 8px;
}
#advert span.adCont span.adText {
	padding-right:40px;
}
#advert a:hover span.adText {
	text-decoration:underline;
}
.promo {
	position:relative;
	z-index:6;
	width:207px;
	height:128px;
	overflow:hidden;
}
.promo .Green { background:#C0F561 url(../images/fit/bk/prBK-Green.png) no-repeat; }
.promo .Aqua  { background:#00A4A3 url(../images/fit/bk/prBK-Aqua.png) no-repeat; }
.promo .Purple{ background:#B44E83 url(../images/fit/bk/prBK-Purple.png) no-repeat; } 
.promo .Red   { background:#ED1C24 url(../images/fit/bk/prBK-Red.png) no-repeat; }
.promo .White { background:#FFF url(../images/fit/bk/prBK-White.png) no-repeat; } 

.promo span.adCont {
	padding:10px 15px;
	height:108px;
}
.promo span.adImg {
	padding:0;
}
span.adCont span {
	font-size:1.2em;
	padding:0 0 5px;
	color:#FFF;
}
.promo span.Green span,
.promo span.Aqua span,
.promo span.White span,
#advert span.adCont span { color:#000; }

span.adCont span.adTitle {
	font-size:3em;
	font-weight:bold;
	line-height:.9em;
	letter-spacing:-1px;
	padding-top:2px;
}
.promo a:hover span.adText {
	text-decoration:underline;
}

/************* BLOG STUFF ****************/
.post, .pageSubList {
	padding-bottom:2em;
	margin-bottom:2em;
	border-bottom:1px solid #DDDDDF;
}
.pageSubList .post {
	padding:0 0 0 1.5em;
	margin:0;
	border:0;
}
.pageSubList {
	margin-top:2em;
	padding-top:1.5em;
	padding-bottom:1.5em;
	border-top:3px double #BBBBBD;
	border-bottom:3px double #BBBBBD;
}
.entry-image, .videoLink {
	display:block;
	width:100%;
	height:220px;
	float:left;
	margin:0 0 12px;
	overflow:hidden;
	background:transparent center center no-repeat;
}
#content #vidHold {
	display:none;
}
.videoLink {
	float:right;
	width:230px;
	height:155px;
	border-bottom:2px solid #DDDDDF;
	margin:-38px 0 13px;
}
.videoLink a {
	width:224px;
	height:105px;
	position:relative;
}
.videoLink a .extra {
	width:71px;	
	height:71px;
	background:transparent url(../images/gen/ico/play.png) no-repeat;
	position:absolute;
	left:50%;
	margin-left:-35px;
	top:55px;
	margin-top:-36px;
	z-index:100;
}
.videoLink a:hover .extra {
	background-position:left bottom;
}
a.entry-image:hover {
	border-color:#000;
}
.entry-date {
	font-size:1.4em;
	font-style:italic;
	padding-bottom:7px;
}
.eventsList .entry-date {
	font-size:1.2em;
	padding:2px 0;
}
.navigation {
	width:100%;
	overflow:hidden;
	margin-top:-10px;
}
.navigation div {
	float:left;
	font-size:1.4em;
	font-weight:bold;
	padding:0 10px 25px 0;
}
.navigation div.nav-all {
	float:right;
	padding-right:0;
}
#nav-above {
	display:none;
}
.preview-link {
	/*float:right;
	padding:0 10px;*/
}

/* Archive */
#archive {
	padding:10px 0;
}
#archive h4 {
	padding:0 0 5px;
	border-bottom:1px solid #5C6736;
	margin:.2em 0 .5em;
	font-weight:bold;
}
#archive li h4 {
	padding:0;
	border:0;
	margin:.2em 0;
	font-weight:normal;
}
.blogArchiveList li {
	padding:0 0 15px 15px;
	border-bottom:1px solid #DDDDDF;
}


/* BACKGROUNDS */
#extra1, #extra2 {
	display:none;
}

.bk {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:100%;
	z-index:1;
} 
.bk {
	display:none;
}
#contBk {
	display:block;
	position:absolute;
	top:auto;
	left:auto;
	right:15px !important;
	bottom:-10px;
	width:501px;
	height:312px;
	background:url(../images/fit/bk/contBk-btm.png) left top no-repeat;
}
/* MAC FF Flash CSS Opacity bug fix */
#hdrBk, ul.pdcalendar li ul {
	display:none !important;
}
.tool-tip {
	background:transparent url(../images/fit/bk/subBk.png) !important;
	-moz-opacity:100 !important; 
	filter:alpha(opacity=100) !important;
	opacity:100 !important;
	/* IE 6 */
	background:#000;
	-moz-opacity:.7; 
	filter:alpha(opacity=70);
	opacity:.70;
}

/* TOOLTIPS */
.tool-tip {
	color: #000;
	z-index: 1000000;
	/*background:#FFF;*/
	border:1px solid #999;
}
.tip-title {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	color: #000;
	padding:.4em .4em .4em .5em;
	float:left;
}
.tip-text {
	font-size: 1em;
	padding:.8em .8em 0 .3em;
	margin-top:-.3em;
	float:left;
}
.go {
	padding-right:20px;
	background:url(../images/fit/bk/arr.png) right bottom no-repeat;
}

/******** Images in Content *********/
.imgL, .imgLs {
	float:left;
	margin:5px 15px 10px 0;
	}
.imgR, .imgRs {
	float:right;
	margin:5px 0 10px 15px;
	}
.imgLs, .imgRs {
	width:100px;
	}
	
.imgR {
	margin-right:-58px;
	clear:right;
}

/************** ICONS / LINKS **************/
.iconLink, .iconLinkBig {
	float:left;
	width:16px;
	height:16px;
	margin-right:6px;
	display:block;
	background:transparent left top no-repeat;
	text-decoration:none;
}
.iconLinkBig {
	width:24px;
	height:24px;
}
.iconLink:hover {
	background-position: left bottom;
	text-decoration:none;
}
.download { background-image:url(/images/gen/icons/download.png); }
.twitter  {	background-image:url(/images/gen/icons/twitter.png); } 
.facebook { background-image:url(/images/gen/icons/facebook.png); } 
.youtube  {	background-image:url(/images/gen/icons/youtube.png); } 
.digg     {	background-image:url(/images/gen/icons/digg.png); } 
.addthis  {	background-image:url(/images/gen/icons/addthis.png); }

.icon {
	display:block;
	width:25px;
	height:25px;
	background:transparent left top no-repeat;
	position:absolute;
	top:-1px;
	left:-35px;
	text-decoration:none;
	overflow:hidden;
	/*behavior:url(/css/iepngfix.htc);*/
}
a.icon:hover {
	cursor:pointer;
}
.icon span {
	display:none;
}
.sub h3, h1 {
	position:relative;
	z-index:1000;
	width:100%;
}
.newsSummaryTitle .icon, span.newsIcon, .newsIcon .icon, .newsIcon {
	background-image:url(../images/fit/click/rss.png);
}
span.flagIcon {
	background-image:url(../images/fit/click/flag.png);
}


/***************** TEXT STYLES *****************/
h1, h2, h3, h4, h5, h6, p {
	line-height: 1.4em;
}
h1, h2 {
	font-size:2.8em;
	padding:0 0 .6em;
	color:#ED1C24;
	}
h1 {
	width:100%;
	height:22px;
	font-size:22px;
	color:#000;
	line-height:1em;
	white-space:nowrap;
	background:url(../images/fit/bk/h1Bk.png) no-repeat !important;
	padding:18px 10px 10px 35px !important;
	margin:0 -10px 10px -35px !important;
	display:block !important;
	position:relative;
	clear:left;
/* IE SHIX */
	background:#EBEBEB;
	padding:10px 0px 6px 25px;
	margin:8px 0px 14px -25px;
	display:inline-block;
}
.full h1 {
	width:668px;
	background:url(../images/fit/bk/h1Bk-long.png) no-repeat !important;
	background:#EBEBEB;
}
#subHdr h1 {
	background:transparent !important;
	padding:4px 0 0 !important;
	margin:0 !important;
	color:#FFF;
}
h1 a {
	text-decoration:none;
}
h1 a:hover {
	text-decoration:underline;
}
#subHdr h1 a {
	color:#FFF;
	text-decoration:none;
}
#subHdr h1 a:hover {
	color:#FFF;
	text-decoration:underline;
}

h2 {
	font-size:1.7em;
	line-height:1.3em;
	padding:.1em 0 .5em;
	}
.spaced {
	letter-spacing:2px;
	}
h3, .main p.xsltsearch_result_title { 
	font-size:1.7em;
	line-height:1.5em;
	color:#000;
	font-weight:bold;
	padding:.1em 0 .5em;
	/*clear:both;*/
}

h3 a {
	color:#ED1C24;
}
h3 a:hover {
	color:#000;
}
h4 {
	font-size:14px;
	padding:0 0 .2em;
	font-weight:bold;
	color:#ED1C24;
}
h4.faqQ {
	text-decoration:underline;
}
h4.faqQ:hover {
	color:#000;
}
h5 {
	font-weight:bold;
	font-size:1.3em;
	line-height:1em;
	color:#000;
	text-transform:uppercase;
}
h6 {
	font-size:1.1em;		
	padding-bottom:1em;
}
p {
	font-size:1.3em;
	line-height: 1.5em;
	padding:0 0 .7em;
}
.sm {
	font-size:.9em;
}
.b {
	font-weight:bold;
}
small {
	font-size:1em;
}
cite {
	font-style:normal;
}
.panel h3 {
	text-transform:uppercase;
}
.panel p {
	font-size:1.2em;
	line-height:1.6em;
	color:#FFF;
}
.panel p {
	font-size:1.2em;
	line-height:1.5em;
}
.panel a {
	color:#000;
	text-decoration:none;
}
.panel a:hover {
	color:#ED1C24;
	text-decoration:underline;
}
.ftr p {
	font-size:1.1em;
	line-height:1.3em;
	padding:.5em 0;
	margin:0;
	color:#390000;
}
.ftr a {
	padding:0;
	color:#390000;
	text-decoration:none;
}
.ftr a:hover {
	color:#ED1C24;
	text-decoration:underline;
}

/* LIST STYLES */
ul, ol {
	list-style:none;
	margin:0;
	padding:0;
}
.main ul, .main ol, 
.full ul, .full ol {
	list-style:disc outside;
	margin:.5em 1em .8em 1.8em;
	font-size:1.2em;
	line-height:1.4em;
}
.main ol, .sub ol, .full ol {
	list-style:decimal outside;
}

.sub ol {
	position:relative;
}
.sub ul, .main ul.blogArchiveList, .full ul.blogArchiveList  {
	font-size:1em;
	font-weight:normal;
	margin:0;
	padding:0;
	list-style:none;
}
.sub .panel .block {
	padding:10px 15px;
}
.sub ul {
	border-top:1px solid #CCC;
}
.sub ul li {
	border-top:1px solid #FFF;
	border-bottom:1px solid #CCC;
}
.sub .pHighlight ul {
	border-top:1px solid #82b32a;
}
.sub .pHighlight ul li {
	border-top-color:#d7fd93;
	border-bottom-color:#82b32a;
}
.sub ul ul, .sub ul li li {
	border:0;
}
.sub .newsIcon {
	display:none;
}
#categories li, #archives li, #blogroll li {
	font-size:1.2em;
	line-height:1.2em;
	padding:5px 0 6px;
}
#categories li span, #archives li span, #blogroll li span {
	font-size:.8em;
}
.sub ul ul {
	padding:0 0 15px;
	font-size:1.1em;
}
ul ul, ol ol, ul p, ol p {
	font-size:1em;
	line-height:1.3em;
}
li {
	margin:0;
	padding:.1em 0;
}

/* GENERIC BLOCKLIST STYLES */
.blockList {
	width:100%;
	overflow:hidden;
	float:left;
}
.blockList li {
	float:left;
	width:100%;
	padding:0;
	margin:0;
}
.blockList li.classes {
	padding:5px 0 6px;	
}
.blockList a {
	float:left;
	width:100%;
	display:block;
	padding:5px 0 6px;
	overflow:hidden;
	color:#000;
	text-decoration:none;
	position:relative;
	z-index:2;
	cursor:pointer;
}
.blockList span {
	display:block;
}
.blockList .extra {
	display:none;
}
.blockList .img {
	float:left;
	background:#FFF center center no-repeat;
	overflow:hidden;
	position:relative;
	z-index:2;
	display:inline-block;
}
.blockList .title,
.blockList .summary {
	display:block;
	font-size:1.2em;
	line-height:1.2em;
	color:#556;
}
.blockList span a {
	padding:0;
	text-decoration:underline;
	color:#000;
}
.blockList span.summary a {
	padding:2px 5px 1px;
}
.blockList span.summary a:hover {
	color:#ED1C24;
}
.blockList .title {
	font-size:1.4em;
	padding:0;
	font-weight:bold;
	color:#000;
}
.blockList a .title {
	padding:0 0 .3em;
	color:#ED1C24;
}
.blockList .title a {
	color:#000;
}
.blockList span.title a:hover {
	color:#ED1C24;
}
.blockList a:hover .title {
	color:#EF4130;
}

/* NEWS LIST */
.newsList .blockList span {
}
.newsList .blockList span.title {
	display:block;
	padding:0 0 .3em;
	color:#ED1C24;
}
.newsList .blockList span.more, .newsList .blockList span.date {
	display:none;
}
.newsList .blockList a:hover span,
.newsList .blockList a:hover {
	color:#000;
	text-decoration:none;
}

.blockList .last {
	font-size:1.2em;
	border-bottom:0;
}
.newsList .blockList .last a {
	color:#999;
}
.newsList .blockList .last a:hover {
	color:#EF4130;
	text-decoration:underline;
}

/* TAG CLOUD STYLES */
.tagcloud {
	width:100%;
	overflow:hidden;
	padding:10px 0;
}
.tagcloud p {
	font-size:1.4em;
	line-height:1.6em;
}
.tagcloud a {
	padding:0 5px 0 0;
	text-decoration:underline;
}
.tagcloud a:hover {
	color:#000;
}
.tagweight1 { font-size:1.1em; }
.tagweight2 { font-size:1.2em; }
.tagweight3 { font-size:1.3em; }
.tagweight4 { font-size:1.4em; }
.tagweight5 { font-size:1.5em; }
.tagweight6 { font-size:1.6em; }
.tagweight7 { font-size:1.7em; }
.tagweight8 { font-size:1.8em; }


/* Sitemap List */
#sitemap ul {
	list-style:none;
	font-size:1.8em;
	padding:0;
	margin-bottom:0;
}
#sitemap li {
	width:100%;
	padding:1em 2em;
	margin:0 -2em;
	border-bottom:2px solid #DDDDDF;
	}
#sitemap ul ul {
	font-size:.7em;
	padding:0;
	line-height:1.3em;
	font-weight:bold;
}
#sitemap li li {
	padding:.2em 0;
	margin:0;
	border:0;
}
#sitemap ul ul ul {
	font-size:1em;
	padding:0;
	font-weight:normal;
}
#sitemap li li li {
	padding:.1em 0;
}

/* ++ HELPER STYLES ++ 
(.fc - CLEAR BOTH) */
.fc:after, .classes-table:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fc {
	display: inline-table;
	height: 1%;
	display: block;
}
 /* Quick Styles */ 
 .ul { 	text-decoration: underline !important; }  
.ul0 { 	text-decoration: none !important; }  
.ofH { 	overflow: hidden !important; }  
.ofV { 	overflow: visible !important; }  
.flL { 	float: left !important; }  
.flR { 	float: right !important; }  
.flN { 	float: none !important; }  
.clB { 	clear: both !important; }  
.clL { 	clear: left !important; }  
.clR { 	clear: right !important; }  
.clN { 	clear: none !important; }  
.dB { 	display: block !important; }  
.dN { 	display: none !important; }  
.taR { 	text-align: right !important; }  
.taL { 	text-align: left !important; }  
.taC { 	text-align: center !important; }
.ttU { text-transform:uppercase !important; }
.nb { 	border: 0 !important; }  
.bt1 { 	border-top: 1px solid #DDDDDF !important; }  
.br1 { 	border-right: 1px solid #DDDDDF !important; }  
/* PADDING */ 
.p0 { 	padding: 0 !important; }  
.pt1 { 	padding-top: 1em !important; }  
.pt3 { 	padding-top: 3px !important; }  
.pt5 { 	padding-top: .5em !important; }  
.pt10 { padding-top: 10px !important; }  
.pr10 { padding-right: 10px !important; }  
.pr15 { padding-right: 15px !important; }  
.pb5 { 	padding-bottom: .5em !important; }  
.pb10 { padding-bottom: 1em !important; }  
.pl3 { 	padding-left: 3px !important; }  
.pl20 { padding-left: 20px !important; }  
/* MARGINS */ 
.m0 { 	margin: 0 !important; }  
.mt2 { 	margin-top: .2em !important; }
.mt-4 { margin-top: -4px !important; }
.mt5 { 	margin-top: .5em !important; }  
.mt10 { margin-top: 1em !important; }  
.mt20 { margin-top: 2em !important; }  
.mr0 { 	margin-right: 0 !important; }  
.mr5 { 	margin-right: .5em !important; }  
.mr10 { margin-right: 10px !important; }  
.mr15 { margin-right: 15px !important; }  
.mb5 { 	margin-bottom: .5em !important; }  
.mb15 { margin-bottom: 1.5em !important; }  
.mb0 { 	margin-bottom: 0 !important; }  
.mb-5 { margin-bottom: -5px !important; }  
.mb-10 { margin-bottom: -10px !important; }  
.ml5 { 	margin-left: .5em !important; }  
.ml10 { margin-left: 1em !important; }

/* WIDTH / HEIGHT */
.wAuto,.wA {
	width: auto !important;
}
.hAuto {
	height: auto !important;
}

/* -----------------------------
      NAVIGATION 
----------------------------- */
/* TOP NAV */
#nav {
	height:30px;
	list-style:none;
	margin:0;
	padding:0;
	background:transparent;
	position:relative;
	z-index:2;
	}
#nav li {
	float:left;
	padding:0 21px 0 0;
	margin:0;
	display:inline;
}
#nav li:hover {
	position:relative;
	z-index:100;
}
#nav li a {
	float:left;	
	font-size:16px;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	margin:0;
	padding:2px 0 4px;
	background:transparent;	
	color:#FFF;
	font-weight:normal;
}
#nav li a.topLevel:hover, 
#nav li:hover a.topLevel,
#nav li.current a.topLevel {
	border-bottom:2px solid #FFF;
}
#nav li a:hover, #nav li:hover a {

}
#nav .index {
	/*display:none;*/
}
#nav .last {
	padding-right:0;
}
/* LEVEL 2 */
/* Drop
#nav ul li.drop a {
	background-image:url(/images/gen/bk/navDrop.gif);
	background-position:95% center;
	background-repeat:no-repeat;
}
*/
#nav li ul {
	position: absolute;
	left: -999em;
	top:22px;
	height: auto;
	width: 187px;
	font-weight: normal;
	margin:0;
	padding:0;
	border:2px solid #FFF;
	border-bottom-width:1px;
	background:url(/images/gen/bk/spacer.gif);
	list-style:none;
}

#nav li li {
	padding:0;
	border-bottom:1px solid #FFF;
	background:url(/images/gen/bk/spacer.gif);
}

#nav li:hover ul a, #nav ul ul a {
	padding:6px 3px 7px 10px;
	width:174px;
	margin:0;
	display:block;
	font-size:12px;
	font-weight:bold;
	background:#EEEEEF;
	color: #556;
	border:0;
	position:relative;
	overflow:hidden;
	text-align:left;
	text-decoration:none;
}
#nav li.drop:hover li a {
	padding-bottom:7px;
}
/* LEVEL 3 */
#nav li ul ul {
	position:absolute;
	top:3px;
	margin-left:130px;
	background:url(/images/gen/bk/spacer.gif);
}

/* SUB LVL 3 */
#nav li ul li.inlineSub ul {
	position:relative;
	top:0;
	left:0;
	margin-left:0;
	border:0;
	background:url(/images/gen/bk/spacer.gif);
}
#nav li ul li.inlineSub ul li {
	border:0;
}
#nav li ul li.inlineSub ul li a {
	font-size:11px;
	font-weight:normal;
	width:170px;
	padding:1px 2px 3px 15px;
}

/* Drop nested fix
#nav ul li.drop ul a {
	background-image:none;
}
#nav ul li.drop ul li.drop a {
	background-image:url(/images/gen/bk/navDrop.gif);
} */

/* Current */
#nav li.current:hover li.current a, #nav li.current:hover li.current:hover li.current a, #nav li.current:hover ul li.current ul li.current a {
	background:#EEEEEF;
	color:#ED1C24;
}
/* Nested Normal */
#nav li:hover ul a, #nav li.current:hover ul a, #nav ul li:hover ul a, #nav ul li.current:hover ul a, #nav li.current:hover ul li:hover ul a, #nav li.current:hover ul li.current ul li a {
	background:#EEEEEF;
	color:#556;
}
/* Hover */
#nav ul li:hover a, #nav li.current:hover ul li:hover a, #nav li.current:hover ul li.current:hover ul li:hover a, #nav li.current:hover ul li:hover ul li:hover a, #nav li:hover ul li:hover ul li:hover a {	
	background:#EEEEEF;
	color:#000;
	}

/* Positioning */
#nav li:hover ul ul, #nav li:hover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul {
	left: -12px;
}

/************ SIMPLE NAV *************/
.simpleNavWrap {
	position:absolute;
	z-index:2000;
	width:450px;
	left:40px;
	top:16px;
}
ul.simpleNav {
	width:100%;
	overflow:hidden;
	margin:0;
	font-size:1em;
}
.simpleNav ul {
	display:none;
	/*padding:10px 0 0;*/
}
.simpleNav li {
	list-style:none;
	float:left;
	padding:0 15px 0 0;
	line-height:1.2em;
}
.simpleNav li.first {
	display:none;
}
.simpleNav a {
	text-decoration:none;
	color:#FFF;
}
.simpleNav .topLevel {
	font-size:1.3em;
	display:block;
	padding-bottom:2px;
}
.simpleNav a:hover, .simpleNav li.current a {
	border-bottom:2px solid #FFF;
}

.simpleNav li li {
	padding:5px 0;
}

/************** FORM ELEMENTS **************/
form, fieldset {
	margin:0; 
	padding:0;
	border:0;
	}
fieldset {
	background:#F2FCE3 url(../images/fit/bk/fieldsetBk.png) left -1px repeat-x;
	border:1px solid #DDDDDF;
	padding:0 0 10px 15px;
	margin-left:-15px;
	position:relative;
	width:100%;
}
legend {
	font-size: 1.4em;
	line-height: 1.2em;
	padding:15px 0;
}
/* BLOG 4 UMBRACO - Comments */
.formcontainer {
	width:100%;
}
#comments h3, #respond h3 {
	padding-top:20px;
	color:#ED1C24;  
}
#searchForm .row, .sub fieldset p, fieldset p {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	padding:.3em 0 .3em;
	margin:0;
	font-size:1em !important;
}
fieldset#formPanel p, .main #formPanel hr {
	width:250px !important;
}
fieldset#umbracoEditProfileForm p {
	margin:0;
	font-size:1em;
	overflow:visible;
}

/* DEFAULTS */
label {
	font-size:1.1em;
	font-weight:bold;
}
input, textarea, button {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	font-size:13px;
	z-index:1;
	color:#112;
	vertical-align:middle;
	margin:.1em 0 .4em;
	}
input, textarea, select {
	padding:3px 2px;
}
select {
	margin:.2em 0 .6em;
}
textarea {
	height: 110px;
}
.form-submit, .contourNavigation {
	width:100%;
	padding:10px 0 17px 17px;
	margin-left:-15px;
	background: url(../images/fit/bk/formNavBk.png) left bottom repeat-x;
	position:relative;
}


/* UNIQUES - MAIN / HALF / SUB */
.main label {
	font-size:1.2em;
}
.main input {
	width:75%;
}
.main select {
	width:77%;
	font-size:1.4em;
}
.main textarea {
	width:76%;
}
.main .form-submit input, .main .contourNavigation input {
	width:auto;
}
.full input {
	width:46%;
}
.full select {
	width:48%;
	font-size:1.4em;
}
.full textarea {
	width:69%;
}
.full .form-submit input, .full .contourNavigation input {
	width:auto;
}
.half fieldset,
.sub fieldset {
	padding:0 0 5px 10px;
	margin-left:-10px;
}
.half .fieldLabel {
	width:150px;
	float:left;
	margin-top:6px;
}
.half input.text, .half textarea, .half select, 
.sub input.text, .sub textarea, .sub select
{
	width: 150px;
}
.sub select {
	width:160px;
}
.half textarea {
	width:94% !important;
}
.half .contourNavigation,
.sub .form-submit {
	padding-left:10px;
	float:right;
	margin-left:-10px;
}
.sub legend {
	font-size:1.1em;
	padding:5px 0;
}
.sub .form-submit {

}

/* BLOG COMMENT */
ol.commentlist {
	list-style:none;
	padding:0;
	margin:0 0 5px !important;
}
ol.commentlist li {
	list-style:none;
	padding:12px 0 12px 45px;
	margin:0 !important;
	border-bottom:1px solid #DDDDDF;
	font-weight:normal;
}
.comment-meta {
	color:#999;
	font-size:.9em;
	padding:4px 0 3px;
}
.commentlist .vcard {
	width:100%;
	font-size:16px;
	font-weight:bold;
}
.vcard .photo {
	float:left;
	margin:0 0 0 -45px;
	padding:1px;
	border:1px solid #BBB;
}
.commentlist p {
	/*margin:5px -45px 0;*/
	padding:0 10px 0 0;
}

#gravatar {
	float:right;
	margin:15px 13px 0 0;
	border:1px solid #BBB;
	width:76px !important;
	height:76px !important;
}
#commentPosted,
#commentLoading, p.contourMessageOnSubmit {
	font-size:1.2em;
	font-weight:bold;
	padding:1em;
	margin-right:15px;
	color:#5C6736;
	clear:both;
	background-color:#F2FCE3;
	border:1px solid #DDDDDF;
}
p.contourMessageOnSubmit { margin:10px 0; }
#commentLoading {
	font-style:italic;
	color:#333;
}
#commentPosted.error {
	color:#EF4130;
	background-color:#FFF0EF;
	border-color:#FFC4BF;
}
/* CONTOUR */
#content span.checkboxlist, #content span.radiobuttonlist, #content span.checkbox {
	display: block;
	float: left;
	padding: 10px;
}
#content .checkboxlist input, #content .radiobuttonlist input, #content .checkbox input {
	width: auto !important;
	height: auto !important;
	border: none !important;
	display: inline !important;
}

/* CONTOUR exceptions */
.contourIndicator {	
	color:#EF4130;
}
.stayintouch .contourIndicator {	
	margin:0 -3px;
}
div.spamprotection, .spamprotection div {
	float:left;
	clear:left;
	width:100%;
}
div.checkbox label, 
div.checkboxlist label, 
div.radiobuttonlist label {
	margin-top:6px;
	padding:6px 0 0;
	float:left;
} 
div.checkboxlist span label,
div.radiobuttonlist span label {
	margin:0;
	padding:2px 0 0 6px;
}
div.checkboxlist input,
div.radiobuttonlist input {
	float:left;
	clear:left;
}
#contour br {
	display:none;
}
#contour div.recaptcha_input_area br {
	display:block;
}
.recaptcha_input_area {
	padding-top:5px !important;
	margin-bottom:-5px !important;
}
.recaptcha_input_area_text {
	margin-bottom:-5px !important;
}
.recaptcha_input_area input {
	top:19px !important;
	bottom:auto !important;
}

/* SEARCH FORM */
.w75 {
	width:75% !important;
}
.w25 {
	width:24% !important;
	overflow:visible;
}
.row input {
	width:90% !important;
	}
.w75 input {
	width:90% !important;
}
.rowWrap {
	overflow:hidden;
	width:100%;
}
#searchForm input, #searchForm button {
	background:transparent;
	border:0;
	text-align:left;
	padding-top:4px;
	font-size:12px;
}
#searchForm .row {
	padding:4px 0 0;
	height:20px;
}
#searchForm .w75 {
	padding-left:13%;
}
#searchForm .w25 {
	width:10% !important;
	overflow:hidden;
}
#searchForm .w25 button {
	height:20px;
	width:20px;
}
#searchForm .w25 button span {
	display:none;
}
#searchForm .w25 button:hover {
	color:#000;
	cursor:pointer;
}
/********* TABLE
**********/ 
table {
	border-collapse:collapse;
	margin:0 12px 0 1px;
	font-size:1.1em;
	line-height:1.3em;
	background:transparent;
	}
table hr {
	border-color:#DDDDDF;
}
th, td {
	padding:1px 5px 3px;
	border:1px solid #EEEEEF;
	border-left:1px solid #CCCCCE;
	border-right:1px solid #CCCCCE;
	text-transform:capitalize;
	color:#000;
	background:#FFF;
}
th {
	font-size:1.3em;
	font-weight:normal;
	background-color:#980000;
	color:#FFF;
	text-align:center;
	padding:.7em .5em;
	border-top-color:#FFF;
	border-left-color:#FFF;
	border-right-color:#FFF;
}
td p, td h3, td h4 {
	padding:.2em .5em 0;
	margin:0;
}
td p {
	padding:0;
	font-size:1em;
}
td h3 {
	padding-top:1em;
}
td h4 {
	padding-left:.6em
}

.classes-table {
	/*float:left;*/
	clear:both;
	width:693px;
	margin-left:-25px;
}
.classes-table td {
	width:14%;
}
.classes-table td.timeCell {
	background-color:#DFDFDF;
	white-space:nowrap;
	border-color:#FFF;
	border-right:1px solid #CCCCCE;
	width:auto;
}
td strong {
	background:#ED1C24;
	color:#FFF;
	padding:3px 4px 2px;
	text-transform:uppercase;
	line-height:1.2em;
	/*white-space:nowrap;*/
	display:block;
	margin:1px -3px;
	min-height:27px;
}
.classes-table br, .classes-table hr {
	display:none;
}
.noBk {
	border:0;
	background:transparent;
}