/*
Theme Name: History
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: the WordPress team
Author URI: http://wordpress.org/
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

body {
background-color:#ffffff;
background-image:url(images/background.jpg);
background-repeat:repeat-x;
color:#354a4b;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
}
strong {
	font-weight:700;
}
em {
	font-style:italic;
}
#nav_background{
background:#ffffff;
height:40px;
}

#nav_wrapper{
width:920px;
margin:0 auto;
position:relative;
z-index:1;
}

.logo{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
}

#nav_container{
float:right;
}

/*nav*/
#nav, #nav ul {
margin:0;
padding:0;
list-style: none;
position:relative;
z-index:100;
height:25px;
line-height: 1;
}

#nav a {
display: block;
height:25px;
z-index:100;
position:relative;
}

#nav a:link, #nav a:active, #nav a:visited{
padding:0px 10px;
color:#354a4b;
text-decoration:none;
font-size:12px;
display:block;
z-index:100;
position:relative;
padding-top:15px;
}
 
#nav a:hover, #nav a:active{
background-color:#d0cabe;
height:25px;
color:#354a4b;
z-index:100;
position:relative;
padding-top:15px;
}


#nav li{
float:left;
position:relative;
z-index:100;
width:auto;
display:block;
}

#nav li ul {
text-decoration:none;
border:none;
z-index:101;
}

#nav li ul {
position: absolute;
width: 250px;
height:auto;
padding:0px;
left: -999em;
background-color:#ffffff;
opacity:0.95;
color:#ffffff;
white-space:nowrap;
z-index:101;
}

#nav li ul li {
float:none;
z-index:101;
position:relative;
}
#nav li ul li ul li {
float:none;
z-index:101;
position:relative;
}

#nav li ul a:hover, #nav li ul a:active{
background-color:#ffffff;
height:25px;
z-index:101;
position:relative;
overflow:hidden;
}

#nav li ul a:link, #nav li ul a:active, #nav li ul a:visited{
display:block;
padding-top:12px;
padding-bottom:5px;
z-index:101;
position:relative;
overflow:hidden;
}

#nav li ul li ul {
margin:0px;
top:0px;
background-color:#d0cabe;
left:-999em;
position:absolute;
}


#nav li:hover ul {
	left:auto;
	display: block;
background-color:#d0cabe;
}
#nav li:hover ul li ul {
	left:-999em;
}
#nav li:hover ul li ul li ul {
	left:-999em;
}
#nav li ul li:hover ul {
	left:100%;
	display: block;
background-color:#d0cabe;
}
#nav li ul li:hover ul li ul {
	left:-999em;
}
#nav li ul li ul li:hover ul {
	left:100%;
	display: block;
background-color:#d0cabe;
}


#nav .current_page_item{
background-color:#d0cabe;
color:#ffffff;
}

#nav .current_page_parent{
background-color:#d0cabe;
color:#ffffff;
}

#nav .current_page_ancestor{
background-color:#d0cabe;
color:#ffffff;
}

#nav .children .current_page_item{
background-color:#d0cabe;
color:#ffffff;
}

#nav .children .current_page_parent{
background-color:#d0cabe;
color:#ffffff;
}

/*end nav*/

#content{
background-image:url(images/shadow.png);
background-repeat:repeat-x;
width:100%;
}

#content_background_home{
margin: 0 auto;
background-image:url(images/bg_image.jpg);
background-repeat:no-repeat;
background-position: center top;
}

#content_background{
margin: 0 auto;
background-image:url(images/bg_image.jpg);
background-repeat:no-repeat;
width:1280px;
min-height:700px;
}

#main_content{
background-image:url(images/content_bg.png);
background-repeat:repeat-y;
width:920px;
margin:0 auto;
overflow:hidden;
}

.home_image{
float:right;
padding:20px 20px 0px 0px;
opacity:none;
}

#quote{
background-image:url(images/brcaket.png);
background-repeat:no-repeat;
width:650px;
height:200px;
margin:100px 0px 0px 30px;
}

#quote p{
padding:5px 50px;
font-family: 'Italianno', cursive;
font-size:32px;
line-height:1.5;
}

.home_copy{
padding-left:30px;
line-height:24px;
}

.empty_spacer{
width:100%;
height:184px;
border-bottom:3px solid #354b4b;
margin-bottom:20px;
-webkit-box-shadow: 0px 3px 20px 2px #6b6b6b;
box-shadow: 0px 3px 20px 2px #6b6b6b;
}

#copy{
width:610px;
padding:0px 30px 20px 40px;
float:left;
}

#copy img{
margin:0px 10px 5px 10px;
border: 2px solid #999;
}

