.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;
}







h2.lined, h3.lined{
	position: relative;
	color:#000;
	font-family: Roboto;
	font-size:35px;
	line-height:80px;
	height:80px;
	display: inline-block;
	width:100%;
	margin-top:15px;
	margin-bottom:30px;
}

h2.lined::before, h3.lined::before{
	content: '';
  display: block;
  width: 70%;
  height: 4px;
  background-color: #3498db;
  border-radius: 4px;
	position: absolute;
	bottom:0px;
}
.body_mobi h2.lined, .body_mobi h3.lined{
	font-size:25px;
	line-height:70px;
	height:70px;
	width:94%;
	margin-left:3%;
}

.posts{
	width:100%;
	display: inline-block;
	margin-bottom:15px;
}
.body_mobi .posts{
	width:94%;
	margin-left:3%;
}
.posts .element{
	width:100%;
	display: inline-block;
	margin-bottom:45px;
}
.posts .element .image{
	width:250px;
	/*border-radius:15px;*/
	overflow: hidden;
	float:left;
	display: inline-block;
}
.posts .element_right{
	width:calc(100% - 250px - 40px);
	display: inline-block;
	margin-left:25px;
}
.body_mobi .posts .element .image{
	width:150px;
	aspect-ratio: 1 / 1;
	display:inline-block;
	position: relative;
}
.posts .element .image img{
	display: inline-block;
	width:100%;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}
.body_mobi .posts .element .image img{

	display: block;
	position: absolute;
	/*top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	aspect-ratio: 1200 / 675;
  height: 100%;*/
}
.body_mobi .posts .element_right{
	margin-left:15px;
	width:calc(100% - 150px - 20px);
}
.posts .element h2{
	line-height:30px;
}
.posts .element h2 a{
	color: #000;
	display: inline-block;
	margin-bottom:15px;
}
.body_mobi .posts .element h2 a{
	font-size:16px;
	line-height:20px;
	margin-bottom:0px;
}
.posts .element .postcat{
	border-radius:15px;
	background: var(--bg-3);
	color:white;
	height:30px;
	line-height:30px;
	font-size: 20px;
	padding-left:20px;
	padding-right:20px;
	display: inline-block;
	margin-bottom:10px;
}
.body_mobi .posts .element .postcat{
	font-size:18px;
	height:25px;
	line-height:25px;
}
.posts .element .mycontent{
	color:gray;
}
.posts .element_right .subdate{
	margin-top:10px;
	color:gray;
}
.body_mobi .posts .element_right .subdate{
	font-size:14px;
	margin-top:5px;
}





.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: left;
	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;*/
}



.post .mycontent table {width:100%; border-collapse:collapse; margin:12px 0}
.post .mycontent table th, .post .mycontent table td {border:1px solid #ddd; padding:8px; text-align:left}
.post .mycontent table th {background:#f5f8fb}
