/*
 * Style sheet for Drupal 7 AtmosNews theme integration with the color module
 * 
 * Important to know that the color module will generate a new css file
 * locate at sites/default/files/color/theme_name-randomhash
 * The color module looks for the color values of css classes (hexadecimal values)
 * in this style sheet and compares them to the default color values set in the 
 * color.inc file - $info[schemes][default][colors] values
 * 
 * Example: if $info[schemes][default][colors][top] => #af2220, any css class defined
 * below with a color, be it background, background-color, color, etc, set to #15576e 
 * will be replaced with the new "top", or "Header top" field, color set by the user
 * using the color admin page.
 * 
 * To avoid unwanted color changes, you can slightly modify the hexadecimal value
 * of colors, for example use `color: #ffffff;` rather than `color: #fffdf7;`
 */

/* ---------- Color Module Styles ----------- */

body,
body.overlay {
  color: #333333;
}
.comment .comment-arrow {
  border-color: #fffdf7;
}
#page,
#main-wrapper,
#main-menu-links li a.active,
#main-menu-links li.active-trail a {
  background-color: #fffdf7;
}
#ucar_subhead_container ul.menu li a {
  background: none !important;
  border-right: 2px solid #124f64;
}

ul.nice-menu li li a:hover {
  background-color: #124f64;
}

.tabs ul.primary li a.active {
  background-color: #fffdf7;
}
.tabs ul.primary li.active a {
  background-color: #fffdf7;
  border-bottom: 1px solid #fffdf7;
}

ul.nice-menu li ul, 
ul.nice-menu a:hover, 
#ucar_subhead, 
#header-sub-nav {
  background-color: #113d4d;
}
dul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li li.menuparent:hover,
ul.nice-menu-down li li.over,
ul.nice-menu-down li.over, 
#ucar_body .sidebar .block, 
#ucar_head {
  background-color: #124f64;
  background-image: -moz-linear-gradient(top, #124f64 0%, #124f64 100%);
  background-image: -ms-linear-gradient(top, #124f64 0%, #124f64 100%);
  background-image: -o-linear-gradient(top, #124f64 0%, #124f64 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #124f64), color-stop(1, #124f64));
  background-image: -webkit-linear-gradient(top, #124f64 0%, #124f64 100%);
  background-image: linear-gradient(top, #124f64 0%, #124f64 100%);
}

h1.title {
  color: #113d4d;
}
#titlebar {
  border-bottom-color: #113d4d;
}
#ucar_body.sidebar .block {
  background-color: #124f64;
}
.lightblock {
  background-color: #124f64;
}
#ucar_body .sidebar .block.lightblock {
  background-color: #124f64;
}
.mediumblock {
  background-color: #113d4d;
}
#center-wrapper .sidebar .block.mediumblock {
  background-color: #113d4d;
}
.darkblock {
  background-color: #133b50;
}
#center-wrapper .sidebar .block.darkblock {
  background-color: #133b50;
}
a {
  color: #d75900;
}
a:hover,
a:focus {
  color: #d75900;
}
a:active {
  color: #d75900;
}
#center-wrapper,
#squeeze {
  background-color: #fffdf7;
}
.sidebar li a, 
.region-header,
.region-header a,
.region-header li a.active,
#name-and-slogan,
#name-and-slogan a,
#secondary-menu-links li a {
  color: #ffffff;
}
#ucar_body .region-content h2 a,
#ucar_body .region-content h2 {
  color:#113d4d;
}



.triptych_two h2 {
  border-bottom: 2px solid #113d4d;
}
.triptych_three h2 {
  border-bottom: 2px solid #124f64;
}
#ucar_nav_container ul ul li a, 
#triptych-columns .triptych_three a,
#triptych-columns a,
.sidebar li a {
  color:#8cbcdc;
}

.breadcrumbs a {
  color: gray;
  opacity: .8;
}

.triptych_column.triptych_center { 
  background-color: #124f64;
}

.triptych_column.triptych_right {
  background-color: #113d4d;
}
.contact-name {
  color:#8cbcdc;
}

.sidebar li a {
  border-top: 1px solid #8cbcdc;
}
.sidebar li.first > a {
  border-top: none;
}
.footernav {
  color: #9c9c9c;
  background-color: #e3e4e6;
}
.footernav #orgFooter a,
.footernav a {
  color: #d75900;
}

