@media all and (min-width: 870px) {

#days_list {}
.day {
	width:860px;
	margin: 0 auto 80px auto;
	overflow: hidden;
}
.day .left_column {
	float:left;
	width:275px;
}
.day .left_column .date {
	font-size:24px;
	font-weight: bold;
	line-height: 1em;
	margin:0 0 20px 0;
}
.day .left_column .link a {
	display: block;
	text-indent: -9999px;
	overflow: 9999px;
	background: url(../images/top/btn_more.png) no-repeat;
	background-size:100% 100%;
	width:85px;
	height:15px;
}
.day .right_column {
	float:left;
	width:585px;
}
.day .right_column .thumb {
	margin: 0 0 15px 0;
	/*box-sizing:border-box;
	border:solid 2px #bfdce4;*/
}
.day .right_column .thumb img {
	width: 100%;
	height: auto;
}
.day .right_column h4 {
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	margin: 0 0 15px 0;
	color:#888;
	/*font-weight: bold;*/
}
.day .tags {
	font-size: 14px;
	letter-spacing: 0.1em;
	margin:0 0 30px 0;
}
.day .tags a {
	color:#007292;
	line-height: 1.7em;
	padding:5px 10px 5px 18px;
	margin:0 4px 0 0;
	background:url(../images/common/icon_tag.png) no-repeat left center;
	background-size: 14px 14px;
}
.day .tags a:hover {
	color:#73a3b0;
	text-decoration: none;
}
.day .txt {
	border-top:solid 7px #dcedf2;
	font-size: 16px;
	color:#777;
	padding:20px 0 0 0;
}
.day .txt p {
	color:#777;
	line-height: 2.5em;
}
.day .txt img {
	margin:10px 0;
	max-width: 585px;
	height: auto;
}
.day .txt .wp_social_bookmarking_light {
	padding-top:50px !important;
}

.navigation {
	width:860px;
	margin:50px auto 100px auto;
	text-align: center;
}
.navigation h2 {
	display: none;
}
.navigation .nav-links {}
.navigation .nav-links .page-numbers {
	padding:6px;
	font-size: 14px;
	margin: 0 5px;
}
.navigation .nav-links .current {
	color:#aaa;
	border-bottom:1px solid #aaa;
}
.navigation .nav-links .dots {}
.navigation .nav-links .next {}
.navigation .nav-links .prev {}
.navigation .nav-links .nav-previous {
	float:left;
}
.navigation .nav-links .nav-next {
	float:right;
}

/* tag page */
.tags_area {
	width:860px;
	margin:0 auto 100px auto;
}
.tags_area .left_column {
	float:left;
	width:275px;
}
.tags_area .right_column {
	float:left;
	width:585px;
	padding:32px 0 0 0;
}
.tags_area h3 {
	letter-spacing: 0.1em;
	font-size: 16px;
	font-weight: bolder;
	color:#007292;
	margin: 0 0 10px 0;
}
.tags_area .tag_list {
	font-size: 14px;
	letter-spacing: 0.1em;
	margin:0 0 30px 0;
	padding:0 0 10px 0;
}
.tags_area .tag_list a {
	color:#007292;
	line-height: 1.7em;
	padding:5px 10px 5px 18px;
	margin:0 4px 0 0;
	background:url(../images/common/icon_tag.png) no-repeat left center;
	background-size: 14px 14px;
}
.tags_area .tag_list a:hover {
	color:#73a3b0;
	text-decoration: none;
}
.tags_area h2 {
	color:#999;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1em;
}
.tags_area h2 .crnt {
	color:#007292;
	background:url(../images/common/icon_tag.png) no-repeat left center;
	background-size: 14px 14px;
	padding:5px 10px 5px 18px;
}

}


@media all and (max-width: 869px) {

#days_list {}
.day {
	margin: 0 5.075% 5% 5.075%;
	overflow: hidden;
}
.day .left_column {

}
.day .left_column .date {
	font-size:24px;
	font-weight: bold;
	line-height: 1em;
	margin:0 0 20px 0;
	float: left;
	width: 50%;
}
.day .left_column .link a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/top/btn_more.png) no-repeat;
	background-size:100% 100%;
	width:85px;
	height:15px;
	float: right;
	margin:6px 0 0 0;
}
.day .right_column {
	
}
.day .right_column .thumb {
	margin: 0 0 15px 0;
	/*box-sizing:border-box;
	border:solid 2px #bfdce4;*/
}
.day .right_column .thumb img {
	width: 100%;
	height: auto;
}
.day .right_column h4 {
	/*font-size: 22px;*/
	font-size: 32px;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	margin: 0 0 15px 0;
	color:#888;
	/*font-weight: bold;*/
}
.day .tags {
	/*font-size: 14px;*/
	font-size: 18px;
	letter-spacing: 0.1em;
	margin:0 0 30px 0;
}
.day .tags a {
	color:#007292;
	line-height: 1.7em;
	padding:5px 10px 5px 18px;
	margin:0 4px 0 0;
	background:url(../images/common/icon_tag.png) no-repeat left center;
	background-size: 14px 14px;
}
.day .tags a:hover {
	color:#73a3b0;
	text-decoration: none;
}
.day .txt {
	border-top:solid 7px #dcedf2;
	/*font-size: 16px;*/
	font-size: 20px;
	color:#777;
	padding:20px 0 0 0;
}
.day .txt p {
	color:#777;
	line-height: 2.5em;
}
.day .txt img {
	max-width: 100%;
	height: auto;
	margin:10px 0;
}
.day .txt .wp_social_bookmarking_light {
	padding-top: 15% !important;
}
.day .txt .wp_social_bookmarking_light .wsbl_facebook_like {
	height: 20px !important;
}
.fb_iframe_widget_fluid span {
	vertical-align: top !important;
}

.navigation {
	width:100%;
	margin:50px auto 100px auto;
	text-align: center;
}
.navigation h2 {
	display: none;
}
.navigation .nav-links {}
.navigation .nav-links .page-numbers {
	padding:6px;
	font-size: 14px;
	margin: 0 5px;
}
.navigation .nav-links .current {
	color:#aaa;
	border-bottom:1px solid #aaa;
}
.navigation .nav-links .dots {}
.navigation .nav-links .next {}
.navigation .nav-links .prev {}
.navigation .nav-links .nav-previous {
	float:left;
	margin-left: 5.075%;
}
.navigation .nav-links .nav-next {
	float:right;
	margin-right: 5.075%;
}

/* tag page */
.tags_area {
	margin:0 5.075% 8% 5.075%;
}
.tags_area .left_column {
	
}
.tags_area .right_column {
	
}
.tags_area h3 {
	letter-spacing: 0.1em;
	font-size: 18px;
	font-weight: bolder;
	color:#007292;
	margin: 0 0 1% 0;
}
.tags_area .tag_list {
	font-size: 16px;
	letter-spacing: 0.1em;
	margin:0 0 30px 0;
	padding:0 0 10px 0;
}
.tags_area .tag_list a {
	color:#007292;
	line-height: 1.7em;
	padding:5px 10px 5px 18px;
	margin:0 4px 0 0;
	background:url(../images/common/icon_tag.png) no-repeat left center;
	background-size: 14px 14px;
}
.tags_area .tag_list a:hover {
	color:#73a3b0;
	text-decoration: none;
}
.tags_area h2 {
	color:#999;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin:0 0 5% 0;
}
.tags_area h2 .crnt {
	color:#007292;
	background:url(../images/common/icon_tag.png) no-repeat left center;
	background-size: 14px 14px;
	padding:5px 10px 5px 18px;
}

}