/*
ald.css

created: 			28 November, 2006
last modified: 		28 November, 2006
version:			1.0
created for:		Arapahoe Library District
					12855 East Jamison Circle
					Englewood, CO 80122
					303-798-2444
					http://www.arapahoelibraries.org
					webmaster@ald.lib.co.us
Author:				John Lambertson (jlambertson@ald.lib.co.us, webmaster@ald.lib.co.us)
Description:		Primary style sheet for kidsite.arapahoelibraries.org
					
Notes:	this style works equally well with mozilla and IE 6
*/
body
	{
	text-align: center;
	margin-top: 0;
	background-color: #FFFFFF;
	scrollbar-face-color: #c10001;
	scrollbar-highlight-color: #c10001;
	scrollbar-3dlight-color: #fe0002;
	scrollbar-darkshadow-color: #8f0001;
	scrollbar-shadow-color :#c10001;
	scrollbar-arrow-color: #ffbd00;
	scrollbar-track-color: #ffbd00;
	}
h1
	{
	color: #900;
	font-size: 1.5em;
	font-weight: bold;
	}
	
h2
	{
	color: #900;
	font-size: 1.2em;
	font-weight: bold;
	}
	
h3
	{
	color: #900;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background-color: #ffbd00;
	}
	
h4
	{
	color: #900;
	font-size: 1em;
	font-weight: bold;
	}
a
	{
	color: #900;
	text-decoration: none;
	}
a:hover
	{
	color: #900;
	text-decoration: underline;
	}
	
strong
	{
	font-size: 90%;
	font-weight: bold;
	}
img 
	{
	border: 0;
	}
	
.imageFloat1
	{
	float: left;
	margin: 0 8px 8px 0px;
	border: 1px solid #000;
	}
	
.imageFloat2
	{
	float: right;
	margin: 0 0px 8px 8px;
	border: 1px solid #000;
	}
	
.textFloat1
	{
	float: left;
	}
	
.textFloat2
	{
	float: right;
	}
.smallSpacer {
	clear: both;
	}
#outsideContainer
	{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
#group_1-4
	{
	float: left;
	width: 280px;
	}
#group_5-9
	{
	float: left;
	width: 520px;
	margin-left: 280px;
	}
#group_3-4
	{
	float: left;
	width: 280px;
	}
* html #group_3-4
	{
	display: inline;
	}
#group_5-6
	{
	float: left;
	width: 205px;
	}
#group_8-9
	{
	float: left;
	width: 190px;
	}
#block_1
	{
	float: left;
	width: 280px;
	height: 135px;
	}
#block_2
	{
	float: left;
	width: 280px;
	height: 225px;
	}
#block_3
	{
	float: left;
	width: 190px;
	height: 240px;
	}
#block_4
	{
	float: right;
	width: 90px;
	height: 240px;
	}
#block_5
	{
	float: left;
	width: 205px;
	height: 155px;
	}
#block_6
	{
	float: left;
	width: 205px;
	height: 160px;
	}
#block_7
	{
	float: left;
	width: 125px;
	height: 315px;
	}
#block_8
	{
	float: left;
	width: 190px;
	height: 155px;
	}
#block_9
	{
	float: left;
	width: 190px;
	height: 160px;
	}
#block_10
	{
	float: left;
	width: 520px;
	height: 285px;
	background-repeat: no-repeat;
	background-image: url(/images/navigation/home/contentbackgrnd_flash.jpg);
	}	
#block_10 span
	{
	width: 403px;
	font-weight: bold;
	margin: 0px 0px 10px 20px;
	padding: 10px;
	background-color: #ffbd00;
	border: 5px solid #c10001;
	}
	
#contentFrame
	{
	margin: 10px 0px 0px 0px;
	overflow: auto;
	width:470px;
	height:275px;
	}
	
#block_18
	/* footer */
	{
	display: block;
	clear: both; 
	float: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 80%;
	}
	
.copyRight
	{
	font-size: 90%;
	color: #000;
	}
	
/* clear the outside container for content to go below */
.blockWrapper:after
	{
	content: '';
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.blockWrapper
	{
	display: inline-block;
	}
.blockWrapper
	{
	display: block;
	}
/* end easy clearing */