/* -- RESET -- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
fieldset { border: solid 1px #ddd; }
ol, ul {
	list-style: circle;
	line-height: 1.5em;
	margin-left: 18px;
	font-size: 1em;
	margin-bottom: 10px;
}
blockquote, q {
	quotes: none;
}

p {
	line-height: 1.5em;
	margin: 0.5em 0;
}

address {
	font-style: normal;
	margin: 0 0 10px;
}

/* -- GENERAL LAYOUT -- */
body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff url('img/canvas.png') repeat top left fixed;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.2em 0;
	font-weight: bold;
}

h1 { font-size: 2.6em; }
h2 { font-size: 2.1em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

a { color: #546d94; }
a:hover { color: #78a6bf; }
a:active { color: #38537d; }

h1#logo {
	display: inline-block;
	margin: 10px 0 0 10px;
	float: left;
}

#login {
	position: absolute;
	right: 10px;
	top: 0px;
	background: #eee;
	padding: 5px 10px;
	margin: 0;
	font-size: 0.9em;
}

#login a {
	text-decoration: none;
}

#mainWrap {
	position: relative;
	width: 900px;
	margin: 0 auto;
	background: #fff;
	text-shadow: 0px 1px 1px #fff;
	-webkit-box-shadow: 0px 1px 10px #ccc;
}

/*#headImages {
	float: right;
	margin: 10px 10px 0 0;
}*/

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav {
	background: #d2ccac url('img/navbar.gif');
	font-size: 0.9em;
	max-height: 50px;
	float: right;
	margin: 50px 10px 0 0;
	padding: 0 10px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#nav ul {
	float: right;
}

#nav a {
	display: block;
	color: #fff;
	text-shadow: 0px 1px 1px #5f5b45;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	padding: 10px 15px;
}

#nav ul li {
	float: left;
	margin: 0 0 0 10px;
}

#nav li ul {
	position: absolute;
	width: 250px;
	left: -999em;
	background: #a19b75;
	font-size: 0.8em !important;
	-webkit-box-shadow: 0px 3px 5px #444;
}

#nav li:hover ul {
	left: auto;
}

#nav li ul li {
	margin: 0;
}

#nav li ul li a {
	width: 220px;	
	color: #fff;
	text-shadow: 0px 1px 1px #615c41;
}

#nav ul li a:hover {
	background: #c6be97 url('img/navbar_hover.gif');
}

#nav ul li ul li a:hover {
	background: #787355;
}

#leftColumn {
	width: 590px;
	float: left;
}
#sidebar {
	width: 275px;
	float: right;
	font-size: 0.9em !important;
	/*background: #eee;
	border-left: solid 4px #ddd;*/
	min-height: 300px;
}

#sidebar #hoursTable {
	width: 100%;
	margin: 10px 0 0 0;
}
#sidebar #hoursTable td {
	padding: 5px;
}
#sidebar #hoursTable .dayofweek {
	font-weight: bold;
}
#sidebar .widget {
	/*border-top: solid 1px #fff;
	border-bottom: solid 1px #ddd;*/
	padding: 10px;
	margin: 0 0 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#sidebar .top {
	border-top: none;
}
#sidebar .bottom {
	border-bottom: none;
}
#sidebar .colour1 {
	background: #E7E2C8;
}
#sidebar .colour2 {
	background: #DAE5C6;
}
#sidebar .colour3 {
	background: #CCC3CF;
}

#sidebarSlider img {
	width: 255px;
	height: 255px;
}

.tweet_list {
	list-style: none;
	margin: 0;
}

.tweet_avatar {
	display: none;
}

.tweet_time {
	display: none;
}

.social img {
	margin: 10px 5px 0 0;
}

.tweet a {
	text-decoration: none;
}

#fbLike {
	margin: 5px 0 0 0;
}

.content {
	padding: 10px;
	font-size: 0.9em;
}

/* -- HOME -- */
#banner {
/*	background: #e5dfcb url('img/banner-bg.jpg') no-repeat;
	padding: 10px;	*/
	margin: 0 0 10px;
}

#miniSlides {
	height: 225px;
	width: 235px;
	overflow: hidden;
	float: left;
	text-align: center;
}

#blogPost {
}

#blogPost ul {
	list-style: none;
	margin: 0;
}

#blogPost img {
	float: right;
	margin: 0 10px 0 0;
	background: #fff;
	padding: 5px;
}

#blogPost .archivedPosts {
	background: #DAE5C6;
	color: #607C2F;
	padding: 10px;
	text-shadow: 0px 1px 1px #fff;
	text-decoration: none;
	position: relative;
	top: -20px;
	display: inline-block;
	z-index: 100;
}

