/*
	_lib/75th/_js/explore/past-presidents.css
	project: 75th anniversary
	purpose: css for the site's explore/past-presidents page
*/


@charset "utf-8";


/* -- custom links */
a.iconPhoto {
	padding:0 0 0 15px;
	background:url(../../_images/explore/past-presidents/icon_photo.gif) no-repeat 0 1px;
	font-weight:bold;
	color:#505050;
	text-decoration:none;
}

#enlargedImage {
	z-index:300;
	position:absolute;
	padding:15px;
	background:#FFF;
	border:1px solid #ccc;
	box-shadow: 0 3px 5px #000;
	-moz-box-shadow: 0 3px 5px #000;
	-o-box-shadow: 0 3px 5px #000;
	-webkit-box-shadow: 0 3px 5px #000;
}

	#enlargedImage p {
		display:block;
		padding:0;
		margin:10px 0 0;
		color:#000;
	}



/* - structure */


/* -- main layer */
.pastPresidents{
	position:relative;
	padding:0 0 20px 0 !important;
}


	/* --- instruction Panel --- */
	
	#instructionBar{
		position:absolute;
		top:245px;
		left:230px;
		z-index:100;
		margin:0;
		padding:0;
	}

	/* --- presidents box */
	#presidentsBox {
		position:relative;
		margin:0 0 25px;
		padding:15px;
		width:755px;
		height:471px;
		background:url(../../_images/explore/past-presidents/bg_presidentsBox.png) no-repeat;
	}
	
		#currentPresBox {			
			padding:0;
			margin:0;
			height:88px;
		}
		
			#currentPresBox img {
				float:left;	
			}
	
	.presidentBox {
		position:relative;
		z-index:1;
		float:left;	
	}
	
		.presidentBox a {
			display:block;
			width:145px;
			height:88px;
			text-decoration:none;
		}
	
			.presidentBox a span {
				position:absolute;
				top:90px;
				z-index:2;
				display:none;
				padding:7px 45px 0 10px;
				width:90px;
				height:40px;
				font-size:11px;
				line-height:12px;
				color:#fff;				
				background:url(../../_images/explore/past-presidents/bg_presidentHoverBox.jpg) no-repeat 0 0;
				box-shadow:0 3px 3px #000;
				-moz-box-shadow:0 3px 3px #000;
				-webkit-box-shadow:0 3px 3px #000;
				text-decoration:none;	
			}
		
				.presidentBox a span strong {
					color:#ff7e7e;
				}
	
	
	
	


