/* Khaki Color Styles */

/*-----------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers
-2.2 Header
-2.3 Navigation
--2.3.1 Drop-downs
-2.4 Introduction
-2.5 Content
-2.6 Sidebar
-2.7 Footer

3. WIDGETS

4. POSTS
-4.1 Typographic Elements
-4.2 Images
-4.3 PageNavi

5. COMMENTSAREA
-5.1 Comments
-5.2 Comments Form

6. GENERAL STYLES

-----------------------------------------------*/



/*-----------------------------*/
/* 1. SETUP */
/*-----------------------------*/

/* 1.1 Defaults */

body  {
	color: #3f312e;
	background: #dec49e url(../styles/khaki/background.jpg) repeat-x fixed left;
}

h1, h2, h3, h4, h5, h6  {
	color: #7c5c3e;
}

/* 1.2 Hyperlinks */

a:link, a:visited  { color: #a9c399;
	text-decoration: underline;
	font-size: 12px;
}
a:hover{
	color: #7c5c3e;
	text-decoration: none;
}

h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  {
	color: #6d4832;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}


/*-----------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-----------------------------*/

/* 2.1 Containers */

#main  {
	background: url(khaki/main.png) repeat left top;
	padding: 0;
}

#main #inside  {
	background-color: #fff;
	padding: 0;
	margin-right: 0;
}

/* 2.2 Header */

/* 2.3 Navigation */

#nav a:link, #nav a:visited {
	color: #6c4630;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 8px;
	height: 19px;
	margin-top: 0;
	margin-bottom: 0;
	margin: 0;
	font-size: .9em;
	text-transform: lowercase;
}

#nav li.current_page_item a, #nav li a:hover  {
	color: #6c4630;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 8px;
	height: 19px;
	margin-top: 0;
	margin-bottom: 0;
	margin: 0;
	font-size: .9em;
	text-transform: lowercase;
}

/* Style drop down list */

#nav li ul { border: 1px solid #9b8461;}
#nav li ul li {	border-bottom: 1px solid #9b8461; background: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	height: 20px;
}
#nav li ul li a { background-color: #dec49e!important; background-image: none!important; border: none!important;
}
#nav li ul li a:hover { background: #fff url(khaki/nav.jpg) repeat-x left top!important; border: none!important;}

/* 2.4 Introduction */

#introduction  {
	width: 960px;
	margin-top: 0;
}

#about  {
	background-position: left;
	background-repeat: repeat-x;
}

#about h2  {
	color: #fff;
}

#about p  {
	color: #fff;
}

#about img  {
	border: 5px solid #da715f;
}

#about .fold  {
	background: url(khaki/about_fold.png) no-repeat left top;
}

#connect  {
	border: 1px solid #ededed;
}

#connect ul li a  {
	color: #6b5a41;
	background: url(khaki/connect_grad.png) repeat-x top left;
}

#connect ul li a span  {
	color: #3f312e;
}

/* 2.5 Content */

h2.result_heading  {
	border-bottom: 1px solid silver;
	color: #6b5a41;
	font-weight: normal;
	font-style: normal;
	margin-left: 30px;
	margin-bottom: 40px;
}

/* 2.6 sidebar */

#sidebar a  {
	color: #6b5a41;
	font-size: .8em;
}

/* 2.7 Footer */


#footer p  {
	color: #7c5c3e;
	font-size: .7em;
	font-weight: normal;
	font-style: normal;
}

#footer a {
	color: #7c5c3e;
	text-decoration: underline;
	font-size: 10px;
}
#footer a:hover {
	color: #7c5c3e;
	text-decoration: none;
}

#footer ul li-start a{
	color: #b8937c;
	text-decoration: none;
	border-left: 1px solid #b8937c;
	padding-left: 20px;
	font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: lowercase;
}


#footer ul li a  {
	color: #b8937c;
	text-decoration: none;
	border-right: 1px solid #b8937c;
	padding-right: 20px;
	font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: lowercase;
}

#footer ul li a.foot-last {
	color: #b8937c;
	text-decoration: none;
	border-right: 0px solid #b8937c;
	padding-right: 20px;
	font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: lowercase;
}

#footer ul li.current_page_item a, #footer ul li a:hover  {
	color: #869c7a;
}



/*-----------------------------*/
/* 3. WIDGETS */
/*-----------------------------*/

.widget h3  {
	color: #6d4832;
	background-color: #e1e9d3;
	border-bottom: 4px solid #a9c399;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	margin-right: 0;
	padding-right: 0;
	font-size: 1.2em;
}


.widget h3 span.fold  {
	background-position: center center;
	background-repeat: no-repeat;
}

.widget ul li a:link, .widget ul li a:visited  {
	border-bottom: 1px solid #e0e6e6;
	color: #6c6c6c!important;
	background: url(khaki/bullet.png) no-repeat 8px 13px;
	text-decoration: none;
	font-size: 11px;
	list-style-type: none;
}

.widget ul li a:hover  {
	color: #6b5a41!important;
	background-color: #e8e0d5;
	background-image: url(khaki/bullet_hover.png);
}

