/* Custom layout - green.css */

#site-branding .site-title a {
	color: #24BE31;
}
#site-branding .site-title a:hover {
	color: #111;
}

#custom-header,
.navigation .wp-pagenavi .current,
.navigation .wp-pagenavi a:hover,
.credits   {
	background: #24BE31;
}

a:link,
a:active,
a:visited,
#content h1.entry-title a,
#content h2.entry-title a,
#sidebar a:link,
#sidebar a:visited ,
#sidebar-footer a, 
#sidebar-footer a:visited {
    color: #24BE31;
    text-decoration: none;
}

a:hover,
#sidebar a:hover  {
	text-decoration: underline;
}

#content h1.entry-title a:hover,
#content h2.entry-title a:hover {
    color: #000;
	text-decoration: none;
}

.credits a,
.credits a:visited {
	color: #fff;
}

.paging-navigation .wp-pagenavi .current,
.paging-navigation .wp-pagenavi a:hover {
	background: #24BE31;
	color: #fff;
	text-decoration: none;
}
