/* Color scheme Sea-Green
----------------------------------------------- */
html body {
/*  background-color: #f2d267; */
/*  background-color: #cccccc; */
  background-color: #cae3d1;                          
}
body a,
body .post-entry .post-entry-headline a {
/*  color: #5e8c6a; */
  color: #d0b040;
  font-weight: bold;
}
body #top-navigation-wrapper,
body #wrapper-footer,
body #searchform .searchform-wrapper .send,
.js #top-navigation-wrapper .top-navigation .selectnav {
/*  background-color: #386343; */
/*  background-color: #f2d267; */
/*  background-color: #f18a01; */
/*  background-color: #efa114; */
background: #efa114; /* Old browsers */
background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(242,210,103,1) 0%, rgba(239,161,20,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(0%,rgba(242,210,103,1)), color-stop(100%,rgba(239,161,20,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(242,210,103,1) 0%,rgba(239,161,20,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(242,210,103,1) 0%,rgba(239,161,20,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(242,210,103,1) 0%,rgba(239,161,20,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(242,210,103,1) 0%,rgba(239,161,20,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#efa114',GradientType=0 ); /* IE6-9 */
}
body #main-content-inner,
body #searchform .searchform-wrapper #s {
  border-color: #f2d267;                         
}
body .post-entry .read-more-button,
body input[type="submit"],
body input[type="reset"] {
  background-color: #6ca17a;                                   
}
body .menu-box ul ul {
  border-color: #6ca17a;                     
}
body .sidebar-widget a {
  color: #6ca17a;                       
}
body .post-entry .read-more-button:hover,
body .footer-signature,
body input[type="submit"]:hover,
body input[type="reset"]:hover,
body #searchform .send:hover {
  background-color: #284730;                                         
}
body #top-navigation-wrapper,
body .top-navigation ul ul,
body #wrapper-footer,
body #footer .footer-widget .footer-headline,
.js #top-navigation-wrapper .top-navigation .selectnav {
/*  border-color: #284730; */
  border-color: #f2d267;
}
body .footer-signature {
  border-color: #1d3322;                       
}
body .menu-box a:hover,
body .menu-box :hover > a,
body #searchform .searchform-wrapper #s {
  background-color: #cae3d1;                          
}
body .top-navigation a,
body .top-navigation a:visited,
body #footer a,
body #footer .footer-widget .footer-headline,
body .footer-signature .footer-signature-content a {
  color: #386343;                               
}

.sidebar-widget .sidebar-headline {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-khtml-border-radius-topleft: 4px;
	-khtml-border-radius-topright: 4px;
	-khtml-border-radius-bottomright: 0;
	-khtml-border-radius-bottomleft: 0;
	border-radius: 4px 4px 0 0;
	background-color: #f2d267;
	padding: 5px 10px 5px 10px;
}
