/* CSS styles for Wilmington Children's Chorus */


body  {
	font-size: 0.8em;
	font-family: Candara, Verdana, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFBABD;
	background-image: url(images2010_WCC/backgroundSplash2010.jpg);
	background-repeat: repeat;
}
h1 {
	font-size: 2.0em;
	color:#06C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: -0.1em;
}
h2 { font-size: 1.6em; color: #006666;}
h3 { font-size: 1.4em; color:#990099;}
#h3tight h3 {
	margin-bottom: -0.8em;
}
h4 { font-size: 1.0em; color: #0066CC; margin-bottom: -0.5em; margin-top: 0em; }
h5 {
	font-size: 1em;
	margin-bottom: -0.7em;
}
.twoColFixLt #container {
	width: 760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left;
	background-color: #FAF8E7;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 212px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #e62027; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 6px 15px 6px;
	text-align:center;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#navigation  ul {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#navigation li {
	background-image: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#navigation a {
	display: block;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
}
#navigation a:hover, #navigation a:focus, #navigation a:active {
	background-color: #000;
	color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {color:#000000; font-weight: medium;}
a:visited {color:#333333; font-weight: medium;}
a:hover, a:active {
	color:#093;
	font-weight: medium;
}
.style2 {color: #e62027;}
.style3 { font-size: 1.0em; font-family: Georgia, "Times New Roman", Times, serif; }
.style4 {color: #666666}
.caption {
	font-size: 0.8em;
	font-style:italic;
	color:#332222;
	text-align: right;
}
.captionCenter {
	font-size: 0.8em;
	font-style:italic;
	color:#332222;
	text-align: center;
}
#wccfooter {margin-top: 1em; align="center";}
.img-left {float:left; margin: 0 10px 20px 0;}
.img-right {float:right; margin: 0 0 20px 10px;}
#calendarTable h4 a { color: #0066CC; }
.center { text-align: center; }
#mainContent ul { margin-left: 0.5em; padding-left: 0.5em; }
.pullquote150px { width: 170px; float: right; margin: 0 0 10px 10px; padding: 0 5px 0 5px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 1.3em; }
.smallgrey { font-size: 0.7em; color: #666; }
.gold {
	color: #FBF95C;
}
.pink {
	color:#E9C6FF;
}
.rose {
	color: #E2ACFF;
}
.mauve {
	color: #CCDFFF;
}
.skyblue {
	color: #89FFD7;
}
.grass {
	color: #ADFF80;
}
.boldItalicColor {
	font-style: italic;
	font-weight: bold;
	color: #639;
}
