@charset "utf-8";
/* CSS Document */

/* No suprises, we hope? */
* {
	margin: 0;
	padding: 0;
}

ul, ol {
	margin-left: 2em;
}

blockquote {
	margin: 0 5em 0 5em;
}

/* Much better than a picture, and we want a border */
body {
	background-color: #19198B;
	margin: 15px;
	font-size: 90%;
	min-width: 700px;
	color: #000066;
}

/* Pesky Borders....but we probably want some padding */
img {
	border: none;
	padding: 0.5em;
}

/* Well, no padding when dealing when we don't want it */
.nopadding{
	padding: 0;
}

/* The main header, only seen when images are turned off or not loaded */
/* We have "Wilmington Memorial Library" Hiding there */
#head {
	position: relative;
	width: 100%;
	font-size: 45px;
	line-height: 50px;
	background-color: #FFFFFF;
	height: 55px;
	margin-bottom: 0;
	overflow: hidden;
}

/* The picture version of the header. Also, where we put the quick links box. */
/* This should tell it to sit ABOVE the normal header content! */
/* Background image is used, screen readers should see the REAL header anyway. */
#headimage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
	z-index: 1;
	background-image: url(/images/wml_banner.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

/* Lives inside of headimage for various reasons */
/* Also, only shows up with javascript enabled */
#quicklink {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: small;
}

#quicklink select {
	background-color:#FFE9BB;
	color: #000066;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* The menu just below the header block */
#headmenu {
	width: 100%;
	vertical-align: middle;
	text-align: center;
	line-height: 2em;
	background-color: #19198B;
	color: #FFFFFF;
	font-weight: bold;
}

/* Links in the menu, so that they look nice */
#headmenu a, #headmenu a:visited {
	margin: 0 0.5em 0 0.5em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0.3em 0 0.3em;
}

/* Color swap when hovering in the header menu */
#headmenu a:hover {
	background-color: #FFFFFF;
	color: #19198B;
}

/* Main content area */
#content {
	/* We do not position #content, but this is important anyway. Don't remove. */
	position: relative;
	padding-left: 12.5em;
	padding-right: 0.5em;
	background-color: #FFFFFF;
	height: 100%;
	min-height: 30em;
}

/* Apply the extrabar class to content to add the extra padding for the index page */
#content.extrabar {
	padding-right: 16.5em;
	min-height: 53em;
}

/* So that paragraphs move away from each other */
#content p {
	font-size: 110%;
	padding-bottom: 1em;
}

/* But we override that for the short/long bar headers */
/* And we add an extra bit to the top */
#content p.shortbar, #content p.longbar {
	padding-bottom: 0;
	padding-top: 0.5em;
}

/* The sidebar, positioned on the left by default. */
/* Due to the positioning rules, the sidebar can be placed in multiple places */
/* In our case, we place it AFTER the main content (and extrabar, if there) */
/* This way screen readers don't have to fight with it at the top of every page */
#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 12em;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	height: 100%;
}

/* The box above the menu, containing today's date */
#datebox {
	text-align: center;
	background-color: #FFE89C;
	color: #000066;
	border-bottom: 1px solid #E7C8C6;
	font-size: 0.8em;
	line-height: 2em;
	height: 2em;
}

/* The menu in the sidebar */
/* Not documenting this mess */
/* If you are not careful, you will break the popouts! */
#menu {
	background-color: #FFF2C6;
	color: #E6B980;
	border-bottom: 1px solid #EBC39f;
}

#menu ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF2C6;
}
#menu ul ul {
	border: 1px solid #CCCCCC;
	position: absolute;
	top: 0;
	left: 100%;
	width: 13em;
	display: none;
}

#menu li {
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	position: relative;
	background-color: #FFF2C6;
	display: block;
	margin: 0;
	padding: 0 0 0 0.75em;
	background-image: url(/images/ornge_sq.gif);
	background-repeat: no-repeat;
	background-position: 0.25em 0.5em;
}

#menu li:hover ul {
	display:block;
}

#menu li li {
	font-weight: normal;
}

#menu a, #menu a:visited {
	display: block;
	padding: 2px 3px;
	text-decoration: none;
	color: #000099;
}

#menu a:hover {
	color: #CC9966;
}

