#sidebar{
	width:23%;
	padding:2% 1.5%;
	min-height:400px;
	margin-bottom:20px;	
	float:left;
	background:#fafafa;
}
#sidebar h2{
	display:inline-block;
	font-size:17px;
	padding:0;
	margin:0 0 30px 0;
	color:#888;
	float:left;
	clear:both;
	font-weight:700;
	position:relative;
	color:#363d97;
}
#sidebar h2:after{
	content:' ';
	width:30%;
	border-bottom:2px solid #E81F00;
	position:absolute;
	left:0;
	height:30px;
}
#sidebar ul{
	list-style:none;
	padding:0 2%;
	margin:0;
	width:96%;
	float:left;	
	margin:0 0 35px 0;
	list-style:none;	
}
#sidebar  ul li{
	color:#dedede;
	font-size:13px;
	line-height:18px;
	font-weight:400;	
	float:left;
	width:100%;
	padding:20px 0;
	border-bottom:1px solid #ddd;
}
#sidebar  ul li:last-of-type{
	border-bottom:none;	
}
#sidebar  ul li a{
	color:#363d97;
	transition:ease 0.25s;	
}
#sidebar  ul li a:hover{
	color:#E81F00;		
}
#sidebar .image{
	float:left;
	margin-right:8px;
}	
#sidebar .image img{
	max-height:40px;	
}
#post{
	float:left;
	width:71%;
	padding:0 1% 0 2%;
}
#post .title{
	color:#363d97;
	margin:0;
	padding:0 0 0 5px;
	font-size:20px;
	border-left:3px solid #E81F00;
}
#post .cover{
	width:100%;
	text-align:center;
	margin:40px 0;
	position:relative;	
}
#post .date{
	position:absolute;
	bottom:0;
	right:3px;
	border-radius:5px;
	height:70px;
	width:60px;
	padding:0;
	font-weight:700;
	text-align:center;
	color:#fefefe;
	background-color:#eaeaea;
	box-shadow:0 0 3px #aaa;	
}
#post .date strong{
	font-size:30px;
	line-height:50px;
	color:#777;	
}
#post .date span{
	font-size:13px;
	line-height:20px;
	background-color:#E81F00;
	width:60px;
	float:left;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	box-shadow:0 1px 3px #aaa;	
}
#post .cover img{
	max-width:90%;	
}
#post .content{
	width:98%;
	padding:1%;
	font-size:14px;
	color:#777;
	margin-bottom:40px;	
}
#post .content a{
	color:#363d97;
	transform:ease 0.25s;
}
#post .content a:hover{
	color:#E81F00;	
}