@import "reset.css";

/* Class to automatically clear floats */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE needs special care */
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
.clearfix {display:block;}
/* End hide from IE-mac */

/* Begin basic styling */
html {
	background: #dddacc;
}

body {
	padding:0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.4m;
	color:#545454;
	background: #dddacc;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1em;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.4em;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 1em 0;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}

a:link, a:visited, a:active {
	color:#006A80;
	text-decoration: underline;
}

a:hover {
	color:#ff0000;
}

img {
	border: none;
}

ul { 
	margin: 0;
	list-style: disc;
}

ol { 
	margin: 0;
	list-style: decimal;
}

li { 
	margin: 0.8em 0 0 2em;
	font-size: 1.2em;
}

ol li { 
	margin-left: 3em;
}

dl {
	margin-bottom: 1em;
	overflow: hidden;
}

dl dt {
	float: left;
	clear: left;
	font-size: 1.2em;
}

dl dd {
	float: left;
	font-size: 1.2em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
	font-weight: inherit;
}

h1 em, h2 em, h3 em {
	font-weight: bold;
}

cite {
	font-style: italic;
}

cite em {
	font-style: normal;
}

/* Basic Structure */
#wrapper {
	position: relative;
	width: 770px;
	padding: 214px 39px 0 39px;
	margin: 0 auto;
	background: #ffffff url(/images/body-bg.png) 0 0 repeat-y;
}

#header {
	position: absolute;
	width: 770px;
	height: 204px;
	top: 10px;
	left: 39px;
}

#content {
	overflow: hidden;
	background: url(/images/sidebar_bg.png) 509px 0 repeat-y;
}

#primary {
	width: 490px;
	float: left;
	padding: 2em 18px 2em 0;
}

#secondary {
	width: 260px;
	float: right;
}

#footer {
	padding: 0.5em 0;
	border-top: 1px solid #ccc;
}

/* Header styling */
a#banner {
	display: block;
	width: 770px;
	height: 139px;
	background: url(/images/header.jpg) 0 0 no-repeat;
	border: 1px solid #ccc;
}

a#shpl {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 120%;
	color: #545454;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

ul#nav {
	padding: 0.5em 0;
	border-bottom: 1px solid #ccc;
}

ul#nav li {
	display: inline;
	margin: 0 3em 0 0;
	list-style: none;
}

ul#nav li a {
	font-size: 13px;
	text-decoration: none;
}

#title-search {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

#title-search a#shpl {
	float: left;
	width: 58%;
	border-bottom: none;
}

#title-search #search {
	display: block;
	float: right;
	width: 40%;
	height: 20px;
	padding: 8px 0;
}

#title-search #search input, #title-search #search select {
	float: right;
	margin-left: 8px;
}

#title-search #search-type, #title-search #search-criteria {
	margin-top: 2px;
}

/* Footer styling */
#footer p {
	margin: 0;
}

/* Main content styling */
#primary a {
	text-decoration: underline;
}

#primary ul, #primary ol {
	margin-bottom: 1em;
}
li p, li h2 {
	font-size: 1em;
}

.img-left {
	float: left;
	margin: 0 15px 0 0;
}

.img-right {
	float: right;
	margin: 0 0 0 15px;
}

.img-inline {
	margin: 1em 0;
}

div.img-left p, div.img-right p, div.img-inline p {
	font-size: 0.9em;
	font-style: italic;
	margin: 0;
}

ul#events li {
	display: block;
	padding-bottom: 10px;
	list-style: none;
	margin-left: 0;
	overflow: hidden;
}

ul#events li h2 {
	margin: 0 0 0.5em 0;
}

dl.books dt {
	margin: 0 0 1em 15px;
	width: 325px;
}

dl.books dd {
	margin: 0 0 1em 0;
	width: 130px;
}

dl#contact-list dt {
	margin: 0 0 1em 0;
	width: 72px;
}

dl#contact-list dd dl dt {
	margin: 0 0 1em 0;
	width: 20em;
}

dl#contact-list dd {
	margin: 0 0 1em 0;
	width: 414px;
}

dl#contact-list dd dl dd {
	width: 126px;
}

dl#hours dt {
	margin: 0 0 0.5em 10px;
	width: 84px;
}

dl#hours dd {
	margin: 0 0 0.5em 0;
	width: 385px;
}

table#closed {
	margin-left: 1em;
}

table#closed th, table#closed td {
	padding: 0.4em;
	font-size: 1.1em;
	border: 1px solid #333;
}

table#closed th {
	font-weight: bold;
	background: #ccc;
}

dl#room-fees dt {
	margin: 0 0 0.5em 1em;
	width: 144px;
}

dl#room-fees dd {
	margin: 0 0 0.5em 0;
	width: 330px;
}

p.shoponline {
	padding: 1em;
	border: 1px solid #ccc;
	background-color: #FFFFCC;
}

dl#board dt {
	margin: 0 0 1em 15px;
	width: 216px;
}

dl#board dd {
	margin: 0 0 1em 0;
	width: 240px;
}

dl#board-minutes dt {
	margin: 0 0 1em 15px;
	width: 72px;
	font-weight: bold;
}

dl#board-minutes dd {
	margin: 0 0 1em 0;
	width: 390px;
}

dl#board-minutes ul {
	margin: 0;
}

dl#board-minutes ul li {
	margin: 0 0 0.4em 0;
	list-style: none;
	font-size: 12px;
}

dl#partners dt {
	width: 250px;
	margin: 0 0 2em 0;
	padding-top: 30px;
}

dl#partners dd {
	margin: 0 0 2em 0;
	padding-left: 30px;
}

/* Resources list styling */
#db-benefits-list li {
	list-style: disc;
}

#db-list {
	margin-top: 1em;
	font-size: 1.2em;
	line-height: 1.4em;
}

#db-list tr {
	vertical-align: top;
}

#db-list tr td {
	padding: 5px;
	border: 1px solid #cccccc;
}

#db-list td.db {
	width: 190px;
}

#db-list tr.alt {
	background: #dddddd;
}

#db-list dt.alt, #db-list dd.alt {
  background-color: #eeeeee;
}

/* FAQs list styling */
#faqs li {
	list-style: decimal;
}

#faqs ul li {
	list-style: disc;
	font-size: 1em;
}

/* Sidebar styling */
ul.items {
/*	margin-left: 10px; */
}

ul.items li {
	width: 240px;
	padding: 20px 0 20px 20px;
	margin: 0;
	list-style: none;
	border-top: 1px solid #ccc;
	background: url(/images/item_bg.png) 0 0 repeat-x;
}

ul.items li a:link, ul.items li a:visited, ul.items li a:active  {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

ul.items li img { display: block; }
ul.items li p { margin: 1em 0 0 0; }

ul.items li.sidenav h4 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

ul.items li.sidenav ul li {
	font-size: 12px;
	padding: 0 0 0 10px;
	margin: 0.5em 0 0 10px;
	list-style: none;
	background: url(/images/list_arrow.gif) 0 0 no-repeat;
	border: none;
}

ul.items li.nextreads a#nextreads-link {
	position: relative;
	float: left;
	width: 120px;
	height: 160px;
}

ul.items li.nextreads a#nextreads-link span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100px;
	height: 160px;
	background: #ffffff url(/images/NR_100x160.gif) top left no-repeat;
}

ul.items li.nextreads p {
	width: 90px;
	float: left;
}

/* Content */
h1#teen-title {
	position: relative;
	height: 114px;
	width: 450px;
}

h1#teen-title span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent url(/images/ya-logo2.gif) no-repeat;
}

img.teen-photo {
	margin: 2em 0;
}

.volunteer-note {
	margin: 4px 0;
	color: #777;
	font-size: small;
}