/* Article Quick Nav */
section.blogcontent a.articlequicknav {
	display: block;
	width: calc(50% - 1px);
	padding-top: calc( 56.25% * 0.5 );
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	image-rendering: -webkit-optimize-contrast;
	box-sizing: border-box;
	color: #ffffff;
	position: relative;
	margin-top: 0px;
}
section.blogcontent a.articlequicknav.left {
	float: left;
}
section.blogcontent a.articlequicknav.right {
	float: right;
}
section.blogcontent a.articlequicknav::before {
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	left: 0px;
	top: 0px;
}
section.blogcontent a.articlequicknav:hover::before {
	background: rgba(0,0,0,0.2);
}
section.blogcontent a .inside {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: calc( 100% - 30px );
	padding: 15px 15px 35px 15px;
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}
section.blogcontent a.articlequicknav h3 {
	font-size: 24px;
    line-height: 28px;
    margin-bottom: 0px;
    color: #ffffff;
	z-index: 9999;
	position: relative;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	margin-top: 10px;
	font-weight: 300;
}
section.blogcontent a.articlequicknav.right h3 {
	text-align: right;
}
section.blogcontent a.articlequicknav span {
	color: #ffffff;
	font-size: 18px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
section.blogcontent a.articlequicknav.right span {
	text-align: right;
}

/* Article Styling */
section.blogcontent h2 {
	font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px;
	color: #333333;
	text-transform: none;
	margin-top: 0px;
	font-weight: 300;
}
section.blogcontent p.date {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	margin-top: 7px;
	margin-bottom: 7px;
}
section.blogcontent img {
	display: block;
	width: 100%;
	height: auto;
}
section.blogcontent .imageCaption {
	font-size: 13px;
    text-align: center;
    padding: 7px;
    background: #313131;
    margin-top: 0px;
	color: #ffffff;
}
section.blogcontent .main {
	padding-top: 15px;
	padding-bottom: 15px;
}
section.blogcontent .main p {
	margin-top: 0px;
}
section.blogcontent h3 {
	font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #333333;
    text-transform: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

/* Start Youtube Embed */
section.blogcontent div.youtube {
	padding: 0px;
	padding-top: 56.2%;
	width: 100%;
	position: relative;
}
section.blogcontent div.youtube iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* End Youtube Embed */

@media screen and (max-width: 856px){
	section.blogcontent a.articlequicknav {
		width: 100%;
		padding-top: 56.25%;
	}
	section.blogcontent a.articlequicknav.left {
		float: none;
		clear: both;
		margin-bottom: 10px;
	}
	section.blogcontent a.articlequicknav.right {
		float: none;
		clear: both;
		margin-bottom: 10px;
	}
}

/* Positioners */
section.blogcontent .left {
	width: calc( 100% - 360px - 15px );
	float: left;
}
section.blogcontent .right {
	width: 360px;
	float: right;
}
section.blogcontent h1, section.blogcontent h2 {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Giveaway Button */
section.blogcontent a.giveawayButton {
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	display: block;
	text-align: center;
	width: 100%;
	color: #ffffff;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 32px;
	border: 1px solid #df692c;
    padding: 7px 25px;
    text-transform: none;
    background-color: #212121;
	
	-webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
section.blogcontent a.giveawayButton:hover {
	background: #df692c;
}