@charset "UTF-8";
/*
THEME NAME: Appalachian-History
DESCRIPTION: Custom theme for www.appalachinahistory.net. Theme includes MooTools powered tabbed box in sidebar.  
AUTHOR: <a href="http://www.amaru-i.com">Amaru Interactive</a>
*/

/* ********************************* */
/* 	COLORS */
/*	Dark Red: #822b09			*/
/*	Link Blue: #187691			*/
/*	Tan Borders: #bc9d89		*/
/*	Dark Brown Text: #43381f	*/
/* ********************************* */

/* ********************************* */
/* ERIC MEYER'S CSS RESET - RELOADED */
/* ********************************* */

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, img, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	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: "" "";
}

/* ************* */
/* END CSS RESET */
/* ************* */

/* *************** */
/* LAYOUT ELEMENTS */
/* --------------- */

html {
	background-color: #332513;
	background-image: url(images/bg-mtn.jpg);
	background-position: 0 0;
	background-attachment:fixed;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	width: 100%;
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: rgba(255, 252, 229, 0.35);
	border: 1px solid #eeead6;
	border-top: none;
}

#content {
	float: left;
	position: relative;
	width: 505px;
	margin: 15px 0 30px 20px;
	padding: 130px 40px 0 45px;
	padding-bottom: 40px;
	background: #fefaf0;
}

.sidebar {
	float: right;
	width: 320px;
	padding: 15px;
}

#sidebar-one {
	background:url(images/quill.png) no-repeat 100% -2px;
	padding-bottom: 0;
}

.right {float: right;}
.left {float: left;}
.small {font-size: .9em;}

/* ------------------- */
/* END LAYOUT ELEMENTS */
/* ******************* */


/* *************** */
/* GLOBAL ELEMENTS */
/* --------------- */

.screen-reader-text {
	display: block;
	text-indent: -5000em;
	height: 1px;
}

::selection {
	background: #c6d8cd;
}
::-moz-selection {
	background: #c6d8cd;
}

.clear {
	clear:both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.alignleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

.alignright {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

img.alignleft {
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #bc9d89;
}

img.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
	padding: 5px;
	border: 1px solid #bc9d89;
}

img.alignright {
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #bc9d89;
}

.wp-caption {
	padding: 7px 0 7px 10px;
	border: 1px solid #bc9d89;
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}

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

#content p.wp-caption-text {
	padding: 5px 7px 0 7px;
	font-size: 0.8em;
	font-style:italic;
}

a {
	text-decoration: none;
	color: #187691;
	word-wrap: break-word;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #5d597d;
}

strong {
	font-weight:bold;
}

em {
	font-style: italic;
}

dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}

dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	color: #333333;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

ol {
	margin-top:10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-type: decimal;
}

ol li {
	padding-bottom: 5px;
	font-size: 0.9em;
}

a.button {
	width: 144px;
	height: 30px;
	padding: 5px 12px;
	border:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background: #822b09;
}
	
a.button:hover {
	text-decoration:underline;
}

/* ------------------- */
/* END Global Elements */
/* ******************* */


/* ****** */
/* HEADER */
/* ------ */

#header {
	position: fixed;
	top: 0;
	width: 590px;
	height: 130px;
	margin-left: 20px;
	text-align: center;
	letter-spacing: .1em;
	background-image: url(images/header-bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	z-index: 70;
	transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
}

#header h1 {
	padding-top: 10px;
	font-family:"Times New Roman", Times, Georgia, serif;
	font-weight:normal;
}

#header h1 a {
	font-size: 1.75em;
	color: #e9d8be;
}

#header h1 a:hover {
	text-decoration: none;
}

#header h2 {
	margin-top: 1px;
	margin-bottom: 20px;
	border-style: none;
	font-size: 1em;
	font-weight:normal;
	text-transform:none;
	color: #e9d8be;
}

#header.mini {
	height: 60px;
	background-image: none;
	background-color: #fefaf0;
	border-bottom: 1px solid #bc9d89;
}

