@charset "utf-8";
/* CSS Document */

/* HTML tag styling... */
/*hr {
	background-image: url("/kids/images/hr_builder.gif");
	background-repeat: repeat-x;
	background-color: #918F90;
	color: #918F90;
	height: 3px;
	width: 95%;
	clear: both;
	margin: 5px; border: 0; padding: 0;
}*/

/* SETTING THE BORDER TO 0 MAKES IT IMPOSSIBLE TO CHANGE THE BORDER on any image */
img{
	background: none;
	/* border:0; */
	margin: 0;
	padding: 0;
}

hr{
	clear: both;
}

hr.booklist {
	background-image: url("/kids/images/horizontal_rule.gif");
	background-repeat: repeat;
	clear: both;
	margin: 5px; border: 0; padding: 0;
}

h1 {
	color: #0099CC;	/*blue*/
	font-family: "Franklin Gothic Demi", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 2px;
}

h3, h4, h5, h6 {
	/*color: #666666;*/
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2{
	color:#0099CC;
	font-size: 16px;
	margin-bottom: 10px;
	line-height:100%;
	/*border-bottom:solid 2px #09C;*/
}

h3{
	font-size: 15px;
	margin-top: 5;
	line-height:120%;
}

h4 {
	font-size: 14px;
	margin-bottom: 0;
	line-height:100%;
}

h5 {
	font-size: 13px;
	margin-top: 0;
	line-height:100%;
}

h6 {
	font-size: 12px;
	margin-bottom: 0;
	line-height:100%;
}

p {
	font-size: 13px;
	margin-top: 0;
}

ul	{
	line-height:130%;
	padding-left:15px;
	padding-top:10px;
	margin:5px 0 15px 0;
}

a:link {
	color: #669933;
	text-decoration: none;
}

a:visited{
	color: #CC3399;
	text-decoration: none;
}

a:hover{
	color: #669933;
	text-decoration: underline;
}

h1 a{
	color: #0099CC;
}

h2 a, h3 a, h4 a, h5 a, h6 a{
	color: #666666;
}

/* SIDEMENU ---------------------------------------------------------*/
#sidemenu a:link {
	color: #669933;
	text-decoration: none;
}

#sidemenu a:visited{
	color: #CC3399;
	text-decoration: none;
}

#sidemenu a:hover{
	color: #669933;
	text-decoration: underline;
}


/* SECTION LIST ---------------------------------------------------- */
/* This is for a single line list with arrows but no big bottom margin */
/*list with> bullets used for lists of links*/
.list ul { 
	list-style-image:url(/kids/images/arrow-bullet.gif);
	line-height:130%;
	margin:5px 0 15px 0;
	padding-left:20px;
	padding-top:10px;
}

/* to put a margin between the blurb of one link and the link of the next */
.list li {
	margin-bottom: 8px;
	}
	
/* SECTION ANNOLIST ---------------------------------------------------- */
/* annotated list that needs a larger bottom margin - this is taken from the main style.css */
/*list with> bullets used for lists of links*/
.annolist ul { 
	list-style-image:url(/kids/images/arrow-bullet.gif);
	line-height:130%;
	margin:5px 0 15px 0;
	padding-left:20px;
}

/* to put a margin between the blurb of one link and the link of the next */
.annolist li {
	margin-bottom: 12px;
	}

.annolistbold ul { 
	list-style-image:url(/kids/images/arrow-bullet.gif);
	line-height:130%;
	margin:5px 0 15px 0;
	padding-left:20px;
}

/* to put a margin between the blurb of one link and the link of the next */
.annolistbold li {
	margin-bottom: 12px;
	}

.annolist dl { 
	line-height:130%;
	margin:5px 0 15px 0;
}

/* to put a margin between the blurb of one link and the link of the next */
.annolist dt {
	margin-bottom: 12px;
	}
	
/* END SECTION ANNOLIST ---------------------------------------------------- */

/* SECTION MENULIST ---------------------------------------------------- */
/* annotated list that needs a larger bottom margin - this is taken from the main style.css */
/*list with> bullets used for lists of links*/
.menulist ul { 
	list-style-image:url(/kids/images/arrow-bullet.gif);
	line-height:130%;
	margin:5px 0 15px 0;
	padding-left:20px
}

/* to put a margin between the blurb of one link and the link of the next */
.menulist li {
	margin-bottom: 12px;
	font-weight:bold;
	font-size: 15px;
	}

/* END SECTION MENULIST ---------------------------------------------------- */

/* Layout... */
#kids_body{
	background-color: #0099CC;
	background-image:url(../images/bg_splotch.gif);
	background-repeat:repeat;
}

#kids_content{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color: #FFFFFF;
	width: 834px;
	border-top: none;
	border-bottom:none;
	border-left: solid;
	border-right: solid;
	border-width: thin;
}

#kids_header{
	height: 94px;
}

#kids_clplogo{
	float: left;
	width: 134px;
}

#kids_logo{
	float: left;
	width: 172px;
}

#kids_utilities{
	float: left;
	clear: right;
	width: 528px;
}

