/* Default Colors Stylesheet */

/* @group 1. SETUP */

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

/* 1.1 Defaults */

.entry p{ text-align: left; }
/* 1.2 Hyperlinks */

a:link, a:visited  { color: #000000; text-decoration: none;}
a:hover  { text-decoration: underline;}

/* @end */

/* @group 2. SITE STRUCTURE & APPEARANCE */

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

/* 2.1 Containers & Columns */


/* 2.2 Navigation */
.navigation-container{ background: url(default/bg_nav.png) repeat-x; }

/* 2.2.1 Drop-down menus */



/* CATEGORY NAVIGATION */

/* SOCIAL NAVIGATION */
#social-nav ul  { width: 154px; }
#social-nav li.current_page_item a, #pagenav li a:hover  { border-color: #524238;  }
#social-nav li ul  { border-top: 1px solid #fbdddf; }
#social-nav li ul li  { border-color: #fbdddf; }
#social-nav ul li a:link, #social-nav ul li a:visited  { background: none; padding: 0;  }
#social-nav li.rss a  { color: #524238; }



/* 2.3 Header */


/* 2.4 Content */


/* 2.5 Sidebar */
#maps_overview_widget-3 .widget_top .widget_bottom div{
	padding-left: 0px!important;
	padding-right: 0px!important;
}
/* 2.6 Archives */
.archive_header{ color: #524238; text-align: center; font-size: 25px; border-bottom: 1px dotted #524238; border-top: 1px dotted #524238; background-color: #f6f5f5; margin:  10px; padding: 5px; }

/* 2.7 Extended Footer */
#extended-footer  { }
.one, .two  {  }

/* 2.8 Footer */

/* @end */

/* @group 3. POSTS */

/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

.post { background: url(default/sep_post.jpg) no-repeat center bottom; padding-bottom: 30px; }
.post-meta li .body a:hover  { color: #524238; }
.post-meta .categories  { background: url(default/dots-right.jpg) right no-repeat; padding-right: 65px; }
.post-meta .date  { background: url(default/dots-left.jpg) left no-repeat; padding-left: 65px; }

.entry p { color: #575555; }
/* 3.1 Typographic Elements */
.read_more { background: url(default/btn_more.jpg) no-repeat center; text-indent: -9999px; height: 25px; margin: 10px 0;}

/* 3.2 Images */
.post img.thumbnail  {  }
.entry img  {  }

/* 3.3 Pagination / WP-Pagenavi */

.more_entries .wp-pagenavi a:link,
.more_entries .wp-pagenavi a:visited { color: #524238; }
.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi a:hover { background: #fbdddf !important; color: #524238; }

/* 3.4 Tags */
.post-meta span.tags  { color: #f6f5f5; }
.post-tags span.tags  { color: #524238; }
.post-tags  {border-bottom: 1px dotted #524238; border-top: 1px dotted #524238; display: block; background-color: #f6f5f5;}

/* @end */

/* @group 4. WIDGETS */

/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.1 Generic Widgets */
.widget { background: #978e88;}
.widget h3  {color: #fff; text-align:center;}
.widget ul { padding-bottom: 20px; background: url(default/sep_sb.png) no-repeat bottom }
.widget ul li { margin-left: 10px; width: 260px; color: #fff;}
.widget ul li a:link, .widget ul li a:visited { border-top: 1px dotted #ffffff; color: #fff;}
.widget ul li a:hover  { color: #524238; text-decoration: underline; }

/* Widgets Box */
.widget{ background: url(default/widget-bg.png)  repeat-y; padding: 0px !important;}
.widget-top{ background: url(default/widget-top.png) top no-repeat; }
.widget-bottom{ background: url(default/widget-bottom.png) bottom no-repeat; padding-bottom: 20px;}
.widget_recent_comments li, #twitter li  { border-bottom: 1px solid #fbdddf; } /* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
.widget_recent_comments li a, #twitter a  { color: #524238!important; } /* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */


/* 4.2 Specific Widgets */

/* FEATURED POSTS */

#featured li  { border-bottom: 1px solid #fbdddf; }
#featured span.thumb img  { border: 5px solid #fbdddf; }
#featured span.thumb img:hover  { border-color: #524238; }

/* WIDGET FORMS */
input#s, input.field  { border: 1px solid #EADFD9; }
input#s:focus, input.field:focus  { border: 1px solid #524238; }
input.submit  { background-color: #524238; }

/* FLICKR */
#flickr a img  { border: #fbdddf 3px solid;}
#flickr a:hover img  { border:#524238 3px solid; }

/* LIFESTREAM */
.widget_lifestream ul li  { border-bottom: 1px solid #fbdddf; }

/* TEXT WIDGET */

/* CALENDAR */
#wp-calendar th,#wp-calendar td{background:#EADFD9;}
#wp-calendar th  { color: #524238; }

/* ADS */
#sidebar .ads125 { border: 1px solid #fbdddf; }

/* CAMPAIGN MONITOR */
#campaignmonitorform { margin: 10px auto !important; width: 200px;}
#campaignmonitorform input.submit{ float: none !important; margin: 0px auto; }
#campaignmonitorform input.field{ float: none !important; margin-bottom: 5px; display: block; width: 190px;}

/* COFFEE */
.widget-title-link{ cursor: pointer; text-decoration: none!important; }
/* @end */

/* @group 5. COMMENTS */

/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/* 5.1 Comments */


/* 5.2 Pingbacks / Trackbacks */

/* 5.3 Comments Form */
#commentform #submit  { background-color: #524238; font-family: Georgia, serif;}

/* @end */

