/** page structure **/
#w {
  display: block;
  max-width: 1170px;
  min-width: 300px;
  margin: 0 auto;
}

/** posts slider widget **/
.crsl-items {
  display: block;  
}

.crsl-item {
  background: #fff;
  padding: 8px;
}

.crsl-item .postdate {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  font-size: 1.2em;
  font-weight: bold;
  background: #4e90da;
}

/** posts slider nav **/
.slidernav {
  display: block;
  margin-bottom: 5px;
  position: relative;
  max-width: 1145px;
  z-index: 1020;
  width: 100%;
}

.slidernav a { 
  padding: 5px 8px; 
}
.slidernav a.previous{
    width:11px;
    height:21px;
    background:url('/img/site/strelka-2_2.png') no-repeat;
    display:block;
    float:left;
    margin-left: 8px;
}
.slidernav a.next{
    display:block;
    float:right;
    width:11px;
    height:21px;
    background:url('/img/site/strelka-1_2.png') no-repeat;
}
@media(max-width:350px) {
    .slidernav a.next{
        margin-right: 8%;
    }
}
/** media queries **/
@media screen and (max-width: 660px) {
  h1 { font-size: 2.4em; line-height: 1.2em; }
  
  .crsl-item h3 { font-size: 1.65em; }
}

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix {  width: 100%; position: absolute;margin-top: 70px;}
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }