@charset "UTF-8";

/*--------------------------------------------------
	Containers
--------------------------------------------------*/

html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	background-image: url('../img/bg-body.gif');
	background-position: 0 0;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7500em;
	line-height: 1.5000em;
	text-align:center;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 980px;
	text-align: left;
	overflow:hidden;
	text-align:left;
	/*border: solid 1px red;*/
}

#spacer {
    float:none;
	width:100%;
	height:1px;
	clear:both;
}

.spacer {
    float:none;
	width:100%;
	height:1px;
	clear:both;
}

/*--------------------------------------------------
	Header
--------------------------------------------------*/

#header {
	position: relative;
	width: 100%;
	height: 146px;
	background-color: #e9e1a8;
	background-image: url('../img/photo-header.jpg');
	background-position: 155px 10px;
	background-repeat: no-repeat;
	z-index: 99;
}

/*--------------------------------------------------
	Help Utilities
--------------------------------------------------*/

#help-nav {
	float:right;
	font-size: 11px; /*  10px; */
	line-height: 18px;
	width: 530px;
	color: #8e2b21;
	/*border:solid 1px #C96;*/
}

#help-nav label { float:left; }

#help-nav a { color: #8e2b21; }

#help-nav a:hover { color: #c74132; }

/* how do i form */
#how-form {
	display: block;
	margin: 5px 0 10px 0;
	float: left;
}

#how-form label {
	display: inline;
	margin: 0;
	padding: 0 5px 0 0;
	font-weight:bold;
}
#how-form select {
	display: inline;
	margin: 0;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
#how-form select option {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

#help-links {
	float:left;
	font-weight: bold;
	line-height:24px;
	margin:0 10px 0 10px;
}

/* help links 1 */
#help-links-1 {
	width:300px;
	float:right;
	text-align:center;
	font-weight: bold;
	margin:3px 0 0 0;
}
#help-links-1 a {
	line-height:26px;
	vertical-align:middle;
}
/* text size */
#text-size {
	display: block;
	margin: -2px 0 0 0;
	padding: 0 0 13px 12px;
	float: left;
	font-weight: bold;
}
#text-size-small {
	font-size: 10px;
}
#text-size-medium {
	font-size: 13px;
}
#text-size-large {
	font-size: 15px;
}

/* search form */
#search-form {
	float:right;
	display: block;
	width:326px;
	position: relative;
	padding: 7px 8px 8px 8px;
	margin: 0px;
	background-color:#CB5B3A;
}
#search-form label {
	float:left;
	font-size: 12px; 
    margin: 0 5px 0 5px;
	font-weight:bold;
	color:#FFF;
}
#search-form #target {
	margin: 0px;
	padding: 3px 3px 3px 0px;
	border: 1px inset #cccccc;
	width: 160px;
	height: 12px;
	line-height: 12px;
	font-size:14px;
}
#search-form-submit {
	position: relative;
	background-color: #d5cf3c;
	margin: 0 0 0 3px;
	border: 0;
	padding: 0;
	font-weight: bold;
	width: 47px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}

#search-form-submit.hover {
	position: relative;
	top: 1px;
	background-color:#CF0;
	margin: 0 0 0 3px;
	border: 0;
	padding: 0;
	font-weight: bold;
	width: 47px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}

/*--------------------------------------------------
	Change Font
--------------------------------------------------*/
#changeFont {
	padding-left: 0px;
	float: right;
	color:#900;
	font-weight:bold;
	font-size:12px;
}
.increaseFont {
	display:block;
	height:22px;
	float: left;
	color:#900;
	padding-right:3px;
	font-size:17px;
	line-height:20px;
	vertical-align:bottom;
}
.decreaseFont {
	display:block;
	height:22px;
	float: left;
	color:#900;
	padding-right:3px;
	font-size:11px;
	line-height:20px;
	vertical-align:bottom;
}
.resetFont {
	display:block;
	height:22px;
	float: left; 
	color:#900;
	padding-right:3px;
	font-size:14px;
	line-height:20px;
	vertical-align:bottom;
}




/*--------------------------------------------------
	Footer
--------------------------------------------------*/

#footer {
	position: relative;
	clear: both;
	font-size: 0.75em; /* 10px; */
	line-height: 18px;
	padding: 0 11px 0 11px;
	height: 100px;
	overflow: auto;
}
ul.footer-nav {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	clear: both;
}
ul.footer-nav li {
	display: block;
	position: relative;
	padding: 0 0 0 1px;
	list-style: none;
	float: left;
	background-image: url('../img/bg-footer-nav-sep.gif');
	background-position: left 5px;
	background-repeat: no-repeat;
}
ul.footer-nav li.first-of-type {
	padding: 0 0 0 0;
	background-image: none;
}
ul.footer-nav li a:link,
ul.footer-nav li a:visited,
ul.footer-nav li a:active {
	color: #000000;
	padding: 0 5px 0 5px; /* 0 4px 0 3px */
}
ul.footer-nav li a:hover{
	color: #707070;
	padding: 0 5px 0 5px;
}


/*--------------------------------------------------
	Nav
-------------------------------------------------- */

#main-nav {
	position: absolute;
	left: 0;
	top: 115px;
	width: 100%;
	background-image: url('../img/bg-main-nav.gif');
	background-position: 0 0;
	background-repeat: repeat-x;
}
#main-nav ul.level-1 {
	display: block;
	position: relative;
	margin: 0 auto;	
	padding: 0;
	width: 950px;
}
#main-nav ul.level-1 li {
	display: block;
	position: relative;
	margin: 0;	
	padding: 0 3px 0 0;
	list-style: none;
	float: left;
	background-image: url('../img/bg-main-nav-sep.gif');
	background-position: right 10px;
	background-repeat: no-repeat;
}
#main-nav ul.level-1 li.last-of-type {
	padding: 0;
	background-image: none;
}
#main-nav ul.level-1 li a {
	display: block;
	position: relative;
	margin: 0;	
	padding: 0;
	height: 31px;
	outline: none;
	color: #ffffff;
	font-size: 13px;
	line-height:31px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}
#main-nav ul.level-1 li a:hover,
#main-nav ul.level-1 li a.selected,
#main-nav ul.level-1 li:hover a,
#main-nav ul.level-1 li.hover a {
	color: #647619;
}
#main-nav-books, #main-nav-books a 			{ width: 202px; }
#main-nav-find, #main-nav-find a			{ width: 164px; }
#main-nav-cards, #main-nav-cards a			{ width: 168px; }
#main-nav-libraries, #main-nav-libraries a	{ width: 168px; }
#main-nav-about, #main-nav-about a			{ width: 110px; }
#main-nav-support, #main-nav-support a		{ width: 123px; }

/* sub-menu */
#main-nav .sub-menu {
	display: none;
	position: absolute;
	top:31px;
	padding: 10px 10px 12px 10px;
	margin: 0;
	z-index: 99;
	background-color: #ffffff;
	border: 1px solid #a2b551;
	border-top: 0;
	color: #a2b551;
	overflow: auto;
}
#main-nav ul.level-1 li:hover .sub-menu,
#main-nav ul.level-1 li.hover .sub-menu {
	display: block;
}
#main-nav-books .sub-menu {
	left: 0;
}
#main-nav-find .sub-menu,
#main-nav-cards .sub-menu {
	left: -2px;
}
#main-nav-libraries .sub-menu,
#main-nav-about .sub-menu {
	right: 1px;
}
#main-nav-support .sub-menu {
	right: 0;
}
#main-nav .one-col 		{ width: 160px; }
#main-nav .two-col		{ width: 320px; }
#main-nav .three-col	{ width: 480px; }
#main-nav .four-col		{ width: 640px; }

/* sub-menu level 1 */
#main-nav ul.level-2 {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	float: left;
	width: 160px;	
}
#main-nav ul.level-2 li {
	display: block;
	position: relative;
	margin: 0;	
	padding: 0;
	list-style: none;
	float: none;
	background-image: none;
}
#main-nav ul.level-2 a,
#main-nav ul li:hover ul.level-2 a,
#main-nav ul li.hover ul.level-2 a {
	height: auto;
	padding: 6px 10px 6px 10px;
	color: #a2b551;
	text-align: left;
	white-space: normal;
	/*font-family:Arial, Helvetica, sans-serif; Georgia, "Times New Roman", Times, serif;*/
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	width: 140px;
}
#main-nav ul.level-2 a:hover,
#main-nav ul li:hover ul.level-2 a:hover,
#main-nav ul li.hover ul.level-2 a:hover {
	color: #647619;
	text-decoration: underline;
}

/* sub-menu level 2 */
#main-nav ul.level-3 {
	display: block;
	position: relative;
	margin: 0 0 0 0;	
	padding: 0 0 6px 0;
	width: auto;;
	float: none;	
}
#main-nav ul.level-3 li {
	display: block;
	position: relative;
	margin: 0;	
	padding: 0;
	list-style: none;
	float: none;
	background-image: none;
}
#main-nav ul.level-3 a,
#main-nav ul li:hover ul.level-3 a,
#main-nav ul li.hover ul.level-3 a {
	padding: 3px 10px 3px 10px;
	color: #000000;
	font-size: 12px;
	line-height: normal;
	font-weight:normal;
}
#main-nav ul.level-3 a:hover,
#main-nav ul li:hover ul.level-3 a:hover,
#main-nav ul li.hover ul.level-3 a:hover {
	color: #707070;
}


/*--------------------------------------------------
	Main Content / General Styles
--------------------------------------------------*/

#main-content {
	display: block;
	position: relative;
	width: 980px;
	padding:0px;	
	margin:0px;
	/*padding: 30px 10px 10px 10px;*/
	overflow: hidden;
	z-index: 1;
}


a:link,
a:visited,
a:active {
	color: #000000;
}

a:hover {
	color: #707070;
}

/*
a:link, active { color:#390; }
a:visited { color:#990; }
a:hover {
	text-decoration:none;
	color:#666;
}
*/

.hidden, .skip {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	text-indent: -9999em;
	overflow: hidden;
}


/*--------------------------------------------------
	Home Page
--------------------------------------------------*/

body.internal #main-content {
	padding: 10px 10px 20px 10px;
}

/* main copy */
body.home #main-copy {
	display: block;
	width: 720px;
	padding: 10px 0 0 0;
	float: left;
	z-index: 1;
	/*border:solid 1px green;*/
}

body.home h1{
	font-size:180%;
	font-weight:normal;
	color:#555;
	font-weight:bold;
}

/* what is vegas reading */
body.home #vegas-reading {
	margin:15px 0 0 0;/**/
	display: block;
	width: 180px;
	/*min-height: 300px;*/
	padding: 14px 15px 23px 15px;
	float: left;
	z-index: 1;
	background-color: #ece4db;
}

body.home #vegas-reading h3 {
	padding: 0 0 22px 0;
	margin: 0;
	color: #b9442e;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

body.home #vegas-reading .cover {
	float:left;
	margin: 15px;
}

body.home #vegas-reading .title {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	float:right;
	width: 100px;
}

body.home #vegas-reading .links {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 20px;
	clear: both;
	list-style: none;	
	font-size: 10px;
	line-height: 20px;
}
body.home #vegas-reading .links li {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	list-style: none;	
}
body.home #vegas-reading .links a  {
	display: block;
	height: 20px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #e98103;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
body.home #vegas-reading .links a:hover {
	background-color: #ed9a36;
}

/* featured books */
body.home #featured-books {
	float:right;
	display: block;
	width: 480px;	
	height: 275px;
	padding: 10px 0 0 0 ;
	
	/*border: 1px red solid;
	
	z-index: 1;
	font-size: 12px;
	line-height: 16px;*/
}
body.home #featured-books.full-width {
	width: 440px;
}
body.home #featured-books .feature {
	position: absolute;
	display: none;
	width: 440px;
	height: 220px;
	padding: 0 40px 0 20px;
	float: left;
	z-index: 1;
	font-size: 12px;
	line-height: 16px;
	border: 1px red solid;
}
body.home #featured-books.full-width .feature {
	width: 620px;
	padding: 40px 40px 0 40px;
	
}

body.home #featured-books .selected {
	display: block;
}
body.home #featured-books .cover {
	display: block;
	float: right;
	/*margin: 0 0 10px 20px;*/
}
body.home #featured-books h4 {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	color: #7d7d7d;
	overflow:hidden;
}
body.home #featured-books p.author {
	display: block;
	font-size: 13px;
	line-height: 18px;
	padding: 0 0 4px 0;
	margin: 0;
	font-weight: bold;
}
body.home #featured-books p.description {
	display: block;
}
body.home #featured-books .links {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;	
	font-size: 13px;
	line-height: 27px;
	text-align: right;
	float: right;
}
body.home #featured-books .links li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	text-align: right;
}
body.home #featured-books .links a {
	display: block;
	height: 27px;
	width: 150px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #e98103;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
body.home #featured-books .links a:hover {
	background-color: #ed9a36;
}

/* feature controls */
body.home #feature-controls {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: auto;
	height: 24px;
	right: 40px;
	top: 8px;
	z-index: 98;
}
body.home #feature-controls ul {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: auto;
	height: 24px;
	float: left;
	list-style-type: none;
}
body.home #feature-controls ul li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 0 4px;
	width: 16px;
	height: 16px;
	float: left;
	list-style-type: none;
}
body.home #feature-controls ul li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #8e2b21;
	outline: none;
	border: 1px solid #8e2b21;
}
body.home #feature-controls ul li a:hover {
	background-color: #ece4db;
}
body.home #feature-controls ul li a.selected,
body.home #feature-controls ul li a:hover.selected {
	background-color: #8e2b21;
	color: #ffffff;
}

/* quick links */
body.home #quick-links {
	display: block;
	position: relative;
	clear: both;
	padding: 10px 0 20px 20px;
	margin: 23px 0 20px 0;
	background-color: #e9e1a8;
	font-size: 1.000em; /*  13px;  */
	line-height: 1.300em; /*  17px;  */
	overflow: hidden;
	text-align:left;
}
body.home #quick-links h3 {
	font-size: 20px;
	line-height: 24px;
	padding: 0 0 10px 0;
	margin: 0;
}
body.home #quick-links ul {
	display: block;
	position: relative;
	float: left;
	width: 220px;
	margin: 0;
	list-style: none;
	line-height:18px;
	/*border:solid 1px #fff;*/
}
body.home #quick-links li {
	list-style: none;
}
body.home #quick-links a {
	color: #8e2b21;
}
body.home #quick-links a:hover {
	color: #c74132;
}

/* homepage sidebar */
body.home #sidebar {
	text-align:left;
	display: block;
	width: 230px;
	float: right;
	z-index: 1;
	font-size: 12px;
	line-height: 18px;
	padding:25px 0 0 0;
	overflow:hidden;
	/*border: 1px solid red*/
}

body.home #sidebar #other-links {
	overflow:hidden;
}

/* other links */
body.home #sidebar #other-links ul {
		
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.home #sidebar #other-links ul li {
	display: block;
	margin: 0 0 3px 0;
	padding: 0;
	list-style: none;
}
body.home #sidebar #other-links a {
	display: block;
	height: 18px;
	margin: 0;
	padding: 5px 15px 10px 15px;
	line-height: 18px;
	color: #8e2b21;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
body.home #sidebar #other-links a:hover {
	color: #c74132;
}
body.home #sidebar #other-links #other-links-login {
	color: #ffffff;
	background-color: #af3f2a;
	font-size: 14px;
	text-transform: uppercase;
	height: 23px;
	line-height: 23px;
}
body.home #sidebar #other-links #other-links-login:hover {
	background-color: #c94a32;
}
body.home #sidebar #other-links-kids {
	background-color: #e8d482;
}
body.home #sidebar #other-links-teens {
	background-color: #e2d8a2;
}
body.home #sidebar #other-links-seniors {
	background-color: #e6e0c9;
}
body.home #sidebar #other-links-spanish {
	background-color: #eee6dc;
}

body.home #sidebar #other-links-events {
	background-color: #f8f2ea;
}

/* events & galleries */
body.home #sidebar #events-galleries {
	display: block;
	padding: 15px 15px 0 15px;
	background-color: #f8f2ea;
	height: 196px;/**/
}
body.home #sidebar #events-galleries h3 {
	padding: 0 0 10px 0;
	margin: 0;
	color: #8e2b21;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
body.home #sidebar #events-galleries .image {
	float: left;
	margin: 0 10px 0 0;
}
body.home #sidebar #events-galleries .description {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 11px;
	line-height: 14px;
	text-align:left;
}
body.home #sidebar #events-galleries .links {
	display: block;	
	padding: 0 0 0 0;
	/*position: relative;
	margin: 0 5px -10px auto;*/
	list-style: none;
	font-size: 10px;
	line-height: 20px;
	width: 160px;
}
body.home #sidebar #events-galleries .links li {
	padding: 0 0 0 0;
	/*margin: 0 0 10px 0;*/
	list-style: none;	
}
body.home #sidebar #events-galleries .links a {
	display: block;
	height: 20px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #e98103;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
body.home #sidebar #events-galleries .links a:hover {
	background-color: #ed9a36;
}

body.home #sidebar #events-galleries img {
	width:200px;
	height:70px;
}

body.home #sidebar #events-galleries img.arrow {
	width:7px;
	height:9px;
	border:none;
}


/*--------------------------------------------------
	Internal Pages
--------------------------------------------------*/

body.internal #main-content {
	padding: 30px 0 40px 0;
}

/* context nav */
#context-nav {
	display: block;
	width: 190px;
	float: left;
	z-index: 1;
	margin-righ:20px;
}
#context-nav ul {
	display: block;
	/*width: 190px;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	/*font-size: 2.000em;   12px;  */
	line-height: normal; /*  18px; */
}
#context-nav ul li {
	display: block;
	/*width: 190px;*/
	margin: 0 0 0 0;
	padding: 0 0 6px 0;
	list-style: none;
}
#context-nav ul li a {
	color: #8b9f37;
	font-weight: bold;
	text-decoration: none;
}
#context-nav ul li a:hover,
#context-nav ul li a.selected {
	color: #647619;
	text-decoration:underline;
}

#context-nav ul ul {
	margin: 0 0 0 0;
	padding: 10px 0 2px 0;
	list-style: none;
	/*font-size: 12px;*/
	line-height: normal/*0.8333em; 14px; */
}
#context-nav ul ul li {
	margin: 0 0 0 0;
	padding: 0 0 6px 0;
	list-style: none;
}
#context-nav ul ul li a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#context-nav ul ul li a:hover,
#context-nav ul ul li a.selected {
	color: #707070;
}

/* main copy */
body.internal #main-copy {
	display: block;
	width: 570px;
	min-height:400px;
	padding: 0 10px 0 10px;
	float: left;
	z-index: 1;
	overflow:hidden;

}
body.internal #breadcrumb {
	color: #707070;
	margin: 0.1667em 0 1.6667em 0; /* 2px 0 20px 0 */
	/*font-weight:bolder;*/
}
body.internal #breadcrumb a:link, active {
	color:#707070; /*#390;*/
}

body.internal #breadcrumb a:visited {
	color:#707070; /*#990;*/
}

body.internal #breadcrumb a:hover {
	color:#333;
}
body.internal #main-copy h2 {
	margin: 0 0 0.9em 0; /* 0 0 8px 0 */
	line-height:1.0000em;
	padding: 0;
	font-size: 2.0000em; /* 24px */
	font-weight: bold;
}
body.internal #main-copy h3 {
	margin: 0 0 0 0;
	padding: 0 0 1.0625em 0; /* 0 0 17px 0 */
	font-size: 1.3333em; /* 16px */
	font-weight: bold;
	color: #8d8d8d;
}
body.internal #main-copy h4 {
	margin: 2.3636em 0 1.0000em 0; /* 26px 0 11px 0 */
	padding: 0.85em; /* 0 14px 0 14px */
	background-color: #e9e1a8;
	font-size: 0.9167em; /* 11px */
	line-height: 0.98em; /* 28px */
	font-weight: bold;
	overflow:hidden;
}
body.internal #main-copy .side {
	background-color: #e8e8e8;
	padding: 0.8333em; /* 10px */
}
body.internal #main-copy .align-right {
	float: right;
	margin-left: 1.3333em; /* 16px */
	margin-bottom: 1.3333em; /* 16px */
}
body.internal #main-copy .align-left {
	float: left;
	margin-right: 1.3333em; /* 16px */
	margin-bottom: 1.3333em; /* 16px */
}




/* sidebar */

body.internal #sidebar {
	display: block;
	width: 180px;
	float: right;
	z-index: 1;
	font-size: 12px;
	line-height: 18px;	
}

/* other links */
body.internal #sidebar #other-links ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	width:100%;
	float:right;
}
body.internal #sidebar #other-links ul li {
	display: block;
	margin: 0 0 3px 0;
	padding: 0;
	list-style: none;
}
body.internal #sidebar #other-links a {
	display: block;
	height: 18px;
	margin: 0;
	padding: 5px 15px 10px 15px;
	line-height: 18px;
	color: #8e2b21;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
body.internal #sidebar #other-links a:hover {
	color: #c74132;
}
body.internal #sidebar #other-links #other-links-login {
	color: #ffffff;
	background-color: #af3f2a;
	font-size: 14px;
	text-transform: uppercase;
	height: 23px;
	line-height: 23px;
}
body.internal #sidebar #other-links #other-links-login:hover {
	background-color: #c94a32;
}
body.internal #sidebar #other-links-kids {
	background-color: #e8d482;
}
body.internal #sidebar #other-links-teens {
	background-color: #e2d8a2;
}
body.internal #sidebar #other-links-seniors {
	background-color: #e6e0c9;
}
body.internal #sidebar #other-links-spanish {
	background-color: #eee6dc;
}
body.internal #sidebar #other-links-events {
	background-color: #f8f2ea;
}


/* login 
body.internal #sidebar #login {
	display: block;
	width: 150px;
	margin: 0 0 5px 0;
}
body.internal #sidebar #login-link {
	display: block;
	height: 18px;
	margin: 0;
	padding: 5px 0 5px 0;
	color: #ffffff;
	background-color: #af3f2a;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
body.internal #sidebar #login-link:hover {
	background-color: #c94a32;
}
*/

/* side unit */
body.internal #sidebar .side-unit {
	display: block;
	font-size: 11px;
	line-height: 14px;
	padding: 0 4px 5px 4px;
	margin: 0 0 10px 0;
}
body.internal #sidebar .side-unit h3 {
	display: block;
	background-color: #8e2b21;
	color: #e9e1a8;
	font-size: 11px;
	line-height: 12px;
	margin: 0 -4px 5px -4px;;
	padding: 5px 7px 5px 7px;
}
body.internal #sidebar .side-unit ul {
	display: block;
	margin-left: 0;
	list-style: none;
}
body.internal #sidebar .side-unit ul li {
	list-style: none;
}

/* book-feature */
body.internal #sidebar .book-feature .cover {
	margin: 0 0 10px 0;
}
body.internal #sidebar .book-feature .title {
	margin: 0 0 6px 0;
}
body.internal #sidebar .book-feature .description {
	font-size: 9px;
}

body.internal #sidebar h4 {
	margin: 2.3636em 0 1.0000em 0; /* 26px 0 11px 0 */
	padding: 0.85em; /* 0 14px 0 14px */
	background-color: #e9e1a8;
	font-size: 0.9167em; /* 11px */
	line-height: 0.98em; /* 28px */
	font-weight: bold;
	overflow:hidden;
}

/*
a.important {
	color: #8e2b21;
	font-weight:bold;
}
a.important:hover {
	color: #c74132;
	font-weight:bold;
}
*/

a.important {
	color: #000;

}
a.important:hover {
	color: #707070;
}

#bold-links a {
	color:#8C8A39;
	font-weight:bold;
	text-decoration:underline;
	font-size:1.2em;
}

#bold-links a:hover {
	color:#999;
	font-weight:bold;
	text-decoration:none;
}



/*-------------------------------------------------------
    Search forms
--------------------------------------------------------*/
#content_form { 
    /*background-color:#EAF9C6;*/
	padding:10px;
	font-weight:bold;
	line-height:25px;
}

#content_form input, select { 
    font-weight:normal;
	float:left;

}

#content_form label{
    padding:0 10px 0 0;	
	float:left;
}

#content_form a.btn{
	display: block;
	padding: 0 10px 0 10px;
	margin: 5px;
	line-height:25px;
	background-color: #e98103;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

#content_form a.btn:hover {
	background-color:#F63;
}

/*-----------------------------------------------------
     Multicolumn list
------------------------------------------------------*/

#multicolumn_list ul {
	display:block;
	float:left;
	list-style: none;
	line-height: 1.8em; /*  18px; */
}
#multicolumn_list ul li {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 6px 0;
	list-style: none;
}
#multicolumn_list ul li a {
	color: #8b9f37;
	font-weight: bold;
	text-decoration: none;
}

#multicolumn_list ul li a:hover, #multicolumn_list ul li a.selected {
	color: #647619;
}


/*-----------------------------------------------------
     Table
------------------------------------------------------*/
table, tr, td { border:none; }

#table ul {
	display:block;
	float:none;
	clear:both;
	list-style: none;
	line-height: 1.7em; /*  18px; */
	font-size: .96em;
	padding:0px;
	margin:0px;
}

#table ul.gray {
    overflow:hidden;
	background:url(../images/gray.gif);
}

#table ul li {
	display: block;
	float:left;
	list-style: none;
}

#table ul li a {
	color: #8b9f37;
	font-weight: bold;
}

#table ul li a:hover, #table ul li a.selected {
	color: #647619;
}

/*---------------------------------------
Misc
---------------------------------------*/

.additional-info {
	color:#333;
	font-size:0.9em;	
}

.green-georgia {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-weight:bold;
	color:#8b9f37;
}


a.more:link, active { color:#390; font-size:.86em; }
a.more:visited { color:#990; }
a.more:hover {
	text-decoration:none;
	color:#666;
}

#event_search {
	padding:0 10px 0 10px;
	background-color:#F4FBDB;
	margin:0px;
	height:75px;
}

#event_search {
	padding-left, padding-right:10px;
	margin-top:5px;
	width:700px;
	text-align:left;
	height:60px;
}

#event_search #search-form-submit {
	width:30px;
	font-size:11px;
	font-weifgt:bold;
}



#nEvnttp {
  /* line-height:16px;
   padding:0px;
   margin:0px;*/
}

#nLbr {
  /* line-height:16px;
   padding:0px;
   margin:0px;*/
}

#sKwrd {

}

a.getcard:link, active, visited {
	display:block;
	width:165px;
	height:165px;
	background:url(../cardsservices/images/now.jpg) no-repeat;
	text-decoration:none;
}

a.getcard:active {
	display:block;
	width:165px;
	height:165px;
	background:url(../cardsservices/images/now.jpg) no-repeat;
	text-decoration:none;
}

a.getcard:visited {
	display:block;
	width:165px;
	height:165px;
	background:url(../cardsservices/images/now.jpg) no-repeat;
	text-decoration:none;
}


a.getcard:hover {
	display:block;
	width:165px;
	height:165px;
	background:url(../cardsservices/images/now_ho.jpg) no-repeat;
	text-decoration:none;
}


#tabrow {
	display:block;
	clear:both;
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #E3E1DB;
}

#tabrow p { float:left; text-align:center; }

.gray { background-color:#F7F8EF; }
.white { background-color:#fff; }

#events_grid a {
	color:#660;
	font-weight: bold;
}

#go_print {
	color:#333;
	font-size:0.9em;
	float:right;
}



/*-------------------------- shelves ----------------------------------------- */

#shelves {
	width:100%;
	background:url(../images/shelves/wood_bkg.jpg);
	padding:0px;
	margin:0px;
}


#shelf {
	display:block;
	list-style-type: none;
	width:500px;
	margin:0px;
	padding: 10px 0 28px 0 ;
	text-align:center;
	background:url(../images/shelves/shelf.png) no-repeat center bottom;
}

#shelf li {
	display:inline;
	padding:0 6px 0 0;
	
}

#shelf img {
	background:url(../images/shelves/no_cover.jpg) no-repeat;
}



#links_list {
  list-style:url(../images/point.gif);
}

#links_list li{
	margin:0 0 15px 0;
	line-height:normal;
	font-size:1.2em;
}

a.brown_bold {
	font-weight:bold;
	color:#930;
}

/*---------------------------------------
More
----------------------------------------*/

a.hp_message {
	font-weight:bold;
	color:#933;
}
   
a.hp_message:hover {
    color:#663;
	text-decoration:underline;
}

a.more {
	font-weight:bold;
	color:#690;
}
   
a.more:hover {
    color:#663;
	text-decoration:underline;
}

/*------- Top emergency and colsing days message. notice.cfm ---*/

#notice {
   background-color:#FDF8EE;
   border:solid 1px #F4EFEA;
   padding: 0 10px 5px 10px;
   overflow:hidden;
   position:relative;
   top:15px;
   margin-bottom:10px;
   font-weight:bold;
   color:#F60;
}

#buttons {
	width:360px;
}

#buttons a {
	diaplay:block;
	float:left;
	padding:15px;
	/*border:solid 3px #996;
	text-decoration:none;*/	
	font-size:16px;
	font-weight:bold;
   	
}

#buttons a:hover {
	/*background:#CF6;	*/
}