/* -- biography layer */
div#biographyContainer {
	display:none;
	position:fixed;
	z-index:1001;
	padding:40px 0 0 0;
	width:875px;
	height:470px;
	text-align:left;
	color:#505050;
}

	a#closeButton,
	#browseButtons {
		text-transform:uppercase;
		line-height:10px;
		font-size:10px;
		font-weight:bold;
		text-shadow:0 2px 0 #fff;
		color:#505050;
		text-decoration:none;
	}

	a#closeButton {	
		position:absolute;
		top:4px;
		z-index:2;
		right:0;
		float:right;
		padding:0 38px 0 0;
		line-height:30px;
		height:30px;
		cursor:pointer;
		background:url(../../_images/explore/past-presidents/link_closeButtons.gif) no-repeat right 0;
	}
	
	a.closeButtonActive {
		background-position:right 0!important;
	}
	
	a#closeButton:hover,
	a#closeButton.hover {
		background-position:right -30px!important;
	}
	
	
	#bioArea {
		float:left;
		padding:8px 0 0 0;
		width:235px;
		height:462px;
		background:url(../../_images/explore/past-presidents/bg_bio.jpg) no-repeat 0 0;

	}
	
	#bioArea.bioAreaExpanded,
	.bioAreaExpanded {
		width:435px;
		background-position:0 bottom;	
	}
	
	#bioArea, #bioArea * {
		/* important! fixes IE issue when fading bioContainer out */
		filter:inherit;	
	}
	
	#bioArea #browseButtons {
		height:30px;
	}
	
		#bioArea #browseButtons span {
			width:154px;
			padding:4px 0 0;
			display:block;
			text-align:center;
			float:left;
		}
	
		#bioArea #browseButtons a {
			text-indent:-300px;
			display:block;
			height:30px;
			width:40px;
			overflow:hidden;
			float:left;
		}
	
		#bioArea #browseButtons a#browseLeft {
			background:url(../../_images/explore/past-presidents/link_browseButtons.gif) no-repeat 0 0;
		}
		
		#bioArea #browseButtons a#browseLeft:hover,
		#bioArea #browseButtons a#browseLeft.hover {
			background-position:0 -30px;
		}
		
		#bioArea #browseButtons a.browseLeftActive {
			background-position:0 0!important;
		}
	
		#bioArea #browseButtons a#browseRight {
			background:url(../../_images/explore/past-presidents/link_browseButtons.gif) no-repeat right 0;
		}
		
		#bioArea #browseButtons a#browseRight:hover,
		#bioArea #browseButtons a#browseRight.hover {
			background-position:right -30px;
		}
		
		#bioArea #browseButtons a.browseRightActive {
			background-position:right 0!important;
		}
	
	
	#bioArea #presDetails {
		padding:0 15px;
	}
	
	#bioArea #presDetails h3#bioName {
		line-height:22px;
		font-size:20px;
		color:#c00;
	}
	
	div#bioText {
		position:absolute;
		bottom:20px;
		padding:0 10px 0 0;
		width:195px;
		height:270px;
		overflow-x:hidden;
		overflow-y:auto;
		line-height:15px;
		font-size:11px;
		border:1px solid #ddd;
		border-width:1px 0;
	}
	
	#bioArea.bioAreaExpanded div#bioText,
	.bioAreaExpanded div#bioText {
		width:395px;
		background-position:0 bottom;	
	}
	
	div#bioTitle p {
		padding:0;
		font-size:12px;
		line-height:13px;
		font-weight:bold;
	}
	
	
	/* --- video menu */
	
	#menuArea {
		float:left;
		width:200px;
		padding:45px 0 0 0;
		height:425px;
		background:url(../../_images/explore/past-presidents/bg_menu.jpg) no-repeat;
	}
	
		#menuArea h3 {
			margin:0;			
			padding:0 15px 10px;
			line-height:15px;
			font-size:17px;
			border-bottom:1px solid #e9e9e9;
			color:#c00;
		}
		
		#menuArea #videoMenu {
			font-size:11px;
			line-height:12px;
			list-style:none;
			margin:0;
			padding:0;
		}
		
		
			#menuArea #videoMenu li a {
				border-top:1px solid #fefefe;
				border-bottom:1px solid #e9e9e9;
				padding:10px;
				display:block;
				text-decoration:none;
				color:#666;
				background:url(../../_images/explore/past-presidents/bg_videoMenu.gif) no-repeat 0 0;
				cursor:pointer;
			}
			
			#menuArea #videoMenu li a:hover,
			#menuArea #videoMenu li.hover a {
				background-position:0 -125px;
			}
			
				#menuArea #videoMenu li a span {
					display:block;
					padding:0 0 0 45px;
					min-height:40px;
					height:auto !important;
					height:40px;
					background:url(../../_images/explore/past-presidents/link_videoMenu.gif) no-repeat 0 0;
				}
				
				#menuArea #videoMenu li a:hover span,
				#menuArea #videoMenu li.hover a span {
					background-position:0 -125px;
				}
			
		/* ---- active state */
		#menuArea #videoMenu li.active {
		}
		
			#menuArea #videoMenu li.active a {
				border-top:1px solid #ff3b3b;
				border-bottom:1px solid #940000;
				color:#fff;
				background:url(../../_images/explore/past-presidents/bg_videoMenu.gif) no-repeat 0 -250px;
			}
			
				#menuArea #videoMenu li.active a span {
					background-position:0 -375px;
				}
	
	
	/* --- video container */
	
	#videoArea {
		position:relative;
		float:left;
		padding:15px;
		width:410px;
		height:440px;
		overflow:hidden;
		background:url(../../_images/explore/past-presidents/bg_videoPlayer.jpg) no-repeat;		
	}
	
	#videoArea, #videoArea * {
		/* important! fixes IE issue when fading bioContainer out */
		filter:inherit;
	}
		
		#videoArea h3 {
			display:none;
			position:relative;
			margin:0;
			padding:15px;
			line-height:30px;
			font-size:25px;
			color:#fff;
			font-weight:normal;
			text-shadow:0 3px 0px #000;
		}
		
		#videoSource {			
		}
		
		#photoSource {
			position:absolute;
			top:0;
			width:410px;
			text-align:center;
			color:#fff;			
		}
		
			#photoSource img {
				margin:0 auto;	
			}
		
			#photoSource p {
				margin:12px 0 0 0;
			}