/*
Theme Name: ET-Starter
Theme URI: http://empirethemes.com/starter-theme
Description: A starter theme for WordPress. ET-Starter is meant to help you create your own WordPress theme with ease.
Author: ET
Author URI: http://empirethemes.com
version: 1.4
Tags: white, widget-ready, threaded-comments
*/


/* basics */

*{margin:0; padding:0;}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #1d0600;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
	display: block;
}

/* text */

p { margin-bottom: 1em;}

blockquote{
	border-left:1px solid #333;
	margin:15px;
	padding:0 12px;
}

code{font-family:"Courier New", Courier, monospace;}

/* tables */

td  {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* links */

a{color:#0066cc; text-decoration:none; outline:none;}

a:hover{text-decoration: none; color:#000;}

/* container */

#container {
	width:950px;
	padding:0;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
/* header */

#header {
	height: 160px;
	position: relative;
}

#header h1 {
	position: absolute;
	width: 300px;
	height: 160px;
}
#header h1 a {
	display: block;
	height: 160px;
	width: 300px;
	text-indent: -9999px;
}


/* main menu */

#menu {
	position: absolute;
	right: 0px;
	width: 635px;
	height: 41px;
	bottom: 9px;
	background-image: url(images/top-nav-bg.gif);
	background-repeat: no-repeat;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	display: block;
	float: left;
}
#menu ul li a {
	display: block;
	float: left;
	height: 28px;
	font-size: 15px;
	text-transform: uppercase;
	color: #ebe0c1;
	text-decoration: none;
	padding-top: 13px;
	background-image: url(images/top-nav-divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 1em;
	padding-right: 23px;
	padding-left: 22px;
}
#menu ul li.page-item-9 a {
	background-image: none;
}

#menu ul li.page-item-23 {
	display: none;
}


/* Search Box */

.topHeaderSearch {
	position: absolute;
	right: 0px;
	top: 71px;
	text-align: right;
	width: 213px;
}

.topHeaderSearch .searchBox {
	background-image: url(images/search_box_bg.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 165px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7a4838;
	line-height: 1em;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	display: block;
}
.topHeaderSearch .textbox {
	border: 1px solid #cfc5aa;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.2em;
	padding: 2px;
	background-image: url(images/small_tan_grad.gif);
	background-repeat: repeat-x;
	background-position: left -5px;
}

.topHeaderSearch .searchBtn {
	font-size: 75%;
	color: #FFFFFF;
	height: 27px;
	width: 38px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(images/search_box_go.gif);
	text-indent: -9999px;
	cursor: pointer;
	cursor: hand;
	color: transparent;
	text-transform: capitalize;
}
.topHeaderSearch .submit {
	color: #FFFFFF;
	background-color: #BBA036;
	border: none;
	font-weight: bold;
	border: 1px solid #94741E;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4px;
	cursor: pointer;
	cursor: hand;
}

/* content */


#pageMain {
	background-image: url(images/leftNavBg.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	background-color: #FFF;
}


.content {
	width: 740px;
	float: right;
	background-image: url(images/pageMainTop.gif);
	background-repeat: no-repeat;
	background-position: -210px top;
	font-size: 0.9em;
	padding-bottom: 70px;
}

.content a   {
	color: #850808;
	text-decoration: none;
}


.homeBanner {
	background-image: url(images/home_banner.jpg);
	background-repeat: no-repeat;
	height: 316px;
	position: relative;
}
.homeBanner .intro {
	position: absolute;
	left: 242px;
	top: 100px;
	width: 401px;
	font-size: 14px;
	line-height: 18px;
}
.homeBanner .intro h2 {
	color: #760504;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 6px;
}


.post {
	margin-bottom: 10px;
	margin-right: 9px;
	margin-left: 10px;
	padding: 14px;
}
	
.pagetitle{
	margin:0 0 20px 0;
	color:#777;
}

.post h1, .post h1 a, .post h1 a:hover {
	font-size: 1.2em;
	color: #760102;
	text-transform: uppercase;
	margin-bottom: 1em;
	display: block;
	font-weight: normal;
}

.post#post-16 h1{
	display: none; /* Hide Home Title*/
}
	