#copy ul li{
padding-left:10px;
list-style:inside;
list-style-type:disc;
}
#copy .woocommerce ul li.product
{
    padding-left: 0;
    list-style-type:none;
}
#copy .woocommerce img
{
    margin: 0;
}
#copy .woocommerce.columns-1 img
{
    float: left;
    width: 150px;
    height: 150px;
    margin: 0px 10px 5px 10px;
}
#copy .woocommerce.columns-1 .woocommerce-loop-product__title
{
    color: #354a4b;
    font-weight: bold;
}
.woocommerce div.description, .related.products
{
    display: none;
}
#copy .woocommerce.columns-1 div.description
{
    display: block;
    color: #354a4b;
    margin-left: 175px;
}
.woocommerce.columns-1 li.product .price
{
    font-size: 16px !important;
    font-weight: bold !important;
    margin-left: 175px;
}
.woocommerce.columns-1 li.product .button {
    margin-left: 175px;
    display: block;
    width: 125px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img
{
    width: 90px;
    height: 90px;
}
.woocommerce.columns-1 a.added_to_cart
{
    margin-left: 175px;
    display: block !important;
}
.woocommerce .product_meta
{
    display: none;
}
article
{
    padding: 0px 30px 20px 40px;
}
#copy article
{
    padding: 0;
}
#slide_small
{
    display: none;
}

.empty_spacer_post{
width:100%;
height:184px;
margin-bottom:20px;
border-bottom:3px solid #354b4b;
-webkit-box-shadow: 0px 3px 20px 2px #6b6b6b;
box-shadow: 0px 3px 20px 2px #6b6b6b;
}

#copy_post{
width:840px;
padding:0px 40px 20px 40px;
float:left;
}

#copy-post img{
float:left;
margin:0px 10px 5px 10px;
border: 2px solid #999;
}

#copy_post ul li{
padding-left:10px;
list-style:inside;
list-style-type:disc;
}


.wp-caption-text{
float:left;
width:100%;
margin:0px 10px 0px 10px;
font-style:italic;
font-size:9px;
}

h4.article{
padding-top:10px;
padding-bottom:0px;
}

.article a:link{
font-weight:bold;
font-size:14px;
}

.left_side{
	width:285px;
	float:left;
	margin:0px 20px 40px 0px;
}

#copy .left_side ul li{
	list-style:none;
	padding-left:0px;
}

#copy .map ul li{
	list-style:none;
	
}

.left_side input{
	width:275px;
	margin-bottom:10px;
}

.left_side .textarea{
	width 290px;
	margin-bottom:10px;
}

.left_side input.submit{
	width:75px;
	float:right;
}

.left_side select{
	margin-bottom:10px;
}

.error{
color:#FF0000;
float:left;
margin-bottom:10px;
width:250px;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/bg/contactOverlay.png) top left repeat;
    z-index: 10000;
	 display:none;
}
#loading_img {
	background-image: url(images/bg/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 22px;
	position: absolute;
	left: 0px;
	top: 35px;
	z-index:1;
}

#overlay h3{
	color:#333;
	text-decoration:none;
	clear:none;
	width:60%;
	margin:30px auto;
	padding:20px;
	border:3px solid #666;
	background:#fff;
	z-index: 2;
	position: relative;
	text-align:center;
	font-size:10px;
}

#map_canvas{
width:270px;
height:250px;
border:solid 2px #354a4b;
float:left;
}


#sidebar{
width:180px;
float:left;
padding:0px 20px 20px 20px;
}

.widget-area{
padding:0px 20px;
}

.widget-title{
padding-top:10px;
}

.tagcloud a{
width:100%;
float:left;
}

/*start slide*/
#slide{
background-image:url(images/slide_bg.png);
background-repeat:repeat-x;
height:287px;
margin-top: -29px;
z-index: 20;
}

.slide_head{
margin:25px 0px 0px 20px;
padding-bottom:5px;
}

#carousel{
width:980px;
margin:0 auto;
}

.list_carousel {
width:920px;
float:left;
}

.list_carousel img{
position:relative;
z-index:1;
}

.list_carousel ul {
margin:0 auto;
margin: 0;
padding: 0;
list-style: none;
display: block;
}

.list_carousel li {
font-size: 40px;
color: #999;
text-align: center;
width: 206px;
height: 169px;
border: 2px solid #999;
margin: 0px 6px 6px 6px;
display: block;
float: left;
position:relative;
}
.list_carousel.responsive {
width: auto;
margin-left: 0;
}

.prev {
float: left;
margin-left: 10px;
width:18px;
margin-top:120px;
}
.next {
float: right;
margin-right: 10px;
width:18px;
margin-top:120px;
}

.slide_overlay{
width:100%;
height:0px;
background-color:#354a4b;
opacity:0.9;
position:absolute;
bottom:0;
z-index:2;
}

.slide_overlay p{
color:#ffffff;
font-size:9px;
font-weight:bold;
padding:10px;
text-align:left;
}

/*end slide*/

#slide_small{
background-image:url(images/slide_bg_small.png);
background-repeat:repeat-x;
height:164px;
margin-top: -29px;
z-index: 20;
}

#footer{
text-align:center;
font-size:8pt;
}

