body{
	margin: 20 0 0 20px;
	
}

h1{
	padding: 0;
	margin: 1;
    font-size: 14pt;
	color: #F4EF00;
}

#post-section{
	position: relative;
	float: left;
	display: block;
	width: 77.5%;
}

.post-header{
    display: table;	
}

a:link, a:visited {
    color: #2e3436;
}

a:hover, a:active {
    color: #F4EF00;
}

.post-date{
	padding: 0 15px 0 15px;
	display: table-cell;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.7);
	font-size: 10pt;
}

.post-title{
	display: table-cell;
	padding: 5px 5px 5px 5px;
}

.post-content{
	padding: 10px 20px 20px 20px;
}

.post:not(:last-of-type){
	margin: 0 0 20px 0;
}

#news-right{
	float: right;
	margin: 0 20px 0 0;
	width: calc(22.5% - 40px);
}

#news-trainingtimes{
	margin: 0 0 20px 0;
	padding: 5px 5px 5px 5px;
	font-size: 10pt;
}

#news-traininglocation{
	padding: 5px 5px 5px 5px;
	font-size: 10pt;
}

#news-traininglocation iframe{
	height: 250px;
	width: 99%;
}

#news-calendar{
	margin: 0 0 20px 0;
	padding: 5px 5px 5px 5px;
	font-size: 10pt;
}

#news-calendar iframe{
	height: 250px;
	width: 99%;
}

.box, .post, #news-trainingtimes, #news-traininglocation, #news-calendar{
	background: rgba(0,0,0,0.3);
	border: 4px solid white;
    box-shadow: 0 0 1px rgba(0,0,0, .4);	
}