.post h2{
	font-size: 1.1em;
	text-transform: uppercase;
	margin-bottom: 1em;
	display: block;
	font-weight: normal;
}

.post ul {margin:20px;}

.post li {list-style-type:square;}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	border-top:1px dotted #ccc;
	padding:6px 0;
	margin: 20px 0;
}
	
.navigation {
	font-size:11px;
	width:100%;
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
}
	
.alignleft a{float:left; margin:15px 0;}
.alignright a{float:right; margin:15px 0;}
	
.more-link{
	background:#0066cc;
	color:#fff;
	padding:2px 0;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin:12px 0 0 0;
	display:block;
	width:90px;
	text-align:center;
	text-shadow:1px 1px #003c79;
	font-size:12px;
}

.more-link:hover{
	background:#003c79;
	color:#fff;
}
ul.ul-addw2p-homeleftcol {
	margin: 0px;
	padding: 0px;
}
ul.ul-addw2p-homeleftcol li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.homeRightCol {
	font-size: 0.9em;
	width: 200px;
}


.homeRightCol h3 {
	color: #760504;
	font-size: 1.1em;
	margin-bottom: 10px;
}
.homeRightCol ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #666;
}
.homeRightCol ul li {
	list-style-type: none;
}
.homeRightCol ul li p {
	display: block;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8C5531;
	list-style-type: none;
}



ul.homeEvents {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.homeEvents li {
	display: block;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8C5531;
	list-style-type: none;
}




.map {
	height: 350px;
	width: 425px;
	border: 1px solid #cfc5aa;
}
.youtube {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.photoGallery {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cfc5aa;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cfc5aa;
	margin-bottom: 1em;
	text-align: center;
}
.photoGallery img {
	margin-right: 4px;
	margin-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.map {
	height: 350px;
	width: 425px;
	border: 1px solid #cfc5aa;
}
.youtube {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}




/* Primary Sidebars */

.primary-sidebar{
	left: 0px;
	width: 210px;
	float: left;
	padding-top: 10px;
}

.primary-sidebar a{
	color: #875531;
	text-decoration: none;
}

.primary-sidebar h2{
	display: block;
	font-size: 90%;
	color: #ebe0c1;
	background-color: #760102;
	height: 15px;
	padding-left: 20px;
	text-transform: uppercase;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 1em;
	font-weight: normal;
}

.primary-sidebar .textwidget{
	padding-left: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	color: #875531;
	font-size: 0.75em;
}
.primary-sidebar .textwidget a {
	color: #4483A6;
}

.primary-sidebar p {}

.primary-sidebar img {}

.primary-sidebar ul {
	margin:0;
	padding:0;
}

.primary-sidebar ul li {
	list-style-type: none;
}

.primary-sidebar ul ul {
	margin:14px 0 !important;
	padding: 0;
}

.primary-sidebar ul ul li {
	list-style-type: none;
	}

.primary-sidebar ul ul ul{
	margin:0;
	padding: 0;
}

.primary-sidebar ul ul ul li{
	padding: 0;
	margin:0 0 0 14px !important;
	list-style-type: square;
	list-style-position:inside;
}

/* twitter */

.aktt_tweets{overflow:hidden;}

.aktt_tweets ul li{
	padding:0 5px 14px 0;
	background:none;
}

/* wp-calendar styling */

#wp-calendar{
	margin:14px 0;
}


/* comments */


.maincomments{
	padding:0;
	margin:0 0 20px 0;
	font-size:12px;
}

.maincomments h3{
	font-size: 16px;
	font-weight: 300;
	color: #000;
	margin:0 0 14px 0;
	padding:0;
	letter-spacing:1px;
	}

#respond{margin:20px 0 0 0;}

#commentform{
	margin:20px 0 0 0;
	padding:0;
	font-size:12px;
}
	
#commentform p{
	color: #000;
}
	
	
#commentform h3{
	font-size: 16px;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:95%;
}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-size: 11px;
	margin:5px 5px 0 0;
	padding:4px;
	border: 1px solid #ddd;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	}
	
