html, body{
	height: 100%;
	min-height: 100%;
	background: #ededed;
    color: #000000;
    font-family: Arial, Verdana, sans-serif;
    font-size: 15px;
    line-height: 17px;
}
a{
	color: #4a809a;
}
a:hover{
	text-decoration: none;
}
img{
	max-width: 100%;
}
.breadcrumbs{
	font-size: 14px;
	background: #FFFFFF;
	box-shadow: 0 0.005em 0.01em 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#header{
	height: 50px;
	background: #6da3bd;
	width: 100%;
	z-index: 999999;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
#header-index{
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 0 0 0 15px;
}
#content{
	width: 100%;
	margin: 10px 0 0 0;
}
#layout-wrapper{
	margin: 0 auto;
}
#layout{
    border: 0 none;
    color: #333333;
    margin: 0 auto;
    max-width: 1200px;
    min-height: 100%;
    min-width: 320px;
    position: relative;
    text-align: left;
    width: 100%;
}
#main{
	min-height: 100%;
	width: 100%;
}
#content-left{
	box-sizing: border-box;
    float: left;
    padding-right: 330px;
    width: 100%;
}
#content-right{
    float: left;
    margin-left: -320px;
    width: 320px;
}
#content-right .block{
	background: #F7F5FA;
	margin: 0 0 10px 0;
	padding: 15px;
	background: #FFFFFF;
	box-shadow: 0 0.005em 0.01em 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#content-right .block h2{
	font-size: 16px;
	color: #666666;
	margin: 0 0 10px 0;
}
#content-right .block .item{
	margin: 5px 0 10px;
}
#content-right .block .item .date,
#content-right .block .item .count-view{
	color: #999999;
	font-size: 11px;
}
#content-right .adv{
	margin: 0 0 10px 0;
	background: #FFFFFF;
	box-shadow: 0 0.005em 0.01em 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	padding: 8px;
}
#content-right .adv-right-bottom-fixed{
	position: fixed;
	top: 10px;
}
.adsbygoogle{
	border: 1px solid #eeeeee;
}
#h-footer{
	height: 150px;
}
#footer{
	height: 150px;
	margin-top: -150px;
	background: #FFFFFF;
	width: 100%;
}
#header-center{
	
}
#search{
	float: right;
	height: 50px;
}
#search-form{
	position: relative;
	margin: 10px 10px 0 10px;
}
#button-search{
	border: none;
	cursor: pointer;
	background: url("/static/images/icons/search-25.png") no-repeat center center;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.post-short,
.post{
	margin: 0 0 10px 0;
	background: #FFFFFF;
	box-shadow: 0 0.005em 0.01em 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	padding: 15px 20px;
}

