.post{

	margin-top:80px;
}	

.post-header h1{
	
	font-size:40px;
	margin-bottom:20px;
	
    line-height: 120%;
    font-family: 'SegoeUI-Light';
}


.post-tags{
	text-align:center;
	padding:10px 0px;
}
.post-tags h5{
	font-size:20px;
	margin-bottom:7px;
}

.post-tags a{
	color:#fff;
	font-size:11px;
	padding:3px 10px;
	background:#ff6600;
}
	
.related-posts header h3{
	 font-family: 'SegoeUI-Regular';
	margin:20px 0px 40px 0px;
	text-transform:uppercase;
}


.related-post-media{
	position:relative;
	height:132px;
	margin-bottom:40px;
}
.related-post-media img{
	width:100%;	height:132px;
}	
	
.related-post-caption{
	position:absolute;
	top:0;
	padding:30px;
	text-align:center;
	width:100%;
	height:132px;

	
	
}
.related-post-caption {
	   font-family: 'SegoeUI-Regular';
	background:transparent url('../img/caption-bg.png');
}

.related-post-caption span.entry-date{
    font-family: 'SegoeUI-Regular';
	background:#3b88d1;
	padding:0px 7px 0px 7px;
	color:#fff;
	font-size:9px;
	display:inline-block;
}
.related-post-caption a{

	color:#fff;
}
.related-post-caption a:hover{
	text-decoration:underline;
}

/*
	NAVIGATION
*/
.navigation{padding:5px 0px 20px 0px;}

.navigation span.navigation-meta{
	font-size:12px;
	color:#3d86cc;
}
.navigation a{
	color:#3f3f3f;
}

.navigation .post-navigation-media-wrap{
	width:20%;
}

.navigation .post-navigation-text-wrap{
	width:55%;
}

.aaaa{
	margin-top:-60px;
	margin-left:21%;
}


.post ul li, 
.post ol li{
	margin-left:3%;
	list-style-type: circle;
}

.post-navigation-media img{
	width:50px;
	height:50px !important;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border:1px solid #3d86cc;
}