/* the kids navigation has the paper background */
#kids_nav{
	background: url(/kids/images/header_paper.gif) repeat-x;	
	height: 211px;
	width:  834px;
	/*height: 100%;*/
	clear: both;
}

/* This is for systemwide announcements - added by CC 10/2/2009 */
#kids_announcement{
	width:547px;
	margin-left:27px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:130%;
	font-weight:bold;
	color:red;
}

/* this includes all the navigational graphics and room for the popups */
#kids_nav_base{
	position: absolute;
	/*top: 94px;
	left: 0px;*/
	width: 547px;
	height: 173px;
	/*padding-top:44px;*/
	/*padding-left:27px;*/
	top: 128px;
	/*top: 44px;*/
	left: 27px;
}

#kids_nav_spacer{
	position: absolute;
	top: 200px;
	left: 0px;
	z-index: 2;
}

.nav_img_none      {background: url(/kids/images/nav_none.gif) no-repeat;}
.hov_img_none      {background: url(/kids/images/hov_none.gif) no-repeat;}

.nav_img_base      {background: url(/kids/images/nav/nav_no_js.gif) no-repeat;}
/*.nav_img_base      {background: url(/kids/images/nav/base.gif) no-repeat;}*/
.nav_img_none      {background: url(/kids/images/nav/blank.gif) no-repeat;}

#kids_nav_home, 
#kids_nav_lilkids,
#kids_nav_bigkids,
#kids_nav_educators,
#kids_nav_parents,
#kids_nav_books,
#kids_nav_events{
	position: absolute;
	width: 547px;
	height: 173px;
}


/*#nav_links{
	position: relative;
	top: 44px;
	left: 27px;
}*/



#link_home { /*(left, top, width, height) = (11,39,71,57); (left + 27, top + 44) = (38,83) */
	/*float: left;*/
	position: absolute;
	left:   15px;
	top:    42px;
	width : 71px;
	height: 58px;
	text-decoration: none;
}

#link_lilkids { /*(left, top, width, height) = (82,89,78,58); (left + 27, top + 44) = (109,133) */
	/*float:left;*/
	position: absolute;
	left:   85px;
	top:    89px;
	width : 78px;
	height: 58px;
	text-decoration: none;
}

#link_bigkids { /*(left, top, width, height) = (150,37,66,51); (left + 27, top + 44) = () */
	/*float: left;*/
	position: absolute;
	left:   145px;
	top:    37px;
	width : 66px;
	height: 51px;
	text-decoration: none;
}

#link_educators { /*(left, top, width, height) = (182,99,154,52); (left + 27, top + 44) = () */
	/*float: left;*/
	position: absolute;
	left:   175px;
	top:    99px;
	width : 154px;
	height: 52px;
	text-decoration: none;
}

#link_parents { /*(left, top, width, height) = (269,46,110,37); (left + 27, top + 44) = () */
	/*float:left;*/
	position: absolute;
	left:   265px;
	top:    49px;
	width : 110px;
	height: 37px;
	text-decoration: none;
}

#link_books { /*(left, top, width, height) = (345,90,104,61); (left + 27, top + 44) = () */
	/*float:left;*/
	position: absolute;
	left:   348px;
	top:    89px;
	width : 104px;
	height: 61px;
	text-decoration: none;
}

#link_events { /*(left, top, width, height) = (420,46,112,40); (left + 27, top + 44) = () */
	/*float: left;*/
	position: absolute;
	left:   422px;
	top:    45px;
	width : 112px;
	height: 40px;
	text-decoration: none;
}

#kids_nav_catalog{
	/*float: left;
	clear: right;*/
	position: absolute;
	top: 94px;
	left: 574px;
	width: 215px;
	height: 148px;
	margin-top: 3px;
	margin-left: 10px;
}

#kids_nav_catalog_title{
	/*background: url(/kids/images/kids_catalog_title.gif) no-repeat;*/
	width: 215px;
	height: 42px;
	
}
#kids_nav_catalog_box{
	/*background: url(/kids/images/kids_catalog_box.gif) no-repeat;*/
	width: 160px;
	height: 43px;
	float: left;
} 
#kids_nav_catalog_box_elem{ 
	position: relative;
	left: 15px;
	top: 12px;
}
#kids_nav_catalog_button{
	background: url(/kids/images/kids_catalog_button.gif) no-repeat;
	position: relative;
	width: 55px;
	height: 43px;
	float: left;
}
#kids_nav_catalog_button_elem{

}
#kids_nav_catalog_spacer{
	/*background: url(/kids/images/kids_catalog_spacer.gif) no-repeat;*/
	width: 215px;
	height: 17px;
	clear: left;
	margin-top: -3px;
}
#kids_nav_catalog_account{
	background: url(/kids/images/kids_catalog_account.gif) no-repeat;
	width: 215px;
	height: 46px;
	margin-left:20px;
}
#kids_nav_catalog_account_elem{
	position: absolute;
	width: 150px;
	height: 30px;
	margin-left: 0px;
	text-decoration: none;
}

