/*
Theme Name: Urban Wellness
Theme URI: http://wordpress.org/
Description: Urban Wellness Theme
Version: 1.0
Author: Southern Media
Author URI: http://www.southernmedia.org
*/

/*------------------------------------------------------------------
[ STYLE.CSS ] Main Stylesheet
--------------------------------------------------------------------

[Table of contents]

1.	RESET

2.	MAIN STYLES
2.a  Tags defaults
2.b  Base layout
2.c  Navigations
2.d  Elements, ID's & Classes

3.	FORMS
3.a  Form styles
3.b  Individual forms

4.	PLUGINS

5.	PRINT


/*------------------------------------------------------------------

1.	RESET
	Global reset for all HTML elements

------------------------------------------------------------------*/

@media handheld, projection, screen, print {

* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline }
html { height: 100% }
body { background: #fff; color: #000; font-size: 100.01%; min-height: 101%; text-align: left }
img, fieldset, abbr, acronym { border: 0 }
ul, ol { list-style: none }
table { border-collapse: collapse; border-spacing: 0; width: 100% }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal }
caption, th { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; vertical-align: middle }
textarea { height: auto; overflow: auto }
option { padding-left: 0.6em }
button { background: none; border: 0; cursor: pointer; text-align: center }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: normal }


} @media handheld, projection, screen {


/*------------------------------------------------------------------

2.	MAIN STYLES
	General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
	
body {
	color: #6e7273;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 81%;
	line-height: 1.31em;
	text-align: center;
}

p, ul, ol, table { margin: 0 0 1.31em }

strong { font-weight: bold }
em { font-style: italic }


/* Headlines */
h2 {
	font-size: 2em;
}
h3 {
	color: #81650e;
	font-size: 1.54em;
	margin: 0 0 .64em;
}
h4 {
	color: #81650e;
	font-size: 1.23em;
	margin: 2.5em 0 .42em;
}
h5 {
	color: #81650e;
	font-size: .92em;
	margin: 2.5em 0 .42em;
}


/* Anchors */
a, a:link, a:visited {
	color: #66c6df;
	text-decoration: none;
}
a:hover, a:active, a.active {
	color: #66c6df;
	text-decoration: underline;
}


/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/

#wrap {
	margin: auto;
	text-align: left;
	width: 994px;
	position: relative;
}
	#header, #content, #contentWrap, #footer {
		float: left; display: inline;
		clear: both;
		position: relative;
	}
	#header {
		height: 237px;
		width: 100%;
	}
	#home #header {
		height: 337px;
		width: 100%;
	}
		#logo { margin: 0 }

			#logo a {
				background: url(img/logo.gif) no-repeat;
				height: 126px; width: 269px;
				position: absolute;
				top: 20px; left: 40px;
				z-index: 9999;
			}

	#content {
		background: url(img/bg-content.gif) repeat-y;
		width: 100%;
	}
		#contentWrap {
			background: url(img/bg-contentwrap.gif) no-repeat 0 bottom;
			padding: 0 0 128px;
			width: 100%;
		}
		#main {
			float: left;
			background: #ebe8e0 url(img/bg-main.gif) no-repeat;
			display: inline;
			margin: 30px 0 0 35px;
			width: 577px;
		}
			#mainWrap {
				float: left; clear: both;
				background: url(img/bg-mainwrap.gif) no-repeat 0 bottom;
				padding: 30px 14px;
			}

		#sidebar {
			float: right;
			padding: 103px 70px 0 44px;
			width: 236px;
		}

	#footer {
		color: #b6b6b6;
		font-size: .85em;
		padding: 18px 60px;
		width: 874px;
	}


/*-------------------------------
2.c Navigations
-------------------------------*/

ul.nav { margin: 0 }

/* Main navigation */
#nav {
	position: absolute;
	top: 64px; left: 374px;
	z-index: 9999;
}
	#nav li {
		float: left;
		padding-right: 40px;
		position: relative;
		z-index: 9999;
	}
		#nav li a {
			float: left;
			color: #81650e;
			display: block;
			font-family: Tahoma, Geneva, sans-serif;
			font-size: 1.15em;
			text-decoration: none;
		}
		#nav li a:hover { color: #66c6df }

		#nav li a.active, #nav li.current_page_item a { color: #bfc96b }
		
		#nav li ul {
			background: #fff;
			display: none;
			padding: 10px 8px 15px;
			width: 200px;
			position: absolute;
			top: 15px; left: -17px;
			z-index: 9999;
		}
		#nav li:hover ul, #nav li.hover ul { display: block	}

			#nav li ul li {
				float: left;
				padding-right: 0;
			}
				#nav li ul li a {
					float: left;
					border-bottom: 1px solid #dee4ce;
					color: #66c6df !important;
					display: block;
					font-family: Arial, Helvetica, sans-serif;
					font-size: .92em;
					padding: 7px 10px;
					width: 180px;
				}
				#nav li ul li a:hover { color: #bfc96b !important }


/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------*/

#footer #copy { margin: 0 }

#content ul { margin: 2.5em 0; padding: 0 0 0 10px }

	#content ul li {
		background: url(img/bullet.gif) no-repeat 0 4px;
		padding: 0 0 0 17px;
		margin: 0 0 5px;
	}

