/* Default 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: #ecd078 url(images/bg.jpg) repeat-x top left;
}

h1, h2, h3, h4, h5, h6  {
	color: #3f312e;
}

/* 1.2 Hyperlinks */

a:link, a:visited  { color: #d95b43; }

h1 a:link, h1 a:visited, 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: #3f312e;
}


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

/* 2.1 Containers */

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

#main #inside  {
	background-color: #fff;
}

/* 2.2 Header */

/* 2.3 Navigation */

#nav a:link, #nav a:visited {
	color: #4f4f4f;
	border-left: 1px solid #e4bc3f;
	border-top: 1px solid #e4bc3f;
	border-right: 1px solid #e4bc3f;
	background-color: #fbe49b;
}

#nav li.current_page_item a, #nav li a:hover  {
	color: #3f312e;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #fff url(images/nav.jpg) repeat-x left top;
}

/* Style drop down list */

#nav li ul { border: 1px solid #e4bc3f;}
#nav li ul li {	border-bottom: 1px solid #e4bc3f; background: #FFF; }
#nav li ul li a { background-color: #fbe49b!important; background-image: none!important; border: none!important;}
#nav li ul li a:hover { background: #fff url(images/nav.jpg) repeat-x left top!important; border: none!important;}

/* 2.4 Introduction */

#introduction  {
	border-bottom: 1px solid #f5e4b0;
}

#about  {
	background: #d95b43 url(images/about.jpg) repeat-x top left;
}
#about a{
   color:#000;
}

#about h2  {
	color: #fff;
}

#about p  {
	color: #fff;
}

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

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

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

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

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

/* 2.5 Content */

h2.result_heading  {
	border-bottom: 2px solid #3f312e;
}

/* 2.6 sidebar */

#sidebar a  {
	color: #53777a;
}

/* 2.7 Footer */


#footer p  {
	color: #6a5821;
}

#footer ul li a  {
	color: #4f4f4f;
}

#footer ul li.current_page_item a, #footer ul li a:hover  {
	color: #3f312e;
}



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

.widget h3  {
	color: #fff;
	background-color: #53777a;
}

.widget h3 span.fold  {
	background: url('images/widget_fold.png') no-repeat center center;
}

.widget ul li a:link, .widget ul li a:visited  {
	border-bottom: 1px solid #e0e6e6;
	color: #6c6c6c!important;
	background: url(images/bullet.png) no-repeat 8px 13px;
}

.widget ul li a:hover  {
	color: #53777a!important;
	background-color: #f0f0f0;
	background-image: url(images/bullet_hover.png);
}

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

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

#searchform #s  {
	border: 1px solid #898989;
}

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

#twitter a  {
	background-image: none;
}

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

.post  {
	border-bottom: 1px solid #dcd6d5;
}

.post .meta  {
	color: #8a7975;
}

.post .meta .comments  {
	background: url(images/ico-comments.png) no-repeat right 1px;
}

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

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

/* 4.1 Typographic Elements */

.entry blockquote  {
	color: #666;
}

/* 4.2 Images */

img.wp-smiley  {
	border: none;
}

/* 4.3 Page Navi */

.Nav strong.on  {
	color: #fff;
	background-color: #53777a;
}

.Nav a:link, .Nav a:visited  {
	color: #53777a;
}

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

/* 5.1 Comments */

#comments ol.commentlist  {
	border-top: 1px solid #dcd6d5;	
}

#comments ol.commentlist li {
	border-bottom: 1px solid #dcd6d5;
}

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

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

#comments ul.children {
	background: url(images/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  {
	background-color: #f4f4f4;
	border: 1px solid #898989;
}

#commentform #submit  {
	color: #fff;
	border: 1px solid #c53624;
	background-color: #d85a42;
}

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

a.extern{
   background: transparent url(images/external.png) 100% center no-repeat;
   padding-right:12px;
}

.hidden{
   display:none;
}

.edit{
   float:right;
   font-size:11px;
   font-style:normal;
   font-weight:bold;
}

.highlight{
   background-color:#FFD876; 
   border-bottom:1px dotted #000000; 
   font-weight:normal;
}

.error{
   color: #D95B43;
   font-weight:bold;
   display:block;
   font-size:11px;
}

.prevnext{
   margin:0 0 10px 0;
   padding:0 0 20px 0;
   border-bottom:1px solid #dddddd;
}
   .prevnext .prev{
      float: left;
   }
   .prevnext .next{
      float:right;
   }
   
.related{
   margin:0 0 10px 0;
   padding:0 0 20px 0;
   border-bottom:1px solid #dddddd;
}
   .related ol{
      list-style-type:decimal;
      margin:0 0 0 30px;
   }   

.captchaimage{
   width:410px;
   float: left;
}
.captchatext{
   width:190px;
   float: left;
}

.message{
   text-align:center;
}

pre{
   background-color: #fff;
   font-family: "Consolas" , "Courier New" ,Courier,mono,serif;
   font-size: 1em;
   color: #000;
   padding: 5px;
   border: 1px dashed #afafaf;
   margin:0 0 10px 0;
}

.navigation{
padding:10px 0;
clear:both;
}
.navigation a, .navigation span{
   border:1px solid #BFBFBF;
   margin:2px;
   padding:3px 5px;
   text-decoration:none;
}
.navigation a, .navigation a:link, .navigation a:active {
   background:none repeat scroll 0 0 #53777A !important;
   border:1px solid #53777A !important;
   color:#fff !important;
   font-size:15px !important;
   padding:4px 8px !important;
}
.navigation span.current {
   background:none repeat scroll 0 0 #FFFFFF !important;
   border:1px solid #B6B5B5 !important;
   color:#434343 !important;
   font-size:15px !important;
   font-weight:bold;
   padding:4px 8px !important;
}
.navigation a:hover {
   background:none repeat scroll 0 0 #DFDFDF !important;
   border:1px solid #626262 !important;
   color:#494949 !important;
}
.navigation span.pages {
   background:none repeat scroll 0 0 #FFFFFF !important;
   border:1px solid #B6B5B5 !important;
   color:#676767 !important;
   font-size:15px !important;
   padding:4px 8px !important;
}
.navigation span.extend {
   background:none repeat scroll 0 0 #FFFFFF !important;
   border:1px solid #B6B5B5 !important;
   color:#676767 !important;
   font-size:15px !important;
   font-weight:bold;
   padding:4px 8px !important;
}