#kids_lowercontent{
	/*float: left;
	clear: both;
	width: 834px;
	position: absolute;
	top: 333px;
	left: -2px;*/
	background: url(/kids/images/body_paper.gif) repeat;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color: #FFFFFF;
	width: 834px;
	/*border-top: none;
	border-bottom:none;
	border-left: solid;
	border-right: solid;
	border-width: thin;*/
	/*padding: 10px;*/
	clear: both;
}

#kids_footer{
	/*position: absolute;
	top: 850px;*/
	position: relative;
	left: auto;
	right: auto;
	margin: 10px;
	clear: both;
	
}

#footer-txt {
	margin-left:120px;
}

/*#kids_footer_banner {
	position: absolute;
	top: 10px;
	left: 600px;
}*/

.floatleft {float: left !important;}
.floatright {float: right !important;}
.nodeco { text-decoration: none !important; }
.clearleft {clear: left !important;}
.clearright {clear: right !important; }
.clearboth {clear: both !important;}
.hide { display: none !important; }

/* this is the blue line for the breadcrumbs */
.kids_breadcrumb{
	background-color: #0099CC;
	width: 521px !important;
	height: 18px !important;
	clear: both;
	margin: 0 0 5px 0;
}

.kids_breadcrumb_full{ /*spans whole page with no sidemenu*/
	background-color: #0099CC;
	width: 745px !important;
	height: 18px !important;
	clear: both;
	margin: 0 0 10px 0;
}

.kids_breadcrumb p, .kids_breadcrumb_full p{
	margin: 0;
	color: #FFFFFF;
	padding: 2px;
	vertical-align: middle;
	padding-left: 5px;
	font-size: 10px;
}

.kids_breadcrumb a, .kids_breadcrumb_full a{
	color: #FFFFFF !important;
	text-decoration: none;
}

.kids_breadcrumb a:hover, .kids_breadcrumb_full a:hover{
	color: #FFFFFF !important;
	text-decoration: underline;
}

/* this is the thin blue horizontal dividing line to divide sections */
.kids-hr{
	/* border-top: 3px dotted #999999; */
	margin-top: 5px;
	margin-bottom: 10px;
	width:100%;
	clear: both;
}

.rotating_ad_active{
	display: inline;
}
.rotating_ad_inactive{
	display: none;
}

/*big kids main page styles*/
#bigkids_hw_help h2, #bigkids_fun h2, #bigkids_books h2 {
	margin:0 0 7px 20px;
	font-size: 16px;
}

/*book review styles*/
#bookreviews {

} #bookreviews th {
	background-color:#b4d0e9;
} #bookreviews th a:link, #bookreviews th a:visited, #bookreviews th a:hover,
 	#bookreviews td a:link, #bookreviews td a:visited, #bookreviews td a:hover{
	color:#1a7493;
} #bookreviews td {
	background-color:#dde0e3;
}	#bookreviews tfoot td {
	background:none;
	font-weight:bold;
}

/* THIS IS TO REPLACE THE TABLE IN THE DISPLAY OF DATABASES */
.database-item	{
	width:100%;
	padding-bottom:10px;
	border-style:none;
	/*border-color:#009AC8;  TURQUOISE */
	margin-bottom:20px;
	}

.database-title	{
	position:relative;
	font-weight:bold;
	float:left;
	width:45%;
	}
	
.database-library	{	
	position:relative;
	float:left;
	width:25%;
	}
.database-remote	{	
	position:relative;
	float:right;
	width:25%;
	}
.database-description	{
	width:100%;
	clear:both;
	padding-top:5px;
	}
	
/*THIS IS FOR A DATABASE LAYOUT WITH IMAGES*/
.kidsdatabase-item	{
	width:100%;
	padding-bottom:10px;
	margin-bottom:20px;
	}

.kidsdatabase-image	{
	float:left;
	width:160px;
	margin-right:20px;
	}

.kidsdatabase-image	img	{
	border:solid 1px black;
}

.kidsdatabase-links	{
	float:left;
	width:50%;
	/*padding-left:10px;*/
}

.kidsdatabase-title	{
	font-weight:bold;
	font-size:130%;
	color: #0099CC;	/*blue*/
	margin-bottom:5px;
	}
	
.kidsdatabase-title a:link,
.kidsdatabase-title a:visited	{
	color: #0099CC;	/*blue*/
}

.kidsdatabase-title a:hover,
.kidsdatabase-title a:active	{
	color: #0099CC;	/*blue*/
	text-decoration:underline;
}

.kidsdatabase-libraryaccess	{
	font-weight:bold;
	font-size:110%;
	padding:5px 0 5px 0;
	}
	
.kidsdatabase-remoteaccess	{
	font-weight:bold;
	font-size:110%;
	padding:5px 0 5px 0;
	}
	
.CLP_Card	{
	font-style:italic;
	color:#666;
}

.kidsdatabase-description	{
	width:100%;
	clear:both;
	padding-top:5px;
	color: #333333;
	line-height:120%;
	}
	