
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #696653;
}

a:link, a:visited { color: #f4d153; text-decoration:none;} 
a:active, a:hover { color: #f4d153; text-decoration: underline;}

h1 {
	margin: 0px;
	padding: 10px 0 5px;
	font-size: 26px;
	color: #11616a;
	font-weight: bold;
	line-height:1.2em;
}

h2 , h3 {
	margin: 0px;
	padding: 10px 0 3px;
	font-size: 24px;
	color: #11616a;
	font-weight: bold;
	line-height:1.2em;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 0px;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 30px;
}

/* top panel */
#top{
	width:100%;
	height: 255px;	
	margin: 0 auto;
	color: #000000;
	background: #ffffff;
}

#top #header{
	width: 930px;
	height: 255px;	
	margin:0 auto;
	padding: 0 15px;
	background:  url("images/header_bg.jpg") no-repeat;	
}


/* end of top panel */

/* menu */
#menu {
	clear: both;
	width: 100%;
	height: 48px;	
	margin: 0 auto;
	color: #ffffff;
	background:  url("images/menu_bg.jpg") repeat-x;
}

#menu #site_title {
	width: 930px;
	height: 48px;	
	margin:0 auto;
	padding: 0 0 0 30px;
	color: #03a0a6;
}

#site_title p {
	float: left;
	width: 930px;
	margin: 0;
	padding: 6px 0 0 0;
	list-style: none;
}

#site_title ul li {
	display: inline;
}

#site_title ul li .lastmenu{
	border-right: none;
}

#site_title p a {
	float: left;
	width: auto;
	padding: 5px 0;
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #2f2e27;
}

#site_title p a:hover, #site_title p .current {
	color: #ffffff;
}

/* end of menu */

/* content panel */
#content {
	clear: both;
	width:100%;
	margin: 0 auto;
	color: #ffffff;
	background:  url("images/content_bg.jpg") repeat;
}

#content #main {
	clear: both;
	overflow: hidden;
	height: 100%;
	width: 930px;
	padding: 30px 0 0 30px;
	margin:0 auto;
}

#main #main_left {
	float: left;
	width: 270px;
	margin-right: 30px;
	padding-top: 15px;
	border: 5px solid #7b7866;
	background-color: #696653;
}

#main #main_right {
	float: right;
	width: 590px;
	margin-right:30px;
}

#main_left .section {
	clear: both;
	width: 260px;
	margin-left: 10px;
	margin-bottom: 25px;
}

.section .section_title {
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0 0 20px;
	height: 45px;
	background: url("images/left_column_title_bg.jpg") no-repeat;
} 

.section .cate_link {
	margin: 0px;
	padding: 10px 20px 0 20px;
}

.cate_link ul{
	clear: both;
	margin: 0 0 0 15px;
	padding: 0px;
}

.cate_link ul li{
	margin: 0 0 5px 0;
}

#main_right .main_content {
	clear: both;
	margin-bottom: 25px;
}

.main_content .date_section {
	float: left;
	display: inherit;
	font-size: 30px;
	font-weight: bold;
	width: 70px;
	height: 60px;
	padding: 30px 0 0 30px;
	margin-right: 15px;
	background: url(images/templatemo_date_bg.png) no-repeat;
}

.date_section span {
	display: block;
	margin-top: 8px;
	font-size: 15px;
	font-weight: bold;
} 

.main_content .post_content {
	float: left;
	display: inline;
	width: 475px;
	margin-left: 40px;
}

.post_content .post_title {
	width: 475px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	font-size: 26px;
	font-weight: bold;
	color: #d77707;
	border-bottom: 1px solid #75715a;
}

.post_title .post_info{
	width: 100%;
	font-weight: normal;
	font-size: 12px;
	padding-top: 5px;
	color: #ffffff;
}

.post_content .post_body{
	padding: 0 0 15px 0;
}

.post_content .post_body img{
	margin-bottom: 15px;
	border: 5px solid #7b7866;
}

.post_content .post_body img.image {
	max-width: 100%;
}
.post_content .post_body img.imageleft {
	max-width: 200px;
	float:left;
	margin-right:8px;
}
.post_content .post_body img.imageright {
	max-width: 200px;
	float:right;
	margin-left:8px;
}

/* comment */

#middle_column .comment_section {
	margin: 20px 20px 30px 20px;
}

.comment_section .comment_section_title{
	color: #ded153;
	height: 30px;
	font-size: 30px;
	border-bottom: 1px dotted #666;
	padding: 20px 0 0 0;
	margin-bottom: 15px;
}

.comment_section .comment_box{
	margin-bottom: 20px;
	background: #bebaa4;
}

.comment_box .comment_title {
	color: #11616a;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #aba68b;
	border-bottom: 1px solid #9e997e;
}

.comment_box .comment_body{
		padding: 5px 10px;
}

/* end of comment */
/* end of content */

/* for bottom palen */
/* end of bottom panel */

/*  footer */

#footer{
	width:100%;
	height: 50px;
	margin: 0 auto;
	background-color: #151513;
	border-top: 1px solid #36352c;
}

#footer #copy{
	width: 960px;
	height: 10px;
	margin:0 auto;
	padding: 20px 15px;	
	text-align: center;
}

#footer #copy a{ color:#FFFFFF;}
#footer #copy a:hover{}


/* end of footer */





/**********/
/* MOBILE */
/**********/



@media screen and (max-width: 680px) {


body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #696653;
}

a:link, a:visited { color: #f4d153; text-decoration:none;} 
a:active, a:hover { color: #f4d153; text-decoration: underline;}

h1 {
	margin: 0px;
	padding: 10px 0 5px;
	font-size: 18px;
	color: #11616a;
	font-weight: bold;
	line-height:1.2em;
}

h2 {
	margin: 0px;
	padding: 10px 0 3px;
	font-size: 17px;
	color: #11616a;
	font-weight: bold;
	line-height:1.2em;
}
h3 {
	margin: 0px;
	padding: 10px 0 3px;
	font-size: 16px;
	color: #11616a;
	font-weight: bold;
	line-height:1.2em;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 0px;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 30px;
}

/* top panel */
#top{
	width:100%;
	height: 155px;	
	margin: 0 auto;
	color: #000000;
	background: #ffffff;
}

#top #header{
	width: calc(100% - 30px);
	height: 155px;	
	margin:0 auto;
	padding: 0 15px;
	background:  url("images/header_bg.jpg") no-repeat;
	background-size: auto 172px;
	background-position: 0 33%;
}


/* end of top panel */

/* menu */
#menu {
	clear: both;
	width: 100%;
	height: 48px;	
	margin: 0 auto;
	color: #ffffff;
	background:  url("images/menu_bg.jpg") repeat-x;
}

#menu #site_title {
	width: calc(100% - 8px);
	height: 48px;	
	margin:0 auto;
	padding: 0 0 0 8px;
	color: #03a0a6;
}

#site_title p {
	float: left;
	width: 100%;
	margin: 0;
	padding: 6px 0 0 0;
	list-style: none;
}

#site_title ul li {
	display: inline;
}

#site_title ul li .lastmenu{
	border-right: none;
}

#site_title p a {
	float: left;
	width: auto;
	padding: 5px 0;
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #2f2e27;
}

#site_title p a:hover, #site_title p .current {
	color: #ffffff;
	font-size:11px;
}

/* end of menu */

/* content panel */
#content {
	clear: both;
	width:100%;
	margin: 0 auto;
	color: #ffffff;
	background:  url("images/content_bg.jpg") repeat;
}

#content #main {
	clear: both;
	overflow: hidden;
	height: 100%;
	width: calc(100% - 16px);
	padding: 0 8px 0 8px;
	margin:0 auto;
}

#main #main_left {
	float: none;
	width: calc(100% - 10px);
	margin-right: 30px;
	padding-top: 15px;
	border: 5px solid #7b7866;
	background-color: #696653;
}

#main #main_right {
	float: none;
	width: 100%;
	margin-right:0;
}

#main_left .section {
	clear: both;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 25px;
}

.section .section_title {
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0 0 20px;
	height: 45px;
	background: url("images/left_column_title_bg.jpg") no-repeat;
} 

.section .cate_link {
	margin: 0px;
	padding: 10px 20px 0 20px;
}

.cate_link ul{
	clear: both;
	margin: 0 0 0 15px;
	padding: 0px;
}

.cate_link ul li{
	margin: 0 0 5px 0;
	font-size:14px;
	padding:4px 0;
}

#main_right .main_content {
	clear: both;
	margin-bottom: 25px;
}

.main_content .date_section {
	float: left;
	display: inherit;
	font-size: 30px;
	font-weight: bold;
	width: 70px;
	height: 60px;
	padding: 30px 0 0 30px;
	margin-right: 15px;
	background: url(images/templatemo_date_bg.png) no-repeat;
}

.date_section span {
	display: block;
	margin-top: 8px;
	font-size: 15px;
	font-weight: bold;
} 

.main_content .post_content {
	float: none;
	display: inline;
	width: 100%;
	margin-left: 0;
}

.post_content .post_title {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	font-size: 26px;
	font-weight: bold;
	color: #d77707;
	border-bottom: 1px solid #75715a;
}

.post_title .post_info{
	width: 100%;
	font-weight: normal;
	font-size: 12px;
	padding-top: 5px;
	color: #ffffff;
}

.post_content .post_body{
	padding: 0 0 15px 0;
}

.post_content .post_body img{
	margin-bottom: 15px;
	border: 5px solid #7b7866;
	width:calc(100% - 10px);
}
.post_content .post_body img.image {
	max-width: 100%;
}
.post_content .post_body img.imageleft {
	max-width: 40%;
	float:left;
	margin-right:8px;
}
.post_content .post_body img.imageright {
	max-width: 40%;
	float:right;
	margin-left:8px;
}

.post_body p {
	font-size:13px;
}

/* comment */

#middle_column .comment_section {
	margin: 20px 20px 30px 20px;
}

.comment_section .comment_section_title{
	color: #ded153;
	height: 30px;
	font-size: 30px;
	border-bottom: 1px dotted #666;
	padding: 20px 0 0 0;
	margin-bottom: 15px;
}

.comment_section .comment_box{
	margin-bottom: 20px;
	background: #bebaa4;
}

.comment_box .comment_title {
	color: #11616a;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #aba68b;
	border-bottom: 1px solid #9e997e;
}

.comment_box .comment_body{
		padding: 5px 10px;
}

/* end of comment */
/* end of content */

/* for bottom palen */
/* end of bottom panel */

/*  footer */

#footer{
	width:100%;
	height: auto;
	margin: 0 auto;
	background-color: #151513;
	border-top: 1px solid #36352c;
}

#footer #copy{
	width: 100%;
	height: auto;
	margin:0 auto;
	padding: 20px 0;	
	text-align: center;
}

#footer #copy a{ color:#FFFFFF;}
#footer #copy a:hover{}


/* end of footer */


}

