/*
author: Craig Erskine
description: styles
*/

/* elements */
html { background: #725412 url(img/bg.png) repeat-x top; }
body { font: 14px/1.5 'Ubuntu', Arial, sans-serif; background: url(img/bg-tree.png) no-repeat top; color: #4B3B19; }

a { color: #719F2F; text-decoration: none; }
a:hover,a:focus { color: #C71919; text-decoration: none; outline: 0; }

h1,h2,h3,h4,h5,h6 { margin: 0 0 10px; font-weight: 300; font-size: 2em; line-height: 1.1; }
h1 { letter-spacing: -1px; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

p,ul,ol,table { margin: 0 0 20px; }
ul,ol { margin: 0 0 20px 25px; }
ul ul,ul ol,ol ol,ol ul{ margin-bottom: 0; }
table table { margin-bottom: 0; }
hr { margin: 0 0 19px; border: 0 none; border-top: 1px solid #AD9567; height: 0; background: transparent; color: transparent; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* classes */
.small { font-size: .8em; }
.large { font-size: 2em; line-height: 1; }
.bottom-add { margin-bottom: 20px; }
.bottom-half { margin-bottom: 10px; }
.bottom-remove { margin-bottom: 0; }
.left { margin: 0 20px 20px 0; float: left; }
.right { margin: 0 0 20px 20px; float: right; }
.img-scale { max-width: 100%; height: auto; }
.text-error,.error { color: #C71919; }
.highlight { background: #FF9; }
.clear { clear:both; }
span.clear{width:0;height:0;display:block;overflow:hidden;visibility:hidden;}

/* bootstrap fixes */
.well,.alert { border: 0 none; text-shadow: none; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.well { background: #DFD5BE; -webkit-border-radius: 15px; border-radius: 15px; }
.alert { background: #F39C12; color: #FFF; }
.alert a { color: #FFF; }
.alert-info { background: #3498DB; }
.alert-success { background: #18BC9C; }
.alert-error,.alert-danger { background: #C71919; }
.btn,.label { border-color: #666; background: #666; color: #FFF; font-weight: normal; text-shadow: none; -webkit-border-radius: 0; border-radius: 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
p.btn { margin-bottom: 20px; }
.btn a { color: #FFF; }
.btn { border-color: #BBB; background: #BBB; }
.btn-default { border-color: #BBB; background: #EEE; color: #222; font-weight: normal; }
.btn-default a { color: #222; }
.btn-primary { border-color: #33485D; background-color: #33485D; }
.btn-info,.label-info { border-color: #45A1DE; background-color: #45A1DE; }
.btn-success,.label-success { border-color: #1DCCAA; background-color: #1DCCAA; }
.btn-warning,.label-warning { border-color: #F4A425; background-color: #F4A425; }
.btn-danger,.label-important { border-color: #C71919; background-color: #C71919; }
.btn-inverse,.label-inverse { border-color: #222; background-color: #222; }
.btn:hover,.btn:focus { border-color: transparent; background-color: #CCC; color: #111; text-shadow: none; }
.btn:hover a,.btn:focus a { color: #111; }

/* forms */
form { margin: 0; }
input[type],textarea,select,option,label { font-size: 13px; }
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input,.input-append .btn:last-child,.input-prepend .btn:first-child,.input-append input,.input-prepend input { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.Doc2Form fieldset { margin: 0; border: 0 none; padding: 0; }
.Doc2Form ol,.Doc2Form ol li { margin: 0 0 10px; padding: 0; width: 100%; list-style: none; clear: both; position: relative; }
.Doc2Form .required strong,.CAPTCHA_li label { color: #900; font-weight: bold; }
.Doc2Form textarea { height: 150px; }
.Doc2Form .form-captcha-img { margin: 0 0 4px; display: block; }

/* video */
.video-container { padding-top: 30px; padding-bottom: 56.25%; height: 0; position: relative; overflow: hidden; }
.video-container iframe,.video-container object,.video-container embed { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

/* blog */
.comment-content { margin: 0 0 20px; padding: 0 0 0 60px; position: relative; }
.comment-gravatar { position: absolute; top: 0; left: 0; }

.archive ul { margin: 0 0 0 10px; list-style: none; }
.archive ul li { list-style: none; }

/* templates */

.col-img { text-align: center; }
.col-img img { margin: 0 1%; }

/* 2 column */
.col2-1,.col2-2 { width: 48%; float: left; }
.col2-1 { clear: left; }
.col2-2 { margin: 0; float: right; }

/* 3 column */
.col3-1,.col3-2,.col3-3 { margin: 0 2% 0 0; width: 31.99%; float: left; }
.col3-1 { clear: left; }
.col3-3 { margin: 0; float: right; }

/* news */
.col-news { margin: 0 0 20px 20px; padding: 10px 10px 1px; width: 200px; float:right; background: #EFEFEF; font-size: .9em; }
* html .col-news { width: 220px; }
.col-news h2 { padding: 6px; background: #CCC; font-size: 16px; }

/* pic left/right - zig zag - glossary */
.zig-sm,.zag-sm { width: 220px; float: left; font-size: .9em; }
.zag-sm { float: right; }
.zig-lg,.zag-lg { margin: 0 0 0 240px; }
.zag-lg { margin: 0 240px 0 0; }

/* gallery */
.gallery { margin: 0 0 20px; padding: 0; width: 100%; list-style: none; *zoom:1 }
.gallery li { margin: 0; padding: 0; width: 25%; float: left; display: block; list-style: none; *width: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px"); }
.gallery .thumb { margin: 0 10px 20px; background: #FFF; color: #999; overflow: hidden; border-radius: 4px; box-shadow: 0 0 3px rgba(0,0,0,0.3); }
.gallery img { width: 100%; height: auto; display: block; }
.gallery .caption { padding: 0 8px; height: 30px; font-size: 11px; line-height: 30px; font-weight: bold; overflow: hidden; }

/* layout */
#page { position: relative; background: #FFF; }

/* head */
#head { background: #DFD5BE url(img/head.png) no-repeat 0 0; position: relative; }
.head { padding: 0 0 40px; background: url(img/nav-top.png) no-repeat bottom; }
#head-logo { margin: 0; padding: 10px 0 0 33px; }
#head-utility { padding: 15px 20px 0 0; color: #719F2F; text-align: right; }
#head-content { float: left; }
#head-search .form-control { border: 0 none; width: 126px; -webkit-box-shadow: none; box-shadow: none; }
#head-search .btn-link { color: #719F2F; text-transform: uppercase; font-family: 'Ubuntu', Arial, sans-serif; }
#head-btn { clear: both; }
#head-btn .btn { border-color: #FFF; background: #FFF; color: #719F2F; font-size: 16px; text-transform: uppercase; box-shadow: 0 0 8px #A58747; }

/* nav */
#nav { margin: 0; background: #719F30; position: relative; z-index: 2; }
.nav { margin: 0; }
#nav-toggle { display: none; cursor: pointer; }
#nav-toggle-icon { margin: 7px; border-top: 6px solid #FFF; border-bottom: 6px solid #FFF; padding: 7px 0; width: 26px; color: #FFF; font-size: 1px; line-height: 6px; display: block; position: relative; }
#nav-toggle-icon:before { width: 100%; height: 6px; background: #FFF; position: absolute; top: 4px; left: 0; content: ""; }

/* hero */
#hero { padding: 40px 0 0; background: #DFD5BE url(img/nav-bot.png) no-repeat top; position: relative; z-index: 1; }
.hero { padding: 0 0 32px; background: url(img/hero.png) no-repeat bottom; }
.hero-alert { margin: 0 0 25px; font-weight: 300; font-size: 18px; }
.hero-alert strong { font-weight: 300; font-size: 36px; }
#hero-img .slide { width: 100%; display: none; text-align: center; }
#hero-img .slide a { width: 100%; display: block; }
#sect-home #hero-img img { box-shadow: 0 0 5px #C0AF8C; }
#hero-content { padding-right: 20px; }
#hero-content h1 { font-size: 20px; }
.hero-links,.hero-links ul,.hero-links li { margin: 0; list-style: none; }
.hero-links { padding: 20px 20px 15px; background: #FFF; font-weight: 300; box-shadow: 0 0 8px #A58747; }
.hero-links ul { padding: 15px 0 0; }
.hero-links li { width: 100%; font-size: 20px; }
.hero-links li li { margin: 0 0 5px; width: 50%; float: left; font-size: 16px; }
.hero-links li li img { margin: 0 5px 0 0; }

/* body */
#body { clear: both; position: relative; z-index: 1; }
#content { padding: 20px; }
#content-main { padding: 0 10px 0 0; }
#content-aside { border-left: 1px solid #AD9567; padding: 0 0 0 30px; }
.content-aside strong { font-size: 18px; font-weight: 400; }

.nav-sub { border-right: 1px solid #AD9567; padding-right: 20px; font-weight: 300; font-size: 16px; }
.nav-sub li { padding: 4px 0; }
.nav-sub li li { font-size: 14px; }
.nav-sub .parent { margin: 0 0 20px; font-size: 20px; color: #4B3B1A; }
.nav-sub .parent a { color: #4B3B1A; }
.nav-sub .active a { color: #4B3B1A; }

/* foot */
#foot { padding: 20px; background: #719F30; color: #FFF; font-weight: 300; font-size: 12px; clear: both; }
#foot strong { font-weight: 300; font-size: 16px; }
#foot a { color: #FFF; }
#foot-copy { margin: 0; }

/* animation */
a,input,textarea{-webkit-transition:background-color .25s,color .25s,border-color .25s,box-shadow .25s;transition:background-color .25s,color .25s,border-color .25s,box-shadow .25s;}

/* tablet landscape */
@media only screen and (max-width: 979px){
 table,tr,td,th { display: block; }
 #nav-toggle { display: block; }
 .hero-links li li { font-size: 11px; }
}
/* tablet portrait / mobile landscape */
@media only screen and (max-width: 767px){
 body { padding: 0; }
 iframe,object { width: 100%; }
 .gallery li { width: 33.33333333%; }
 #head { background-image: none; }
 .head { padding: 0 20px 40px; }
 #head-logo { margin: 0 0 15px; padding-left: 0; text-align: center; }
 #head-utility { padding: 0; text-align: center; }
 #head-content { float: none; }
 #head-search { margin: 0 0 20px; }
 #hero-content { padding: 20px 20px 0; }
 .hero-links li li { font-size: 16px; }
 .nav-sub { border: 0 none; border-bottom: 1px solid #AD9567; padding: 0 0 20px; }
 #content-main,#content-aside { padding: 0; border: 0 none; }
 #content-aside { border-top: 1px solid #AD9567; padding: 20px 0 0; }
 #foot { text-align: center; }
}
/* mobile portrait */
@media only screen and (max-width: 479px){
 .left,.right { margin-right: auto; margin-left: auto; float: none; text-align: center; display: block; }
 .gallery li { width: 50%; }
 .hero-links li li { width: 100%; float: none; }
}
/* mobile tiny */
@media only screen and (max-width: 319px){
 .hero-links li li { font-size: 11px; }
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */