/* -----------------------------------------
   Main Color #Color
----------------------------------------- */
body { 
	background: #212121;
	color:#c3c3c3;
}

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

a:hover { 
	color:#c3c3c3;
}

.main-title {
}

hr, .entry {
	border: none;
	border-bottom: 1px solid #2e2e2e;
}

.entry:last-of-type, .entry:last-child {
	border: none;
}

.header a {
	border-bottom:none; 
}

.footer {
	color:#fff;
}

.footer a { 
	border-bottom:none;
}

