/* Colours
	Background maroon 5f3938
	Border 2e1812
	Header nav f2ebe1
	Header phone b9a497
*/

* { 
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	background: #5f3938;
}

body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 62.5%; /* Resets 1em to 10px*/ 
}

a {
	color: #c55825;
	outline: none;
	text-decoration: none;
}

.wpcf7{
	width:600px;
}

a:hover {
	text-decoration: underline;
}

input, textarea, select{
	border: 1px solid #98837c;
	padding: 3px;
}

.alignright{float: right; margin-left: 20px;}
.alignleft{float: left; margin-right: 20px;}

.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}

.btn {
	background: #523433 url(images/btn-bg.png) repeat-x top;
	border-bottom: 1px solid #555;
	border-left: 1px solid #ccc;
	border-right: 1px solid #555;
	border-top: 1px solid #ccc;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px 7px;
}

#content table.spaMenuContentTable {
	font-size: 1em;
}
#content table.spaMenuContentTable td {
	background: #fff;
	padding: 5px 0px;
	vertical-align: top;
}
#content table.spaMenuContentTable td.productImage {
	padding: 0px 0px 0px 10px;
	width: 235px;
	width: 225px !important;
}

#content table td{
	background: #fff;
}

#wrap {
	width: 990px;
	margin: 30px auto;
	border: 10px solid #2e1812;
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
}

#header {
	height: 140px;
	background: url('images/header-bg.jpg') no-repeat;
}

#logo a {
	background: url('images/logo.png') no-repeat;
	_background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/thedomeretreat/images/logo.png', sizingMethod='scale');
	
	width: 127px;
	height: 97px;
	float: left;
	margin: 25px 0 0 30px;	
}

#header-nav ul {
	float: right;
	list-style: none;
	text-align: right;
	margin: 10px 20px 0 0;
}

#header-nav ul li {
	margin-bottom: 5px;
}

#header-nav ul li a {
	color: #f2ebe1;
	margin-bottom: 10px;
	text-align: right;
	font-size: 1.4em;
	text-decoration: none;
}

#header-nav ul li a:hover {
	text-decoration: underline;
}

#header-phone p {
	font-size: 4em;
	color: #b9a497;
	font-style: italic;
	float: right;
	clear: right;
	margin: 5px 20px 0;
}

ul#nav {
	border: 1px solid #98837c;
	height: 38px;
	font-size: 14px;
	text-align: left;
	background: #5f3938;
}

ul#nav li {
	float: left;
	display: block;
	position: relative;
	/*
	margin: 0 25px;
	list-style: none;
	background: url('images/nav-bullet.jpg') no-repeat left 5px;
	padding-left: 20px;
	margin-top: 10px;
	*/
}

ul#nav li a {
	background: url('images/nav-bullet.jpg') no-repeat 20px 14px;
	color: #f2ebe1;
	display: block;
	padding: 10px 25px 10px 40px;
	text-decoration: none;
}

ul#nav li a:hover {
	background-color: #543332;
}

ul#nav li ul {
	background: #5f3938;
	border-bottom: 1px solid #98837c;
	display: none;
	height: auto;
	left: 0px;
	position: absolute;
	top: 36px;
}

ul#nav li ul li {
	background-position: left 4px;
	display: block;
	float: none;
	margin: 0px;
}

ul#nav li ul li a {
	background: url('images/nav-bullet.jpg') no-repeat 20px 8px;
	padding: 5px 5px 5px 40px;
	width: 200px;
}

#page {
	width: 990px;
	background: white;
	overflow: hidden;
	background-color: #fff;
	/*background: #f6f6f4 url('images/sidebar-bg.jpg') no-repeat top left; /*TRICKERY! - Place here so that Sidebar looks like it takes up 100% of the page height when it doesn't*/
}

#page.homepage {
	background-color: #775756;
}

img.yearly-spa-packages { /*TRICKERY! - Similiar to above, placed in #page so that it will always float at the bottom, even tho it looks like it's part of the sidebar*/
	position: absolute;
	bottom: 20px;
	left: 30px;
}
#sidebar, #content {
	min-height: 361px;
}
#sidebar {
	list-style: none;
	width: 180px;
	padding: 20px 20px 100px 20px;
	float: left; 
	background: #f6f6f4 url('images/sidebar-bg.jpg') no-repeat top left; /*TRICKERY! - Place here so that Sidebar looks like it takes up 100% of the page height when it doesn't*/
}

#sidebar li a {
	margin-bottom: 5px;
}

#sidebar li a:hover {
	color: #b15022;
	text-decoration: none;
}

#sidebar li p {
	font-style: italic;
	font-size: 1.1em;
	margin: 0 0 15px 0;
}

#content {
	float: left;
	width: 650px;
	display:inline;
	padding: 20px 50px;
	background: white;
}

#content li {
	font-size: 1.2em;
}


#content.welcome {
	background: #775756;
	height: 100%;
	text-align: center;
	padding-top: 70px;
}

#content.welcome p, #content.welcome h2 {
	color: #e8d7cf;
}
#content.welcome h2 {
	margin: 20px auto;
}

#content br{
	clear: both;
}

#content table{
	font-size: 12px;
	color: #5f3938;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content table td, #content table th{
	padding: 3px 25px;
	/*background-color: #eee;*/
}

#content table th{
	font-weight: bold;
	color:#333;
}

.label{
	color:#5F3938;
	float: left;
	font-size: 1.2em;
	width: 100px;
}

.label.bold{
	font-weight: bold;
}

.label.long{
	width: 320px;
}

.label.mid{
	width:180px;
}

#content ul{
	margin: 0px 0px 10px 25px;
	color:#5F3938;

}

.title {
	text-indent: -9999px;
}

h1#welcome.title {
	background: url('images/ttl-welcome.jpg') no-repeat;
	height: 82px;
}

h1#welcome-page-welcome.title {
	background: url('images/ttl-welcome-page-welcome.jpg') no-repeat;
	height: 82px;
	margin: 20px auto 50px;
	width: 236px;
}

p {
	margin: 10px 0 10px 0;
	font-size: 1.2em;
	color: #5f3938;
}

h1 {
	color: #5f3938;
	margin-bottom: 10px;
}

h2 {
	color: #5f3938;
	font-size: 1.5em;
	margin-bottom: 5px;
}

h3{
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	color: #333;
}


h4{
	color:#333;
	font-size: 12px;
	margin-top: 20px;
}

h5{
	color: #5f3938;
	font-size: 12px!important;
	margin-top: 20px;
	font-weight: bold;
}

#footer {
	width: 990px;
	margin: 0px auto;
	height: 20px;
}

#footer p, #footer a {
	font-size: 10px;
	color: #f2ebe1; 
	float: left;
	width: 250px;
}

#footer p.knd-credit {
	float: right;
	text-align: right;
}


table td span{
	font-size: 12px!important;
}

table td p{
	font-size: 12px!important;
}

table h2{
	font-size: 13px;
}
