/* GENERAL ------------------------------------------------------------*/

body{
	background: #FFF;
	height:1000px;
	color: #666;
}

div#content{}

a{
	color: #666;
}

ul#portfolio-filter{
	background: #0c1a1e;
}

.sub-header{
	color: #ef7f1a;
	border-bottom: 1px solid #637d88;
}

/* SIDEBAR ------------------------------------------------------*/

#sidebar a{
	color: #999;
}

#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,
.post .post-title,
.full-width .post .post-title,
.full-width.post .post-title{
color: #ef7f1a;
}


/* COMMENTS LIST ------------------------------------------------------*/

.comments-list li:nth-child(odd){
	background: #112329;
}


/* FOOTER ------------------------------------------------------------*/

div#footer{
	border-top:#CCC double 1px;
}

div#footer ul.footer-cols li.col ul li a{
	color: #51656e;
}

div#footer ul.footer-cols li.col h6{
	color: #e2e6e7;
}