/*

 ____            ___                 __         
/\  _`\         /\_ \    __         /\ \        
\ \ \L\ \     __\//\ \  /\_\    ____\ \ \___    
 \ \ ,  /   /'__`\\ \ \ \/\ \  /',__\\ \  _ `\  
  \ \ \\ \ /\  __/ \_\ \_\ \ \/\__, `\\ \ \ \ \ 
   \ \_\ \_\ \____\/\____\\ \_\/\____/ \ \_\ \_\
    \/_/\/ /\/____/\/____/ \/_/\/___/   \/_/\/_/
                                                
                                                
copyright 2011

/******

Template information:

black:			#000000;			0,0,0

green:			#0ba997;			11,169,152
dark red:		#763617;			119,54,24
orange:			#f79239;			247,146,57
tan:			#fbfbe2;			252,245,227
grey:			#808284;			252,245,227

white:			#ffffff;			255,255,255



font-family: "myriad-pro-condensed",sans-serif;
font-family: "myriad-pro",sans-serif;



*******/




/***** General Styles *****/

html {overflow-x: hidden;}

body {
	font-family: "myriad-pro",sans-serif;
	font-weight: lighter;
	background: white;
}



h1, .entry-content h1 {
	font-family: "myriad-pro",sans-serif;
	font-weight: lighter;
	line-height: 1.15em;
	margin: 0 0 .25em;
	color: #0ba997;
}

h2, .entry-content h2 {
	font-family: "myriad-pro-condensed",sans-serif;
	font-weight: bold;
	line-height: 1.15em;
	margin: 0 0 .25em;
	color: #f79239;
}

h3, .entry-content h3 {
	font-family: "myriad-pro",sans-serif;
	font-weight: 600;
	line-height: 1.15em;
	margin: 0 0 .25em;
	color: #f79239;
	font-size: 1.25em;
}


h4, .entry-content h4 {
	font-family: "myriad-pro",sans-serif;
	font-weight: lighter;
	line-height: 1.15em;
	margin: 0 0 .25em;
	color: #0ba997;
	font-size: 1.75em;
}

h5, h6,
.entry-content h5,
.entry-content h6 {
	font-family: "myriad-pro",sans-serif;
	font-weight: normal;
	line-height: 1.15em;
	margin: 0 0 .25em;
	color: black;
	font-size: 1.25em;
}
.entry-content a:link,
.entry-content a:visited {
	text-decoration: underline;
}

p, ul, ol, dd, pre, table, form, select, address, embed {
	margin: 0 0 .5em;
	line-height: 1.15em;
	font-family: "myriad-pro",sans-serif;
	font-weight: lighter;
}

hr {
	margin: 1.5em 0;
	line-height: 1.15em;
	color: #808284;
	background-color: #808284;
}



img {
	max-width: 100%;
	height: auto;
}





a,
a:link,
a:visited {color: #763617;}

a:hover,
a:active {text-decoration: underline;}









blockquote {
	font-size: 1.25em;
	font-weight: normal;
	color: #763617;
	margin: 0;
	font-style: inherit;
}
blockquote p {font-weight: normal;}
blockquote em,
blockquote i,
blockquote cite {font-style: italic;}




table {
	width: 100%;
	margin: 0 0 .5em!important;
}

table,
tr {border: none;}

th, td {
	padding: .5em 1em;
	border-left: 1px solid #808284;
}
th:first-child,
td:first-child {border: none;}




/**** Header & Footer ***/

#branding {display: none;}

#above_header {
	position: relative;
	display: block;
	clear: both;
}
.header_col {
	float: left;
	width: 33%;
}
.header_col.last {
	float: right;
	text-align: right;
}


.header_social {
	list-style: none;
	margin: 0;
	padding: 0;
}
.header_social li {
	display: inline-block;
	margin-right: .5em;
}
.header_social li img {max-height: 30px;}






#header {
	position: relative;
	display: block;
	clear: both;
}


.logo {
	display: block;
	margin: auto;
}