.widget_recent_comments li  {
	border-bottom: 1px solid #e0e6e6;
	background: url(khaki/bullet.png) no-repeat 8px 13px;
}

.widget_recent_comments li a  {
	background: none!important;
	border: none!important;
}

#searchform #s  {
	border: 1px solid #a9c399;
	width: 212px;
}

#searchform .submit  {
	color: #fff;
	border: 1px solid #a9c399;
	background-color: #a9c399;
}

#twitter a  {
	background-image: none;
}

/*-----------------------------*/
/* 4. POSTS */
/*-----------------------------*/

.post  {
	margin-left: 30px;
	width: 600px;
}

.post  h2 a:link{
	text-decoration: none;
	color: #7c5c3e;
	font: normal normal .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.post  h2 a:visted{
	text-decoration: none;
	color: #a9c399;
}
.post  h2 a:hover{
	text-decoration: none;
	color: #6d4832;
}
----------
.stott-post  {
	margin-left: 30px;
	width: 600px;
}

.stott-post  h2 a:link{
	text-decoration: none;
	color: #7c5c3e;
	font: normal normal 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.stott-post  h2 a:visted{
	text-decoration: none;
	color: #a9c399;
}
.stott-post  h2 a:hover{
	text-decoration: none;
	color: #6d4832;
}


.fullpost  {
	margin-left: 30px;
	width: 900px;
	margin-top: 30px;
}

.post .meta  {
	color: #8a7975;
	width: 60px;
	height: 60px;
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.post .date {
	margin-bottom: 10px;
	color: #7c5c3e;
	text-align: left;
	float: none;
	margin-right: 10px;
	display: block;
	clear: left;
	margin-top: -45px;
	font-size: .9em;
	border-bottom: 1px solid silver;
}
.post .date .day  { display: inline; font-size: 36px; line-height: 32px;
	padding-top: 4px;
	color: #7c5c3e;
	float: none;
}

.post .date .month  { display: block; font-size: 12px; text-transform: uppercase; font-weight: bold;
	color: #7c5c3e;
}


.post .meta .comments  {
	background-position: right 1px;
	background-repeat: no-repeat;
}

.post .categories a  {
	color: #fff;
	background-color: #a9c399;
}

.post .categories a:hover  {
	text-decoration: none;
}

/* 4.1 Typographic Elements */

.entry blockquote  {
	color: #666;
}

/* 4.2 Images */

.entry img  {
}

.entry.news-list{
	list-style-type: none;
}
.entry strong  {
	color: #6b5a41;
}


img.wp-smiley  {
	border: none;
}

/* 4.3 Page Navi */

.Nav strong.on  {
	color: #fff;
	background-color: #7c5c3e;
	margin-top: 2px;
}

.Nav a:link, .Nav a:visited  {
	color: #7c5c3e;
	text-decoration: none;
	border: 1px solid #a9c399;
	font-weight: normal;
	font-style: normal;
	padding-right: 7px;
	padding-top: 4px;
	padding-left: 7px;
}

.Nav a:hover  {
	color: white;
	text-decoration: none;
	border: 1px solid #a9c399;
	font-weight: normal;
	font-style: normal;
	padding-right: 7px;
	padding-top: 4px;
	padding-left: 7px;
	background-color: #a9c399;
}

/*-----------------------------*/
/* 5. COMMENTSAREA */
/*-----------------------------*/

/* 5.1 Comments */

#comments{
	padding-left: 20px;
}

.news-comments{
	height: 1px;
	padding-bottom: 0;
	display: block;
}

#comments h2{
	padding-left: 20px;
	font-size: 1.2em;
	color: #6d4832;
	font-weight: normal;
	font-style: normal;
	display: block;
	height: 60px;
}

#comments ol.commentlist  {
}

#comments ol.commentlist li {
	border-top: 1px solid #a9c399;
	margin-bottom: 5px;
	margin-top: 5px;
}

.depth-2 {border-bottom: 1px solid #a9c399;
background-color: rgba(169,195,153,0.14);
	padding-left: 20px;
}

#comments ol.commentlist li .comment-head .avatar img  {
	border: 1px solid #a9c399;
}

#comments ol.commentlist li .comment-head .user-meta span.date  {
	color: #565656;
}

#comments ul.children {
	background: url(khaki/comment_reply.png) no-repeat left 11px;
}

#comments ul.children li {
	border-bottom: 0;
}

#comments .navigation .alignright, #comments .navigation .alignleft { margin:0;}
#comments .navigation a {
	color: #fff;
	background: #9F9F9F;
}

#comments .navigation a:hover {background: #888;}

#comments .commentlist #respond #form_wrap {
	border:0;
}

/* 5.2 Comments Form */

#commentform input.txt  {
	border: 1px solid #898989;
}

#commentform textarea  {
	border: 1px solid #a9c399;
	color: #7c5c3e;
}

#commentform #submit  {
	color: #fff;
	border: 1px solid #6b5a41;
	background-color: #7c5c3e;
	text-transform: lowercase;
	padding: 2px 5px;
}

/*-----------------------------*/
/* 6. GENERAL STYLES */
/*-----------------------------*/