#submit{
	margin:5px 5px 0 0; 
	padding:5px 14px;
	background:#0066cc;
	text-transform:lowercase;
	color:#fff;
	width:130px;
	border:none;
	cursor:pointer;
}
	
#submit:hover{
	background:#003c79;
	border: none;
	color:#fff;
	}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

ol.commentlist li {
	margin:0 0 12px 0;
	padding:12px;
	list-style-type:none;
	overflow:hidden;
}

ol.commentlist li.alt {background:#fff;}

ol.commentlist li p{
	margin:12px 0;
	font-size:12px;
}
	
cite {
	padding:0;
	}
	
.vcard{margin:0 0 6px 0;}

.children{
	margin:20px 12px 0 12px;
	padding: 0;
}

.nocomments{background:#2d2d2d; color:#fff; padding:0;}

.comment-meta{font-size:12px; line-height:18px;}

.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	}

.thread-even {
	background:#f9f9f9;
	margin: 0px;
	padding: 0px;
	}

.depth-1 {
	border: 1px solid #ddd;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	margin: 0px;
	padding: 4px;
	border:1px solid #ddd;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	}

.avatar{float:left; display:block; margin:0 12px 8px 0; padding:1px; border:1px solid #d6d6d6;}




/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* WP Page Navi Styles */

.wp-pagenavi{
	font-size:11px !important;
	text-transform:uppercase;
	padding:12px 0;
	margin:12px 0;
	border-top:1px solid #ddd;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	border: 1px solid #ddd !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	border: 1px solid #ddd !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #ddd !important;
	color: #494949 !important;
	background-color: #ddd !important;
}
.wp-pagenavi a:active {
	border: 1px solid #ddd !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	color: #494949 !important;
	border: none !important;
	background-color:none !important;
	margin:0 8px 0 0 !important;
	padding:0 !important;
}
.wp-pagenavi span.current {
	border: 1px solid #ddd !important;
	color: #494949 !important;
	font-weight:300 !important;
	background-color: #dddddd !important;
}

/* contact form 7 */

.wpcf7{
	margin:24px 0 !important;
	font-size:11px;
}

.wpcf7 input{
	border:1px solid #ccc;
	padding:4px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.wpcf7 textarea{
	padding:4px;
	border:1px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.wpcf7 input[type=submit]{
	border:none;
	padding:4px 10px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background:#000;
	color:#fff;
	cursor:pointer;
}



/* search */


#searchform{
	padding:14px 0 20px;
	margin:0;
	}

#searchform input#s{
	margin:0;
	border:1px solid #ddd;
	padding:4px 8px;
	width:80%;
	color:#828282;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	}
	
#searchform input#s:focus{
	color:#333;
	}
	
	




/*Footer*/
#footer  {
	padding-top: 15px;
	padding-bottom: 5px;
	background-image: url(images/pageMainBottom.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #875531;
	text-decoration: none;
}
#footer a {
	text-decoration: none;
	color: #875531;
}

#footer .siteDocs {
	text-align:center;
}

#footer .txtSiteDocs, #footer a.txtSiteDocs {
	font-size: 75%;
	font-size: 12px;
	color: #875531;
	text-decoration:none;
}
#footer .coldwaterCopyright { float: left; }

#footer .credit {
	float: right;
	font-size: 10px;
}
#footer .txtCopyright, #footer a.txtCopyright {
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	color: #522e19;
	padding-bottom: 20px;
	text-decoration: none;
}
#footer a.txtCopyright:hover {
	text-decoration: none;
}
/*End: Footer*/

