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



/* - listing */
	
	div#history_listing h2 {
		margin:30px 0 0 0;	
	}
	
	div#history_listing a.decade {
		display:none;
		float:left;
		margin:10px 0;
	}
	
	div#history_listing div.hr {
		margin:30px 0 0 0;	
	}
	
	div#history_listing div.decade_block {
		margin:0 0 30px 0;
	}


	div#history_listing div.date_block {
		position:relative;
		padding:0 0 0 59px;
		overflow:hidden;
	}
	
		div#history_listing div.date_block h3 {
			position:absolute;
			top:20px;
			left:10px;
			float:left;
			padding:0 3px 0 0;
			width:46px;
			line-height:14px;
			font-size:16px;
			font-weight:700;
			color:#dc0606;
			background:url(../../_images/explore/history/date-bg.gif) repeat-y right 0;
		}