.top_menu {
	list-style: none;
	margin: 0;
	padding: .5em 0;
	width: 100%;
	text-align: center;
}
.top_menu li {
	position: relative;
	display: inline-block;
	width: auto;
	margin: 0 .5%;
	font-weight: bold;
}
.top_menu li:first-child {margin-left: 0;}
.top_menu li a {
	color: black;
	display: block;
	padding: .5em 0;
}
.top_menu li.current_page_item a,
.top_menu li.current_page_ancestor a {color: #f79239;}
.top_menu li a:hover,
.top_menu li a:active {color: #f79239;}
.top_menu li .children {
	display: none;
	position: absolute;
	background: #fbfbe2;
	padding: .5em 1em 1em;
	text-align: left;
	width: 150px;
}
.top_menu li:hover .children {
	display: block;
	z-index: 5;
	position: absolute;
	background: #fbfbe2;
	padding: .5em 1em 1em;
	text-align: left;
	width: 150px;
}
.top_menu li .children li {
	font-weight: lighter;
	border-bottom: 1px solid black;
	display: block;
	padding: .25em 0;
}
.top_menu li .children li a {
	display: block;
	padding: 0;
	color: black;
}
.top_menu li .children li.current_page_item a,
.top_menu li .children li.current_page_ancestor a {color: black;}





#searchform {
	position: absolute;
	right: 0;
	top: 0;
}

#s {
	background-color: transparent;
	background-image: url(img/searchicon.png);
	background-position: 99% center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 30px 0 5px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

#s:focus {
	background-color: #fff;
	border: 1px solid black;
	cursor: text;
	outline: 0;
	width: 230px;
}













#above_footer {
	position: relative;
	display: block;
	clear: both;
	border-top: 1px solid #f79239;
	padding: 3em 0;
}



#footer {
	border-top: 1px solid #f79239;
	margin: 0;
	padding: 1.5em 0;
}



.footer_col {
	float: left;
	width: 33%;
}
.footer_col.centre {text-align: center;}
.footer_col.last {
	float: right;
	text-align: right;
}







.bottom_menu {
	position: relative;
	display: block;
	clear: both;
	list-style: none;
	margin: 1em 0;
	padding: .5em 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	width: 100%;
	text-align: center;
	float: left;
}
.bottom_menu li {
	display: inline-block;
	margin: 0 .5%;
}
.bottom_menu li a {color: black;}




#siteinfo {
	margin: 0;
	width: auto;
	text-align: center;
	font-size: .75em;
}























/*** Home Page ***/

#below_header {
	position: relative;
	display: block;
	clear: both;
	padding: 1em 0;
	border-top: 1px solid #f79239;
	border-bottom: 1px solid #f79239;
	overflow: hidden;
}
#banner {
	float: left;
	width: 60%;
}
.banner_slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
/* 	height: 340px!important; */
	position: relative;
}
.slide_content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(img/banner_transparency.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: .5em 1em;
	color: white;
}
h3.slide_title {
	color: white;
	margin: 0 0 .5em;
}
h3.slide_title span {float: right;}






#top_stories {
	float: right;
	width: 38%;
}
.stories_inner {
	position: relative;
	display: block;
	clear: both;
}
#top_stories_title {
	background: #f79239;
	color: white;
	padding: .5em 1em;
	text-transform: uppercase;
	margin: 0;
	font-size: 1.1em;
}

.story_content {
	position: relative;
	display: block;
	clear: both;
	border-left: 1px solid #808284;
	border-right: 1px solid #808284;
	border-bottom: 1px solid #808284;
	overflow: hidden;
}
.story_content a {display: block;}
.story_content a:hover,
.story_content a:active {
	text-decoration: none;
	opacity: .7;
}
.story_inner {
	position: relative;
	overflow: hidden;
}
.story_thumb {
	position: absolute;
    width: 40%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}
.story_text {
	float: right;
	width: 60%;
	position: relative;
	display: table;
	padding: .5em 0;
/* 	height: 100px; */
}
.story_text.full {
	float: none;
	width: auto;
	display: block;
}


.story_text h2 {
	margin: 0;
	color: black;
	text-transform: none;
	display: table-cell;
	vertical-align: middle;
	padding: 0 1em;
}
.story_content .arrow_orange {
	position: absolute;
	right: .5em;
	bottom: .5em;
	max-height: 15px;
}













#home_rows {
	position: relative;
	display: block;
	clear: both;
	margin: 1em 0;
}
#home_rows h3 a {color: #f79239;}

