/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.header-form {
	display: none;
}

.nav ul {
	max-width: 100%;
}

.nav {
	background: #fa8072;
}

.nav:before, .nav:after {
	border: 1.6em solid #fa8072;
}

.nav:before {
	border-left-color: #fff;
}

.nav:after {
	border-right-color: #fff;
}

.article .post-date {
	background: #20b2aa;
}

p.footer-copy {
	background: #fa8072;
}

p.footer-copy :before, p.footer-copy :after {
	border: 1.8em solid #ff8075;
}

p.footer-copy :before {
	border-left-color: #fff;
}

p.footer-copy :after {
	border-right-color: #fff;
}

p.footer-copy {
	color: #fff;
}

p.footer-copy a {
	color: #fff;
}

.header-desc {
	color: #000;
}

body {
	color: #000;
}

.aside {
	background: #ffdbba;
}

.side-widget {
	background-image: none;
	position: relative;
}

.side-widget:after {
	width: 260px;
	height: 1px;
	background-color: #000;
	position: absolute;
	content: '';
	display: block;
	bottom: 0;
	left: 50%;
	margin-left: -130px;
}

.nav a:hover {
	color: #ff1493;
}

.nav a {
	color: #000;
}

body {
	font: normal .8em 'Arial', Arial, Arial, Verdana, Arial, Arial, Sans-serif;
}

.side-widget:after {
	width: 260px;
	height: 2px;
	background-color: #20b2aa;
	position: absolute;
	content: '';
	display: block;
	bottom: 0;
	left: 50%;
	margin-left: -130px;
}

.side-widget h3 {
	color: #000;
}

a {
	color: #ff466a;
}

.nav ul ul {
	background: #ff8075;
}

.nav ul ul a {
	color: #666;
}

.header-desc {
	margin: 0;
	color: #000;
}

a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}

nav {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 1px;
	font-size: 95%;
	vertical-align: baseline;
	background: transparent;
}

/* =Fixed Width
-------------------------------------------------------- */
#container,
#footer {
	width: 960px !important;
}

.mc4wp-form input[type="submit"], .mc4wp-form button {
	color: #ffffff !important;
	background-color: #20b2aa;
	border-color: #20b2aa;
}

.article h2.post-title a {
	color: #20b2aa;
	text-decoration: underline;
}

.article h2.post-title a:hover {
	color: #ff8075;
}