/*---------- TABLE OF CONTENTS---------*/
/* Body
------------------------------------- */
/* @group Header
------------------------------------- */
/* @group Typography
------------------------------------- */
/* @group NavBar
------------------------------------- */
/* @group Slider
------------------------------------- */
/* @group Comments
------------------------------------- */

body {
	color: #3a3936;
	
	background: #ECE9C1 url(../../images/style6/page_bg.png) repeat-x scroll center top;
	/*background: #e0e0e0 url(../../images/style6/page_bg.png) repeat-x scroll center top;*/
}


/* @group Header */

#header span#graphic a,#header h1#graphic a {
	background-image: url(../../images/style6/logo.png);
}

/* @end */

/* @group Typography */

a {
	color: #77755b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #555;
}

.entry a {text-decoration: underline;}
.entry a:hover {text-decoration: none;}


h1 { color: #030303;}

h2 { color: #555; }

h3 { color: #686147;}

h4 { color: #1b1c16;}

h5 { color: #676767;}

h6 { color: #8299ac;}


#breadcrumbs {
	background-color: #ebebeb;
	border: 1px solid #dadada;
}
#breadcrumbs .sep {
	background-image: url(../../images/style6/bread_sep.png);
}


#sidebar h1,#sidebar h2,#sidebar h3,
#footer h1,#footer h2,#footer h3 {
	font-size: 1.5em;
	color: #000;
}

.widget li.cat-item a,
.widget li.page_item a {
	color: #686147;	
}

.widget li.cat-item a:hover,
.widget li.page_item a:hover {
	color: #000;	
}

.widget li.cat-item.current-cat a,
.widget li.page_item.current_page_item a {
	color: #fff;
	background-color: #77755b;
	border: 0px solid #386d9e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.widget ul.children li.cat-item a,
.widget ul.submenu ul li a {
	background: none;
	color: #000;	
	font-size: .9em;
	line-height: 1em;
	padding: 5px 0px 5px 0px;
	text-decoration: underline;
	
}

.widget li.page_item.current_page_item li,
.widget li.page_item.current_page_item ul,
.widget li.page_item.current_page_item li a {
	color: #000;	
	background: none;
	border: none;
	margin: 0px 0px 0px 5px;	
}

p.paged {
	border-top: 1px solid #e9e9e9;
}
p.paged a,#navigation a.page,#navigation a.nextpostslink {
	border: 1px solid #e9e9e9;
}
p.paged a:hover,#navigation a.page:hover,#navigation a.nextpostslink:hover {
	background-color: #e9e9e9;
}

.sticky {
	background: #e0e0e0;
	padding: 0 10px 10px;
	border: 1px solid #fbfbfb;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin-bottom: 10px;
}


::selection {background: #fffed8;color: #000;}
::-moz-selection {background: #fffed8;color: #000;}



/* @end */

/* @group Navbar */

#nav {height: 46px;margin: 5px 0px;background: url(../../images/style6/nav_l.png) no-repeat left center;z-index: 5000;font-size: 15px;position:relative;z-index: 100;width: 933px;}


#nav ul {background: url(../../images/style6/nav_r.png) no-repeat right center;}

#nav ul li a {color: #fff;text-shadow: #050505 1px 1px 1px;}

#nav ul li a:hover,#nav ul li:hover a {color: #77755b;}

#nav .menu li li a, #nav .menu li li a:visited  { /* visited pseudo sele77755bctor so IE6 applies text colour*/
	color: #cfcdaa;
	border-bottom: 1px solid #1f280e;
}
#nav .menu li li:hover, #nav .menu li li.sfHover,
#nav .menu li li a:focus, #nav .menu li li a:hover, #nav .menu li li a:active {
	background: #77755b;
	color: #fff;
}

#nav .menu li:hover ul,#nav .menu li.sfHover ul {
	background: url(../../images/style6/menu_footer.png) no-repeat left bottom;
}
#nav .menu li li {
	background: url(../../images/style6/menu_bg_trans.png) repeat;
}

/* @end */

/* @group Slider */

#featured .top {height: 16px;background: url(../../images/style6/feature_top.png) no-repeat center top;}
#featured .feature {position: relative;width: 960px;margin: 0px auto;background: url(../../images/style6/feature_mid.png) repeat-y;}
#featured .bot {height: 14px;background: url(../../images/style6/feature_bot.png) no-repeat center bottom;}

#st_slider h2 {
	color: #fff;
	font-size: 36px;
	letter-spacing: -1px;
	text-shadow: #000 0 2px 0;
}
#st_slider h2 a {
	color: #77755b;
}
#st_slider h2 a:hover {
	color: #fff;
}
#st_slider p {
	color: #e2e2e2;
	font-size: 20px;
	line-height: 135%;
	font-weight: normal;
	letter-spacing: -1px;
	font-style: normal;
	text-shadow: #000 1px 1px 0;
}
#st_slider #pag {
	background-color: transparent;
}
#st_slider ul.pagination {background: #cfcdaa;}
#st_slider ul.pagination li a {
	background: url(../../images/style6/pag_item.png) no-repeat center center;margin: 10px 4px;padding: 0px;
}

#st_slider_nav a.previous {
	background: url(../../images/style6/pag_prev.png) no-repeat left center;
}
#st_slider_nav a.next {
	background: url(../../images/style6/pag_next.png) no-repeat right center;
}
 
#st_slider ul.pagination li.active a {
	background: url(../../images/style6/pag_active.png) no-repeat center center;
}

