/*body { background-color: blue; }*/
p a,
h2, 
h2 a,
h4,
h4 a,
#footer-wrapper h3, 
#footer-wrapper h3 a {
	color: #286704 !important;
}

#sidebar h3,
.sidebar-post h6,
p.muted,
.meta p, 
.meta p a {
	color: #98BC83 !important;
}

#header {
	background: #E0EBDA !important; /* Old browsers */

	background-image: -webkit-gradient(linear, left bottom, left top, from(#E0EBDA), to(white)) !important;
	background-image: -moz-linear-gradient(90deg, #E0EBDA 0%, white 100%) !important;

	border-bottom: 1px solid #C1D7B4;
}

#header h1 a {
	color: #18341C !important;
}

#footer-wrapper {
	background: #E0EBDA !important;
	border-top: 1px solid #C1D7B4 !important;
	border-bottom: 1px solid #C1D7B4 !important;
}

.navbar-inverse .navbar-inner {
background-color: #1b1b1b;
background-image: -moz-linear-gradient(top,#18341C,#286704);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#18341C),to(#286704));
background-image: -webkit-linear-gradient(top,#18341C,#286704);
background-image: -o-linear-gradient(top,#18341C,#286704);
background-image: linear-gradient(to bottom,#18341C,#286704);
background-repeat: repeat-x;
border-color: #252525;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0);
}
.navbar-inverse .brand, .navbar-inverse .nav>li>a {
	color: #98BC83;
}

.navbar-inverse .nav .active>a, .navbar-inverse .nav .active>a:hover, .navbar-inverse .nav .active>a:focus {
	background-color: rgba(0,0,0,0.25);
}
