/* GENERAL ------------------------------------------------------------*/

body{
	background: #000 url(../img/blue/bg_big.jpg) no-repeat top center;
	color: #fff;
}


div#content{}

a{
	color: #e2e6e7;
}

ul#portfolio-filter{
	background: #0c1a1e;
}

.sub-header{
	color: #637d88;
	border-bottom: 1px solid #637d88;
}

/* SIDEBAR ------------------------------------------------------*/

#sidebar a{
	color: #e2e6e7;
}

#sidebar li h2{
	color: #e2e6e7;
}

#sidebar li.sidemenu ul li a{
	color: #e2e6e7;
}

#sidebar li.sidemenu ul li{
	border-bottom: 1px solid #304149;
}

/* POSTS ------------------------------------------------------*/


.post .post-title,
.full-width .post .post-title,
.full-width.post .post-title{
	color: #fff;
}


/* COMMENTS LIST ------------------------------------------------------*/

.comments-list li:nth-child(odd){
	background: #112329;
}


/* FOOTER ------------------------------------------------------------*/

div#footer{
	background: url(../img/blue/bg-footers.jpg) no-repeat;
}

div#footer ul.footer-cols li.col ul li a{
	color: #fff;
}

div#footer ul.footer-cols li.col h6{
	color: #c1ea36;
}