/** Base **/

html, body{
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	border: 0;
	color: #e3e2e0;
	background-color: #3e3426;
}

* { 
	margin: 0; 
	padding: 0;
}

img {
	display: block;
	border: 0;
}

a {
	color: #e3e2e0;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

input, textarea {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container {
	position: relative;
	margin: 0 auto;
}

.titles {
	height: 35px;
	border-bottom: 1px solid #726a61;
	margin-bottom: 15px;
}

.titles-small {
	height: 30px;
	border-bottom: 1px solid #726a61;
	margin-bottom: 15px;
}

.right .titles-small {
	margin: 25px 0 15px 0;
}

.right .titles-small {
	font-size: 12px;
}

.left {
	float: left;
	width: 190px;
	margin: 20px 15px;
}

.centre {
	float: left;
	width: 468px;
	margin: 20px 15px;
}

.centre .half1, .centre .half2 {
	float: left;
	width: 50%;
}

.right {
	float: left;
	width: 190px;
	margin: 20px 15px;
}

#promo .right {
	width: 220px;
}

.submenu {
	margin-bottom: 20px;
}

h1 {
	color: #e3e2e0;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #726a61;
	padding-bottom: 15px;
	margin: 15px 0;
}

h2 {
	clear: both;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.25em;
	margin-bottom: 0.75em;
}

h3 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0.75em;
}


h6 {
	margin-top: 1.5em;
} 

h6 a {
	display: block;
	position: relative;
	font-size: 10px;
	font-weight: normal;
	width: 80px;
	height: 24px;
	background: url('../images/onque-create.png') no-repeat;
	overflow: hidden;	
}

h6 a:hover {
	background: url('../images/onque-create.png') -90px 0 no-repeat;
}

h6 #onque {
	display: none;
}

ul, li {
	list-style: none;
}

.print {
	display: none;
}

/** Header **/

#header {
	height: 450px;
	background: #aea08a url('../images/bg_header.jpg') no-repeat center;
	padding: 0 10px;
	overflow: hidden;
}

#header .container {
	width: 960px;
}

#logo {
	float: right;
	margin-top: 55px;
	border: none;
}

#logo a {
	outline: 0 none;
}

#menu {
	position: absolute;
	float: left;
	margin-left: 10px;
}

#menu ul {
	display: inline;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 12px 12px 40px 12px;
	color: #303030;
	outline: 0 none;
}

#menu a:hover, #menu .current_page_item a {
	color: #ffffff;
	background: url("../images/bg_menu.png") top center repeat-x;
}

#key {
	position: absolute;
	clear: both;
	top: 125px;
	width: 940px;
	height: 280px;
	padding: 10px;
	background-color: #fff;
	overflow: hidden;
}

#key #visuals {
	float: left;
	width: 940px;
	height: 280px;
	overflow: hidden;
}

#key #video {
	float: left;
} 

#key #visuals-full {
	float: left;
	width: 939px;
	height: 280px;
	overflow: hidden;
}

/* Slidedeck Custom */

#visuals-slides h1, #visuals-slides h2, #visuals-slides h3 {
	position: absolute;
	z-index: 5;
}

#visuals-slides h1, #visuals-slides h2 {
	display: block;
	font-size: 30px;
	background: url(../images/arrows.png) no-repeat 0 -81px;
	height: 30px;
	width: 444px;
	padding: 20px;
	margin-top: 212px;
	line-height: 0 !important;	
}

#visuals-slides h3 {
	background: #DDD;
	font-weight: bold;
	color: #303030;
	opacity: 0.7;
	width: 444px;
	padding: 20px;
	z-index: 1;
}

#visuals-slides h3 a {
	color: #000;
	border-bottom: 1px solid;
}

#visuals-nav {
	position: absolute !important;
	top: 250px;
	right: 30px;
	z-index: 20;
	overflow: hidden;
}

#visuals-nav div {
	background: url(../images/arrows.png) no-repeat 0 0;
	width: 26px;
	height: 26px;
	float: left;
	margin-right: 3px;
}

#visuals-nav #next {
	background-position: -26px 0px;
}

#visuals-nav #next:hover {
	background-position: -26px -26px;
}

