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