/* For stuff below the menu on the sidebar */
/* We use one block per, gets us the bottom border easily */
.sidebarcontent {
	text-align: center;
	vertical-align: middle;
	padding: 0.8em;
	border-bottom: 1px solid #CCCCCC
}

.sidebarcontent a {
	font-weight: bold;
}

.sidebarcontent img {
	padding: 0;
}

/* The Extrabar */
/* Normally on the right side of the content */
/* Positioned just after the main content and before the sidebar */
/* That way screen readers hit it before the menu tree */
#extrabar {
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 15em;
	height: 100%;
	padding: 0 0.5em 0 0.5em;
}

/* The footer, not much more to say */
#footer {
	text-align: center;
	border-top: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 0.8em;
	padding: 0.25em;
}

/* Headers with a short fading bar behind them */
.shortbar {
	min-width: 150px; /* Would use 100% or something. but floaters don't like that */
	color: #E1B246;
	font-size: 1.4em;
	line-height: 1.7em;
	background-image: url(/images/shortbar.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Headers with a long fading bar behind them */
.longbar {
	min-width: 150px; /* Would use 100% or something. but floaters don't like that */
	color: #E1B246;
	font-size: 1.4em;
	line-height: 1.7em;
	background-image: url(/images/longbar.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Little box for extra links and such in the upper corner */
.floater {
	float: right;
	background-color: #FFE9BB;
	padding: 0.5em;
	margin: 0.5em;
	font-size: 0.9em;
}

/* For slightly smaller text */
.smallertext {
	font-size: 0.8em;
}

/* For event headers */
.eventheader {
	font-weight: bold;
	clear: both;
}

/* Titles/Subtitles on various pages */
/* #content is to fix a bug with specificity */
#content .title {
	font-size: 1.2em;
	padding: 0 0 0 1em;
	background-image: url(/images/ornge_sq.gif);
	background-repeat: no-repeat;
	background-position: 0.25em 0.45em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.25em;
}

#content .subtitle {
	background-color: #F4F4FF;
	line-height: 2em;
	text-indent: 1em;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 1em;
	color: #996600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Titles/subtitles on children's pages */
#content.childrens .title {
	padding: 1em 0 1em 0;
	margin: 0;
	background-image: none;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	color: #CC6633;
	font-weight: bold;
}

#content.childrens .subtitle {
	padding: 1em 0 1em 0;
	line-height: 1em;
	text-indent: 0em;
	background-color: transparent;
	background-image: none;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CC6633;
}

/* For when you want BIG text */
.bigtext {
	font-size: 1.2em;
}

/* For when you want GIANT text */
.gianttext {
	font-size: 2em;
}

/* Indenting for nav blocks on non-content pages */
.navindent {
	padding-left: 3em;
	padding-top: 2em;
	font-size: 1.2em;
}

.navindent ul {
}

.navindent li {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #FFF2CA;
	list-style: none;
}

/* Alert! (red text) */
.alert {
	color: #FF0000;
}

/* Blue Boxes, for forms and such */
.bluebox {
	font-size: 1.1em;
	color: #003366;
	background-color: #F0F0FF;
	border: 1px solid #FFECC4;
	text-align: center;
	padding: 1em 0.75em;
}

/* Sub navigation Bar */
.subnavbar {
	margin: 0.25em;
	font-size: 0.8em;
}

.subnavbar a, .subnavbar strong {
	padding-left: 0.25em;
	padding-right: 0.25em;
}

/* Arrow Bullets */
.arrows {
	list-style-image: url(/images/blu_aro.gif);
}

/* Orange Circle Bullets */
.ocircles {
	list-style-image: url(/images/orng_circle.gif);
}

/* Popups (tooltips) */
abbr {
	color: #0000FF;
}

/* Sitemap Stuff */
/* Top Level */
#sitemap ul li {
	list-style-image: url(/images/orng_circle.gif);
	font-size: 1.5em;
}

/* Second Level */
#sitemap ul ul li {
	list-style-image: url(/images/blu_aro.gif);
	font-size: 0.8em;
}

/* Third Level */
#sitemap ul ul ul li {
	list-style: none;
	list-style-image: none;
	font-size: 0.5em;
}

/* Form stuff */
.widebox {
	width: 70%;
}

.shortbox {
	width: 50%
}