#footer p{
padding:7px 0px;
}

#footer_nav{
padding:10px;
}

#footer_nav li{
display:inline;
list-style:none;
padding:10px;
font-weight:bold;
}

#footer_nav li:hover{
text-decoration:underline;
}

#footer_nav a:link, #footer_nav a:active, #footer_nav a:visited{
text-decoration:none;
color:#354a4b;
}

.entry-title{
padding-top:10px;
font-size:14px;
}

.entry-meta{
padding-bottom:10px;
display: none;
}

.nav-previous{
float:left;
}

.nav-next{
float:right;
}

.page_nav_wrapper{
overflow:hidden;
background-color:#ffffff;
padding:5px;
clear:both;
}

#copy .page_nav_wrapper a{
color:#354A4B;
}

.line{
background-color:#354b4b;
width:940px;
height:2px;
margin:0 auto;
}

.vertical_line{
border-left:1px solid #354b4b;
height:100%;
margin-bottom:20px;
}

.small{
font-size:9px;
font-style:italic;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a:link{
text-decoration:none;
color:#847860;
}

a:visited{
text-decoration:none;
color:#847860;
}

a:hover{
text-decoration:underline;
color:#847860;
}

a:active{
text-decoration:none;
color:#847860;
}

h1{
font-weight:bold;
font-size:18px;
padding-bottom:10px;
}

h5{
	font-size:16px;
	font-weight:bold;
	padding:15px 5px 15px 15px;
	margin:5px 0px;
	border-bottom:1px solid #d0cabe;
	background-image:url(images/tinybracket.png);
	background-repeat:no-repeat;
	background-position:0px;
}


h3{
font-weight:bold;
font-size:12px;
padding-bottom:10px;
padding-top:10px;
}

p{
padding-bottom:10px;
}

.cleft{
	clear:left;
}

.cright{
	clear:right;
}

.cboth{
	clear:both;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

.explain{
}

.child{
	padding:15px 5px 15px 15px;
	margin:5px 15px;
	border-bottom:1px solid #d0cabe;
	background-image:url(images/tinybracket.png);
	background-repeat:no-repeat;
	background-position:10px;
}

.child p{
	padding:0px;
}

.child a{
	padding:5px 5px 5px 10px;
}

#news_archives-3 ul li{
	padding-bottom:10px;
}





ol {
	list-style-type: decimal;
	padding-left:20px;
	margin-bottom: 10px;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0px;
}

dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 1.5em 10px;
	padding: 0 1.5em;
	border-left:1px solid #354A4B;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f6f5f2;
	vertical-align: baseline;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin-bottom: 1.625em;
	padding: 0.75em 1.625em;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	clear:left;
	border:1px solid #d0cabe;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Membership Form */
form.custom_form {
  display: block;
  background: #FAFAFA;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  max-width: 1000px;
  margin: 20px auto;
  padding: 30px;
  position: relative;
}
form.custom_form input:invalid,
form.custom_form select:invalid {
  border: 1px solid red;
}
form.custom_form input:valid,
form.custom_form select:valid {
  border: 1px solid green;
}
form.custom_form ul {
  list-style: none;
  margin: 0;
}
form.custom_form ul li {
  overflow: hidden;
  margin-bottom: 15px;
  list-style-type: none !important;
}
form.custom_form label {
  display: block;
  font-weight: 700;
  font-size: 14px;
}
form.custom_form .ajax-loader {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background-image: url("images/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center 100px;
  z-index: 2;
}
form.custom_form .ajax-complete {
  background: #fff;
  width: 90%;
  text-align: center;
  padding: 100px 5%;
}
form.custom_form .ok-message {
  display: block;
  background-color: #d9d9d9;
  border-radius: 2px;
  line-height: 30px;
  width: 100px;
  height: 30px;
  margin: 30px auto;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #DDD;
  color: #333;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
}
form.custom_form .fleft {
  float: left;
}
form.custom_form .required_label {
  color: #F00;
}
form.custom_form h3
{
    font-size: 16px;
}
form.custom_form input[type="text"], form.custom_form input[type="email"], form.custom_form input[type="url"], form.custom_form input[type="password"], form.custom_form input[type="search"], form.custom_form input[type="tel"], form.custom_form input[type="number"], form.custom_form textarea
{
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    /*border: 1px solid #d1d1d1;*/
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
    box-sizing: border-box;
}
form.custom_form h2 
{
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    margin: 0 0 .25em;
    line-height: 1em;
    font-weight: 700;
}
form.custom_form table
{
    border-bottom: 1px solid #ddd;
    margin: 0 0 1.625em;
    width: 100%;
}
form.custom_form td
{
    border-top: 1px solid #ddd;
    padding: 10px 10px 10px 0;
}

.home-content {
	width: 98%;
	max-width: 880px;
	background: #eeedeb;
	color: #000;
	margin: 0 auto;
	padding: 20px;
}