.single_row div {
	display: block;
	clear: both;
	position: relative;
}
.double_row div {
	display: inline-block;
	padding: 0 2.5%;
	width: 47%;
	vertical-align: top;
	border-left: 1px solid black;
}
.double_row div:first-child {
	border: none;
	padding-left: 0;
}
.double_row div:nth-child(2) {
	padding-right: 0;
}

.triple_row div {
	display: inline-block;
	padding: 0 2.5%;
	width: 30.5%;
	vertical-align: top;
	border-left: 1px solid black;
}
.triple_row div:first-child {
	border-left: none;
	padding: 0;
}
.triple_row div:nth-child(3) {
	padding-right: 0;
}












#home_buttons {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
#button_title{
	margin: 0 0 1em;
}

#home_buttons li {
	display: inline-block;
	width: 19%;
	vertical-align: top;
}
#home_buttons li a {
	display: block;
}
#home_buttons li a:hover {
	text-decoration: none;
	opacity: .7;
}
#home_buttons li img {margin: 0 0 .5em;}
#home_buttons li h3 {
	font-weight: lighter;
	color: black;
	font-size: 1em;
}
















/**** Subpages ***/

.wrap {
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
}

#main {
	width: 100%;
	max-width: 100%;
	float: left;
}

#container {
	float: none;
	width: 100%;
	margin: 0;
}




h1.entry-title {
	text-align: center;
	margin: 0;
	font-size: 2.5em;
	text-transform: uppercase;
}












#container.with_submenu {
	float: right;
	width: 78%;
}


#submenu_container {
	float: left;
	width: 20%;
}
.sub_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sub_menu ul li {
	display: block;
	padding: .5em 0;
	border-bottom: 1px solid black;
	font-weight: bold;
	text-transform: uppercase;
}
.sub_menu ul li a {
	color: black;
	display: block;
}
.sub_menu ul li .children {
	padding: .5em 0 0 .5em;
	margin: .5em 0 0;
	border-top: 1px solid black;
}
.sub_menu ul li .children li {
	border: none;
	text-transform: none;
	padding: .15em 0;
	font-weight: bold;
}
.sub_menu ul li .children li a {
	color: #808284;
	display: block;
}

.sub_menu ul li .children .children {
	border: none;
	margin: 0;
}
.sub_menu ul li .children .children li {
	font-weight: normal;
}
.sub_menu ul li.current_page_item a,
.sub_menu ul li.current_page_parent a,
.sub_menu ul li.current_page_ancestor a,
.sub_menu ul li .children li.current_page_item a,
.sub_menu ul li .children li.current_page_ancestor a,
.sub_menu ul li .children .children li.current_page_item a,
.sub_menu ul li .children .children li.current_page_ancestor a {color:#0ba997;}

.sub_menu ul li .children .children li a {color: #808284;}















#content.with_widget {
	float: left;
	width: 70%;
}
#widget_container {
	float: right;
	width: 28%;
}



.sub_widgets {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sub_widgets li {
	display: block;
	position: relative;
	margin-bottom: 1em;
}
.sub_widgets li a {display: block;}
.sub_widgets li a:hover,
.sub_widgets li a:active {
	text-decoration: none;
	opacity: .7;
}
.sub_widgets .widget_content {
	display: block;
	border: 5px solid #fbf5e2;
	padding: 2em 0;
	text-align: center;
}
.sub_widgets .widget_content h3 {
	color: #0ba997;
	margin: 0;
	font-weight: lighter;
	text-transform: uppercase;
}
.sub_widgets .widget_content .arrow_orange {
	position: absolute;
	right: 1em;
	bottom: 1em;
	height: 15px;
}







#widget_container.below {
	float: none;
	position: relative;
	display: block;
	clear: both;
	width: auto;
}

#widget_container.below .sub_widgets {margin: 0 -1%;}

#widget_container.below .sub_widgets li {
	display: inline-block;
	width: 31%;
	margin: 0 1%;
	vertical-align: top;
}

#widget_container.below .sub_widgets .widget_content {
	border: none;
	padding: 0;
}
.widget_thumb {
	display: block;
	margin: 0 0 1em;
}
.lines_short {
	display: block;
	margin: 1em 0 0;
}

















