.l-container {
	padding-bottom: 20px;
}

.blog-header {
	background: #e51926;
}

.blog-header-inner {
	width: 940px;
	height: 100px;
	margin: 0 auto;
	padding: 40px 0;
}

.blog-header-inner:after {
	display: block;
	clear: both;
	content: '';
}

@media only screen and (max-width: 767px) {
	.blog-header-inner {
		width: 100%;
		height: auto;
		padding: 20px 0;
	}
}

.blog-header .logo {
	float: left;
	width: 350px;
}

@media only screen and (max-width: 767px) {
	.blog-header .logo {
		float: none;
		width: 280px;
		margin: 0 auto 10px;
	}
}

.blog-header .logo a {
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 30px;
	background: url(../img/blog/logo_blog.png) no-repeat 0 0;
}

@media only screen and (max-width: 767px) {
	.blog-header .logo a {
		background-size: auto 24px;
	}
}

@media only screen and (min-width: 768px) {
	.blog-header-right {
		position: relative;
		top: -5px;
		float: right;
		width: 500px;
		text-align: right;
	}
}

@media only screen and (min-width: 768px) {
	.blog-header .nav {
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 767px) {
	.blog-header .nav {
		float: none;
		padding-right: 20px;
		text-align: center;
	}
}

.blog-header .nav li {
	display: inline-block;
	margin-left: 20px;
}

.blog-header .nav a {
	text-decoration: none;
	color: #fff;
}

.blog-header .nav a:hover {
	text-decoration: underline;
}

.blog-header .nav .fa {
	margin-right: 10px;
}

.blog-header p {
	font-size: 1.0rem;
	width: 20em;
	margin-left: auto;
	text-align: center;
	opacity: .7;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.blog-header p {
		display: none;
	}
}

.l-breadcrumbs {
	display: none;
}

.blog-footer {
	padding: 3em 0;
	text-align: center;
	background: #f3f3f3;
}

.blog-footer .copyright {
	color: #666;
}

.l-contents:after {
	display: block;
	clear: both;
	content: '';
}

@media only screen and (max-width: 767px) {
	.l-contents {
		padding-top: 30px;
	}
}

@media only screen and (min-width: 768px) {
	.l-contents {
		width: 960px;
		margin: 0 auto;
		padding-top: 50px;
	}
}

.l-main {
	float: left;
	width: 640px;
}

@media only screen and (max-width: 767px) {
	.l-main {
		float: none;
		width: 100%;
	}
}

.l-sidebar {
	float: right;
	width: 240px;
}

@media only screen and (max-width: 767px) {
	.l-sidebar {
		float: none;
		width: 100%;
		padding-top: 20px;
		border-top: 2px solid #e51926;
	}
}

.l-sidebar .social {
	margin: 0 0 2em;
}

@media only screen and (max-width: 767px) {
	.l-sidebar .social {
		text-align: center;
	}
}

.l-sidebar .social li {
	display: inline-block;
	margin-right: 1em;
}

.l-sidebar .social .fa {
	margin-right: .3em;
}

.l-sidebar .social .rss .fa {
	color: #f90;
}

.l-sidebar .social .facebook .fa {
	color: #3b5998;
}

.l-sidebar .social .twitter .fa {
	color: #55acee;
}

.l-sidebar .widget-container {
	margin-bottom: 2em;
}

.l-sidebar .widget-container a:hover {
	color: #e51926;
}

.l-sidebar .widget-container h3 {
	margin: 0 0 .75em;
	padding: .5em;
	color: #e51926;
	background: #f5f5f5;
}

@media only screen and (max-width: 767px) {
	.l-sidebar .widget-container h3 {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 767px) {
	.l-sidebar .widget-container .searchform {
		text-align: center;
	}
}

.l-sidebar .widget-container .searchform #search {
	width: 150px;
	margin: 0 .3em;
	padding: 2px 5px;
	border: 1px solid #999;
}

.l-sidebar .widget-container .searchform #searchsubmit {
	color: #fff;
	border: 0;
	border-radius: 0;
	background: #000;
	-webkit-appearance: none;
}

@media only screen and (max-width: 767px) {
	.l-sidebar .widget-container ul {
		padding: 0 1em;
	}
}

.l-sidebar .widget-container li {
	position: relative;
	margin-bottom: .75em;
	padding-left: 1.2em;
}

.l-sidebar .widget-container li:before {
	font-family: FontAwesome;
	position: absolute;
	top: .1em;
	left: .2em;
	display: inline-block;
	content: '\f105';
	color: #999;
}

.pagetop {
	font-size: 1rem;
	margin: 0 0 2em;
	text-align: right;
}

.post {
	margin: 0 0 2em;
}

.post .title {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 1em;
	padding: 20px 80px 20px 10px;
	color: #e51926;
	border-top: 2px solid #e51926;
	border-bottom: 1px solid #eee;
	background: url(../img/blog/bg_heading.png) no-repeat 98% 50%;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	text-decoration: underline;
	color: #e51926;
}

.post .entry_txt {
	line-height: 1.75;
	padding: 0 1em;
}

.post .entry_txt h2,
.post .entry_txt h3,
.post .entry_txt h4,
.post .entry_txt h5,
.post .entry_txt h6 {
	margin: 1em 0;
}

.post .entry_txt h2 {
	font-size: 1.6rem;
}

.post .entry_txt h3,
.post .entry_txt h4,
.post .entry_txt h5 {
	font-size: 100%;
}

.post .entry_txt p {
	margin-bottom: 1.5em;
}

.post .entry_txt em {
	font-style: italic;
}

.post .entry_txt code {
	font-family: 'Courier New',Courier,monospace;
	color: #06c;
}

.post .entry_txt img {
	max-width: 100%;
	height: auto;
	margin: 10px 0;
	padding: 5px;
	border: 1px #e5e5e5 solid;
	background: #fff;
}

.post .entry_txt img.wp-smiley {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

.post .entry_txt blockquote {
	font-style: italic;
	margin: 1em 1.5em;
	padding: 10px;
	border-left: 5px solid #ddd;
	background: #eee;
}

.post .entry_txt blockquote p {
	margin: 0;
}

.post .entry_txt div.wp-caption {
	margin: 1em 1.5em;
}

.post .entry_txt div.wp-caption img {
	margin: 0;
}

.post .entry_txt div.wp-caption p {
	font-size: 1.1rem;
}

.post .entry_txt ul,
.post .entry_txt ol {
	margin: 1em 1.5em;
}

.post .entry_txt ul li {
	margin-left: 20px;
	list-style: url(images/arrow_list.gif);
}

.post .entry_txt ol li {
	margin-left: 20px;
	list-style: decimal outside;
}

.post p {
	margin-bottom: 1.5em;
}

.blog_info {
	display: flex;
	padding: 10px;
	background: #eee;
	justify-content: space-between;
}

.blog_info .clear {
	display: none;
}

@media only screen and (max-width: 767px) {
	.blog_info {
		display: block;
		padding: 10px;
	}
}

@media only screen and (min-width: 768px) {
	.blog_info .leftBox {
		width: 50%;
	}
}

.blog_info .leftBox .avatar {
	margin-right: 10px;
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #ccc;
	background: #fff;
}

@media only screen and (max-width: 767px) {
	.blog_info .leftBox .avatar {
		padding: 2px;
	}
}

@media only screen and (min-width: 768px) {
	.blog_info .rightBox {
		width: 50%;
		text-align: right;
	}
}

.blog_info .rightBox ul {
	padding-top: .5em;
	text-align: right;
}

@media only screen and (max-width: 767px) {
	.blog_info .rightBox ul {
		padding-top: 1em;
		text-align: left;
	}
}

.blog_info .rightBox li {
	display: inline-block;
}

.nav-below {
	text-align: center;
}

.nav-below .nav-previous {
	display: inline-block;
	margin: 0 1em;
}

.nav-below .nav-previous a {
	padding-left: .2em;
}

.nav-below .nav-previous a:hover {
	color: #e51926;
}

.nav-below .nav-previous a:before {
	display: inline-block;
	content: '<';
}

.nav-below .nav-next {
	display: inline-block;
	margin: 0 1em;
}

.nav-below .nav-next a {
	padding-right: .2em;
}

.nav-below .nav-next a:hover {
	color: #e51926;
}

.nav-below .nav-next a:after {
	display: inline-block;
	content: '>';
}

.similarposts {
	margin: 1em 0 2em;
}

.similarposts h3 {
	margin: 0 0 1em;
	padding: 5px 0;
	color: #e51926;
	border-bottom: #e5e5e5 solid 2px;
}

.similarposts img {
	padding: 4px;
	border: 1px #e5e5e5 solid;
}

.similarposts ul {
	margin: 5px 0;
	padding: 1em;
}

.similarposts ul li {
	float: left;
	width: 100px;
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
}

.similarposts .simil-day {
	font-size: 85%;
	color: #c3c3c3;
}

/****************************************
 Comments
*****************************************/
#comments {
	font-weight: bold;
	clear: both;
	margin-top: 40px;
	padding: 1em;
	color: #e51926;
	border-top: 1px solid #ddd;
	background-color: #fff;
}

.commentlist {
	margin: 0;
	padding: 0 0 5px;
	background-color: #fff;
}

.commentlist li {
	position: relative;
	margin: 0;
	padding: 15px 0 0 85px;
	list-style: none;
	border-top: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
	.commentlist li {
		padding-left: 40px;
	}
}

.commentlist .avatar {
	position: absolute;
	top: 15px;
	left: 0;
	margin: 0 16px 0 30px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
}

@media only screen and (max-width: 767px) {
	.commentlist .avatar {
		margin: 0;
	}
}

.commentlist .comment-meta {
	margin-bottom: 10px;
	background-color: #fff;
}

.commentlist .comment-meta a {
	text-decoration: none;
	color: #999;
}

.commentlist .comment-meta a:hover {
	color: #ccc;
}

.commentlist p {
	line-height: 1.75;
	margin-bottom: 1.5em;
}

.commentlist .comment-body img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.commentlist .comment-body img {
		width: 100%;
	}
}

.commentlist .reply a {
	position: absolute;
	top: 15px;
	right: 0;
	padding: 2px 10px;
	text-decoration: none;
	color: #333;
	background: #ddd;
}

.commentlist .reply a:hover {
	color: #999;
}

/*** Comment form ***/
#respond {
	margin-top: 20px;
}

#respond h3 {
	font-weight: bold;
	padding: 10px 0 10px 10px;
	color: #e51926;
	background-color: #f0f0f0;
}

#commentform {
	padding: 1em;
	background-color: #fff;
}

#commentform p {
	clear: both;
}

#commentform label {
	display: block;
	margin: 1em 0 0;
}

#commentform #submit {
	margin: 1em 0 0;
	padding: .5em;
	color: #fff;
	border: 0;
	background: #000;
	-webkit-appearance: none;
}

#commentform #submit:hover {
	background: #e51926;
}

#commentform input[type='text'],
#commentform textarea {
	margin: 5px 0 10px;
	padding: .3em .5em;
	border: 1px solid #666;
}

@media only screen and (max-width: 767px) {
	#commentform input[type='text'],
    #commentform textarea {
		width: 100%;
	}
}

#commentform input[type='text']:focus,
#commentform textarea:focus {
	border: 1px solid #06c;
}

/****************************************
 widget
*****************************************/

/*** Calendar ***/
