div.menu-container{
   min-height: 50px; 
}
.menu-container{
    background: rgba(26,141,182,1);
background: -moz-linear-gradient(top, rgba(26,141,182,1) 0%, rgba(26,141,182,1) 1%, rgba(37,127,169,1) 50%, rgba(11,109,141,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(26,141,182,1)), color-stop(1%, rgba(26,141,182,1)), color-stop(50%, rgba(37,127,169,1)), color-stop(100%, rgba(11,109,141,1)));
background: -webkit-linear-gradient(top, rgba(26,141,182,1) 0%, rgba(26,141,182,1) 1%, rgba(37,127,169,1) 50%, rgba(11,109,141,1) 100%);
background: -o-linear-gradient(top, rgba(26,141,182,1) 0%, rgba(26,141,182,1) 1%, rgba(37,127,169,1) 50%, rgba(11,109,141,1) 100%);
background: -ms-linear-gradient(top, rgba(26,141,182,1) 0%, rgba(26,141,182,1) 1%, rgba(37,127,169,1) 50%, rgba(11,109,141,1) 100%);
background: linear-gradient(to bottom, rgba(26,141,182,1) 0%, rgba(26,141,182,1) 1%, rgba(37,127,169,1) 50%, rgba(11,109,141,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a8db6', endColorstr='#0b6d8d', GradientType=0 );
}
#MainNav .ddsmoothmenu li li {
background: #0B506D;
color: white;
}
#MainNav .ddsmoothmenu li li a.selected, #MainNav .ddsmoothmenu li li a:hover {
color: white;
    text-shadow:none;
}
#MainNav li.current-menu-item a, #MainNav li.current-menu-parent a, #MainNav li.current_page_parent a, #MainNav li a.selected, #MainNav li.current_page_item a {
    color:#fff;
    background:#0b506c;
}
#MainNav li a:hover{
    color:#fff;
    background: rgba(11, 80, 108, 0.5);
}
.top-search .searchform {
    color: #2580AA;
    background:#1F5971;
    height: 30px;
}
.flex-control-paging li a {
background: #1F93BE;
}
.flex-control-paging li a.flex-active{
    background: #0B506C;
}
.footer-wrapper .footer_widget a{
    color:#414040;
}
.footer-wrapper ul li a{
    color:#1d86b6;
}
.searchform input[type="submit"] {
    background: transparent;
    color: #0B6D8D;
}
.footer_bottom a {
    color:#414040;
}
div.content-bar div.post ul.post_meta a:hover{
color:#1d86b6;
}
.sidebar ul li a:hover{
    color:#1d86b6;
}
.sidebar .tagcloud a:hover{
    color:#1d86b6;
}
.sidebar ul li a{
color:#999;
}
.sidebar .tagcloud a{
color:#999;
}
.footer-wrapper .footer_widget a:hover{
color:#1d86b6;
}
div.footer-top a:hover{
color:#1d86b6;
}
.flex-direction-nav .flex-prev:before,.flex-direction-nav .flex-next:before{
     color:#0B506D;
}
.flex-direction-nav .flex-prev:hover::before,.flex-direction-nav .flex-next:hover::before{
     color:#228CB9;
}
.top-search .searchform {
        color: rgb(95, 175, 208);
}
div.read_more{
    background: #0B506D;
}
div.read_more:hover{
    background-color: #228CB9;
}
.sidebar .searchform input[type="submit"]{
      color: rgb(95, 175, 208);
}
#wp-calendar caption{
    background: rgb(95, 175, 208);
}
#MainNav .ddsmoothmenu li li:hover {
    background:#228CB9;
    color: white;
}