#header.mini h1 {
	padding-top: 6px;
}

#header.mini h1 a {
	font-size: 1.5em;
	color: #402b1e;
}

#header.mini h1 a:hover {
	color: #187691;
}

#header.mini h2 {
	font-size: .85em;
	color: #402b1e;
}

/* ---------- */
/* END HEADER */
/* ********** */


/* ************ */
/* MAIN CONTENT */
/* ------------ */

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

#content iframe,
#content .wp-caption {
	max-width: 100%;
}

#content h1 {
	margin-bottom: 10px;
	margin-left: -2px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	font-size: 1.25em;
	line-height: 1.25em;
	color: #822b09;
}

#content h2 {
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: .9em;
	text-transform: uppercase;
	color: #43381f;
}

#content h3 {
	margin-bottom: 5px;
	padding-top: 5px;
	font-size: .9em;
	font-weight:bold;
}

#content h4 {
	margin-bottom: 2px;
	padding-top: 5px;
	font-size: 0.9em;
	color: #822b09;
}

#content h5 {
	margin-bottom: 5px;
	padding-top: 5px;
	font-size: 0.9em;
	font-weight: bold;
}

h1,h2,h3 {
	font-weight: normal;
}

#content p {
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.5em;
}

#content blockquote, #content pre {
	margin-bottom: 15px;
	padding: 10px 25px 7px 54px;
	background:#fdf3e2 url(images/quote-open.gif) 5px 10px no-repeat;
}

#content blockquote p {
	font-style: italic;
}


/* POST BODY LIST ITEMS - affects only actual post lists */

.entry-content h1 {
	margin-bottom: 10px;
	margin-left: -2px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	font-size: 1.125em;
	color: #822b09;
}


.entry-content ul, .post .entry-content ul {
	margin-bottom: 12px;
	padding-left: 20px;
}

.entry-content ul li {
	padding-bottom: 5px;
	list-style-type: square;
	font-size: 0.9em;
}

.entry-content ul ul, .post .entry-content ul ul {
	margin-top: 10px;
	margin-bottom: 0px;
}

.entry-content ul ul li, .post .entry-content ul ul li {
	padding-bottom: 5px;
	list-style-type: square;
}

/* END Post Body */


/* Tag Archive Page using Tag Cloud */

#tag-archive {
	padding-bottom:15px;
	border-bottom:1px solid #bc9d89;
}

#tag-archive li{
	margin-top:3px;
}

/* END Tag Archive Page */


/* ---------------- */
/* END MAIN CONTENT */
/* **************** */


/* **** */
/* POST */
/* ---- */

.entry-content{
	padding-bottom:10px;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans;
	font-size: .9em;
}

.entry-content>p{
	text-indent: 15px;
}

#content .entry-content>p:first-child{
	font-family: Georgia;
	font-size: 1.1em;
	color: #4d3218;
	border-left:1px dotted #822b09;
	padding-left: 15px;
	margin-left: -15px;
}

.post {
	margin-bottom: 25px;
	padding-bottom:10px;
	border-bottom:1px solid #bc9d89;
}

.comments-link {
	padding-top: 3px;
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
}

.comments-heading {
	font-size: 0.8em;
	color: #bc9d89;
}

.comments-start-bracket {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #bc9d89;
}
.comments-end-bracket {
	position: absolute;
	right: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	color: #bc9d89;
}

.cptch_block {
	text-align: right;
}

.cat-links {
	width: 100%;
	margin-top: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size:.9em;
}

.author {
	margin-top: -8px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 0.9em;
	color: #739a8d;
}

.post h1 a {
	color: #913700;
}


/* -------- */
/* END POST */
/* ******** */


/* ********* */
/* POST INFO */
/* --------- */

.postInfo {
	margin-top: 20px;
	margin-bottom: 15px;
	border: 1px solid #bc9d89;
	font-size: 0.7em;
	color: #bc9d89;
	background-color: #fdfcf5;
}

.postInfo ul {
	margin: 8px auto 8px 10px;
	padding: 0px;
}

