/*
Style: Light Lime
*/

/* ------------------------------------------------------------------------- *
 *  BASE                                                                     *
 * ------------------------------------------------------------------------- */

/* ---- BACKGROUND IMAGES ---- */
body { background: #e6e6e6; }
#content { background: url(3-img/content.png) repeat-x top;  }
.featured-home #content { background: url(3-img/content-home.png) repeat-x top; }
.widget_calendar #calendar_wrap { background-image: url(3-img/widget-calendar.png); } 
#header-featured .featured_posts .depth,
.widget_bandit_edgefeaturedposts .depth { background-image: url(3-img/featured-depth.png); }

/* ---- HEADER DETAILS ---- */
#header { border-color: #fff; }
#nav ul.dropdown li.current_page_item a,
#nav ul.dropdown li.current-page-parent a, 
#nav ul.dropdown li.current-menu-item a, 
#nav ul.dropdown li.current-menu-parent a, 
#nav ul.dropdown li.current_page_item a:hover,
#nav ul.dropdown li.current-page-parent a:hover,
#nav ul.dropdown li.current-menu-item a:hover,
#nav ul.dropdown li.current-menu-parent a:hover  { background-color: #fff!important; }
#header-featured  { border-color: #aaa; }
#header-featured #scroll { color: #555; }

/* ---- MISC ---- */
.widget li a { color: #444; }
.entry-nav ul,
.widget_bandit_recentcomments ul li { border-color: #fff; }

/* ---- FOOTER DETAILS ---- */
#footer { border-color: #ddd; }

/* ---- TITLE UNDERLINES ---- */
.widget h3,
h1#sub-heading { border-color: #fff; -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.15); -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.15); box-shadow: 0 1px 0 rgba(0,0,0,0.15); }


/* ------------------------------------------------------------------------- *
 *  COLOR AREAS                                                              *
 * ------------------------------------------------------------------------- */

/* ---- BACKGROUND COLOR ---- */
#header_inner #search-header input[type=submit],
#nav ul.dropdown li:hover a,
#header-featured .featured_posts .plus,
#header-featured .featured_posts .depth,
article.entry .date-and-comments .comments a,
.bandit-form .submit,
.widget_bandit_recentcomments ul li a.view_more,
.widget_bandit_edgefeaturedposts .plus,
.widget_bandit_edgefeaturedposts .depth,
#footer_inner .box a.top	{ background-color: #a8d43c; }

/* ---- TEXT/LINK COLOR ---- */
.text a,
.category-and-tags a:hover,
.entry-nav ul li a,
.search #search-results-box article h2 a,
ol.commentlist li.comment .comment-body cite.fn a,
ol.commentlist li.comment .comment-body em.comment-awaiting-moderation,
ol.commentlist li.comment .comment-body .reply a,
#comments .navigation a,
#comment-form p.user a,
.widget a:hover,
.widget li a:hover,
.widget_calendar #wp-calendar a,
.widget_calendar #wp-calendar tfoot a { color: #96c02f; }

/* ---- BORDER LIGHTER/DARKER COLOR ---- */	
#footer_inner .box a.top { border-color: #c0ed52; }	
.bandit-form .submit { border-color: #80a720; }

/*- plugin | wp-pagenavi -*/
.wp-pagenavi a, .wp-pagenavi a:link { border: 1px solid #555!important; color: #333!important; text-shadow: 1px 1px 0 #fff!important; }
.wp-pagenavi a:visited { margin: 2px!important; border: 1px solid #555!important; color: #333!important; }
.wp-pagenavi a:hover { border: 1px solid #000!important; color: #000!important; }
.wp-pagenavi a:active { border: 1px solid #000!important; color: #2a2a2a!important; }
.wp-pagenavi span.pages { color: #666!important; border: 1px solid #888!important; }
.wp-pagenavi span.current { border: 1px solid #7da51c!important; color: #fff!important; background: #a8d43c!important; text-shadow: 1px 1px 0 #7da51c!important;}
.wp-pagenavi span.extend { border: 1px solid #888!important; color: #777!important; }

/* widget fix */
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li a,
.widget_links ul li,
.widget_meta ul li,
.widget_pages ul li a,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li { border-color: #fff; }

.widget_rss ul li a { color: #2a2a2a; }
