/*
 * =======================
 * Red style
 * =======================
 */

html {
	background-color: #F3F3F3;
}

body {
	background: url(../img/background-red.png) no-repeat fixed center top;
	background-color: #F3F3F3;
	color: #333;
}
#header h1 a {
	background: url(../img/logo.png) no-repeat;
	width: 128px;
	height: 29px;
}
/* Colors */

a:hover,
.popup a:hover,
#slideshow .nivo-caption a:hover,
.post-head h4 a:hover,
.post-head h3 a:hover,
#respond .required,
#comments h5 em,
#credits a:hover,
#bottom .widget.footer ul.menu li a:hover {
	color: #e81b1b;
}

.nivo-controlNav a.active,
#nav a.activeSlide,
form#searchform input#searchsubmit,
#main-nav ul a:hover,
#main-nav ul li.current_page_item a,
#footer-nav li.current_page_item a,
#main-nav ul li.current-menu-item a,
#main-nav ul li.current-menu-item li a:hover,
#main-nav ul li.current-menu-ancestor a,
#main-nav ul li ul.sub-menu .current-menu-item a,
#main-nav ul li ul.sub-menu a:hover,
#main-nav ul li ul.sub-menu ul.sub-menu .current-menu-item a,
#main-nav ul li ul.sub-menu ul.sub-menu a:hover,
.big-btn,
.medium-btn,
.big-btn.red,
.medium-btn.red,
.small-btn.red,
a.small-btn:hover,
.big-btn.black:hover,
.medium-btn.black:hover,
.small-btn.black:hover,
input.big-submit,
#filter li.current a,
#filter li.current a:hover,
#worklist ul li h4 a:hover,
#postlist ul li h4 a:hover,
.post-date,
#respond .form-submit input,
a#cancel-comment-reply-link:hover,
#footer-nav ul li a:hover,
ul.t-nav li.active,
ul.t-nav li a:hover,
#sidebar .widget .latest-works li.w-thumb h4 a:hover,
#bottom .widget .latest-works li.w-thumb h4 a:hover {
	background-color: #E81B1B;
}

.post-head h4 a:hover {
	border-bottom: 1px dashed #E81B1B;
}

.post-date {
	background-image: -webkit-gradient(linear, 70% 0%, 100% 0%, from(#E81B1B), to(#BD1010));
	background-image: -moz-linear-gradient(70% 0% 0deg, #E81B1B, #BD1010);
display: none;
}

#slideshow {
	background-color: #F3F3F3;
}

#feature-post-box {
	background: #fff url(../img/featured-red.png) no-repeat right top;
}