/*------------------------------------+
 | Site: Children's Memorial Hosptial |
 | Part: Blue styles                  |
 +------------------------------------+
 | Light:     e5f1fb                  |
 | Medium:    b3d5f2                  |
 | Dark:      1b75d5                  |
 | Very dark: 004094                  |
 +------------------------------------*/


/* Backgrounds
======================================================================*/
.breadcrumbs li { background-image: url(/source/images/crumb-blue.gif); }

.btns,
.current .symbol,
.datePicker table td#date-picker-hover,
.progress .step,
.swap li:hover,
.swap li.over {
	background-color: #b3d5f2;
}

.aggregator li:hover,
.aggregator li:hover span,
.cal .today,
.checklist label:hover,
.date-picker-weekday,
div.editMode,
.editMode li,
fieldset,
.glossary-term:hover,
.handle,
.media-grid a:hover,
.mini-tools .disabled .icon:hover,
#nav-secondary,
.pages,
.search-tabs .current a,
#search-sort,
#searchPages,
#searchSort,
#subfooter,
#subheader,
.suggestions a:hover,
.suggestions a:focus {
	background-color: #e5f1fb;
}

.action,
.cal .current,
.date-picker-month,
.media-grid .current a,
.media-grid .current a:hover,
#nav li.current a,
#nav li.current a:hover,
.progress .current .step,
#section,
.suggestions p,
.symbol {
	background-color: #1b75d5;
}

#footer { background-color: #004094; }


/* Borders
======================================================================*/
.cal,
.cal th,
.call-l,
.call-r,
.dashboard,
.dashboard dd,
.date-picker-weekday th,
.events h2,
.events table,
.events td,
.events th,
fieldset.first,
fieldset.last,
.figure-l,
.figure-r,
.grid td,
hr,
.media-grid .current .mute,
.mini-tools .disabled .icon:hover,
#nav-secondary,
#nav-secondary li,
#section-header,
#subfooter,
#subheader,
.swap li:hover .icon,
.swap li.over .icon {
	border-color: #b3d5f2;
}

.aggregator h3 { border-top: 2px solid #1b75d5; }
.mini-tools .icon { border-color: #e5f1fb; }
.search-tabs .current a { border-top: 1px solid #b3d5f2; }
.suggestions div { border-color: #1b75d5; }


/* Text colors
======================================================================*/
.call-l, .call-r, #quiz-results h2 { color: #1b75d5; }
