.blog_right{
	width:300px;
	float:right;
	margin-top:20px;
	min-height:200px;
	background:#b3deff;
	z-index:0;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.18);
	border-radius:0px 4px 4px 0px;
}
.blog_right h2{
	font-size:16px;
	font-family:sans-serif;
}

.blog_cats{
	width:100%;
	float:left;
}
.blog_cats h3{
	width:100%;
	font-size:16px;
	margin-top:20px;
	float:left;
	padding-left:20px;
}
.blog_cats a{
	padding-left:20px;
	font-size:16px;
	float:left;
	line-height:2;
	width:100%;
	font-family:verdana, arial, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.blog_cats a:hover{
	background: #daefff;
}

.blog_left{
	background:white;
	min-height:400px;
	width:800px;
	margin-top:20px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.18);
	float:left;
	z-index:1;
	border-radius:4px 0px 0px 4px;
}
.blog_left h1{
	width:100%;
	float:left;
	font-size:18px;
	font-family:sans-serif;
	padding-left:20px;
	height:50px;
	margin-top:20px;
}
.blog_post{
	width:750px;
	display:inline-block;
	position:relative;
	overflow:visible;
	margin-right:20px;
	padding-bottom:20px;
}
.blog_post .postcat{
	float:left;
	position:relative;
	clear:right;
	min-height: 40px;
	background:#64a600;
	font-size:14px;
	font-weight:bold;
	padding-left:15px; padding-right:15px;
	line-height:40px;
	border-radius:0px 0px 4px 4px;
	text-shadow: #144607 0px 1px 0px;
	color: white;
	font-weight: bold;
	box-shadow: #144607 0px 1px 0px;
}
.blog_post h1{
	font-family: arial, sans-serif;
    font-size: 30px;
	float:left;
	color: #0569ac;
	height:auto;
	line-height:1.2;
	font-weight: normal;
	margin-right:20px;
	padding-left:0px;
}
.blog_post .subrow{
	width:100%;
	font-size:14px;
	float:left;
	color:#a1a1a1;
	margin-top:5px;
	margin-bottom:10px;
	height:30px;
}
.blog_post .subrow .subdate{
	float:left;
}
.blog_post .subrow .subcomments{
	float:right;
}
.blog_post .subrow .subseen{
	float:right;
}
.blog_post .mycontent{
	width:100%;
	float:left;
	font-size:14px;
	color:#000;
	font-family:Verdana;
	line-height:1.5 !important;
}




.post{
	width:100%;
	display:inline-block;
	position:relative;
	overflow:visible;
	margin-right:20px;
	padding-bottom:20px;
}
.post .postcat{
	float:left;
	position:relative;
	clear:right;
	min-height: 40px;
	background:#64a600;
	font-size:14px;
	font-weight:bold;
	padding-left:15px; padding-right:15px;
	line-height:40px;
	border-radius:0px 0px 4px 4px;
	text-shadow: #144607 0px 1px 0px;
	color: white;
	font-weight: bold;
	box-shadow: #144607 0px 1px 0px;
}
.post h1{
	font-family: arial, sans-serif;
  font-size: 40px;
	float:left;
	margin-bottom:20px;
	margin-top:20px;
	color: #0569ac;
	height:auto;
	line-height:1.2;
	font-weight: normal;
	margin-right:20px;
	padding-left:0px;
	width:100%;
}
.post h1 a{
	border-bottom:none;
}
.post a{
	border-bottom:1px solid #165a87;
}
.post a:hover{
	border-bottom:none;
}
.post .subrow{
	width:100%;
	font-size:14px;
	float:left;
	color:#a1a1a1;
	margin-top:5px;
	display:inline-block;
	margin-bottom:10px;
	height:30px;
}
.post .subrow .subdate{
	float:left;
}
.post .subrow .subcomments{
	float:right;
}
.post .subrow .subseen{
	float:right;
}
.post .mycontent{
	width:100%;
	float:left;
	font-size:16px;
	color:#000;
	text-align: justify;
	font-family:Verdana;
	line-height:1.5 !important;

	/*box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.18);
	border-radius:4px 0px 0px 4px;*/
}
