/**
  Red Color
*/
/* breaking news */
.breaking-news .block-title {
  background: url(images/healineswrap-bg.png) 100% 0 no-repeat;
}

/* Search button */
#search-block-form .form-submit:hover,
#search-block-form .form-submit:focus,
#search-block-form .form-submit:active {
  background: url(images/btn-search.gif) 0 -30px no-repeat;
}

/* Navigation */
.sf-menu.sf-style-rad a.active {
  color: #C92423;
}

/* Hover Links */
.sf-menu.sf-style-rad a:hover,
.sf-menu.sf-style-rad a:focus,
.sf-menu.sf-style-rad a:active {
  color: #C92423;
}

/* Child Menu Items Hover */
.sf-menu.sf-style-rad ul li a:focus,
.sf-menu.sf-style-rad ul li a:hover,
.sf-menu.sf-style-rad ul li a:active {
  background-color: #C92423;
}

.sf-menu.sf-style-rad li.sfHover > a.sf-with-ul {
  color: #C92423;
}

/* Active Links */
.sf-menu.sf-style-rad a.active {
  color: #C92423;
}

.sf-menu.sf-style-rad .active-trail .sf-depth-1 {
  color: #C92423;
}

.sf-menu.sf-style-rad ul li a.active {
  color: #C92423;
}

/* View Slideshow */
#slideshow-wrapper .views_slideshow_controls_text span {
  background: url(images/btn-controls.png) 0 -51px no-repeat;
}

#slideshow-wrapper .views_slideshow_controls_text span.views-slideshow-controls-text-next {
  background-position: 0 0;
}

#slideshow-wrapper .views-field-title a {
  /*color: #003d7a;*/
  color: #fff;
  font-style: bold;
}

/* mass top title */
.mass-top .block-title span {
  color: #003d7a;
}

.mass-top .block-title:hover {
  border-bottom: none;
}

.first-word {
  /*color: #003d7a;*/
  color: #111;
}

.mass-top .views-field-title a:hover,
.mass-top .views-field-title a:active,
.mass-top .views-field-title a:focus {
  color: #003d7a;
}

/* date */
/*.submitted-date {
  background: url(images/date-bg.png) no-repeat 0 0;
}*/

.node-title a:hover,
.node-title a:active,
.node-title a:focus {
  color: #003d7a;
}

.block-title:hover {
  border-bottom: 1px solid #003d7a;
  color: #003d7a;
}

.top-trends .views-field-title a:hover,
.top-trends .views-field-title a:focus,
.top-trends .views-field-title a:active {
  color: #003d7a;
}

/* paging */
ul.pager li a,
ul.pager li span {
  background: url(images/paging.png) 0 0 no-repeat;
}

ul.pager li.pager-first a {
  background: url(images/paging.png) 0 -60px no-repeat;
}

ul.pager li.pager-previous a {
  background: url(images/paging.png) 0 -40px no-repeat;
}

ul.pager li.pager-next a {
  background: url(images/paging.png) 0 -80px no-repeat;
}

ul.pager li.pager-last a {
  background: url(images/paging.png) 0 -100px no-repeat;
}

/* contact */
.contact a {
  color: #003d7a;
}

/* Back To Top */
a.btn-btt:hover,
a.btn-btt:active,
a.btn-btt:focus {
  background-color: #003d7a;
}

/* button */
span.button input.form-submit {
  background: #003d7a;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #003d7a;
}

span.form-required,
span.marker {
  color: #003d7a;
}

/* comment  */
.comment-title a:hover,
.comment-title a:active,
.comment-title a:focus {
  color: #003d7a;
}

/* blog */
.page-blog ul.action-links li a,
.page-forum ul.action-links li a {
  background: #003d7a;
}

/* tabs */
ul.primary li a:hover {
  color: #003d7a;
}
