.entry-categories a, .item-title a {
  border-bottom: 4px solid transparent;
}
.entry-categories a:hover, .item-title a:hover {
  border-bottom-color: #4A92D4;
}

a {
  color: #003663;
}
a:hover, a:focus {
  color: #005296;
}

.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.comment-reply-link {
  background-color: #4A92D4;
  border: 2px solid #4A92D4;
}
.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.comment-reply-link:hover {
  background-color: #2d79be;
  color: #FFF;
}
.btn.white,
input[type="button"].white,
input[type="submit"].white,
input[type="reset"].white,
button.white,
.comment-reply-link.white {
  background-color: #FFF;
  border-color: #FFF;
  color: #444444;
}
.btn.white.transparent,
input[type="button"].white.transparent,
input[type="submit"].white.transparent,
input[type="reset"].white.transparent,
button.white.transparent,
.comment-reply-link.white.transparent {
  color: #FFF;
}
.btn.transparent,
input[type="button"].transparent,
input[type="submit"].transparent,
input[type="reset"].transparent,
button.transparent,
.comment-reply-link.transparent {
  background-color: transparent;
  color: #4A92D4;
}
.btn.transparent:hover,
input[type="button"].transparent:hover,
input[type="submit"].transparent:hover,
input[type="reset"].transparent:hover,
button.transparent:hover,
.comment-reply-link.transparent:hover {
  background-color: #4A92D4;
  color: #FFF;
  border-color: #4A92D4;
}

#navigation a {
  color: #FFF;
}
#navigation > li ul a {
  color: #444444;
}
#navigation > li ul a:hover,
#navigation > li ul .sfHover > a {
  color: #FFF;
  background: #4A92D4;
}
#navigation > li > a:hover,
#navigation > li.sfHover > a,
#navigation > li.sfHover > a:active,
#navigation > li.current_page_item > a,
#navigation > li.current-menu-item > a,
#navigation > li.current-menu-ancestor > a,
#navigation > li.current-menu-parent > a,
#navigation > li.current > a {
  border-bottom-color: #4A92D4;
}

.header-main {
  background-color: #003663;
  color: #FFF;
}

.home-slider .flex-control-paging li a.flex-active:before {
  border: 2px solid #003663;
}

.section-title i {
  color: #4A92D4;
}
.section-category .section-title {
  border-top: 5px solid #003663;
}

.entry-categories {
  color: #cacaca;
}
.entry-categories a {
  color: #003663;
}

.item p {
  color: #777777;
}

.item-thumb:hover {
  border-color: #003663;
}

.item-time {
  color: #777777;
}

.item-rating {
  background-color: #4A92D4;
}
.item-rating:after {
  border: 6px solid transparent;
  border-left-color: #286ca9;
}

.entry-time {
  color: #777777;
}

#paging a,
#paging a:visited,
#paging > span {
  background-color: #ebebeb;
  color: #444444;
}
#paging a:hover {
  color: #FFF;
  background-color: #4A92D4;
}
#paging span.current {
  color: #FFF;
  background-color: #003663;
}

.footer {
  background-color: #003663;
}

.widget.widget_categories ul li:hover, .widget.widget_meta ul li:hover, .widget.widget_pages ul li:hover, .widget.widget_recent_entries ul li:hover {
  border-bottom: 3px solid #4A92D4;
}
