/* ============ INTRINSIC MICROSITE ============ */

/*
*   Commenced 28/10/2009
*	
*	Copyright 2009 Intrinsic Corporation
*
*   Author: Thomas Bland for Enabled Solutions www.enabled.com.au
*/

/* ============ IMPORTS ============ */

@import url('reset.css');

/* ============ LAYOUT ============ */

body {
	text-align: center;
	background: url(images/top_repeat.png) top left repeat-x;
}

body.interior {
	background: url(images/top_repeat_b.png) top left repeat-x;
}

div#wrapper {
	width: 660px;
	margin: 0px auto;
	text-align: left;
	padding-bottom: 20px;
}

div#header {
	height: 137px;
}

body.interior div#header {
	margin-bottom: 35px;
}

h1 {
	display: block;
	width: 293px;
	height: 137px;
	text-indent: -9999px;
	background: url(images/logo.png) top left no-repeat;
	float: left;
}

/* ============ GLOBALNAV ============ */

ul#globalnav {
	width: 367px;
	float: left;
	position: relative;
	top: 104px;
	padding: 0;
}

ul#globalnav li {
	float: left;
	display: inline;
	background: none;
	padding-left: 0px;
}

ul#globalnav li a {
	display: block;
	height: 33px;
	background: url(images/globalnav.png) top left no-repeat;
	text-indent: -9999px;
}

ul#globalnav li a:hover {
	border: none;
}

/* ============ LINK ============ */
ul#globalnav li a#home {
	width: 72px;
	margin-right: 6px;
}
ul#globalnav li a#about {
	width: 127px;
	margin-right: 6px;
	background-position: -78px 0px;
}
ul#globalnav li a#coaching {
	width: 156px;
	background-position: -211px 0px;
}
/* ============ HOVER ============ */
ul#globalnav li a#home:hover {
	background-position: 0px -33px;
}
ul#globalnav li a#about:hover {
	background-position: -78px -33px;
}
ul#globalnav li a#coaching:hover {
	background-position: -211px -33px;
}
/* ============ CURRENT ============ */
ul#globalnav li a#home.current {
	background-position: 0px -66px;
}
ul#globalnav li a#about.current {
	background-position: -78px -66px;
}
ul#globalnav li a#coaching.current {
	background-position: -211px -66px;
}

/* ============ CONTENT ============ */

div.block {
	padding: 10px 20px 20px 20px;
	background: #f2fafc url(images/content_repeat.png) top left repeat-x;
	border-top: 5px solid #c0d72b;
	margin-top: 20px;
	float: left;
	width: 620px;
	clear: both;
}

div.callout {
	background: #d9f1f6;
	padding: 10px 20px 20px 20px;
	margin-bottom: 10px;
	
}

div.float-right {
	width: 260px;
	float: right;
	margin-left: 10px;
}

div#content img {
	float: right;
	border: 2px solid #c0d72b;
	margin: 0px 0px 10px 20px;
}

/* ============ CONTACT PANEL ============ */

div.threecol {
	width: 160px;
	float: left;
}

/* ============ CONTACT FORM ============ */

div#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
	background: url(images/trans_60.png) repeat;
	text-align: left;
	display: none;
}

div#contact-form {
	width: 440px;
	padding: 5px 20px 20px 20px;
	background: #d9f1f6;
	margin: 0px auto;
	position: relative;
	top: 100px;
}

div#contact-form h2 {
	padding-bottom: 10px;
}

div#close {
	float: right;
	margin-top: -18px;
	margin-right: -35px;
}

div#close a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/close_button.png) top left no-repeat;
	text-indent: -9999px;
}

div#close a:hover {
	background-position: 0 -30px;
	border: none;
}


input[type="text"] {
	border: none;
	padding: 5px;
	font-size: 1.2em;
/*
	float: left;
	clear: left;
*/
	display: block;
	margin-bottom: 10px;
	color: #aaa;
	font-family: Georgia;
	width: 250px;
}

input[type="text"], textarea {
	border: #fff !important ;
}

input.entered {
	color: #555;
}

textarea {
	border: none;
	width: 420px;
	padding: 10px;
	line-height: 1.5em;
	color: #555;
	font-family: Georgia;
	font-size: 1em;
	margin-bottom: 10px;
}

input#submit, a#email_button {
	display: block;
	width: 105px;
	height: 33px;
	background: url(images/send.png) top left no-repeat;
	text-indent: -9999px;
	border: none;
}

a#email_button {
	background: url(images/email.png) top left no-repeat;
	margin-top: 5px;
}

input#submit:hover, a#email_button:hover {
	cursor: pointer;
	background-position: 0px -33px;
}

/* ============ TYPE ============ */

body {
	font-size: 12px;
	line-height: 1.5;
	font-family: Georgia, serif;
	color: #555;
}

h1, h2, h3, h4, .pulltext, ul, address {

}

h2{
	color: #019fc4;
}

h2 {
	font-size: 2.3em;
}

h3 {
	font-size: 1.5em;
	line-height: 1.2em;
	padding-bottom: 0.3em;
}

.callout h3 {
	color: #019fc4;
}

p {
	padding-bottom: 1em;
}

.pulltext {
	font-size: 1.5em;
}

.callout p {
	font-size: 1.2em;
}

ul {
	list-style-type: none;
	font-size: 1.2em;
}

ul li {
	background: url(images/bullet.png) top left no-repeat;
	padding-left: 1em;
	background-position: 0px 8px;
}

a:link, a:visited {
	color: #019fc4;
	text-decoration: none;
}

a:hover, a:active {
	border-bottom: 1px solid #c0d72b;
	
}

address {
	font-size: 1.3em;
}

.clear {
	clear: both;
}