#visuals-nav #previous {
	background-position: 0px 0px;
}

#visuals-nav #previous:hover {
	background-position: 0px -26px;
}

/** Content **/

#content {
	width: 100%;
	min-width: 980px;
	min-height: 450px;
	background: #3e3426 url('../images/bg_content.jpg') top center no-repeat;
	overflow: hidden;
}

#content .container {
	width: 940px;
}

#primary {
	margin: 20px 15px;
}

#primary h3, #primary .widget-title h3 {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 12px;
}

#primary h3:first-child {
	border-bottom:1px solid #726A61;
	height:30px;
	margin-bottom:15px;	
}

#primary ul {
	margin-bottom: 20px;
}

#primary a {
	font-size: 13px;
	text-decoration: none;
}

#secondary {
	margin: 20px 15px;
}

#secondary .secondary-content h3 {
	font-size: 14px;
	font-weight: bold;
	color:#9D927F;
	text-transform: capitalize;
}

#secondary .secondary-content li.widget-container {
	margin-top: 1.5em;
}

#secondary .secondary-content li.widget-container:first-child {
	margin-top: 0;
}

/* Forms */

#searchform-main {
	height: 28px;
	background-color: #262017;
}

#searchform-main .input {
  	background: #3e3426;
	float: left;
	clear: both;
}
#searchform-main .input span {
	position: absolute;
	margin-left: 3px;
	padding: 5px;
	color: #c5c2be;
}
#searchform-main .input input {
	position: relative;
	width: 146px;
	height: 18px;
	border: 0;
	margin: 0;
	color: #fff;
	background: transparent;
	padding: 5px;
	font: inherit;
}

/* Hack to remove Safari's extra padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .input input, .input textarea, .input select { padding: 4px; }
}


#contactForm {
	margin: 20px 0;
}

#contactForm div {
	display: block;
	clear: both;
	margin: 6px 0;
	overflow: hidden;
}

#contactForm .group label {
	display: block;
	float: left;
	width: 100px;
}

#contactForm input, #contactForm textarea {
	float: left;
	background-color:#f6f0e8;
	border: none;
	padding: 4px;
}

#contactForm input.active, #contactForm textarea.active {
	background-color: #fff;
}

#contactForm input.field {
	height: 14px;
}

#contactForm .indent {
	margin-left: 100px;
}

#contactForm label.error {
	display: block;
	width: auto !important;
	padding: 2px 9px 3px 9px;
	color: #fff;
	background-color: #a73c3c;
	text-decoration: none;
	max-height: 17px;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#contactForm .area label.error {
	clear: both;
	margin-left: 100px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#contactForm #opt_terms {
	margin-top: 2px;
}

#contactForm .check {
	margin-top: 6px;
	display: block;
	padding: 3px 9px;
	color: #fff;
	background-color: #4b4134;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#contactForm .check label {
	margin-left: 7px;
}

#contactForm .submit {
	margin-top: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#body .items {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

#body .items:first-child {
	margin-top: 30px;
}

#body .items .text {
	color: #E3E2E0;
	float: left;
	margin: 0 15px;
	width: 335px;	
}

#body .titles h1 {
	color: #e3e2e0;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0;
	border: none;
}

#body .titles h1 a, h2 a, h3 a {
	text-decoration: none !important;
}

#body .item .category {
	float: right;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 7px;
}

#body .item img {
	float: left;
}

#body .item img.size-thumbnail {
	margin: 0 15px 5px 0;
}

#body img.size-medium, #body img.size-large, #body img.size-full {
	margin: 0 0 15px 0;
}

#body h2.entry-title {
	margin-top: 1.5em;
	font-weight: bold;
}

#body .entry-content {
	float: left;
	color: #e3e2e0;
	margin-bottom: 10px;
}

#body .entry-content h1 {
	clear: both;
	width: 466px;
	margin-top: 0;
}

#body .entry-content p, #body .entry-summary p {
	margin: 0 15px 1.5em 0;
}

#body .entry-content a, #body .comment-content a {
	border-bottom: 1px solid #C5BAA8;
}

#body .entry-content a:visited, #body .comment-content a:visited {
	border-bottom: 1px solid #9d927f;
}

#body .post {
	clear: both;
	overflow: hidden;
	margin-bottom: 1.5em;
}

#body a.readmore {
	display: block;
	width: 61px;
	padding: 3px 9px;
	color: #fff;
	background-color: #4b4134;
	text-decoration: none;
	margin-top: 1.5em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0;
	clear: left;
}

#body a:hover.readmore {
	background-color: #2a2218;
}

.entry-content ul, .entry-content li {
		list-style: disc inside;
}

#body .page-edit-link {
	clear: both;
	float: left;
}

#body .page-edit-link a {
	display: block;
	padding: 3px 9px;
	width: 22px;
	color: #fff;
	background-color: #4b4134;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#body .page-edit-link a:hover {
	background-color: #2a2218;
}

#body .entry-meta {
	clear: both;
	color: #9d927f;
}

#body .entry-meta a {
	color: #c5baa8;
	text-decoration: none;
}

#body .entry-meta a:hover {
	color: #e3e2e0;
}

#body .navigation a {
	float: left;
	padding: 3px 9px;
	color: #fff;
	background-color: #4b4134;
	text-decoration: none;
	margin: 1.5em 10px 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

#body .navigation a:hover {
	background-color: #2a2218;
}

#body #nav-below {
	height: 50px;
}

#body #comments, #body .comment, #body #comments #respond {
	clear: both;
	margin-top: 1.5em;
}

#body .comment-author {
	float: left;
	margin: 5px 0;
}

#body .comment-meta {
	float: right;
	color: #5a4f40;
	margin: 5px 0;
}

#body .comment-meta a {
	color: #c5baa8;
}

#body .comment-content {
	display: block;
	clear: both;
	padding: 10px 10px;
	color: #e3e2e0;
	background-color: #4b4134;
	text-decoration: none;
	margin: 5px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/** Full article **/

