/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

/************** Slider Tarih ****************/
#slider .date {
    font-family: Roboto Condensed, sans-serif;
}


/************** Sidebar Tabs ****************/
ul.tabbernav {
    font-family: Roboto Slab, serif;
}

/************** Recent Posts (Son Eklenenler) ****************/
h3.title {
    font-family: Roboto Slab, sans-serif;
}


/************** Alıntı Rengi ****************/

.entry blockquote {
    color: #777777;
}

/************** Catergory Widget (Sidebar) Başlık Rengi ****************/

.category-widget.dark-skin h2.title a {
    color: #B32E2E;
}

/************** Catergory Widget (Sidebar) Arkaplan Rengi ****************/

.category-widget.dark-skin {
    background: none repeat scroll 0% 0% #171717;
}
.category-widget.dark-skin {
    background: none repeat scroll 0% 0% #171717;
}
.category-widget.dark-skin {
    background: none repeat scroll 0% 0% #171717;
}

/************** Homepage TopCarousel-RecentPosts Margin ****************/

.home_widgets {
    margin: 0px 0px 0px;
}


/************** Sidebar Widget Title ****************/

.widget .title {
    font-family: Roboto Slab, serif;
}

.entry ol li {
    margin-bottom: 15px;
}


/************** Header Background ****************/

/**************#header {
/**************  background: black url(http://isyandan.org/wp-content/uploads/2015/06/Header-Back1.png) center no-repeat;
/**************}



/************** Slider Navigation ****************/

#slider_nav .item { padding: 25px 20px; margin: 0; font-size: 15px; font-weight: normal; display: block; border-bottom: 1px solid #222; line-height: 1.3; color: #fff; position: relative; }
/**************
/**************#slider_nav .item { padding: 30px 20px; margin: 0; font-size: 15px; font-weight: normal; display: block; border-bottom: 1px solid #222; line-height: 1.3; /**************color: #fff; position: relative; }
/**************
/**************#slider { height: 575px; font-family: 'Helvetica', Georgia, serif; margin: 0 0 35px; position: relative;   padding: 0; background: #000;   }
/**************
/**************
/**************#slider #slides { width: 520px; height:100%; display: block; overflow: hidden; float: right; padding: 0;  }
/**************
/**************#slider #slides .slide_content_holder { position: absolute; bottom: 2px; width:94%;}



/************** Recent Posts Extended Remove list items ****************/

.rpwe-block li{
list-style-type: none !important;

}