.postInfo ul li {
	margin-bottom: 2px;
	list-style-type: none;
}

.trackback {
	background: 0 50%;
}

.feed {
	background: 0 50%;
}

/* Tags and Related Posts */

.related {
	padding-top:10px;
	font-size:.9em;
}

.related ol{
	width:355px;
	margin-bottom:5px;
	margin-left:0;
	padding-left:0;
	list-style-type:none;
}

.related ol li{
	padding-bottom:7px;
}

.tags {
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px dotted #bc9d89;
border-bottom:1px dotted #bc9d89;
	font-size:.9em;
}

.tags a{
	padding-left:3px;
}

.tags a, .related a {
	text-decoration:underline;
}

.tags a:hover, .related a:hover {
	text-decoration:none;
}

/* END Tags and Related Posts */

/* Sociable Plugin Share Icons */

.share-links {
	border:1px solid #bc9d89;
	text-align:center;
	background-color:#fff;
}

.entry-content .share-links ul {
	padding: 10px 0 0;
	margin-bottom: 3px;
}

.entry-content .share-links li {
	float: left;
	margin-right: 6px;
	padding: 0;
	list-style: none;
}

.share-links li.gplus-share {
	margin-left: 18px;
}

.share-links li.kindle-share {
	margin: -1px 0 0 28px;
}

/* END Share Icons */

#nav-below {
	clear: both;
	width:100%;
}

.navigation a, .navigation a:visited {
	padding:5px 15px;
	font-size: 1em;
	color: #fff;
	background-color:#842f05;
}

#nav-below .nav-previous {
	float:left;
}

#nav-below .nav-next {
	float:right;
}


/* ******** */
/* FORMS   */
/* -------- */

input[type='text'],
input[type='number'],
input[type='password'],
input[type='email'],
input[type='search'],
textarea {
	padding: 5px;
	border: 1px solid #822b09;
	background:#fff;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}

input[type='text']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='search']:focus,
textarea:focus {
	background: lightyellow;
}

input {
    -webkit-border-radius: 0;
}

input[type='submit'] {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
}


/* ******** */
/* TABLES   */
/* -------- */

table {
	font-size: .8em;
	border: 1px solid #43381f;
}

table th {
	padding: 5px 10px;
	color: #FFF;
	background-color: #43381f;
}

table td {
	padding: 7px 12px;
	background-color: #FFF;
}

table td.border {
	border-bottom: 1px solid #bc9d89;
}

/* ******** */
/* COMMENTS */
/* -------- */

/* Threaded Comments */

ul.commentlist {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#content ul.commentlist p {
	margin-left: 52px;
	font-size: 12px;
}