#body .full img {
	margin: 0 15px 13px 0;
}

#body .full .text {
	float: left;
	color: #e3e2e0;
	width: 440px;
	margin: 0 !important;
}

#body .full .text p {
	padding-bottom: 1.5em;
}

#promo {
	margin: 0;
	padding: 0;
}

.mapp-overlay-directions a {
	display: block;
	width: 100px;
	padding: 3px 9px;
	color: #fff;
	background-color: #4b4134;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0 !important;
}

.mapp-overlay-directions a:hover {
	background-color: #2a2218;
}

/** Footer **/

#footer {
	clear: both;
	padding-top:30px;
	margin-top: -30px;
	overflow: hidden;
}

#footer .container {
	width: 940px;
}

#footer #social {
	clear: both;
	padding-top: 38px;
	background: url('../images/bg_social.jpg') top center no-repeat;
	overflow: hidden;
}

#footer #social h3 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #726a61;
}

#footer #social h3 a, #footer #social h3 a:hover, #footer #social h3 a:visited {
	color: #fff;
}

#footer #social h4 {
	font-size: 12px;
	font-weight: normal;
}

#footer #social h4 a, #footer #social h4 a:visited {
	color: #e3e2e0;
}

#footer #social h4 a:hover {
	color: #fff;
}

#footer #social a {
	color: #9d927f;
	text-decoration: none;
}

#footer #social a:hover {
	color: #e3e2e0;
}

#footer #social .date {
	font-size: 10px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #9d927f;
}

#footer #twitter {
	color: #e3e2e0;
}

#footer #twitter small {
	color: #9d927f;
}

#footer #twitter li {
	margin-bottom: 1.5em !important;
}

#footer #twitter li:last-child {
	margin-bottom: 0;
}

#footer #contact {
	background-color: #2a2218;
	overflow: hidden;
}

h5 {
	font-size: 10px;
	letter-spacing: 1px;
	color: #9d927f;
	text-transform: uppercase;
}

#footer #contact {
	color: #e3e2e0;
}

#footer #contact a {
	color: #e3e2e0;
	text-decoration: none;
}

#footer #contact a:hover {
	color: #9d927f;
}

#footer #sitemap2 {
	margin-top: 1.5em;
}