/*body { background-color: blue; }*/
p a,
h2, 
h2 a,
h4,
h4 a,
#footer-wrapper h3, 
#footer-wrapper h3 a {
	color: #314A73 !important;
}
#sidebar h3,
.sidebar-post h6,
p.muted,
.meta p, 
.meta p a {
	color: #9EAFC8 !important;
}
p a:hover, 
h2 a:hover, 
h4 a:hover {
	/*color: #175DC4 !important;*/
}
.meta p a {
	color: 
}
#header {
	background: #EBEFF4 !important; /* Old browsers */

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

	border-bottom: 1px solid #CED7E4;
}
#header h1 a {
	color: #18253A !important;
}
#footer-wrapper {
	background: #EBEFF4 !important;
	border-top: 1px solid #CED7E4 !important;
	border-bottom: 1px solid #CED7E4 !important;
}
.navbar-inverse .navbar-inner {
	background-color: #1b1b1b;
	background-image: -moz-linear-gradient(top,#18253A,#314A73);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#18253A),to(#314A73));
	background-image: -webkit-linear-gradient(top,#18253A,#314A73);
	background-image: -o-linear-gradient(top,#18253A,#314A73);
	background-image: linear-gradient(to bottom,#18253A,#314A73);
	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: #9EAFC8;
}
.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);
}