
body {
	margin: 0 auto 0 auto;	
	width: 940px;
	background-color: #ededed;	
	font-family: Knowledge, arial, sans-serif;
}


#logo {
	margin: 0 auto 15px auto;	
	display: block;
}


#topper {
	width: 800px;
	margin: 20px auto 0 auto;
	font: Knowledge-light;
	font-size: 13px;

}


.topDescription {
	display: inline-block;
	width: 680px;

}


.twitterHandle {
	display: inline-block;
	font-weight: bold;
	text-align: right !important;

}

#stroke {
	margin: 5px auto 10px auto;	
	background-color: #656565;
	height: 1px;
}

#main {

	margin: 0 auto 0 auto;	
	width: 755px;
	font-size: 0;
}

.row {
	margin: 0 auto 0 auto;	
	height: 136px;
	width: 746px;
	font-size: 0;
}



.caption {
	color: white;
	opacity: 1;
	font: Knowledge-Regular;
	font-size: 18px;
	line-height: 1.2;	
	height:144px;
}

.date {
	color: white;
	opacity: 1;
	font-size: 12px;
	line-height: 1.2;

}

a {
	height: 180px;
	width: 245px;
	text-decoration: none;

	
}

.pic {
	background-size: 245px 180px;
	height: 180px;
	width: 245px;
	margin: 0 6px 6px auto;
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;

}

.pic:last-of-type {
    margin-right: 0px;
}

.blackBox {
	background-color: rgba(50, 50, 50, 0.6);
	height: 160px;
	width: 225px;
	margin: 0 auto 6px auto;
	display: inline-block;
	vertical-align: top;
	opacity: 0;
	padding: 10px;
	
}

.blackBox:hover {
	opacity: 1;
	

}

 








