/*
Styles for Library homepage
Version: 1.1
*/


/* "News" area
   ----------- */
#home #News .bd {
	padding-top: 0; /* remove top padding because of .utilNav */
	margin-top: 0;
	position: relative;
}
#home #subContent1 #News .utilNav { 
	background: #E6ECFD;
}
	
/* "Exhibitions" advertisement
   --------------------------- */
#home #Exhibitions .bd {
	margin-top: 0;
}

#home #Exhibitions ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
	#home #Exhibitions li {
		margin: .8em 0 0 0;
		padding: 0 2px .8em 2px;
		background: url(../images/lines/horiz_dot_black.png) left bottom repeat-x;
	}
	#home #Exhibitions #mainExhibition p,
	  #home #Exhibitions #permanentExhibitions p { 
		font: 95%/1.6em Georgia, "Times New Roman", Times, serif; 
	}
	
	/* An exhibition's name heading */
	#home #Exhibitions .eventName {
		font-weight: bold;
	}
		#home #Exhibitions .subtitle {
			font-weight: normal;
			font-size: 95%;
		}
	#home #mainExhibition .eventName {
		display: block;
	}
	
	/* Thumbnail images */
	#home #Exhibitions .thumbImg {
		padding: 12px 0px 0px 0px;
		display: block;
		width: 250px;
		height: 109px;
		border:1px solid #aaa8a5;
		margin: auto;
		background: #fbf2dd;
-moz-box-shadow: 3px 3px 5px #888;
-webkit-box-shadow: 3px 3px 5px #888;
box-shadow: 3px 3px 5px #888;
clear:right;
float:none;
position:relative;
	}
	
	/* The main exhibition */
	
	#home #mainExhibition{
		
		position:relative;
							background: #F4F7FE;
					border-bottom: 1px solid #BFD1FD;
					border-top: 1px solid #BFD1FD;
					padding:2em;
	}
	#home #mainExhibition .eventName {
		margin-bottom:1em;
		
	}
		#home #Exhibitions #mainExhibition .details {
			margin-top: 7px;
		}
			#home #Exhibitions #mainExhibition p {
				margin: .5em 0;
			}
			#home #Exhibitions #mainExhibition .visitTimes {
				margin: 0 0 0 0px;
			}
				#home #Exhibitions #mainExhibition .exhibitTimes {
					padding: 0em 0 .5em 7px;
					font-weight: bold;

				}
					#home #Exhibitions #mainExhibition .dates .hours {
						font-weight: normal; font-style: italic;
					}

					#home #Exhibitions #mainExhibition .dates {
						margin-left:2em;
						margin-top:1em;
						font-style:bold !impoartant;
					}					

				#home #Exhibitions #mainExhibition .location {
					padding: 0 0 0 7px;
				}
	
	/* The "Also check out..." text and link at the bottom */
	#home #Exhibitions .moreLink {
		font-size: 90%;
		font-style: italic;
	}
		#home #Exhibitions .moreLink a {
			text-decoration: underline;
		}

	
/* FDLP footer content
   ------------------- */
#globalFt #fdlpInfo { 
	clear: both; 
	padding-top: 1em;
	line-height: 1.8em;
	font-weight: bold;
	border-left-color: #7499CF;
}
	#globalFt a#fdlpBadge,
	  #globalFt a#fdlpBadge:visited,
	  #globalFt a#fdlpBadge:hover {
	 	text-decoration: none;
		border: none;
	}
		#fdlpInfo img {
			vertical-align: top;
		}
	#fdlpInfo p {
		padding-top: 1em;
		border-top: 1px solid #648FC7;
		margin: 0;
	}
	
	
	
	#mainContent .banners.ul li, #mainContent .banners li{
		list-style: none;
		background: none;
		}
	
	#mainContent .banners {
		border: 1px solid #000000;
		margin-left:0em;
		height:200px;
		width:610px;
	}
	
	#mainContent .banners li, #mainContent .banners li img {
		margin:0em;
		padding:0em;
	}
	
	
	#mainContent #upArrow{
		background-image: url("http://www2.lib.virginia.edu/images/bannerscroll.png"); 
		height: 40px; 
		width: 95px; 
		position:absolute;
		top:26px;
		left:270px;
		z-index:500;
	}
	
	#mainContent #upArrow:hover{
		background-image: url("http://www2.lib.virginia.edu/images/bannerscroll.png"); 
		background-position:105px 0px;
		height: 40px; 
		width: 95px; 
		position:absolute;
		top:26px;
		left:270px;
		z-index:500;
	}
	
	#mainContent #downArrow{
		background-image: url("http://www2.lib.virginia.edu/images/bannerscroll.png"); 
		background-position:0px -40px;
		height: 40px; 
		width: 95px; 
		position:absolute;
		top:185px;
		left:270px;
		z-index:500;
	}
	
	#mainContent #downArrow:hover{
		background-image: url("http://www2.lib.virginia.edu/images/bannerscroll.png"); 
		background-position:105px -40px;
		height: 40px; 
		width: 95px; 
		position:absolute;
		top:185px;
		left:270px;
		z-index:500;
	}
