@charset "utf-8";
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a img {
	border: none;
}
body  {
	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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, address {
	margin: 0px;
	padding: 10px 0px 0px;
}
p, #mainContent ol, #mainContent ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	padding-left: 1em;
}
#wrapper {
	background: url(../_images/wrapperbg.jpg) repeat-y fixed;
	margin: 0 auto;
}

#container {
	width: 916px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../_images/bodyBackground.gif) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 80%;
} 
#header {
	padding: 0;
	height: 129px;
	margin: 0px;
	background: url(../../_images/header.gif) no-repeat center top;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	padding: 0px 0px 0px 80px;
	margin: 0px;
}

#sidebar1 ul  {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #FFF;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}
#sidebar1 ul li {
	line-height: 28px;
}
#sidebar1 ul li a:link, #sidebar1 ul li a:visited {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	border:solid 2px;
	border-top-color: #8565CE;
	border-right-color: #006;
	border-bottom-color: #006;
	border-left-color: #8565CE;
	list-style-type: none;
	display: block;
	color: #fff;
	padding-left: 20px;
	background: #00E url(../_images/btnBackgrnd.gif) repeat-y;
	width: 160px;
}

#sidebar1 ul li a:hover {
	font-size: 15px;
	border: solid 3px;
	border-top-color: #006;
	border-right-color: #8565CE;
	border-bottom-color: #8565CE;
	border-left-color: #006;
}
#sidebar1 ul li a.current, #sidebar1 ul li a.current:hover, #sidebar1 ul li a.current:active {
	background: #438f36 url(../_images/btnBackgroundCurrent.gif) repeat-y;
	font-size: 15px;
	border-top: 3px solid #090;
	border-right: 3px solid #696;
	border-bottom: 3px solid #696;
	border-left: 3px solid #090;
	cursor: default;
	font-variant: small-caps;
}
#sidebar1 img {
	padding-top: 10px;
	padding-left: 10px;
	border: none;
}
#mainContent p {
	padding-top: 10px;
	font-size: 1em;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#mainContent {
	margin: 0 70px 0 280px;
	padding: 0 20px;
	background: url(../_images/content_bg.gif) repeat;
} 
#mainContent #staff {
	float: right;
	padding-right: 10px;
	border-bottom: 2px solid #190807;
	margin-right: 5px;
	border-left: 2px solid #190807;
	padding-left: 10px;
	clear: right;
	padding-bottom: 10px;
}
#content {
	font-size: 1em;
	border: 2px solid #555;
	padding: 3px;
}
#content p a {
	font-variant: small-caps;
}
#content ul li {
	list-style: disc;
}
#pageTitle {
	text-align: left;
	margin-bottom: 5px;
	clear: right;
	border-top: none;
	border-right: none;
	border-left: none;
	padding-bottom: 5px;
}
#slideshowcontainer {

}
#teenContent {
	padding-top: 0.5em;
	padding-left: 1em;
}
#teenContent ul li {
	padding-left: 1em;
}
#teenContent h2 {
	padding-top: 1em;
	color: #306;
	font-size: 2em;
	font-variant: small-caps;
}



#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#childCraft {
	left: auto;
	top: 0px;
	right: auto;
	margin: 0px;
	padding: 0px;
}
.dropCap {
	font-size: 3em;
	line-height: 0.85em;
	color: #070;
	text-align: right;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 5px 5px 5px;
	margin-bottom: 5px;
	overflow: hidden;
}
.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;
	padding-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;
}
.TabbedPanelsTab {
	background: #A25E00 url(../_images/tab_button_bkgrnd.gif) repeat;
	border-top: 2px solid #f4ceaa;
	border-right: 2px solid #2b1d00;
	border-bottom: 2px solid #160d00;
	border-left: 2px solid #b37a2e;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.3em;
}
.eventArticle {
	border-bottom: 2px double #030;
	padding: 1.5em 10px;
}
.onePixelBorder {
	padding: 2px;
	border: 1px solid #005;
}
.minutes {
	padding-left: 1em;
	list-style: square;
}
.address {
	padding-top: 2px;
	padding-bottom: 4px;
	border-top: 1px solid #190807;
	border-bottom: 1px solid #190807;
	text-align: center;
}
.home #home a, .events #events a, .oneBook #oneBook a, .teens #teens a, .children #children a, .catalog #catalog a, .aboutUs #aboutUs a, .reference #reference a, .local #local a {
background: #438f36 url(../_images/btnBackgroundCurrent.gif) repeat-y;
	font-size: 15px;
	border-top: 3px solid #090;
	border-right: 3px solid #696;
	border-bottom: 3px solid #696;
	border-left: 3px solid #090;
	cursor: default;
	font-variant: small-caps;	
}
.boldText {
	font-weight: bold;
}
#footer {
	background: url(../_images/footerBg.gif) no-repeat;
	text-align: left;
	text-indent: 75px;
}
.readerDownload {
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}