.post-short h1, .post h1{
    font-size: 24px;
    font-weight: normal;
    line-height: 25px;
	margin: 5px 0 10px 0;
	float: left;
}
.post-short .separator,
.post .separator{
	margin: 0 5px;
	float: left;
	font-size: 11px;
	color: #999999;
}
.post-short .category,
.post .category{
	float: left;
	font-size: 11px;
	color: #999999;
}
.post-short h2, .post h2{
	font-size: 18px;
	margin: 10px 0;
}
.post-short h3, .post h3{
	font-size: 16px;
	margin: 3px 0;
}
.post-short .read-more a{
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #F5F5F5;
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #A2A2A2;
	border-image: none;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	text-decoration: none;
}
.post-short .read-more a:hover{
    background-position: 0 -15px;
	background-color: #E6E6E6;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.post p,
.post-short p{
	margin: 5px 0;
}
.post .content-table td,
.post .content-table th,
.post-short .content-table td,
.post-short .content-table th{
	border: 1px solid #CCCCCC;
	padding: 5px;
	vertical-align: middle;
}
.post .content-table th,
.post-short .content-table th{
	background: #F7F5FA;
}
.post .header .date,
.post-short .header .date{
	color: #999999;
	font-size: 11px;
	float: left;
}
.post .header .count-view,
.post-short .header .count-view{
	color: #999999;
	font-size: 11px;
	float: right;
}
.post-short .description,
.post .description{
    font-size: 14px;
    line-height: 160%;
}
.post-short .categories{
	margin: 10px 0;
}
.post-short .header{
	margin: 5px 0 10px 0;
}
.post .header{
	margin: 10px 0;
}
.post .header,
.post-short .header a{
	color: #000000;
	text-decoration: none;
}
.post-short .header a:hover{
	color: #454545;
}
.post-short .header a:visible{
	color: #454545;
}
.post-short .header h2{
	font-size: 24px;
	line-height: 25px;
	font-weight: normal;
}
.post .adv{
	margin: 10px auto;
	text-align: center;
}
.post .image,
.post-short .image{
	float: left;
	width: 290px;
	margin:0 20px 20px 0;
}
#disqus_thread{
	padding: 15px 20px;
	background: #FFFFFF;
	box-shadow: 0 0.005em 0.01em 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	margin: 0 0 20px 0;
}
.input{
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #333333;
    font-size: 14px;
    height: 15px;
    line-height: 14px;
    padding: 6px 12px;
	width: 200px;
	border-radius: 4px;
}
.g-line{
	width: 100%;
	height: 5px;
	background: #DEDEDE;
}
#content pre code {
	height: auto;
	background: #F5F5F5;
}
#footer-top{
	height: 80px;
    padding: 10px;
}
#footer-bottom{
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}
#footer-copy{
	float: left;
}
#footer-content{
	float: right;
}
#counters{

}
.pagebar{
	margin: 15px 0;
}
.pagebar li,
.pagebar a{
	display:-moz-inline-stack;
	display:inline-block;
	_overflow:hidden;
	*zoom:1;
	*display:inline;
}
.pagebar a{
    background-color: #EEEEEE;
    color: #999999;
	text-decoration: none;
	border-radius: 2px;
    font-weight: bold;
    line-height: 26px;
    padding: 0 8px;
    vertical-align: top;
}
.pagebar .selected a,
.pagebar a:hover{
	background-color: #6F7986;
	color: #FFFFFF;
}
.pagebar .hidden{
	display: none;
}
.code {
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    font-size: 14px;
    line-height: 19px;
    padding: 10px;
    overflow: auto;
}
.social-buttons{
	padding: 10px 0;
}
.social-buttons .item-social{
    margin: 0 20px 0 0;
    vertical-align: bottom;
}
.comments{
	padding: 15px 20px;
	background: #FFFFFF;
	box-shadow: 0 0.005em 0.01em 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	margin: 0 0 20px 0;
}
.comments h2{
    color: #2E3649;
    font-size: 16px;
}
.comments .add-header{
	padding: 0 5px;
}
.comment-list{
	padding: 5px;
	margin: 10px 0 0 0;
}
.comments .alert-success{
	padding: 14px;
	background-color: #DFF0D8;
	color: #468847;
	border: 1px solid #D6E9C6;
	border-radius: 4px;
	margin: 20px 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	transition: opacity 0.15s linear 0s;
}
.comment-form{
	margin: 0 0 10px 0;
	padding: 0 5px;
}
.comment-form .row{
	margin: 10px 0 0 0;
}
.comment-form .errorMessage{
	margin: 3px 0 0 0;
	color: #FF0000;
	font-size: 11px;
}
.comment-form label{
    color: #2E3649;
    font-size: 13px;
    font-weight: normal;
    height: 15px;
    line-height: 14px;
    vertical-align: middle;
    width: 40px;
}
.comment-form input[type='text']{
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #333333;
    font-size: 13px;
    height: 15px;
    line-height: 14px;
    padding: 5px;
    margin: 5px 0 0 0;
	width: 356px;
}
.comment-form h3{
    color: #2E3649;
	font-size: 13px;
}
.comment-form textarea{
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #333333;
    font-size: 13px;
    height: 80px;
    line-height: 14px;
    padding: 5px;
    margin: 5px 0 10px 0;
	width: 400px;
}
.comment-form textarea:focus,
.comment-form input[type='text']:focus{
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.comment-list .item-comment{
    margin: 15px 0 0;
    padding: 0 0 10px;
}
.comment-list .name{
    color: #1D8025;
    font-size: 13px;
    font-weight: bold;
    margin: 0 5px 0 0;
}
.comment-list .date{
    color: #A6A5AB;
    font-size: 13px;
    margin: 0 5px 0 0;
}
.comment-list .comment-content{
    color: #333333;
    font-size: 13px;
    line-height: 17px;
    margin: 6px 0;
    padding: 0;
}
.comment-list .response .text{
    border-bottom: 1px dashed #3D759A;
    color: #3D759A;
    cursor: pointer;
    font-size: 13px;
}
.comment-list .child-comment{
	margin: 10px 0 0 30px;
}

.button-form{
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #A2A2A2;
	border-image: none;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	text-decoration: none;
	outline: none;
}
.button-form:hover{
    background-position: 0 -15px;
	background-color: #E6E6E6;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.ib{
	display:-moz-inline-stack;
	display:inline-block;
	_overflow:hidden;
	*zoom:1;
	*display:inline;
}
.clear{
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

@media screen and (max-width: 960px) {
	#content-left{
		padding-right: 250px;
	}
	#content-right{
		margin-left: -240px;
		width: 240px;
	}
	#content-right .adv{
		display: none;
	}
}
@media screen and (max-width: 860px) {
	#content-left{
		padding-right: 0px;
		box-sizing: content-box;
	}
	#content-right{
		display: none;
	}
	#content-right .adv{
		display: none;
	}
	.post .adv{
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.comment-form textarea,
	.comment-form input[type="text"]{
		width: 100%;
	}
	.post .adv{
		display: none;
	}
	#search{
		display: none;
	}
	#header-index{
		text-align: center;
		width: 100%;
		padding: 0;
	}
}