/**
 * @package colorpalette
 * @since colorpalette 1.0
 * inspired by: http://www.colourlovers.com/palette/2590411/K._Kiyochika_APC_7
 *
 *
 */

body {
	background: #7F8F72;
}
body,
button,
input,
select,
textarea {
	color: #736252;
}
h1.page-title,
h2.site-description {
	color: #fff;
}
button,
#searchform .submit,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #736252;
	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: #9BB296;
}
a {
	color: #7F8F72;
}
a:hover,
a:focus,
a:active {
	color: #827062;
}
#header {
	background: #736252;
	border-bottom: 20px solid #9BB296;
}
#main {
	background: #C0BD9A;
}
.site-title a {
	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 #827062;
}
.main-navigation li > a:after {
    color: #fff;
}
.main-navigation ul ul a {
    color: #827062;
}
.main-navigation li:hover > a,
.main-navigation li > a:hover:after {
    color: #9BB296;
}
.entry-meta a,
.entry-meta a:hover  {
	color: #9BB296;
}
.site-footer, 
.site-footer h3,
.site-footer a,
.site-info,
.site-info a {
	color: #fff;
}
.site-footer h3 {
	border-bottom: 1px solid #fff;
}

