﻿@import url('http://fonts.googleapis.com/css?family=Exo+2:400,700|Oswald:400,700');

html, body, div {

  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



h1 {
  font-family: 'Exo 2', sans-serif;
  font-size: 3.55em;
  line-height: 1.75em;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
}


/** SLIDER BOYUTU **/
#w { display: block; width:100%; }


#navbtns{margin-top:10px;}


/** METİN ALANI **/
.crsl-items { display: block; padding: 0px; }

.crsl-item {
  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.0);
  border: solid 1px #CCCCCC;


}

.crsl-item .thumbnail {
  display: block;
  position: relative;
  margin-bottom: 10px;
  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 h3 {
  font-family: Arial;
  font-size: 1.95em;
  line-height: 1.25em;
  margin-bottom: 12px;
}
.crsl-item h3 a {
  text-decoration: none;
  color: #333;
}
.crsl-item h3 a:hover {
  text-decoration: underline;
}

.crsl-item .postdate {
  display: block;
  position: absolute;
  bottom: 10px;
  margin-left:auto; margin-right:auto;
  padding: 5px 0 5px 0;
  color:#850202;
  text-align:center;
  font-family:Arial;
  font-size: 18pt;
  background:#fec201;
  width:100%;
  opacity: 1; filter: alpha(opacity=100);
}

.crsl-item p {
  margin-bottom: 5px;
}



/** SAĞA SOLA LİNKLER VARDI İPTAL ETTİM VE YERİNE BAŞKA BUTONLAR KOYDUM **/
.slidernav {
  display: block;
  text-align: center;
  margin-bottom: 0px;
  width: auto;
  background:red;
  height:20px;
}


.slidernav a {
  display: inline-block;
  padding: 5px 8px;
  margin-right: 8px;
  text-decoration: none;

}
.slidernav a:active {

}


/** 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 { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


.Ysr1 { float:left; margin-top:12px; width: auto; height: auto; z-index:1000; }

.Ysr2 { float:right; margin-top:12px; width: auto; height: auto; z-index:1000; }

.EX_CSS{   
  background: -webkit-linear-gradient(left, White , #f2f1f1); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, White , #f2f1f1); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, White , #f2f1f1); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, White , #f2f1f1); /* Standard syntax */

  background: -webkit-linear-gradient(left, #f2f1f1, White); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f2f1f1, White); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f2f1f1, White); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f2f1f1, White ); /* Standard syntax */
}