/*
ald_header_interior.css

created: 			14 June, 2005
last modified: 		14 June, 2005
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:		interior header style sheet for non-Internet Explorer browsers


Notes:	need style sheets for a few levels of increased 

*/

/* check for collapsing boarders */
/** {padding: 1px 0;}*/


#header {
	height: 90px;
	margin-top: 0;
	margin-left: 0px;
	padding: 0;
	letter-spacing: -10000px; /* a large negative value here allows text to be accessible by screen readers but off screen in full-graphics displays*/
	}
	
@media print {
	#header {
		height: 90px;
		margin-top: 0;
		margin-left: 0;
		padding: 0;
		letter-spacing: -10000px;
		width: 611px;
		}
	}
	
#header a {
	margin-top: 0;
	padding: 0;
	border: 0;
	display: block;
	}
	
#header h1 {
	margin: 0;
	padding: 0;
	}

#todaysDate { /* a date stamp in the upper-right corner of the page */
	position: absolute;
	padding: 0;
	top: 12px;
	right: 15px;
	text-align: right;
	}
	
@media print {
	#todaysDate {
		visibility: hidden;
		}
	}
	
#todaysDate a { 
	color: #698CA0;
	font-size: 70%;
	text-decoration: none;
	}
	
#todaysDate a:hover { 
	text-decoration: underline;
	}

#todaysDate a.libsClosed { 
	color: #FF3300;
	}
	
#headerLinksBar {
	/* div for the links bar in the header */
	position: absolute;
	padding: 0;
	top: 60px;
	right: 25px;
	}
	
@media print {
	#headerLinksBar {
		visibility: hidden;
		}
	}
	
#headerLinksBar a { 
	color: #FFF;
	font-size: 75%;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
	
#headerLinksBar a:hover { 
	text-decoration: underline;
	}
	
.headerLinks { /*links in header space where search bar used to be*/
	background: url(/images/layout/searchBar_background.gif) repeat-x top left;
	color: #FFF;
	font-variant: small-caps;
	height: 29px;
	letter-spacing: 0;
	line-height: 1.5em;
	margin: 0 0 0 10px;
	width: 100%;
	}

.headerLinksLeft {
	float: left;
	margin: 0;
	padding: 0;
	width: 10px;
	height: 29px;
	font-size: 0;
	background: #FFFFFF url(/images/layout/searchBar_left.gif) bottom left no-repeat;
	}
	
.headerLinksRight {
	position: absolute;
	top: 60px;
	right: 15px;
	margin: 0;
	padding: 0;
	width: 10px;
	height: 29px;
	font-size: 0;
	background: #FFFFFF url(/images/layout/searchBar_right.gif) top right no-repeat;
	}