/**** Blog, single archives, category ****/

.blog .story_content:first-child {border-top: 1px solid #808284;}

.blog .story_inner { 
	position: relative;
	overflow: hidden;
}

.blog .story_thumb {
	position: absolute;
    width: 40%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}
.blog .story_text {
	float: right;
    width: 52%;
    position: relative;
    display: inline;
    height: auto;
    padding: 1em 4%;
}
.blog .story_text.full {
	float: none;
	width: auto;
	padding: 1em;
	display: block;
}
.blog .story_text h2 {
	padding: 0;
	margin: 0 0 .25em;
	display: block;
}
.blog .story_content .arrow_orange {bottom: .5em;}






#navigation {
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
	padding: 1em 0 0;
}

.previous {
	float: left;
	width: 30%;
}

.next {
	float: right;
	width: 30%;
}

.previous a,
.next a {
	text-transform: uppercase;
	border: 1px solid #f79239;
	padding: .5em 0;
	display: block;
	font-weight: bold;
	color: #f79239;
	text-align: center;
}
.previous a:hover,
.next a:hover,
.previous a:active,
.next a:active {
	opacity: .7;
	text-decoration: none;
}

.previous p,
.next p {
	margin: 0;
	font-weight: bold;
}







/* Print Template */

#print_btn {
/*
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
*/
	max-height: 40px;
	display: block;
}
#print_btn:hover,
#print_btn:active {opacity: .7;}







/**** Mobile *****/


.mobile {display: none;}



















/*** Miscellanous, External, Plugins ***/

.su-spoiler {margin: 0 0 1px!important;}
.su-spoiler-title {
	background: #f79239;
    color: white;
    padding: .5em 6.5% .5em 2.5%!important;
    font-size: 1em!important;
}
.su-spoiler-closed .su-spoiler-title {
	background: #fbf5e2;
	color: #f79239;
}


.su-spoiler-icon {
	left: auto!important;
	right: 2.5%;
}

.su-spoiler-closed .su-spoiler-content {padding: 0!important;}
.su-spoiler-content {
	border: 1px solid #f79239;
	padding: 1em!important;
}

.su-spoiler:hover {
	cursor: pointer;
	opacity: .7;
}




.content-column {margin: 0;}






.ufaq-faq-div {
	margin: 0 0 2px!important;
	padding: 0!important;
}
.ufaq-faq-title {
	position: relative;
}
.ufaq-faq-title-text {
	width: auto!important;
	padding: .5em 2.5%;
	float: none!important;
	background: #fbf5e2;
}
div.ufaq-faq-title h4 {
	color: #f79239;
	font-size: 1em;
	font-weight: bold;
	width: 93%;
	margin: 0 !important;
}
.ewd-ufaq-post-margin-symbol {
	width: 20px!important;
    height: 20px!important;
    padding: 0!important;
    position: absolute;
    right: 2.5%;
    font-size: 14px;
    top:1em;
    color: #f79239;
}
.ewd-ufaq-post-margin-symbol span {font-size: 1em!important;}


.ewd-ufaq-post-active .ufaq-faq-title-text {background: #f79239;}
.ewd-ufaq-post-active div.ufaq-faq-title h4 {color: white;}
.ewd-ufaq-post-active .ewd-ufaq-post-margin-symbol {color: white;}

.ufaq-faq-body {
	border: 1px solid #f79239;
	padding: 1em!important;
}





.slick-dots {
	bottom: auto!important;
	right: .5em;
	top: 1em;
	width: auto!important;
}
.slick-dots li {
	display: block!important;
	width: 15px!important;
	height: 15px!important;
	background: rgb(0,0,0,.75);
	background: rgba(0,0,0,0.75);
	border: 1px solid rgb(255,255,255,.75)!important;
	border: 1px solid rgba(255,255,255,.75)!important;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	margin: 0 0 .5em!important;
}
.slick-dots li.slick-active {
	background: #f79239;
	border: 1px solid #f79239!important;
}
.slick-dots li button:before {display: none;}









.zeno_font_resizer_container {
	position: relative;
	display: block;
	clear: both;
	margin: 1.5em 0 0;
}
.zeno_font_resizer {text-align: left!important;}



