/* ---------- Color Module Styles ----------- */

/* Main background */

body { background-color:#e9f0f0; }

/* Menu */

#wrap { border-top: 3px solid #0759b8; }

#main-menu .menu a.active, #main-menu .menu ul a.active { background: #0759b8; }

#main-menu .menu a.active-trail { background:#e9eff0;; }

#sitename h1 a:hover, #sitename h2 a:hover { color: #0759b8; }

/* Menu Hover */

#main-menu .menu a:focus,
#main-menu .menu a:hover,
#main-menu .menu a:active,
#main-menu .menu ul a:focus,
#main-menu .menu ul a:hover,
#main-menu .menu ul a:active { background: #e9eff0; }

/* Link */

a { color: #2e70b1; }

a:hover { color: #ffffff00; }

.links li a:hover, .field-name-field-tags a:hover { color: #0882b8; }

/* Button */

.form-submit { background: #b81010; border-color:#b81010; }

.form-submit:hover { background: #cf5240; }