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

body {
	background: #7B9971;
}
body,
button,
input,
select,
textarea {
	color: #333;
}
h2.site-description {
	color: #fff;
}
h1.page-title {
	color: #333;
}
button,
#searchform .submit,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #941F1F;
	color: #fff;
	text-shadow: 0 -1px 0 #576573;
}
button:hover,
#searchform .submit: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: #34502B;
}
a {
	color: #941F1F;
}
a:hover,
a:focus,
a:active {
	color: #34502B;
}
#header {
	background: #941F1F url(../images/snowflake.png);
	border-bottom: 20px solid #34502B;
}
#main {
	background: #fbf8ee url(../images/snowflake.png);
}
.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 #CE6B5D;
}
.main-navigation li > a:after {
    color: #fff;
}
.main-navigation ul ul a {
	color: #CE6B5D;
}
.main-navigation li:hover > a,
.main-navigation li > a:hover:after {
    color: #7B9971;
}
.entry-meta a,
.entry-meta a:hover {
	color: #941F1F;
}
.site-footer, 
.site-footer h3,
.site-footer a,
.site-info,
.site-info a {
	color: #fff;
}
.site-footer h3 {
	border-bottom: 1px solid #fff;
}