#st_slider a.more-link {
	color: #77755b;
	text-shadow: #000 1px 1px 1px;
	background: url(../../images/style6/readmore.png) no-repeat 0px 0px;
	font: bold 14px/33px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#st_slider a.more-link:hover {
	color: #fff;
	text-decoration: none;
	background: url(../../images/style6/readmore.png) no-repeat 0 -33px;
}

/* @end */


/* @group Comments */
#respond h2,#comments h2 {font-size: 1.6em;line-height: 100%;color: #424242;}

.thread-even.quotebox,.thread-alt.quotebox {margin: 0px 0;padding: 0px;color: #fff;}
.thread-even.quotebox p,.thread-alt.quotebox p {margin: 5px 0px 5px 0px;}
.thread-even.quotebox .bl,.thread-alt.quotebox .bl {font-size: 1em;}
.thread-even.quotebox .client,.thread-alt.quotebox .client {margin: 0px;padding: 15px 15px 15px 55px;}

.thread-even.quotebox .bl {background: #ececec url(../../images/style6/bl.gif) no-repeat bottom left; }
.thread-even.quotebox .br {background: url(../../images/style6/br.gif) no-repeat bottom right;}
.thread-even.quotebox .tl {background: url(../../images/style6/tl.gif) no-repeat top left;}
.thread-even.quotebox .tr {background: url(../../images/style6/tr.gif) no-repeat top right; padding:10px;}
.thread-even.quotebox .client {background: url(../../images/style6/speak.gif) no-repeat top left;font-size: 11px;}
.thread-even.quotebox,.thread-even.quotebox p {
	color: #333;
}
/* alt comments */
.thread-alt.quotebox .bl {background: #d4d4d4 url(../../images/style6/alt_bl.gif) no-repeat bottom left; }
.thread-alt.quotebox .br {background: url(../../images/style6/alt_br.gif) no-repeat bottom right;}
.thread-alt.quotebox .tl {background: url(../../images/style6/alt_tl.gif) no-repeat top left;}
.thread-alt.quotebox .tr {background: url(../../images/style6/alt_tr.gif) no-repeat top right; padding:10px;}
.thread-alt.quotebox .client {background: url(../../images/style6/alt_speak.gif) no-repeat top left;font-size: 11px;}
.thread-alt.quotebox,.thread-alt.quotebox p {
	color: #333;
}
.bypostauthor.quotebox .bl {background: #77755b url(../../images/style6/auth_bl.gif) no-repeat bottom left;}
.bypostauthor.quotebox .br {background: url(../../images/style6/auth_br.gif) no-repeat bottom right;}
.bypostauthor.quotebox .tl {background: url(../../images/style6/auth_tl.gif) no-repeat top left;}
.bypostauthor.quotebox .tr {background: url(../../images/style6/auth_tr.gif) no-repeat top right; padding:10px;}
.bypostauthor.quotebox .client {background: url(../../images/style6/auth_speak.gif) no-repeat top left;font-size: 11px;}
.bypostauthor.quotebox,.bypostauthor.quotebox p {
	color: #efefef;
}
.bypostauthor.quotebox .tr a,
.bypostauthor.quotebox .tr a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
.bypostauthor.quotebox .tr a:hover,
.bypostauthor.quotebox .tr a:hover {
	color: #e7e7e7;
	text-decoration: none;
}
.thread-even.quotebox .depth-2 .bl,
.thread-even.quotebox .depth-2 .br,
.thread-even.quotebox .depth-2 .tl,
.thread-even.quotebox .depth-2 .tr,
.thread-even.quotebox .depth-2 .client,
.thread-alt.quotebox .depth-2 .bl,
.thread-alt.quotebox .depth-2 .br,
.thread-alt.quotebox .depth-2 .tl,
.thread-alt.quotebox .depth-2 .tr p,
.thread-alt.quotebox .depth-2 .client {
	background-color: transparent;
	background-image: none;
	color: #333;
}

.correct {font-size: 1px; height: 0px;}
.avatar {float: left;padding: 2px;background-color: #fafafa;border: 1px solid #eaeaea;}
.commenter {padding-left: 60px;padding-top: 5px;}

.depth-2,.depth-3  {margin-left: 30px;margin-bottom: 10px;}
.depth-2 .client,.depth-3 .client {border-bottom: 4px solid #f1f1f1;}
.depth-2 .comment-entry {border-top: 4px solid #f1f1f1;}
.depth-3 .comment-entry {border-top-width: 0px;}


/* Begin Comments*/
#commentform #submit {
	border: 2px solid #93b75a;
	background-color: #77755b;
	color: #fff;
}
#commentform #submit:hover {
	border: 2px solid #93b75a;
	background-color: #8ebc49;
}
#commentform textarea:focus,
#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus
 {
	background-color: #fafafa;
}
#commentform input {
	padding: 4px;
	margin: 5px 5px 1px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	}
#commentform {margin: 5px 5px 0 0;}
#commentform textarea {
	width: 100%;
	padding: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ccc;
	font-size: 14px;
}
.commentmetadata {margin: 0;display: block;line-height: 120%;margin-bottom: 15px;color: #868686;
}
.nocomments {text-align: center;font-size: x-small;}

#respond h3 {color: #666;font-size: 1.5em;}

.homeform input {
	width: 160px;
	/*padding: 4px;
	margin: 5px 5px 1px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 11px;*/
	}
.homeform {margin: 0px 0px 0 0;}
.homeform textarea {
	width: 160px;
	/*padding: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 0px solid #ccc;
	font-size: 11px;*/
}


/* @end */
