body:after {
	left: 0;
	width: 300px;
	background: #d33333;
}

/* Links */
a {
	color: #d33333;
}
a:hover,
a:focus,
a:active {
	color: #202020;
}

.widget {
	border-bottom: 15px double #bc1919;
}

/* Header */
.site-header {
	background: #d33333;
}

.site-branding {
	border-bottom: 15px double #bc1919;
}

.widget-area input[type="text"],
.widget-area input[type="url"],
.widget-area input[type="email"],
.widget-area input[type="password"],
.widget-area input[type="search"],
.widget-area textarea {
	color: #fff;
	border-color: #bc1919;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #d33333;
}
.widget-area button,
.widget-area html input[type="button"],
.widget-area input[type="reset"],
.widget-area input[type="submit"] {
	background: #fff;
	color: #d33333;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #bc1919;
}

.search-form input[type="submit"] {
	color: #d33333;
}