/* ADAMS COUNTY LIBRARY SYSTEM */

/* MAIN */

body {
	top: 0;
	left: 0;
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #000;


}

	
input {
	font-size: 8pt;
	font-weight: bold;
	color: #0d2474;
	background: #FFF;
}

img { 
	border: 0; 
}

form { 
	display: inline; 
}
#container {
	border: 0;
	top: 0;
	left: 0;

}

/* DISPLAY */

#banner {
	color: #000;
	background: url(images/background.jpg) 0 0 repeat-x;
	border-bottom: 3px solid #000;
	background-color: #FFF;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 2px;

}

#banner a {

	font-size: 9pt;
	color: #0d2474;
	text-decoration: none;
}

#banner a:hover {
	color: #0d2474;
	text-decoration: underline;

}


#title {
	font-size: 16pt;
	font-weight: bold;

}
#subtitle {
	font-size: 8pt;


}

#searchbox {
	float: right;
}

#mid-banner {

	color: #FFF;
	border-bottom: 3px solid #000;
	background-color: #0059A8;
	padding: 5px;
	text-align: center;

}
#mid-banner a {
	font-size: 11pt;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}



#main {
	color: #000;
	/*background-color: #E8E6E5;*/
	background-color: #FFF;
	padding: 0px;
	margin: 0px;

}

#main a {

	font-size: 10pt;
	color: #0d2474;
	text-decoration: none;
}

#main a:hover {
	color: #FFF;
	background-color: #0059A8;

}
#featured {
	background: url(images/featured-grad.jpg);
	padding: 0px; 
	margin: 0px; 
	margin-bottom: 8px; 
	border-bottom: 1px solid tan;
	font-style: italic;
	text-align: left;
	padding-left: 50px;
}
#featured span {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;

}
#featured a {
	font-weight: bold;
	color: #000;
	
}

#featured a:hover {
	text-decoration: none;
	text-decoration: underline;

}

#col1 {
	float: left;
	width: 66%;
	border-right: 1px solid #000;
	padding: 0px;
	margin: 0px;
/* http://www.snook.ca/archives/000157.php courtesy of J Snook */

	/*height: expression('800px'); min-height: 600px;*/

/* end J Snook */

	/*min-height: 600px;*/

}

#col2 {
	float: left;
	width: 33%;
}


#bot-banner {
	clear: both;
	color: #000;
	text-align: center; 
	border-top: 1px solid #000;
	background-color: #0059A8;	

}
.heading {
	font-size: 14pt;
	font-weight: bold;

}

#heading {
	text-align: left;
	width: 85%;
	/*border-bottom: 2px solid #000;*/
	border: 1px solid #000;
	background: url(images/background.jpg) #fff bottom left repeat-x;
	font-size: 14pt;
	font-weight: bold;
	padding: 3px;

}
#heading a {
	font-size: 14pt;
	font-weight: bold;
	color: #000;

}
#heading a:hover {
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-style: italic;
	background-color: #0059A8

}



#items {
	text-align: left;
	width: 80%;
	font-size: 10pt;
	background-color: #E8E6E5;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 2px;
}


.clear {font-size: 1px; height: 1px}

#infoitem
{
	width: 85%;
	text-align: left;
	border: 1px solid #000;
	background-color:#E8E6E5

}
#infoitem-bottom {
	text-align: left; 
	padding: 3px; 
	border-top: medium solid #000; 
	background-color: #E8E6E5;
}

#color1 {
	background-color:#FF1900;
	background: url(images/background.jpg) #E8E6E5 bottom left repeat-x;

}

#color2 {
	background-color:#E8E6E5;
}
