/* Enhance Clinic default style v1 ｩ 2008 Morgan Plumley and Les Blackstock (Synergy Infotech) www.synergyinfotech.com.au */

@charset "utf-8";

/* -----------------------------------------------------------------------
	
	Project Title: Enhance Clinic
	Date:  	12 Nov 2009
	Powered By: nwagi.com
	Author: nwagi.com
					
----------------------------------------------------------------------- */

/*	reset.css [http://www.blueprintcss.org]  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;}
body {line-height:1.4em;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


/* basic elements */
body { 
	font-size: 76%;
	background:url(../images/main-bg.jpg) #2D2823 repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	color: #0C151A;
	}

/* text styles */

h1, h2, h3, h4 {
	padding: 0.5em 0em 0em 0em; /* top right bottom left */
	margin: 0em 0em 0.5em 0em; /* top right bottom left */
	}
	
h1 {font-size: 2.2em;}
	
h2 {font-size: 1.5em;}
	
h3 {font-size: 1.3em;}
	
h4 {font-size: 1.1em;}

p {
	line-height: 1.4;
	font-size: 1.1em;
	padding: 0em 0em 1em 0em; /* top right bottom left */
	margin: 0em 0em 0em 0em; /* top right bottom left */
	}
	
ul{
	line-height: 1.2;
	font-size: 1.1em;
	padding: 0em 0em 1em 1em; /* top right bottom left */
	margin: 0em 0em 0em 0em; /* top right bottom left */
	}
	
a {
	text-decoration: none;
	color: #5A584B;
	}


a.read_more{
	display:block;
	width:135px;
	height:23px;
	line-height:23px;
	text-align:center;
	color:#ddd;	
	margin:10px 0 10px 0;
	padding:0 0 0 17px;
	text-decoration:none;
	font-size:11px;
	background:url(../images/read_more_bg.gif) no-repeat center;
}

a:hover.read_more{
	background:url(../images/read_more_bg-hover.gif) no-repeat center;
	color:#fff;
}

a:hover {
	color: #0C151A;
	text-decoration:underline;
}
	
/* text classes */
.subheading {
	font-weight: bold;
	line-height: 1;
	}

/* menu classes */
body #container #navcol ul.menu {
	padding: 0; /*  top  right bottom  left*/
	margin: 0;
	list-style-type: none;
	}

body #container #navcol ul.menu li {
	display: block;
	margin-top: 2px;
	
	}

body #container #navcol ul.menu li a{
	display: block;
	width: 150px;
	height: 34px;
	background: #333333;
	text-align: center;
	line-height: 35px;
	font-size: 15px;
	text-decoration: none;
	color: #FFFFFF;
	width:160px;
	}

body #container #navcol ul.menu li a:hover{
	background: #666666;
	}
	
	
/* structural divs  */

#container { 
	
	left: 50%;
	width: 960px;
	margin:0px auto 0 auto;
	background: #FFFFFF;
	}
	
#header {
	position: relative;
	width: 960px;
	height: 190px;
	background: #FFFFFF;
	
	}
	
#hero {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 190px;
	background: url(../images/male-and-female-extended-blur.jpg) no-repeat;
	}


	
#navcol {
	position: relative;
	float: left;
	width: 150px;
	background: #FFFFFF;
	padding: 10px 0px 10px 10px; /*  top  right bottom  left*/
	}
	
#contentcol {
	position: relative;
	float: right;
	width: 770px;
	background: #fff;
	padding: 10px 10px 10px 0px; /*  top  right bottom  left*/
	}

#contentcol h1{

	line-height:1.2em;
}
	
	
#footer {
	position: relative;
	clear: both;
	width: 100%;
	height: 80px;
	background:#2D2823;
	text-align:center;
	margin:20px 0 0 0;

	}

#footerinfo {
	position: absolute;
	top:3px;
	left: 1px;
	font-size:11px;
	height: 74px;
	color:#bbb;
	width:100%;

	}

/* content layout classes */
.post {

}


		/* two column centre content layout */
body #container #contentcol.twocolcentre div.col1 {
	position: relative;
	float: left;
	width: 530px;
	padding: 0px 5px 0px 5px; /*  top  right bottom  left*/
	}

body #container #contentcol.twocolcentre div.col1 h1 {
	
	border:2px dotted #888;
	padding:10px;
	text-align: center; 
	line-height:1em;
	background-color:#666;
	padding:10px;
	margin:10px 0 0 0;
	color:#FFFFFF;
	}

body #container #contentcol.twocolcentre div.col2 {
	position: relative;
	float: left;
	width: 220px;
	background:#ccc;
	margin:0 0 0 8px;
	}
	
body #container #contentcol.twocolcentre div.col2 img {
	padding: 0px 0px 0px 0px; /*  top  right bottom  left*/
	}
	
		/* home page single column content layout */
body #container #contentcol.home div.col1 {
	position: relative;
	width: 530px;
	padding: 0px 0px 0px 0px; /*  top  right bottom  left*/
	}


/* added by nwagi.com */

.col1 h2{

	font-size:20px;
	color:#8D2C99;
}

.contact a{
	color: #fff;
}

.outer-content{
	padding:0 10px;
}


.check tr td{
	padding:8px;
}

.pclub{
	margin:10px 0 0 0;
	padding:20px;
	border:2px dashed #FFCF6C;
	background-color: #FFE09F;
	color:#775100;
}

#head_image{
	float:left;
	display:block;
	clear:both;
	margin:0 0 370px 0;
}

.side2{
	float:left;
	padding:0 0 370px 0;
}

ul.alink{

	background-color:#F1C872;
	padding:15px;
}

ul.alink li{

	list-style:none;
	padding:5px;
	font-weight:bold;
}

ul.alink li a{

	color:#6C4D0B;
	text-decoration:none;
	padding:5px;

	
}	

ul.alink li a:hover{

	color:#362605;
	background-color:#F5D89A;
	padding:5px;
}

.mac{
	padding:10px;
	background:#CCCCCC;
	text-align:center;
	border:solid 1px #bbb;
	font-weight:bold;
}

.contact{
	background-color: #777;
	width:180px;	
	margin:0 auto 10px auto;
	padding:10px;
	color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.content{
	background:#ddd;
	padding:15px;
	margin:10px 0 0 0;
	border:solid 1px #ccc;
}

ul.img-holder{
	background:#ddd;
	padding:25px;
	margin:20px 0;
	border:1px solid #ccc;
	
}	

ul.img-holder li{
 	display:inline;
	padding:0 0 0 0;
	
}	

ul.img-holder h2{
	padding:0;
	margin:0 0 5px 0;
	color:#555;
	font-size:25px;
	text-transform:uppercase;
}

.li-shift{
	margin:0 0 0 40px;
}

.top-shift{
	margin:25px 0 0 0;
}

.prev-club{
	padding:10px;
	background-color:#661270;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	line-height:1.5em;
}

.prev-club a{
	color:#fff;
}

.prev-club span{
	font-size:25px;
}


.prev-club2{
	padding:10px;
	background-color:#fff;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	line-height:1.5em;
}

.prev-club2 a{
	color:#661270;
}

.prev-club2 span{
	font-size:25px;
}



/* Generic Classes */

.caps{
	text-transform:uppercase;
}

.fleft{
	float:left;
}

.fright{
	float: right;
}

.imgborder{
	border:1px solid #ddd;
	padding:3px;
	background:#fff;
}

.imgleft{
	float: left;
	margin:0 10px 10px 0;
}

.imgright{
	float: right;
	margin:0 0 10px 10px;
}
