@charset "UTF-8";

/* Global Styles */

body {
	background: #FFF;
	color: #633511;
	font-family: "Sorts Mill Goudy", Georgia, serif;
	font-size: 19px;
	line-height: 1.5em;
	}

div.wrapper>header>h1 { 
	margin: 0 0 .5em 0; 
	font-weight: bold; 
	line-height:1.4em;
	font-size: 22px;
	visibility: hidden;
	}

article {
	position: relative;
	clear:both;
	padding:40px;
	}

h3 { 
	font-size: 1.5em; 
	margin: 0 0 1em 0; 
	}

p { 
	margin: 0 0 .75em 0; 
	}

a { 
	color: #2A1707; 
	}

a:hover { 
	color: #000; 
	}
	
li {
	font-weight:normal;
	font-style: normal;
	margin: 7px 0 17px 20px;
	}
	
li:before {
	content: "» ";
	font-weight:100;
	font-size:20px;
	margin-left: -13px;
	color:#CDA053;
	}

address {
	clear: both;
	display: block;
	}

footer { 
	z-index: 2;
	position: fixed;
	bottom: -6px;
	left: 0;
	right: 0;
	font-size: .85em;
	font-weight:normal;
	color: #FFF; 
	background-color: #CDA053; 
	padding: 10px 30px 0 0; 
	text-align:right;
	}

body>div.wrapper>nav#wcdme_nav>a, body>div.wrapper>nav#wcdme_nav>a#menu, body>div.wrapper>nav#wcdme_nav>a#menu2, body>div.wrapper>nav#wcdme_nav>a#menu3, body>div.wrapper>nav#wcdme_nav>a#menu4 {
	color: #633511;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block !important;
	font-weight: bold;
	font-size: .9em;
	}

body>div.wrapper>nav a:hover { 
	color: #160C04; 
	}

.clear-fix { 
	clear: both; 
	line-height: 1px; 
	}
	
#header {
	height: 100px;
	padding: 0 15px;
	}

#content {
	/* width: 600px;
	float: left;
	padding: 5px 15px; */
	position: absolute;
	left: 28.67757%;
	width:61.32243%;
	}

#contact_content {
	position: absolute;
	left: 20%;
	width:55%;
	}

#back2top {
	text-align:right;
	}

#footer {
	clear: both;
	padding: 0 15px;
	}
	
#header, #content, #contact_content, #column {
	margin-bottom: 5px;
	}
	
#contact_content>h2 {
	margin-top:-3px;
	}

#contact_content>p:nth-of-type(1) {
	margin-top:-4px;
	}

.wrapper {
	position: relative;
	top:0;
	bottom:0;
	margin: 0 auto;
	}

div.promo {
	width: 100%;
	background: #633511;
	color: #CDA053;
	padding: 12px;
	display: inline-block;
	font-size: 24px;
	font-weight:100;
	font-style:italic;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 6px solid #CDA053;
	}
	
span.promo_headline1 {
	font-family: Times, serif;
	font-size: 48px;
	color: #FFF;
	line-height:120%;
	}

span.promo_headline2 {
	font-family: Times, serif;
	font-size: 36px;
	color: #FFF;
	line-height:120%;
	}
	
span.input-group-addon {
	color: #633511;
	background-color: #CDA053;
	border: 1px solid #633511;
	}
	
