/*
Theme Name: Elle Urban Retreat Theme
Author: JD Silva Design
Author URI: http://jdsilvadesign.com.au/
Description: Theme designed for Elle Urban Retreat
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/
@charset "utf-8";
/* CSS Document */



body {
	margin:0px;
	padding:0px;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	color: #6d6e71;
	background: url(images/wood-background.jpg) top repeat fixed;
}

h1, h2, h3, h4, h5 {	
	color: #82cfca;	
}

h1 { font-size: 15px; }
h2 { font-size: 14px; }
h3 { font-size: 13px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; }
h6 { font-size: 10px; }

img { border: none; }
a { text-decoration: none;color: #6d6e71; }
a: hover { text-decoration: underline; }

.clearfix {
	width: 100%;
	height: 1px;
	clear: both;
}

#wrapper {
	width: 801px;
	height: auto;
	margin: 0px auto;
	background-color: #fff;
}

#header {
	width: 100%;
	background:url(images/bars.jpg) no-repeat top;
	padding-top: 36px;
}

#header-social {
	float: right;
	width: 30px;
	height: 30px;
	margin-right: 7px;
	margin-top: -10px;
	background-image:url(images/fb-icon-on.png);
}

#header-social:hover {
	background-image: url(images/fb-icon-off.png);
	cursor:pointer;
}

#header-logo {
	width: 300px;
	float: left;
}

#header-menu {
	float: right;
	margin-top: 23px;
	margin-right: 10px;
	height: 20px;
}

#header-menu ul {
	list-style:none;
	width: 100%;
	float: right;
	padding: 0px;
	margin-top: 10px;
	height: 20px;
}

#header-menu li {
	float: left;
	padding: 0px 10px;	
	height: 20px;
}

#header-menu a:hover {
	color: #82cfca !important;
}

#header-menu ul li:hover ul.sub-menu {
	display: block;
}

#header-menu ul ul.sub-menu {
	display: none;
	color: #939598;
	background-color: #E6E7E8;
	position: absolute;
	list-style:none;
	width: 116px;
	z-index: 999;
	margin-top: 0px;
}

#header-menu ul.sub-menu li {
	width: 100%;
	float: left;
	background-color: #E6E7E8;
}
#header-menu ul.sub-menu li a {
	text-transform:none;
}

#header-menu ul.sub-menu li a:active {
	color: #6d6e71 !important;	
}

#header-menu li a {
	color: #939598;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-transform:uppercase;
	padding: 5px 0px;
	display: block;
}

#header-menu ul.sub-menu li a:hover {
	color: #6d6e71 !important;
}

#header-menu ul.sub-menu li:last-child {
	padding-bottom: 5px;
}

.current_page_item > a {
	color: #82cfca !important;
}
.current_page_item a:active .sub-menu a{
	color: #6d6e71 !important;
}
.sub-menu .current_page_item > a {
	color: #6d6e71 !important;
}
.sub-menu a:active .current_page_ancestor a, .current_page_ancestor > a {
	color: #82cfca !important;
}

#slider {
	width: 764px;
	height: 265px;
	margin: 0px auto;
}

#content {
	width: 764px;
	margin: 20px auto;
	line-height: 17px;
	font-size: 10.5px;
}

#content a:hover {
	text-decoration: underline;
}

#content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10.5px;
	color: #6d6e71;
}

#content table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10.5px;
	width: 764px;
}

#content table td {
	vertical-align: top;
}

#voucher-item1 { background-image:url(images/$65-off.jpg); cursor: pointer; float: left; width: 125px; height: 125px; margin-right: 23px; }
#voucher-item1:hover { background-image:url(images/$65-on.jpg); }

#voucher-item2 { background-image:url(images/$100-off.jpg); cursor: pointer; float: left; width: 125px; height: 125px;  margin-right: 23px; }
#voucher-item2:hover { background-image:url(images/$100-on.jpg); }

#voucher-item3 { background-image:url(images/$150-off.jpg); cursor: pointer; float: left; width: 125px; height: 125px;  margin-right: 23px; }
#voucher-item3:hover { background-image:url(images/$150-on.jpg); }

#voucher-item4 { background-image:url(images/$200-off.jpg); cursor: pointer; float: left; width: 126px; height: 125px;  margin-right: 23px; }
#voucher-item4:hover { background-image:url(images/$200-on.jpg); }

#footer {
	background:url(images/bars.jpg) no-repeat bottom;
	height: 70px;
	margin-top: 20px;
}

#footer-text {
	width: 764px;
	border-top: solid thin #82cfca;	
	margin: 0px auto;
	font-size: 10.5px;
	padding-top: 5px;
}
#footer-text a:hover {
	text-decoration: underline;	
}

#submit {
	padding: 5px 10px;
	border-radius: 10px;
	background-color: #82cfca;
	color: #fff;
	border: none;
	margin-top: 30px;
	cursor: pointer;
}
#submit:hover {
	background-color: #c7c8ca;
}

#slider-container {
	margin: 0px auto;
	width: 764px;
	height: 265px;
}