#main.posts_feed {
	padding-top: 3.26%;
}

.posts_feed {
	padding: 3.26% 0 0;
}

.posts_feed .post_item {
	border-bottom: solid 1px #e1e1e1;
	margin-bottom: 35px;
	padding-bottom: 24px;
}

.posts_feed .post_top {
	position: relative;
}

.posts_feed .post_top.no_image .entry-meta {
	position: relative;
}

.posts_feed .entry-header .entry-title {
	font: normal 1.938em/1.250em 'Malgun Gothic', 'Arial', sans-serif;
	color: #0077be;
	margin: 0 0 16px;
}

.posts_feed .entry-header .entry-title a {
	color: #0077be;
}

.posts_feed .entry-header .entry-title a:hover {
	color: #093a63;
	text-decoration: none;
}

.posts_feed .post_thumb {
	margin-bottom: 15px;
}

.posts_feed .post_thumb img {
	width: 100%;
	display: block;
}

.posts_feed .entry-meta {
	width: 89px;
	background: rgba(0, 119, 190, 0.84);
	font: 500 1.375em/1em 'Malgun Gothic', 'Arial', sans-serif;
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
	padding: 29px 0 17px;
	position: absolute;
	left: 0;
	top: 0;
}

.posts_feed .entry-meta span {
	display: block;
}

.posts_feed .entry-meta .entry-year {
	display: none;
}

.posts_feed .entry-meta .entry-month {
	text-transform: uppercase;
	margin-bottom: 3px;
}

.posts_feed .entry-meta .entry-date {
	font-weight: 700;
}

.posts_feed .entry-summary,
.posts_feed .entry-content {
	margin-bottom: 19px;
	font: 300 1.063em/1.529em 'Malgun Gothic', 'Arial', sans-serif;
	color: #222222;
}

.posts_feed .entry-summary p:last-child,
.posts_feed .entry-content p:last-child {
	margin-bottom: 0;
}

.posts_feed .btn_set a {
	min-width: 230px;
	background: #0077be;
	display: inline-block;
	font-size: 1.25em;
	font-weight: 300;
	text-align: center;
	color: #fff;
	margin-right: 7px;
	padding: 18px 0 15px;
	border-radius: 30px;
}

.posts_feed .btn_set a:hover {
	background: #093a63;
	text-decoration: none;
}

.posts_feed.posts_single .post_item {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.posts_feed.posts_single .btn_set .link_prev a {
	background: #e0e0e0;
	color: #343434;
}

.search_page .search-header {
	margin-bottom: 2.12%;
}

.search_page .search-header .search-title {
	font: normal 2.188em/1.250em 'Malgun Gothic', 'Arial', sans-serif;
	color: #0077be;
	margin: 0;
}

.search_page .entry-header {
	margin-bottom: 4px;
}

.search_page .entry-header .entry-title {
	font: normal 1.813em/1.250em 'Malgun Gothic', 'Arial', sans-serif;
	color: #0077be;
	margin: 0;
}

.search_page .entry-header .entry-title a {
	color: #0077be;
}

.search_page .entry-header .entry-title a:hover {
	color: #093a63;
	text-decoration: none;
}

.pagination-nav {
	margin-bottom: 7%;
}

.pagination-nav .pages {
	display: none;
}

.pagination-nav span,
.pagination-nav a {
	display: inline-block;
	font-size: 0.938em;
	margin-right: 4px;
	padding: 11px 5px;
	min-width: 32px;
	text-align: center;
	border-radius: 5px;
}

.pagination-nav a {
	background: #e0e0e0;
	color: #4a4a4a;
}

.pagination-nav .current {
	background: #abdefe;
	color: #fff;
}

.pagination-nav .nextpostslink,
.pagination-nav .last,
.pagination-nav .previouspostslink,
.pagination-nav .first {
	background: none;
	border: solid 1px #e0e0e0;
	padding: 10px 4px;
}

.sidebar_posts_list {
	margin-bottom: 60px;
}

.sidebar_posts_list:last-child {
	margin-bottom: 0;
}

.sidebar_posts_list h3 {
	border-bottom: solid 1px #dbdbdb;
	font: normal 1.313em/normal 'Malgun Gothic', 'Arial', sans-serif;
	color: #757575;
	margin: 0 0 8px;
	padding-bottom: 8px;
}

.sidebar_posts_list ul {
	margin: 0;
	padding: 0;
}

.sidebar_posts_list ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar_posts_list ul li {
	font: 300 0.875em/1.429em 'Malgun Gothic', 'Arial', sans-serif;
	background: url('../images/backgrounds/posts_line.png') repeat-x left bottom;
	margin-bottom: 12px;
	padding-bottom: 15px;
}

.sidebar_posts_list ul li:last-child {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar_posts_list ul li a {
	color: #0077be;
}

.sidebar_posts_list ul li a:hover {
	color: #0077be;
}

.sidebar_posts_list ul li a.no_image span {
	margin-left: 0;
}

.sidebar_posts_list ul li a img {
	width: 63px;
	margin-top: 2px;
	float: left;
}

.sidebar_posts_list ul li a span {
	display: block;
	margin-left: 70px;
}

