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

a {
  color: #D22A02;
}

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

#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: #DD5F41;
}

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

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

#int-left-content h1 {
  color: #D22A02;
}

#int-right-content h1 {
  color: #D22A02;
}

#wide-content h1 {
  color: #D22A02;
}

#horz-scroll-content h1 {
  color: #D22A02;
}

#article-list-content h1 {
  color: #D22A02;
}

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