/******************************************************************************
 * Blue color variant
 ******************************************************************************/

/* Text color */
.color,
#header #main-menu li:hover li a:hover,
#header #main-menu .active li a:hover,
#content a,
#footer h2,
#content th, 
{ color: #009ee0 !important; }

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6
{ color: #009ee0; }

#breadcrumb li a { color: #636363 !important; }

#sidebar .block-categories a { color: #464646 !important; }

/* Button color */
#content a.button { color: #fff !important; }
a.button              { background: url('../../images/buttons/blue-button-left.png') top left no-repeat; }
a.button span         { background: url('../../images/buttons/blue-button-right.png') top right no-repeat; }
a.button span span    { background: url('../../images/buttons/blue-button-center.png') top left repeat-x; }

/* Slider blue active button */
#slider.cycle #slider-navigation a.activeSlide    { background: url('../../images/blue-slider-bullet-active.png') top left no-repeat; }
#slider.cycle #slider-prev a                      { background: url('../../images/blue-slider-prev.png') center left no-repeat; }
#slider.cycle #slider-next a                      { background: url('../../images/blue-slider-next.png') center right no-repeat; }

#slider.nivo .nivo-controlNav a.active            { background: url('../../images/blue-slider-bullet-active.png') top left no-repeat; }
#slider.nivo a.nivo-prevNav                       { background: url('../../images/blue-slider-prev.png') center left no-repeat; }
#slider.nivo a.nivo-nextNav                       { background: url('../../images/blue-slider-next.png') center right no-repeat; }

/* Main boxes read more button */
#boxes .read-more { background: url('../../images/blue-box-more.png') center right no-repeat; }
/* Footer cite color */
#footer p.cite                          { background: url('../../images/blue-footer-cite.png') top left no-repeat; }
/* Footer submit button color */
#footer #contact-form .form-submit      { background: url('../../images/blue-footer-button.png') top left no-repeat; }

#navigation                         { background: url('../../images/blue-navigation.png') top left no-repeat; }
#navigation #search .form-text      { background: url('../../images/blue-search-text.png') top left no-repeat; }
#navigation #search .form-submit    { background: url('../../images/blue-search-submit.png') top left no-repeat; }

#sidebar .block-categories li       { background: url('../../images/blue-box-more-small.png') 0px 12px no-repeat; }
#main p.cite                        { background: url('../../images/blue-footer-cite.png') top left no-repeat; }

#footer #contact-form .form-submit              { background: url('../../images/buttons/blue-button-left.png') top left no-repeat; }
#footer #contact-form .form-submit-wrap         { background: url('../../images/buttons/blue-button-right.png') top right no-repeat; }
#footer #contact-form .form-submit input        { background: url('../../images/buttons/blue-button-center.png') top left repeat-x; }