ul.commentlist li { }
ul.commentlist li.alt { }
ul.commentlist li.bypostauthor {}
ul.commentlist li.byuser {}
ul.commentlist li.comment-author-admin {}
ul.commentlist li.comment { padding:1em; border-bottom:1px solid #bc9d89; }
ul.commentlist li.comment div.comment-author {}
ul.commentlist li.comment div.vcard {
	font: normal 14px Arial, Helvetica, sans-serif;
}
ul.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ul.commentlist li.comment div.vcard cite.fn a.url {}
ul.commentlist li.comment div.vcard img.avatar {
	float: left;
	margin-right: 10px;
	padding:3px;
	border: 1px solid #bc9d89;
}
ul.commentlist li.comment div.vcard img.avatar-32 {}
ul.commentlist li.comment div.vcard img.photo {}
ul.commentlist li.comment div.vcard span.says {}
ul.commentlist li.comment div.commentmetadata {}
ul.commentlist li.comment div.comment-meta {
	margin-bottom: 4px;
	margin-left: 52px;
	padding-top: 2px;
	border-top: 1px dotted #bc9d89;
	font-size: 9px;
}
#content ul.commentlist li.comment div.comment-meta a {
	color: #999999;
}
ul.commentlist li.comment p { margin:0 0 1em; font-size:11px; }
ul.commentlist li.comment ul { margin:0 0 1em 2em; list-style:square; font-size:11px; }
ul.commentlist li.comment div.reply { font-size:11px; }
ul.commentlist li.comment div.reply a { font-weight:bold; }
ul.commentlist li.comment ul.children { margin:1em 0 0; list-style:none; text-indent:0; }
ul.commentlist li.comment ul.children li {}
ul.commentlist li.comment ul.children li.alt {}
ul.commentlist li.comment ul.children li.bypostauthor {}
ul.commentlist li.comment ul.children li.byuser {}
ul.commentlist li.comment ul.children li.comment {}
ul.commentlist li.comment ul.children li.comment-author-admin {}
ul.commentlist li.comment ul.children li.depth-2 { margin:0 0 .25em .25em; border-left:5px solid #555; }
ul.commentlist li.comment ul.children li.depth-3 { margin:0 0 .25em .25em; border-left:5px solid #999; }
ul.commentlist li.comment ul.children li.depth-4 { margin:0 0 .25em .25em; border-left:5px solid #bbb; }
ul.commentlist li.comment ul.children li.depth-5 {}
ul.commentlist li.comment ul.children li.odd {}
ul.commentlist li.even { background:#fdfcf5;  }
ul.commentlist li.odd { }
ul.commentlist li.parent { border-left:5px solid #111; }
ul.commentlist li.thread-alt { }
ul.commentlist li.thread-even {}
ul.commentlist li.thread-odd {}


/* END Threaded Comments */


#comments, #respond {
	clear: both;
	padding: 5px 0;
}

#comments {
	border-bottom: 1px dotted #bc9d89;
}

.commentname {
	margin-left: 50px;
	text-transform: capitalize;
	color: #703419;
}

.gravatar {
	display: inline;
}

.gravatar img {
	display: block;
	float: left;
	position: absolute;
	width: 32px;
	height: 32px;
	padding: 3px;
	border: 1px solid #bc9d89;
}

.commentcount {
	float: right;
	font: bold 2.2em Arial, Helvetica, sans-serif;
	color: #DEDEDE;
}

.commentext {  
	padding: 0px 0px 0px 50px;
}

/* Comment Form */

#commentform {
	overflow:hidden;
	margin-top: 10px;
}

#commentform p {
	margin: 0px;
	padding: 2px 0px;
}

#commentform label{
	margin-left:7px;
	font-size: 1em;
	color: #bc9d89;
}

#commentform input{
	width: 195px;
	margin-top: 3px;
}

#commentform textarea{
	width: 97.5%;
	font-size:1.1em;
	color: #43381f;
}

#commentform #submit {
	float: right;
	width: 144px;
	height: 30px;
	border:none;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background: #822b09;
	cursor: pointer;
	}
	
#commentform #submit:hover {
	text-decoration:underline;
}

/* ------------ */
/* END COMMENTS */
/* ************ */


/* ******* */
/* SIDEBAR */
/* ------- */

.sidebar h2 {
	width: 96%;
	margin-bottom: 0px;
	padding-bottom: 4px;
	padding-top: 10px;
	font-size: 1.2em;
	color: #822b09;
}

.sidebar h3 {
	width: 96%;
	margin-bottom: 0px;
	padding: 10px 0 4px 0;
	border-bottom: 1px solid #822b09;
	font-size: 1.125em;
	color: #43381f;
}

.sidebar h4 {
	padding-bottom:3px;
	font-size: .9em;
	font-weight:normal;
	text-transform: uppercase;
	color: #43381f;
}

.sidebar ul {}

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

.sidebar li form {
	margin:0.2em 0 0;
	padding:0;
}

.sidebar ul ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.sidebar ul ul li {
	margin-bottom: 0px;
	padding: 7px 5px 2px 0;
	list-style: none;
	font-size: .9em;
}

.sidebar ul ul li p {
	padding-top: 5px;
	font-size: 1em;
	line-height:1.4em;
}