#blogPost p {
	margin: 0.7em 0;
	line-height: 1.7em;
}

#blogPost p strong {
	display: none;
}

#blogPost span.headline a {
	color: #333;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	padding: 5px;
	margin: 0 0 -10px;
}

/* -- FOOTER STYLES -- */
#footer {
	font-size: 0.7em;
	color: #333;
	text-shadow: 0px 1px 1px #fff;
}
#footer a {
	text-decoration: none;
	color: #222;
	font-weight: bold;
}
#footContent {
	width: 880px;
	background: url('img/footer.png') no-repeat;
	height: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
.footColumn {
	text-align: center;
	padding: 30px 0 0 0;
}
#powered {
	text-align: right;
}

	/* -- STICKY FOOTER CODE -- */
	html, body {height: 100%;}
	#mainWrap {min-height: 100%;}
	.content {
		overflow:auto;
		padding-bottom: 111px;
	}  /* must be same height as the footer */
	#footer {
		position: relative;
		margin-top: -101px; /* negative value of footer height */
		height: 101px;
		clear:both;
	} 
	
	/*Opera Fix*/
	body:before {/* thanks to Maleika (Kohoutec)*/
		content:"";
		height:100%;
		float:left;
		width:0;
		margin-top:-32767px;/* thank you Erik J - negate effect of float*/
	}

/* -- GLOBAL STYLES -- */
.clear { clear: both; }

.error {
	color: red;
	vertical-align: middle;
}

/*.polaroid img {
	background: #e3dfcb url('img/paper.gif');
	padding: 5px;
}*/

.date {
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #555;
}

.alt {
	background: #d6d0d8;
}

.today {
	background: #e3dfcb url('img/paper.gif');
	font-weight: bold;
}

.small {
	font-size: 0.8em;
}

.breadcrumb {
	font-size: 0.8em;
}

.breadcrumb ul {
	margin: 0;
}

.breadcrumb ul li {
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
}

.breadcrumb a {
	text-decoration: none;
}

/*-------SIGNUP FORM-------*/

#signupForm .indicate-required {
	text-align: right;
	font-size: 0.8em;
	margin: 10px 5px 0 0;
}

.mc-field-group label {
	font-weight: bold;
	margin: 0.5em 0 0.2em;
	display: inline-block;
}

.mc-field-group input {
	width: 97%;
}

#signupForm .btn {
	border: solid 1px #506a22;
	background: #607C2F;
	color: #fff;
	display: inline-block;
	padding: 10px;
	margin: 5px 0 0 0;
	text-decoration: none;
	text-shadow: #333 0px 1px 1px;
	cursor: pointer;
	float: right;
}

#signupForm .btn:hover {
	background: #6b863b;
}

#mce-responses .response {
	margin: 10px 0;
	background: #f7f7f7;
	border: solid 1px #777;
	font-weight: bold;
	padding: 10px;
}

#mce-responses #mce-error-response {
	color: red;
}

.mce_inline_error {
	color: red;
	margin: 5px 0;
}

/* -- SERVICES PAGE -- */
#servicesPage #leftColumn img {
	float: left;
	border: solid 1px #ddd;
	margin: 0 10px 0 0;
}

#servicesPage #leftColumn ul {
	list-style: none;
}

/* -- PRACTITIONERS PAGE -- */
#practitionersPage #leftColumn img {
	float: left;
	border: solid 1px #ddd;
	margin: 0 10px 0 0;
}

.practitioner {
	margin: 0 0 20px;
}

/* -- AFFILIATES PAGE -- */
#affiliatesPage #leftColumn a {
	display: inline-block;
	margin: 0 0 1.2em;
}

/* -- CONTACT -- */
#contactPage #leftColumn img {
	float: left;
	border: solid 1px #ddd;
	margin: 0 10px 0 0;
}
#contactForm .text {
	border: solid 1px #ccc;
	width: 300px;
	padding: 5px;
	font-size: 1.3em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 10px 10px 0;
}
#contactForm textarea {
	height: 100px;
}
#contactForm .styleButton {
	background: #DAE5C6;
	border: 1px solid #ABC67B;
	color: #607C2F;
	cursor: pointer;
	display: inline-block;
	margin: 5px 0px 0px;
	padding: 10px;
	text-decoration: none;
	text-shadow: white 0px 1px 1px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
	font-size: 1.1em;
	margin: 0 0 10px;
}

.contactColumn {
	width: 290px;
	float: left;
	margin: 10px 0;
}

.contactColumn p {
	margin: 0 0 0.5em;
}
