/**
 * @package colorpalette
 * @since colorpalette 1.0
 * inspired by: http://www.colourlovers.com/palette/59489/Kotaku
 *
 *
 */

body {
	background: #9E0C39;
}
body,
button,
input,
select,
textarea {
	color: #333333;
}
h1.page-title {
	color: #E21B5A;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
	background: #83A300;
	color: #fff;
	text-shadow: 0 -1px 0 #576573;
}
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: #E21B5A;
}
#searchform .submit {
	background: url(../images/search.png) no-repeat center;
	background-color: #83A300;
}
#searchform .submit:hover {
	background: url(../images/search.png) no-repeat center;
	background-color: #E21B5A;
}
a {
	color: #9E0C39;
}
a:hover,
a:focus,
a:active {
	color: #E21B5A;
}
#header {
	background: #83A300;
	border-bottom: 20px solid #E21B5A;
}
#main {
	background: #FBFFE3;
}
.site-title a,
h2.site-description {
	color: #fff;
}
.main-navigation a {
	color: #fff;
	text-shadow: 0 -1px 0 #576573;
}
.main-navigation ul ul {
	background: #fff;
}
.main-navigation ul ul li { 
	border-bottom: 1px dotted #9E0C39;
}
.main-navigation li > a:after {
    color: #fff;
}
.main-navigation ul ul a {
    color: #9E0C39;
}
.main-navigation li:hover > a,
.main-navigation li > a:hover:after {
    color: #E21B5A;
}
.entry-meta a,
.entry-meta a:hover {
	color: #9E0C39;
}
.site-footer, 
.site-footer h3,
.site-footer a {
	color: #fff;
}
.site-footer h3 {
	border-bottom: 1px solid #fff;
}
.site-info,
.site-info a {
	color: #FBFFE3;
}
