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

#story-content p { margin-bottom: 0; }

p#article-header-title {
	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: 30px;
	position: relative;
	z-index: 999;
}

.author p {
	color: #9B907A;
	font-family: 'Open Sans', sans-serif;
}

p.caption {
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	color: black !important;
	font-style: italic;
	font-size: 22px;
}

p.author-name {
	margin-top: 10px;
	font-weight: 800;
}

p.author-title {
	margin-top: 0;
	font-style: italic;
	font-weight: 400;
}

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

#story-header {
	font-family: Georgia, serif;
	font-size: 38px;
	line-height: 34px;
	margin-top: 20px;
	margin-bottom: 0;
}

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

.mobile {
	display: none;
}

.marc_daniels {
	margin-top: 20px;
}

.caption_push {
	margin-bottom: 120px !important;
}

@media only screen and (max-width: 979px) {
    .marc_daniels {
        margin-top: 25px;
    }

    p.caption {
		font-size: 20px;
    }
}

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

	.caption_push {
		margin-bottom: 140px !important;
	}

	#story-content {
		margin-bottom: 30px;
	}

	#story-header {
		font-size: 28px;
	}

	#story-sub-header {
		font-size: 18px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 767px) {

	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	.marc_daniels {
		margin-top: 20px;
	}

	p#article-header-title {
		font-size: 36px;
		line-height: 26px;
		text-indent: 46%;
		margin-bottom: 20px;
	}

	#story-header {
		font-size: 26px;
		line-height: 30px;
	}

	#story-sub-header {
		font-size: 18px;
		line-height: 22px;
	}

	p.author-name {
		margin-top: 20px;
	}

	p.author-title {
		margin-bottom: 0 !important;
	}
}
