

/** page structure **/
#w {
  display: block;
  max-width: 900px;
  min-width: 300px;
  margin: 0 auto;
  padding: 2px 0;
 }


/** posts slider widget **/
.crsl-items {
  display: block;
  padding: 5px
}

.crsl-item {
  background_: #f8f8f8;
  padding: 8px;
/*  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  box-shadow: 0 2px 3px rgba(0,0,0,0.4);*/
}

.crsl-item .thumbnail {
  display: block;
  width:190px;
  height:190px;
  padding-top:45px;
  text-align:center;
  position: relative;
  margin:0 0 10px 28px;
  cursor: pointer;
}
.crsl-item .thumbnail img { 
  display: block; /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.crsl-item .thumbnail:hover img {
  opacity: 0.8;
}


.crsl-item .thumbnail-s {
  display: block; 
  width:190px;
  height:195px;
  text-align:center;
  position: relative;
  margin: 0 auto 10px auto;
  cursor: pointer;
  border:solid 1px #ccc;
  padding:3px;
}
.crsl-item .thumbnail-s img { 
  display: block; /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.crsl-item .thumbnail-s:hover img {
  opacity: 0.8;
}

.haberdetay {position: relative; float:right; width:164px;margin-bottom: 10px; padding:3px;}
.crsl-item .haberdetayh3 {
  font-size: 14px;
  display:block;
  text-align:left; padding:0; margin:0;
  font-weight:bold;
}
.crsl-item .thumbnail2 {
  display: block; float:left;
  width:100px;
  position: relative;
  margin-bottom: 10px; 
  cursor: pointer;
}
.crsl-item .thumbnail2 img { 
  display: block; /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.crsl-item .thumbnail2:hover img {
  opacity: 0.8;
}

.crsl-item h4 {
  font-size: 14px;
  display:block;
  text-align:center;
  line-height: 1.25em;
  font-weight:bold;
  margin-bottom: 12px;
  height:95px;
}

.crsl-item h3 {
  font-size: 14px;
  display:block;
  text-align:center;
  line-height: 1.25em;
  font-weight:bold;
  margin-bottom: 12px;
}

.crsl-item .aciklama { 
  text-align:justify;
  min-height:110px;
  font-size: 12px;
  line-height: 1.25em;
  display:block;
  padding:0; 
  margin:0 0 12px 0;
}

.crsl-item h3 a {
  text-decoration: none;
  color: #333;
}
.crsl-item h3 a:hover {
  text-decoration: underline;
}

.crsl-item .postdate {
  display: block;
  position: absolute;
  width:100%; 
  text-align:center;
  bottom: 0;
  left:0;
  right:0;
  opacity: 0.8;
  padding: 6px;
  color: #333;
  text-shadow: 1px 1px 0 #fff;
  font-size: 14px;
  font-weight: bold;
  background: #cacaca;
}

.crsl-item p {
  font-size: 14px;
  line-height: 1.55em;
  margin-bottom: 5px;
}

.crsl-item p.readmore a {
  display: block;
  float: right;
  text-align:right;
  width:100px;margin:auto;
  color:#7e7e7e;
  padding: 3px 5px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.crsl-item p.readmore a:hover {
  background: #ffde16;
  color: #333;
}


/** posts slider nav **/
.slidernav {
  display: block;
  text-align: right;
  margin-bottom: 5px; 
}

.slidernav a {
  display: inline-block;
  padding: 5px 8px;
  margin-right: 8px;
  font-size: 22px;
/*  background: #ffde16;*/
  color: #333;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
/*  -webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 0px rgba(0,0,0,0.2);*/
}
.slidernav a:hover {background: #ffde16;}
.slidernav a:active {
  -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}


/** media queries **/
@media screen and (max-width: 660px) {
  h1 { font-size: 16px; line-height: 1.2em; }
  
  .crsl-item h3 { font-size: 18px; }
}

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
