/* COLOR SHADES */

/*

BACKGROUND: #ffffff
LIGHTER: #165587 
LIGHTEST: #377eff

*/

/* PRIMARY ELEMENTS */

body {
  background: #ffffff url(/layout/images/skin/footer-light.png) 0 bottom
    repeat-x;
}

#wrapper {
  background: #ffffff url(/layout/images/skin/dots-light.png) center 0 no-repeat;
}

/* CLASSES */

.highlight {
  color: #165587;
}

/* TYPOGRAPHY */

a,
h2 a:hover,
.nav-entries a:hover,
#sidebar li a:hover {
  color: #377eff;
}

a:hover {
  color: #0d306f;
}

/* COPYRIGHT */

#copyright .menu a:hover {
  color: #165587;
}
