/* ibiblio web stylesheet */

/* Standard HTML Elements */

/* topnav elements
   updated by jonmills 20060508  */

#topnav {
	/*max-height: 19px;*/
	background-color: #888;
	}
#topnav a {
	color: #fff;
	background-color: #666;
	border: 1px solid #ccc;
	padding: 1px 6px 1px 6px!important;
	margin: 0px;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	}
#topnav a:hover {
	background-color:  #c33;
	}
#topnav ul {
	padding: 0px;
	margin: 0px;
	width: auto;
	height: auto;
	list-style: none;
	}
#topnav li {
	display: inline;
	margin-left: 6px;
	margin-right: 6px;
	}


body 	   
	{font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
	color: black;
	background-color: white;
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px }

dd 	   
	{font-weight: normal;}

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

hr 	   
	{margin-top: 0px; 
	 margin-bottom: 0px}

p	
	{color: black; 
	}

table 	
	{margin-top: 0px;
	padding-top: 0px;}

td 	   
	{font-family: Arial, Helvetica, sans-serif;}


/* -----------------------------------------------------------------------
*/

/* Special use ibiblio web Style Classes */

/*Titlebar*/

.titlebar
	{ font-size: 12px; 
	color: black;
	background-color: #666666; }

a.titlebar:link
	{text-decoration: underline;
	color:white; }

a.titlebar:visited
	{text-decoration: underline;
	color:white; }

a.titlebar:active
	{text-decoration: underline;
	color:#990066; }

/*Footer*/

.footer 	   
	{ font-size: 11px; }

.footerbar
	{ font-size: 12px; 
	color: black;
	background-color: #ffd988; }

/* Use for Sidebar Content */

.sidebar      
 	{margin-top: 0px;
	border-color: red;
	font-size: 12px;}

a.sidebar
	{text-decoration: underline; }


a.sidebar:active
	{text-decoration: underline; 
	color: #cc0000; }

a.sidebar:visited
	{text-decoration: underline;}

.sidebartitle 
	{font-size: 14px; 
	 font-weight: normal; 
	 margin-top: 0px; 
	 color: #CC0000; 
	 background-color: white}

a.sidebartitle 
	{text-decoration: underline;
	color: #cc0000; }

a.sidebartitle:visited 
	{text-decoration: underline;}

a.sidebartitle:active
	{text-decoration: underline; 
	color: #cc0000; }


.sidebarlink
	{ font-weight: bold; }

.sidebarsublink
	{ }

/* Special use  */

.sponsor	
	{font-size: 9px; 
	 font-weight: normal; 
	 color: black; 
	 background-color: white}

.ibibliobar 
	{font-size: 11px;
	color: #000000;
	background-color: #99CCFF;}

.collection
	{border-color: red;}

.features
	{border-color: red;}

/* Used only for October 2003 page until further notice */
ul.bestof {margin-top:-4px;}


/* head Use for H1-H6 COLOR= black */

.head1, .head2, .head3, .head4, .head5, .head6
	{
	 font-weight: bold;}

.head1 
	{ 
	 font-size: 24px; }

.head2 
	{ 
	 font-size: 18px; }

.head3 
	{ 
	 font-size: 16px; }

.head4 
	{ 
	 font-size: 14px; }

.head5 
	{ 
	font-size: 12px; }

.head6 
	{
	font-size: 10px; }


/* headb Use for H1-H6 COLOR=#666999 (blue) */

.headb1, .headb2, .headb3, .headb4, .headb5, .headb6
	{ 
	 margin-top: 0px; 
	font-weight: normal;
	 color: #666999; 
	 background-color: white}

.headb1
	{
	font-size: 24px;}

.headb2 
	{ 
	 font-size: 18px; }

.headb3 
	{ 
	 font-size: 16px; }

.headb4 
	{ 
	font-size: 14px; }

.headb5 
	{ 
	font-size: 12px;}

.headb6 
	{ 
	 font-size: 10px; }
	 
/*headr Use for H1-H6; 
	 COLOR=CC0000 (red) */

.headr1, .headr2, .headr3, .headr4, .headr5, .headr6
	{ 
	 margin-top: 0px; 
	font-weight: normal;
	 color: #CC0000; 
	 background-color: white}

.headr1
	{
	font-size: 24px;}

.headr2 
	{ 
	 font-size: 18px; }

.headr3 
	{ 
	 font-size: 16px; }

.headr4 
	{ 
	font-size: 14px; }

.headr5 
	{ 
	font-size: 12px;}

.headr6 
	{ 
	 font-size: 10px; }
	 

/* Temporary alert to inform folks of ibiblio maintenance */
#alert {
	width: 500px;
	border: 1px double #C00;
	background-color: #D6EBFC;
	padding: 10px;
	color: #C00;
	font-weight: bold;
}

/* announcements aren't quite features, but are good for stuff we want people to know about.  Change/destroy as you wish. */
#announce {
	width: 500px;
	background-color: #D6EBFC;
	font-weight: bold;
	border: 1px solid #9CF;
	text-align: center;
	margin: 0;
	padding: 0;
}

#announce:hover {
	background-color: #9CF;
	color: white;
}

#announce:hover a {
	color: white;
}

#announce a {
	color: #C00;
	display: block;
	/* width: 100%;
	height: 100%;
	padding-top: 1em;
	padding-bottom: 1em; */
}

#announce a:hover {
	color:white;
}

#announce h2 {
	padding: 0;
	margin: 0;
}

#announce img {
	border: none;
}

#announce td, #announce tr {
	padding: 0;
	margin: 0;
}
/* #announce2 {
	float: right;
	width: 250px;
	background-color: #D6EBFC;
	padding: 5px;
	color: #C00;
	font-weight: bold;
	margin: auto;
	border: 1px solid #9CF;
}

#announce2 img {
	float: left;
	padding-right: 10px;
	margin-bottom: 15px;
}

#announce2 p {
	clear: left;
	margin-bottom: 3px;
}

.announcetitle {
	color: #C00;
}*/
