	/* newsContent *********************************************/

	.content {
		width: 99%;
		height: auto;
		margin: 70px auto 40px auto;
	}

	/*reviews, articles & retro index***********************/

	#articleIndex-box {
		width: 100%;
		height: auto;
		margin-bottom: 80px;
		top: 10px;
		position: relative;
	}
	
    .articleIndex {
		min-height: 180px;
		margin-bottom: 15px;
		position: relative;
	}

    .articleIndex-img-container{
		width: 198px;
		height: 149px;
		margin: 0 auto;
		-webkit-border-radius: 50% / 12%;
		-moz-border-radius: 50% / 12%;
		-ms-border-radius: 50% / 12%;
		-o-border-radius: 50% / 12%;
		border-radius: 50% / 12%;
		overflow: hidden;
		border: 4px solid none;
		-webkit-box-shadow: 0px 0px 5px #444444;
		-moz-box-shadow: 0px 0px 5px #444444;
		-ms-box-shadow: 0px 0px 5px #444444;
		-o-box-shadow: 0px 0px 5px #444444;
		box-shadow: 0px 0px 5px #444444;
	}

	.articleIndex-img-container img {
		width: 100%;
		display: block;
	}

	.articleIndex-text{
		margin-left: 0; 
	}

	.articleIndex-text h1 {
		font-family: 'Montserrat', sans-serif;
		margin: 0;
		text-align: center;
		font-size: 25px;
		font-weight: 700;
	}

	.articleIndex-text p, .articleIndex-text a, .articleIndex-text h1,
	.articleIndex-text abbr, .articleIndex-text time {
		margin: 0;
		padding: 0;
		color: #333;
		display: block;
	}

	.articleIndex-text p, .articleIndex-text a,
	.articleIndex-text abbr, .articleIndex-text time {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 16px;	
	}

	.articleIndex-text p, .articleIndex-text h1,
	.articleIndex-text abbr, .articleIndex-text time {
		text-align: center;
	}

	.articleIndex-text a {
		font-weight: 600;
		font-style: italic;
	}
	
	#contentAside {
		display: none;
	}

@media screen and (min-width: 480px){
	.content {
		width: 95%;
		max-width: 1215px;
	}
	
}

@media screen and (min-width: 768px){
	/*reviews, articles & retro index***********************/

	#articleIndex-box {
		width: 100%;
		height: auto;
	}

	.articleIndex {margin-bottom: 0;}

	.articleIndex-img-container{float: left;}

	.articleIndex-text{
		margin-left: 215px;
		padding-top: 2.3%; 
	}
	
	.articleIndex-text p, .articleIndex-text h1,
	.articleIndex-text abbr, .articleIndex-text time {
		text-align: left;
	}

}

@media screen and (min-width: 960px){

	/*reviews, articles & retro index***********************/

	#articleIndex-box {
		width: calc(100% - 305px);
		height: auto;
		margin-bottom: 0px;
		float: left; 
	}

	#contentAside {
		width: 300px;
		margin-top: 15px;	
		top: 0;
		float: right;
		display: block;
	}
}