  @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800);

#header, #footer { background-color: #538967; } 

#header-wrapper{
	position: fixed;
	z-index: 99;
}

#header-break {
	border-top: 1px solid #dedede;
	margin-bottom: 20px;
}

#pl p, #asu p, #bm p { margin-bottom: 0; }

#article-header-title p {
	display: block;
	width: 100%; 
	font-family: 'Arial Black', 'Helvetica Neue', sans-serif;
	font-size: 60px;
	font-weight: 900;
	line-height: 47px;
	border-bottom: 1px solid #000;
	text-indent: 70%;
	margin-top: 30px;
	margin-bottom: 10px;
	position: relative;
	z-index: 999;
}

#article-header-images {
	height: 550px;
	background-color: #FFF;
	position: relative;
	z-index: 2;
}

.article-header-image {
	position: absolute;
}

#image-year {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 3;
}

#image-year p {
	color: #e3c353;
	font-size: 36px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}

.rowborder {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

p.caption {
	margin-top: 20px;
	font-style: italic;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

#pl {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

#pl-initial {
	background-color: rgba(255, 255, 255, .8);
}

#pl-header {
	font-family: Georgia, serif;
	font-size: 40px;
	line-height: 34px;
	margin-top: 25px;
	margin-bottom: 0;
}

#pl-sub-header {
	font-family: Georgia, serif;
	font-size: 20px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 18px;
}

#charles-gray {
	margin-top: 20px;
}

#asu {
	padding-bottom: 30px;
	position: relative;
	z-index: 4;
	background-color: #FFF;
}

#asu-header-image {
	margin-top: 15px;
}

#asu-header {
	margin-bottom: 10px !important;
	font-size: 40px;
	line-height: 34px;
}

#asu-sub-header {
	color: #888;
	font-size: 30px;
	font-style: italic;
}

#asu-initial {
	font-weight: bold;
}

#bm {
	padding-top: 30px;
	padding-bottom: 80px;
	position: relative;
	z-index: 5;
	background-color: #FFF;
}

#bm p {
	font-family: 'Open Sans', sans-serif;
}

#bm p#bm-header {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 900;
	color: #888;
	font-family: 'Arial Black', 'Helvetica Neue', sans-serif; 
	font-size: 26px; 
	text-transform: uppercase; 
	line-height: 34px;
}

#bm-initial {
	font-weight: bold;
}

@media only screen and (max-width: 979px) {
	#article-header-images {
		height: 425px;
		width: 724px;
	}

	#article-header-images img {
		height: 425px;
		width: 724px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	#article-header-title p { text-indent: 64%; }
	
	#pl {
		margin-bottom: 30px;
	}

	#charles-gray {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#charles-gray .row {
		float: left;
		width: 45%;
		margin-top: 10px;
	}

	#asu-header-image {
		margin-top: 10px;
	}

	#charles-millican .row {
		float: left;
		width: 45%;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 767px) {
	#article-header-images {
		height: inherit;
		width: inherit;
	}
	
	#article-header-title p { 
		font-size: 36px;
		line-height: 26px;
		text-indent: 46%;
	}
	
	#charles-millican { margin-top: 10px; }
}
