/*
 * Blue based style
 */
blockquote {
  background-image: url('../images/quotes_blue_32x25.gif');
  background-repeat: no-repeat;
}

a {
  color: #00BDD6;
}

/* Navigation Start */
#navigation ul.nav-level-0 li.parent,  
#navigation ul.nav-level-0 li.selected {
  background: url('../images/nav_blue_selected_repeat_1x24.gif') repeat-x 0px 0px;
}

#navigation ul.nav-level-1 li.parent,  
#navigation ul.nav-level-1 li.selected {
  background: none;
}

#navigation ul.nav-level-1 li a:hover {
  text-decoration: underline;
  color: #40CEE0;
}

#navigation ul.nav-level-1 a.parent {
  color: #40CEE0;
}

#navigation ul.nav-level-1 a.selected {
  color: #40CEE0;
}
/* Navigation End */

#int-left-content h1 {
  color: #00BDD6;
}

#int-right-content h1 {
  color: #00BDD6;
}

#wide-content h1 {
  color: #00BDD6;
}

#horz-scroll-content h1 {
  color: #00BDD6;
}

#article-list-content h1 {
  color: #00BDD6;
}

.horz-scroller-handle {
  background: transparent url('../images/slider_handle_blue_45x17.gif') no-repeat;
}