.sidebar ul ul li a {
	color: #822b09;
}
.sidebar ul ul li a:hover {
	text-decoration: underline;
}
.sidebar ul ul ul {
	margin:0 0 0 0.5em;
}

.sidebar a.readmore {
	float:right;
	padding:5px 0;
	font-size:14px;
	color: #822b09;
}

/* Follow Us & Subscribe Boxes */

.follow {
	padding: 4px 0 6px;
	margin-bottom: 1px solid #fff;
}

.sidebar .follow h3,
.sidebar .subscribe h3 {
	width: auto;
	padding-top: 4px;
	border-bottom: none;
	color: #822b09;
}

.sidebar .follow h3 {
	float: right;
}

.sidebar .subscribe h3 {
	font-size: .9em;
	display: inline;
}

.sidebar .subscribe h3.rss-title {
	margin-right: 10px;
}

.sidebar .subscribe {
	margin: 0 -15px -15px;
	padding: 7px 14px 5px;
	background: #d8cca8;
	background: rgba(78, 61, 19, 0.10);
}

.icon {
	display: inline-block;
	width: 25px;
	height: 26px;
	margin-right: 8px;
	text-indent:-2000em;
	background: transparent url(images/icon_sprites.png) -56px 0 no-repeat;
}

.facebook:hover {background-position: 0 0;}

.twitter {background-position: -56px -86px;}
.twitter:hover {background-position: 0 -86px;}

.pinterest {background-position: -56px -173px;}
.pinterest:hover {background-position: 0 -173px;}

.googleplus {background-position: -56px -259px;}
.googleplus:hover {background-position: 0 -259px;}

.rss {background-position: -56px -346px;}
.rss:hover {background-position: 0 -346px;}

.podcast {background-position: -56px -432px;}
.podcast:hover {background-position: 0 -432px;}

/* END Subscribe Box */

.sidebar .textwidget {
	margin-bottom:15px;
	padding: 10px 15px;
	background:none;
}

.sidebar .textwidget .about{
	padding-bottom: 55px;
}

.sidebar .textwidget .about p{
	margin: 10px 55px 15px 15px;
	font-size:1.1em;
	line-height:1.3em;
}

.sidebar .ads{
	padding-top:5px;
	padding-bottom:5px;
}

/* Search */

#search {
	padding: 10px 0;
}

#searchsubmit, #noresults-searchsubmit {
	float: right;
	width: 80px;
	height: 27px;
	margin-top: 1px;
	border: none;
    font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	background-color: #822b09;
	cursor: pointer;
}
	
#noresults-searchsubmit {
	float: none;
}

#searchsubmit:hover, #noresults-searchsubmit:hover{
    text-decoration:underline;
}

#searchform input#s, #noresults-searchform #noresults-s {
	float:left;
	width: 220px;
	margin-bottom:15px;
	font: 1em Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #43381f;
}

#noresults-searchform #noresults-s {
	float:left;
	margin-top: 1px;
	margin-right: 10px;
}

#searchform {
	width: 320px;
	z-index: 63;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.sidebar #searchform.sticky {
	position: fixed;
	top: 0;
	height: 45px;
	margin-left: -20px;
	padding-top: 15px;
	padding-left: 20px;
	background: #fefaf0;
	border-bottom: 1px solid #bc9d89;
}

/* END Search */

.tabbed_box, .sidebar_box, .sidebar .dynamicTwo .widget  {
	margin-bottom:15px;
}

.sidebar_box, .sidebar .dynamicTwo .widget {
	width: 290px;
	overflow:hidden;
	padding: 5px 15px 15px 15px;
	background: rgba(254, 250, 240, 0.65);
}

.recentcomments a {
	display:inline !important;
	margin: 0 !important;
	padding: 0 !important;
}

.recentcomments {
	color:#739a8d;
}

/* Tabbed Box */

.tabbed_box {
	width: 320px;
}

#tabMenu {
	display: block;
	height: 30px;
}

#tabMenu ul {
	height: 30px;
	margin: 0px;
	padding: 0px;
}