#home div#headerBG {
	background: url(img/bg-header-home.jpg) no-repeat;
	width: 994px; height: 217px;
	position: absolute;
	top: -217px; left: 0;
}
	#home div#headerBG h2#mainHeadline {
		color: #81650e;
		font-size: 1.85em;
		position: absolute;
		top: 175px; left: 48px;
	}
	#home div#headerBG p.subtitle {
		background: url(img/img-header-home.jpg) no-repeat;
		width: 680px; height: 115px;
		position: absolute;
		top: 44px; left: 198px;
	}

div#title {
	background: url(img/bg-header.jpg) no-repeat;
	width: 994px; height: 117px;
	position: absolute;
	top: -117px; left: 0;
}
	div#title h2 {
		color: #fff;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 1.54em;
		position: absolute;
		top: 50px; left: 350px;
	}
	div#title p.subtitle {
		color: #fff;
		font-size: 1.35em;
		position: absolute;
		top: 75px; left: 350px;
	}
	div#title p.img-hd {
		position: absolute;
		top: 1px; left: 644px;
	}

.alignleft {
	float: left; display: inline;
	margin: 0 1em 1em 0;
}
.alignright {
	float: right; display: inline;
	margin: 0 0 1em 1em;
}
.wp-caption-text {
	font-size: .85em;
	margin: 0;
}

#mainWrap h3, #mainWrap h4 { clear: both; width: 500px }

#sidebar h3 {
	font-size: 1.85em;
	margin: 0 0 .8em;
}

#sidebar p {
	color: #525252;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: .85em;
	line-height: 1.55em;
	margin: 0 0 2.45em;
}

#sidebar p.bt-make { margin: 0 }

	#sidebar p.bt-make a {
		background: url(img/bt-make.gif) no-repeat;
		width: 140px; height: 37px;
	}

div.widget { margin: 0 0 3em }

#footer p.services {
	background: url(img/bg-services.gif) no-repeat;
	margin: 0 0 7px;
	width: 351px; height: 12px;
}



/*------------------------------------------------------------------

3.	FORMS
	Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a Form styles
-------------------------------*/

input.text, select.select, textarea.textarea
{
	border: 1px solid #999;
	color: #000;
	font-size: .92em;
	padding: 3px;
}
input.text { width: 220px }
select.select { width: 228px }
textarea.textarea { height: 170px; width: 260px }

select.select.free { width: auto }

button.button {
	color: #000;
	height: auto; width: auto;
	line-height: normal;
	white-space: nowrap;
}

input.submit {
	color: #000;
	cursor: pointer;
	padding: 4px 7px;
}


/* General forms */
form.form ol.fieldset {	/* nothing here */ }

	form.form ol.fieldset li.field {
		margin: 0 0 1em;
		position: relative;
	}
		form.form ol.fieldset li.field label {
			font-weight: bold;
			display: block;
			margin-bottom: 5px;
		}
			
	form.form p.submit { /* nothing here */ }


/* Search forms where button and text input are next to each other  */
form.search { /* nothing here */ }

	form.search p.fields { margin: 0 }

		form.search p.fields input, form.search p.fields button {
			display: inline;
			vertical-align: middle;
		}

		
/*-------------------------------
3.b Individual forms
-------------------------------*/

form.wpcf7-form ol.fieldset {	/* nothing here */ }

	form.wpcf7-form ol.fieldset li.field {
		margin: 0 0 1em;
		padding: 0 0 0 138px;
		position: relative;
	}
		form.wpcf7-form ol.fieldset li.field label {
			display: block;
			font-size: .92em;
			text-align: right;
			margin-bottom: 5px;
			width: 130px;
			position: absolute;
			top: 0; left: 0;
		}

	form.wpcf7-form p.submit { margin: 0; padding: 0 0 0 138px }
	
	div.wpcf7-response-output { color: #000; margin: 10px 0 0 138px; padding: 10px; width: 244px }
	
	span.wpcf7-not-valid-tip { width: 222px; position: absolute; top: -2px; left: 0 }
	
	span.message span.wpcf7-not-valid-tip { width: 262px; height: 172px; position: absolute; top: -80px; left: 0}


/*------------------------------------------------------------------

4.	PLUGINS
	Predefined utilities

--------------------------------------------------------------------

/*-------------------------------
Utility classes
-------------------------------*/

.clear { clear: both }
.hide, .hidden, .skip { display: none }
.nomargin { margin-bottom: 0 !important }
.top { margin-top: 0 !important }

.hr { background: #ccc; display: inline; height: 1px; margin: 1.5em 0 }
.hr hr { display: none }

.replace, .br { display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px }

.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden }


} @media print {

/*------------------------------------------------------------------

5.	PRINT
	Styles for print

------------------------------------------------------------------*/

body { background: none; color: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10pt }
code, pre { font-family: "Courier New", Courier, mono }
img { float: left; clear: left; page-break-inside: avoid; page-break-after: avoid }

a, a:link, a:visited { color: blue; text-decoration: underline }

blockquote, table, pre { page-break-inside: avoid }
ul, ol, dl  { page-break-before: avoid }
h1, h2, h3, h4, h5, h6 { display: block; font-weight: bold; page-break-after: avoid }

#footer, .ad, #nav, .nav, form, .skip { display: none }

h1 { font-size: 3em; margin: .67em 0; }
h2 { font-size: 2em; margin: .83em 0; }
h3 { font-size: 1.5em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.92em; margin: 1.67em 0; }
h6 { font-size: 0.83em; margin: 2.33em 0; }


/*------------------------------------------------------------------
	END CSS
------------------------------------------------------------------*/

}/* end @media */