/* Standard HTML Tags */
html { height:100%; }
body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #5c5452;
	background: #fff;
	font: normal 0.80em/1.1 verdana, helvetica, sans-serif;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: verdana, sans-serif;
	margin: 8px 0;
}
a {
	color: #8F5B00;
	text-decoration: none;
}
a:hover {
	color: #8F5B00;
	text-decoration: underline;
}
p { padding: 0.2em 0; }
input, textarea {
	width: 50%;
	margin: 0.3em 0;
	border: 1px solid #5c5452;
}
img { border: 0; }
.large { font-size: 1.3em; }
.small { font-size: 0.8em; }
.centreimage {
	display: block;
	text-align: center;
	margin: 0 auto;
}

/* Hacky fixy bits */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

/* Custom IDs, etc */
input.button { width: 6em; }
#wrap {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	background: #fff url(/resources/images/lines/001.gif);
	background-repeat: repeat-y;
}
.coaching {
	background: #fff url(/resources/images/lines/002.gif);
}
#logo { margin-top: 50px; }
#breadcrumb {
	font-size: 0.75em;
	background: #eee;
	padding: 0.4em;
	margin-bottom: 2em;
}
#leftbar, #main { float: left; }
#leftbar { width: 225px; }
#navigation, #navigation ul {
	padding: 0;
	margin: 0;
	text-align: right;
}
#navigation {
	margin-top: 10px;
	width: 50%;
	margin-bottom: 20px;
}
#navigation li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation ul {
	text-align: left;
	margin-left: 120px;
	position: absolute;
	margin-top: -1.1em;
}
#navigation a {
	color: #5c5452;
}
#navigation a:hover {
	color: #8F5B00;
}
#navigation a.selected, #navigation a.selectedinside { color: #8F5B00; }
#navigation a.selected { font-weight: bold; }
#navigation ul a { color: #8F5B00; }
#newsletter { color: #8F5B00; }
#main {
	width: 620px;
	min-height:100%; /* fix height for other browsers */
}
* html #main { height: 100%; }
#innermain { padding: 10px; }
.container {
	padding: 0.4em;
	border-bottom: 1px dashed #5c5452;
}
.container a { font-size: 0.85em; }
.bg-light { /* background: #eee; */ }
#blogarchive {
	float: right;
	background: #eee;
	width: 25%;
	padding: 0.4em;
	margin: 0;
	margin-left: 3%;
}
#blogarchive li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#blogbody {
	width: 70%;
	float: left;
}
.blogdate {
	font-size: 0.75em;
}
.galleryentry {
	float: left;
	width: 125px;
	margin-right: 1em;
}
.galleryentry h3, .galleryentry p {
	padding: 0.2em;
	margin: 0;
}
.galleryentry h3 { font-size: 0.9em; }
.galleryentry p { font-size: 0.85em; }
.gallButtons .prev {
	float: left;
}
.gallButtons { margin-bottom: 10px; }
.gallButtons .next {
	float: right;
}
.gallButtons .imgTitle {
	display: block;
	float: left;
	margin:0 0 0 100px;
	width: 50%;
	text-align: center;
}
#caption {
	text-align: center;
}
#galleryImage img {
	clear: both;
	display: block;
	padding: 0;
	margin: 0 auto;
}
#BB_BuyButtonForm input{
	width: auto;
	border: 0;
}