#tabMenu ul li {
	display: inline;
	float: left;
	height: 30px;
	margin: 0px;
	list-style-type: none;
	font:1em "Times New Roman",Times,serif;
}

#tabMenu ul li a {
	display: block;
	height: 25px;
	margin-top: 2px;
	margin-right: 5px;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 25px;
	text-decoration: none;
	color: #fefaf0;
	background-color: #822b09;
}

#tabMenu ul li a.active {
	position:relative;
	z-index: 60;
	height: 30px;
	margin-top: 1px;
	padding-top:1px;
	color:#3a321b;
	background: rgba(254, 250, 240, 0.65);
}

#tabMenu ul li a:hover {
	height: 25px;
	text-decoration:underline;
}

#tabMenu ul li a.active:hover {
	height:30px;
}

#tabContent {
	float: left;
	position: relative;
	z-index: 50;
	width: 300px;
	margin: 0px;
	padding: 10px;
	border-top: 1px solid #822b09;
	background: rgba(254, 250, 240, 0.65);
}

#tabContent .content {
	display: none;
}

#tabContent .active {
	display: block; 
} 

#content_2, #content_3, #content_4, #content_5, #content_6, #content_7, #content_8 {
	display: none;
}

.sidebar #tabContent h1 {
	font-size: 2.5em;
	color: #666666;
}

.sidebar #tabContent h1 a {
	color: #666666;
}

.sidebar #tabContent h1 a:hover {
	text-decoration: none;
	color: #822b09;
}

#tabContent p {
	margin-top: 10px;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #5F5F5F;
}

#tabContent a {
	color: #822b09;
}

#tabContent a:hover {
	text-decoration: underline;
}

#tabContent ul {
	margin: 0px;
	padding: 0 5px 15px 15px;
}

#tabContent ul li {
	margin: 8px 0 0;
	list-style: square;
	font-size: 0.9em;
	color: #736151;
}
  
#tabContent ul li a small {    
	position:relative; 
	top:0px; 
	left:4px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;  
	text-transform:uppercase;       
}  

#tabContent ul li:last-child {
	padding-bottom: 0px;
	border-bottom:none;
}


/* END Tabbed Box */

/* ----------- */
/* END SIDEBAR */
/* *********** */


/* ****** */
/* FOOTER */
/* ------ */

#footer {
	width: 935px;
	margin-top: -7px;
	padding: 10px 15px 20px 10px;
	color: #fefaf0;
	border: 1px solid #2a220f;
	background-color:#2a220f;
}

ul#menu-footer-menu {
	float:left;
	width:auto;
	overflow:hidden;
	margin:5px 0;
}

ul#menu-footer-menu li {
	float:left;
	margin:0;
	border-right:1px solid #fefaf0;
}

ul#menu-footer-menu li a {
	float:left;
	padding:3px 15px;
	color: #fefaf0;
}

ul#menu-footer-menu li:last-child{
	border:none;
}

#footer p {
	clear:left;
	padding:0 15px;
	font-size: 0.8em;
	line-height:1.5em;
	color:#dbd2bd;
}

#footer .sitecredits {
	margin-left:7px;
	padding-left:7px;
	border-left:1px solid #fefaf0;
}

/* ---------- */
/* END FOOTER */
/* ********** */

/* **************** */
/* BACKGROUND IMAGE */
/* **************** */

@media only screen and (min-width: 1025px) {
	html {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

/* **** */
/*  IE  */
/* **** */

.ie7 #header {
	left: 20px;
}

.ie7 #container,
.ie8 #container {
	background:url(images/transparent-35.png);
}

.ie7 .sidebar_box,
.ie7 #sidebar .dynamicTwo .widget,
.ie7 #tabMenu ul li a.active,
.ie7 #tabContent,
.ie8 .sidebar_box,
.ie8 #sidebar .dynamicTwo .widget,
.ie8 #tabMenu ul li a.active,
.ie8 #tabContent {
	background:url(images/transparent-65.png);
}