body {
	background:url(dark/bg_body.jpg) no-repeat center top #363636;
	color:#f2f1f2;
}
#showcase {
	background:url(dark/bg_showcase.png) no-repeat;
}
#logo {
	color:#f2f1f2;
}
#footer {
	border-top-color:#4f4f4f;
	color:#fff;
}
a {
	color:#fd7a72;
}
 a:hover {
	color:#ffa09a;
}
#footer a {
	color:#fd7a72;
}
#footer a:hover {
	color:#ffa09a;
}

.post h2.page-title, .post h2.post-title,  .widget h4, .gallery h2.page-title{
	color:#fd7a72;
}
.pagination span.current,  .pagination a:hover {
	background:#fd7a72;
	border-color:#fd7a72;
	color:#f2f1f2;
}
.pagination a {
	color:#4f4f4f;
}
#respond .button{
	border-color:transparent;
}
.widget input[type="submit"], #respond .button {
	background:#fd7a72;
}
.widget input[type="submit"]:hover, #respond .button:hover {
	background:#ffa09a;
}
.widget li {
	border-color:#636363;
}
.widget li a {
	color:#f2f1f2;
}
.widget li a:hover {
	color:#fff;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	color:#fd7a72;
}