a.button1 {
	/*background:#CAE78F;
	color:#6F8235;	*/
	margin-right:20px;

}

a.button2 {
/*	background:#E2E094;
	color:#990;*/
}

#help_list p{
	margin-bottom:30px;
}

/* ------    

.print { display:none; }

.screen { display:none; }

-----   */

/*--------------------------------------------------
	Freegal Page
--------------------------------------------------*/
#mainForm {
	background-color:#EDF1B8;
	border: 1px solid #ece3da;
	padding: 10px;
	margin-bottom:15px;
	text-align: center;
	color: #b9442e;
}

#mainForm #cn, #mainForm #pn {
	margin-right:10px;
	padding: 3px 10px 3px 10px;
	font-size:14px;
	font-weight:bold;
}

#mainForm #cn {
	width:140px;
}

#mainForm #submit, #registration #submit {
	border:none;
	background-color: #F90;
	color: #fff;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px 10px 5px 10px;
}

?*----------------------------------------------------------------
RSS Feed for SoNNPIC
------------------------------------------------------------------*/
.gfg-root {
  width : 100%;
  height : auto;
  position : relative;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  border: 1px solid #BCCDF0;
}

.gfg-title {
  font-size: 14px;
  font-weight : bold;
  color : #3366cc;
  background-color: #eedd82;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-title a {
  color : #8e2b21;
}

.gfg-subtitle {
  font-size: 12px;
  font-weight : bold;
  color : #3366cc;
  background-color: #eae1a8;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 5px;
}

.gfg-subtitle a {
  color : #b9442e;
}

.gfg-entry {
  background-color : white;
  width : 100%;
  height : 6.9em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 3px;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : auto;
  height : 100%;
  padding-left : 20px;
  padding-right : 5px;
}

.gfg-list {
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 5px;
}

.gfg-listentry {
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  padding-left : 15px;
  padding-right : 5px;
  margin-left : 5px;
  margin-right : 5px;
}

.gfg-listentry-odd {
  background-color : #eee9e9;
}

.gfg-listentry-even {
}

.gfg-listentry-highlight { 
  background-image : url('garrow.gif');
  background-repeat: no-repeat;
  background-position : center left;
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 14px;
  line-height : 1.2em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  margin-bottom : 2px;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : 3.8em;
  color: #000000;
  margin-top : 3px;
}

/*
 * Easy way to get horizontal mode, applicable via js options to gadget.
 */

.gfg-horizontal-container {
  position : relative;
}

.gfg-horizontal-root {
  height : 1.5em;
  _height : 100%;
  position : relative;
  white-space : nowrap;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  border: 1px solid #a2b551;
  padding : 5px;
  margin-right : 80px;
}

.gfg-horizontal-root .gfg-title {
  font-weight : bold;
  background-color: #FFFFFF;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  float : left;
  padding-left : 10px;
  padding-right : 12px;
  border-right: 1px solid #a2b551;
}

.gfg-horizontal-root .gfg-title a {
  color : #8e2b21;
  text-decoration : none;
}

.gfg-horizontal-root .gfg-entry {
  width : auto;
  height : 1.5em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 0px;
  margin-left : 0px;
  padding-left : 10px;
}

/* To allow correct behavior for overlay */
.gfg-horizontal-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : 100%;
  height : 100%;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-horizontal-root .gfg-list {
  display : none;
}

/*
 * FeedControl customizations.
 */

.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
.gfg-horizontal-root .gfg-entry .gf-result .gf-author {
  display : none;
}

.gfg-horizontal-root .gfg-entry  .gf-result .gf-title {
  color: #0000cc;
  margin-right : 3px;
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
.gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
  display : block;
  color: #AAAAAA;
}

.gfg-branding {
  white-space : nowrap;
  overflow : hidden;
  text-align : left;
  position : absolute;
  right : 0px;
  top : 0px;
  width : 80px;
}

.gfg-collapse-open, .gfg-collapse-closed {
  background-repeat : no-repeat;
  background-position : center;
  cursor : pointer;
  float : right;
  width : 17px;
  height : 20px;
}

.gfg-collapse-open {
  background-image : url('arrow_open.gif');
}

.gfg-collapse-closed {
  background-image : url('arrow_close.gif');
}

.gfg-collapse-href {
  float : left;
}

.clearFloat {
  clear : both;
}
