/*************************************************************************************************************/
/*reset.css baslangici*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {outline: 0;}


ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/*reset.css sonu*/
/****************************************************************************************************************/
body {
  background:#FFF;
  text-align: center;    /*IE hack for centering*/
  color: #333333;
  font-size: 15px;
  line-height:1.5;
  text-align: left;
  font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
}

h1,h2,h3,h4,h5,h6 {font-weight: bold;}
h1 {font-size:2.2em;}
h2 {font-size:2em;}
h3 {font-size:1.8em;}
h4 {font-size:1.4em;}
h5 {font-size:1.2em;}
h6 {font-size:1em;}

a {text-decoration:none;}
p {font-size:12px;}
strong {font-weight:bold;}

#default div#container {width: 960px;margin: 0 auto;}
#default div#header {float: left;background-color: #eee;padding: 5px;width: 950px;}
#default div#main {float: left;width:960px;padding-top: 5px;padding-bottom: 5px;}
#default div#yield {background-color: #eee;margin-left: 205px;margin-right: 205px;}
#default div#left {float: left;width: 190px;background-color: #eee;padding: 5px;}
#default div#right {float: right;width: 190px;background-color: #eee;padding: 5px;}
#default div#footer {float: left;width: 950px;background-color: #eee;padding: 5px;}


/* Tables
-------------------------------------------------------------- */
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }


thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }




/****************************************/
/*HEADER*/
div.title {display:none;}

/*LEFT*/
#default div#left div.widget {margin-bottom: 10px;}
#default div#left div.widget div.title {font-weight: bold;}
#default div#left div.widget ul{padding-left: 5px;}

/*YIELD*/

#default div#yield div.widget_1 div.title {display:none;}
#default div#yield div.widget_1 div.post div.title {display:block;}/* başlıkları göstermek istemezseniz bu satırı kaldırın*/
#default div#yield div.widget_1 div.post div.info {}
#default div#yield div#index {background-color: #fff;}
#default div#yield div#index div.post {background-color: #eee;margin-bottom: 5px;padding: 10px;}
#default div#yield div#index div.post_last{margin-bottom: 0px;}
#default div#yield ol {list-style-type: decimal;margin-left: 30px;}
#default div#yield strong {font-weight: bold;}

/*RIGHT*/
#default div#right div.widget {margin-bottom: 10px;}
#default div#right div.widget div.title {font-weight: bold;}
#default div#right div.widget ul{padding-left: 5px;}

/*FOOTER*/
#default div#footer div.widget ul li {display: inline;padding-left: 20px;}
#default div#footer div.widget {/* margin-bottom: 10px;*/}
#default div#footer div.widget div.title {display: none;}
#default div#footer div.widget ul{/*padding-left: 5px;*/}
#default div#footer div.widget_1 {float:right;color:#0069A1;font-size:0.8em}

/****************************************/
/*Posts*/
#default div#post {padding:10px;}
#default div#post div.content {margin-top: 10px;}
#default div#post div.info {}
#default div#post div.related div.title {font-size: 1em;font-weight: bold;}
/****************************************/
/*Categories*/
#default div#category {background-color:#fff;float:left;width:100%;}
#default div#category div.static {background-color:#eee;}
#default div#category div.post {background-color: #eee;margin-bottom: 5px;width:100%;}
#default div#category div.post_last {margin-bottom:0px;}
#default div#category div.row {float:left;width:100%;}
#default div#category div.row div.post {width:50%;float:left;background-color:#eee;margin-bottom:5px;}
/****************************************/
/*Pages*/
#default div#page {padding:10px;}
/****************************************/
/*Tabs*/

#tabmenu {padding:3px 0;margin-left: 0px;border-bottom: 1px solid #000000;line-height:normal;}
#tabmenu li {list-style: none;margin: 0px;display: inline;}
#tabmenu li a {
  padding: 3px 0.5em;
  margin-left: 3px;
  border: 1px solid #778;
  border-bottom: none;
  background: #DDE;
  text-decoration: none;
}
#tabmenu li a.tab_active {background:#eeeeee none repeat scroll 0 0;border:1px solid black;border-bottom:1px solid #eeeeee;}

/*#tabmenu a:hover {background:#ADC09F none repeat scroll 0 0;}*/
/*#tabmenu li.tab_active:hover {background:#eeeeee none repeat scroll 0 0;}*/
.tab_content {
  height: 250px;
  background:#eeeeee none repeat scroll 0 0;
  /*border-color:-moz-use-text-color black black;*/
  border-color: #000;
  border-style:none solid solid;
  border-width:medium 1px 1px;
  padding:20px;
  text-align:justify;
  overflow:hidden;
}

/****************************************/

.ltr {direction:ltr;}
.rtl {direction:rtl;}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

a.rss {display:block; background: url(/images/rss.gif) no-repeat; padding-left: 20px;}

/*Multi Category View*/
#default div.multi_category_view {float:left;}
#default div.multi_category_view div.row {float:left;width:100%;}
#default div.multi_category_view div.row div.category {width:50%;float:left;background-color:#eee;margin-bottom:5px;}
#default div.multi_category_view div.category {float:left;background-color:#eee;margin-bottom:5px;width:100%;}
#default div.multi_category_view div.category div.content p.left {float:left;padding:5px;}
#default div.multi_category_view div.category div.content p.right {float:right;padding:5px;}
#default div.multi_category_view div.category div.content p.center {padding:5px;width:100%;text-align:center;}

/* Auto Complete */
.ac_results {padding: 0px;border: 1px solid black;background-color: white;overflow: hidden;z-index: 99999;}
.ac_results ul { width: 100%;list-style-position: outside;list-style: none;padding: 0;margin: 0;}
.ac_results li {margin: 0px;padding: 2px 5px;cursor: default;display: block;
        /*width: 100%;*/
        font: menu;
        font-size: 12px;
        /*
        it is very important, if line-height not setted or setted
        in relative units scroll will be broken in firefox
        */
        line-height: 16px;
        overflow: hidden;
}
.ac_loading { background: white url('/images/indicator.gif') right center no-repeat;}
.ac_odd {background-color: #eee;}
.ac_over {background-color: #778ec8;color: white;}

/*IMAGE*/
#gallery {float:left;background-color:#eee;}
#gallery .image {float:left;padding:2px;}

.galleria{list-style:none;width:450px;
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 1500px;
  padding: 15px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  list-style: none;
}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:450px} /* MSIE bug */

#main_image{float:left;margin:0 auto 30px auto;height:350px;width:450px;background:#eee;}
#main_image img{margin-bottom:10px;}

div.galleria_thumbnails {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 145px;
  width: 450px;
  /* Add scroll-bars */
  overflow: auto;
}

div#gallery .prev_image {float:left;background-image:url(/images/arrow_left.png);}
div#gallery .prev_image a {width:16px;height:16px;display:block;}
div#gallery .next_image {float:left;background-image:url(/images/arrow_right.png);}
div#gallery .next_image a {width:16px;height:16px;display:block;}

/****************************************/
/*File Management*/
#document{width:1000px;position:relative;margin:0 auto;}
#document .wrapper{width:600px;padding-top:10px;margin:0 auto;}
#document .notice{margin-bottom:20px;font-size:24px;color:red}
#document .wrapper form{padding-top:58px;margin-left:50px;position:relative;}
#document .elements{height:235px;background-color:khaki}
#document .wrapper .textfield{width:345px;font-size:18px;font-family:"00360" ,Helvetica, Arial, sans-serif;padding:3px 0;}
#document .wrapper label{float:left;width:140px;margin-top:2px;display:block;}
#document .wrapper form p{font-size:18px;margin-bottom:38px;clear:both;}
#document .button{width:100px;height:37px;font-size:16px;font-family:"00360" ,Helvetica, Arial, sans-serif;left:408px;top:173px;margin-left:140px;}



/****************************************/
#container {width:780px;float:left;margin-bottom:25px;background:url("i/cont_bg.jpg") repeat-y scroll 0 0 transparent;}
#left {width:470px;float:left;}
#banner {width:465px;float:left;}
#menu {float:left;position: relative;z-index:100;}
#menu li {float:left;}

#menu li a {display:block;text-indent:-9999px;height:35px;}

#menu li.item_1 a {width:79px;background:url("i/menu1.jpg") no-repeat scroll 0 0 transparent;}
#menu li.item_2 a {width:58px;background:url("i/menu2.jpg") no-repeat scroll 0 0 transparent;}
#menu li.item_3 a {width:67px;background:url("i/menu3.jpg") no-repeat scroll 0 0 transparent;}
#menu li.item_4 a {width:70px;background:url("i/menu4.jpg") no-repeat scroll 0 0 transparent;}
#menu li.item_5 a {width:76px;background:url("i/menu5.jpg") no-repeat scroll 0 0 transparent;}
#menu li.item_6 a {width:96px;background:url("i/menu6.jpg") no-repeat scroll 0 0 transparent;}


#menu li.item_1 a:hover {width:79px;background:url("i/menu1_a.jpg") no-repeat scroll 0 0 transparent;}
#menu li.item_2 a:hover {width:58px;background:url("i/menu2_a.jpg") no-repeat scroll 0 0 transparent;}
#menu li.item_3 a:hover {width:67px;background:url("i/menu3_a.jpg") no-repeat scroll 0 0 transparent;}
#menu li.item_4 a:hover {width:70px;background:url("i/menu4_a.jpg") no-repeat scroll 0 0 transparent;}
#menu li.item_5 a:hover {width:76px;background:url("i/menu5_a.jpg") no-repeat scroll 0 0 transparent;}
#menu li.item_6 a:hover {width:96px;background:url("i/menu6_a.jpg") no-repeat scroll 0 0 transparent;}

.en #menu li.item_1 a {width:96px;background:url("i/menu_biography01.jpg") no-repeat scroll 0 0 transparent;}
.en #menu li.item_2 a {width:72px;background:url("i/menu_gallery01.jpg") no-repeat scroll 0 0 transparent;}
.en #menu li.item_3 a {width:102px;background:url("i/menu_exhibitions01.jpg") no-repeat scroll 0 0 transparent;}
.en #menu li.item_4 a {width:71px;background:url("i/menu_agenda01.jpg") no-repeat scroll 0 0 transparent;}
.en #menu li.item_5 a {width:52px;background:url("i/menu_news01.jpg") no-repeat scroll 0 0 transparent;}
.en #menu li.item_6 a {width:77px;background:url("i/menu_contact01.jpg") no-repeat scroll 0 0 transparent;}


.en #menu li.item_1 a:hover {width:96px;background:url("i/menu_biography02.jpg") no-repeat scroll 0 0 transparent;}
.en #menu li.item_2 a:hover {width:72px;background:url("i/menu_gallery02.jpg") no-repeat scroll 0 0 transparent;}
.en #menu li.item_3 a:hover {width:102px;background:url("i/menu_exhibitions02.jpg") no-repeat scroll 0 0 transparent;}
.en #menu li.item_4 a:hover {width:71px;background:url("i/menu_agenda02.jpg") no-repeat scroll 0 0 transparent;}
.en #menu li.item_5 a:hover {width:52px;background:url("i/menu_news02.jpg") no-repeat scroll 0 0 transparent;}
.en #menu li.item_6 a:hover {width:77px;background:url("i/menu_contact02.jpg") no-repeat scroll 0 0 transparent;}



#main{
    float: left;
    padding-bottom: 25px;
    width: 455px;}

#dil { background: url("i/dil_bg.jpg") no-repeat scroll 0 25px transparent;
    float: left;
    margin-top: 10px;
    padding-bottom: 411px;
    width: 84px;}

#dil .widget_1 {float:left;}
#dil .widget_1 li {background:url("i/home.jpg") no-repeat scroll 0 0 transparent;}
#dil .widget_1 li a {
display:block;
height:21px;
text-indent:-9999px;
width:23px;}

#dil .widget_2 {float:left;}
#dil .widget_2 .tr  {float:left;background:url("i/tr.jpg") no-repeat scroll 0 0 transparent;}
#dil .widget_2 .en  {float:left;background:url("i/en.jpg") no-repeat scroll 0 0 transparent;}
#dil .widget_2 li a {
display:block;
height:21px;
text-indent:-9999px;
width:30px;}

#yield {min-height: 530px;background: none repeat scroll 0 0 #EEEEEE;float:left;width: 360px;border: 1px solid #A3A3A3;border-top:none;position: relative;top: -1px;z-index:1;}
#master #yield img {width: 363px;}

.inside {padding: 0 25px 25px;}
#yield h5 {color: #000000;margin-bottom:15px;
    font-family: verdana,arial;
    font-size: 24px;
    text-align: center;}
#yield p {color: #000000;
    font-family: verdana,arial;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 15px;
    text-align: justify;}

#right {width:280px;float:left;padding:25px 15px 35px;}

#bilim{float: left;
    margin-bottom: 52px;
    margin-left: 23px;}
#galeriden {float:left;width:286px;height:259px;background:url("i/galeriden.jpg") no-repeat scroll 0 0 transparent;}
#ajandadan {float:left;width:288px;height:259px;background:url("i/ajanda_bg.jpg") no-repeat scroll 0 0 transparent;}

#ajandadan .widget {float: left;
    margin: 60px 0 0 19px;
    width: 250px;}
#ajandadan .widget img {float:left;margin-right:15px;}
#footer {background: url("i/foot_bg.jpg") repeat-y scroll 0 0 transparent;
    float: left;padding: 4px 0;
    width: 780px;}
    
#copy {color: #FFFFFF;
    float: right;
    font-size: 12px;
    margin-right: 48px;}    

#yhlogo {float: left;
    margin-left: 10px;
    margin-top: 1px;}

#alt #icerik {padding: 0 25px 25px;}

#calendar {float: left;
    margin-left: 45px;
    margin-top: 20px;
    width: 250px;}
.switch_month a {
    color: #595959;
}
.activity_calendar h5 {float:right;
    color: #000;
    font-size: 13px;
}
.activity_calendar table {float:left;}
.activity_calendar th {background:none;color:#ccc;font-size:12px;}
.activity_calendar td {padding: 5px;
    text-align: center;
    background-color: #F7F7F7;
    border: 1px solid #DCDCDC;
    color: #A7A7A7;
    font-size: 11px;
}

#form_384 {float: left;
    width: 380px;margin-left:38px;margin-top:15px;}
.form_field_1 {}
#form_plugin_form_datum_form_values_attributes_0_value,
#form_plugin_form_datum_form_values_attributes_1_value,
#form_plugin_form_datum_form_values_attributes_2_value,
#form_plugin_form_datum_form_values_attributes_3_value {-moz-border-radius:5px 5px 5px 5px;
border:none;background:#fff;float:left;width:185px;padding: 3px;}
#form_plugin_form_datum_form_values_attributes_3_value {background:#fff;height:112px;width:280px;}
#form_plugin_form_datum_submit {    background: none repeat scroll 0 0 #6A6A6A;
    border: medium none;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 26px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 0 2px;
    position: relative;
    top: 4px;
    vertical-align: middle;
    width: 70px;}
#form_plugin_form_datum_submit:hover {}

#form label {
    color: #000;
    float: left;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 7px;
    width: 200px;
}

#alt .sergiler #icerik {padding-top:15px;}
#alt .haberler #icerik {padding-top:25px;}

.sergiler #icerik li {font-size: 11px;
    margin-bottom: 1px;
    margin-left: 13px;}

.sergiler #icerik strong {display: block;
    margin-top: 11px;}
    
#alt .haberler #icerik a {color: #000000;
    display: block;
    font-size: 11px;
    font-weight: bold;}   
#alt .haberler #icerik a:hover {text-decoration:underline;}
/****************************************/
/*IMAGE*/
#gallery {float: left;margin-top: 25px;
    position: relative;
    width: 310px;}
#gallery .image {float:left;padding:2px;}

#main_image {background: none repeat scroll 0 0 #EEEEEE;
    float: left;
    height: 280px;
    margin: 0 auto 30px;
    width: 310px;}
.galleria{display:block;
height:107px;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:50px 0 0 15px;
width:9000px;
}
.galleria li{border:1px solid #999999;display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:block}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:450px} /* MSIE bug */

#main_image{float:left;margin-left:0;}
#main_image img{margin-bottom:10px;border:1px solid #CCCCCC;}

div.galleria_thumbnails {
  /* Set it so we could calculate the offsetLeft */
    float: left;
    height: 135px;
position: relative;
    width: 305px;
  /* Add scroll-bars */
  overflow: auto;display:block;
}


div#gallery .prev_image {background: url("i/arrow-left.jpg") no-repeat scroll 0 0 transparent;
    float: left;
    left: 48px;
    position: absolute;
    top: 242px;}
div#gallery .prev_image a {width:30px;height:29px;display:block;}
div#gallery .next_image {background-image: url("i/arrow-right.jpg");
    left: 720px;top: 242px;
    position: absolute;}
div#gallery .next_image a {width:30px;height:29px;display:block;}






/*
	Slideshow
*/

#sliding {
	 float: left;
    margin: 62px 0 0 18px;
    z-index: 100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.sliding_container {
	width:256px;
	height:177px;
	overflow:hidden;
	position:relative;
	display:none;
}
#sliding .pagination {display:none;}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:570px;
	height:270px;
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
 display: block;
    height: 43px;
    left: -31px;
    position: absolute;
    top: 107px;
    width: 24px;
    z-index: 101;
}

#slides .next {
	left:421px;
}






/****YENİ***********************************************************/

#yeni {background:#fff;}


#navtop {
 background: url("i/stripes.png") no-repeat scroll 500px 0 transparent;
    border-bottom: 1px solid #999999;
    margin: 0 auto 10px;
    overflow: hidden;
    padding: 0 0 10px;
    width: 940px;
}

#log {float:left;margin-top:15px;}


#fright { float: right;position: relative;
    margin-top: 47px;
    width: 385px;}

.en #fright {width: 320px;}

#fright .widget_1 ul  {border:none;}
#fright .widget_3 ul  {padding-right:0;}
#fright .widget_4 ul  { height: 50px;
    margin-left: 20px;
    padding-right: 0;}

.en #fright .widget_4 ul  {display:none;}

#fright .widget_5 { position: absolute;
    right: -26px;
    top: -41px;}
#fright .widget_5 ul {border: medium none;}
.langbar li {float: right;margin-left: 13px;}
.langbar li a {}


#fright ul {
    border-left: 1px solid #DDDDDD;
    float: left;
    line-height: 24px;
    overflow: hidden;
    padding: 0 30px 0 20px;
}

#fright li.current a {
    color: #37DAC1;
}


#fright a {font-size: 12px;
    color: #666666;line-height: 24px;
    text-decoration: none;
}

#fright a:hover {color: #37DAC1;}



#mright{position: relative;
    display: block;
    float: left;
    width: 485px;
}


#mright h1 {
color: #555555;
    font-size: 42px;
    font-weight: normal;
    letter-spacing: -3px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

#mright p {
    color: #666666;margin: 0 0 1em;
    font-family: Arial,sans-serif;
}



#content {
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px 30px;
    width: 940px;
}

#bio { width: 460px;float:left;margin-bottom:15px;}
#etkin {float: left;
    width: 100px;}
#etkin h5 {color: #55c8b3;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 8px;}





#mright #etkin p {margin-bottom: 2px;}

footer li {
    border-right: 1px solid #DDDDDD;
    float: left;
    font-size: 11px;
    margin-right: 10px;
    padding-right: 10px;
}

footer li.item_last {
  border-right: none;}

footer li a {
    color: #666666;
}


footer li a:hover {
    color: #37DAC1;
}

.en footer li.item_5{display:none;}



footer{

    border-top: 1px solid #999999;
    margin: 0 auto 10px;
    overflow: hidden;
    padding: 15px 0 10px;
    width: 940px;
}


.column3 {float:right;}

#cop {clear: both;
    color: #666666;
    float: left;
    font-size: 11px;
    margin-top: 18px;}


#yh { color: #666666;
    float: right;
    margin-top: 14px;}


.dinamo {
    border-right: 1px solid #BABABA;
    margin-right: 10px;
    padding-right: 10px;
}


#mright #form_384 {margin-top:44px;}
#mright .form_field {float: left;
    margin-bottom: 8px;
    width: 400px;}

#mright .form_field label{float: left;
    width: 150px;}
#mright .form_field input { border: 1px solid #CCCCCC;}
#mright .form_field textarea{ border: 1px solid #CCCCCC;width: 235px;}

#caro {float: right;
    width: 364px;}

#caro ul.gal {margin:0;}
#caro ul.gal li {float: left;
    list-style: outside none none !important;
    margin-right: 25px !important;}
#caro ul.gal li img {-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius:100px;}

#caro ul.gal li a{color: #666666;
    display: block;
    font-size: 12px;
    line-height: 27px;
    text-align: center;}






li.none {display:none !important;}


#icerik p {
    color: #666666;
    font-family: Arial,sans-serif;
    margin: 0 0 1em;
}

#icerik h2 {font-size: 23px;
    margin-bottom: 12px;}


#cal #calendar {margin-left: 332px;}

#icerik li { color: #666666;
    font-family: Arial,sans-serif;
    list-style: disc outside none;
    margin: 0 0 0 15px;}

p.big {font-size:15px;}

ul.gal {margin:30px 0 0 98px;}
ul.gal li {float: left;
    list-style: outside none none !important;
    margin-right: 25px !important;}
ul.gal li img {-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius:100px;}

ul.gal li a{color: #666666;
    display: block;
    line-height: 38px;
    text-align: center;}

.duyurular #icerik .title {display: block;}

.duyuru { float: left;
    margin-left: 20px;
    width: 430px;}
.duyuruic {float: right;
    width: 325px;}
.duyuru h5 {float: left;
    color: #55c8b3;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 8px;
}

.duyuruic h5 {color: #333;
    font-size: 13px;width: 100%;
    margin-top: 4px;}

.duyuruic p {color: #333;font-size: 10px;}
.duyuruic a{color: #333;}
.duyuru ul li img {-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius:100px;}

.en .duyuru {display:none;}














.jcarousel-skin-tango .jcarousel-container {

}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
float: right;
    margin-right: 10px;
    width: 250px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
height: 120px;
    width: 250px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
 height: 120px;
    width: 120px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: -20px;
    width:11px;
    height: 22px;
    cursor: pointer;
    background: transparent url(i/jnext.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: pointer;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
 background: url("i/jprev.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 22px;
    left: -20px;
    position: absolute;
    top: 43px;
    width: 11px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(i/jnext.png);
}



.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;background:none;

}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}





















/* SLIDER */
#slides { float: right;
    position: relative;
    width: 434px;
    z-index: 1;}
.slides_container { display: none;
    height: 322px;
    width: 421px; }
    .slides_container .slide {  height: 318px;
    width: 420px; }
.slide figure {  margin: 0;overflow: hidden; height: 100%; }
.slide img { max-width: 100%; height: auto; width: auto; display: block; }
.slide figcaption { position: absolute;  height: auto; min-height: 45px; width: 190px; padding: 10px; top: 30px; right: 0; }
    .slide figcaption div {  border-right: 1px solid #DDDDDD;
    display: none;
    margin: auto 50px auto 0;
    padding: 3px 20px 0 0;
    text-align: right; }
        .slide figcaption div p { margin: 0 }
.prev { position: absolute; top: 55px; right: 35px; width: 20px; height: 10px; z-index: 10; display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; text-align: left; direction: ltr; background: url(i/left.png) center no-repeat; }
.next { position: absolute; top: 55px; right: 5px; width: 20px; height: 10px; z-index: 10; display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; text-align: left; direction: ltr; background: url(i/arrow.png) center no-repeat; }
/*---------*/









/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	div.light_rounded .pp_top .pp_left { background: url(i/3dsprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: url(i/dcontentPattern.png) top left repeat; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(i/3dsprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.light_rounded .pp_content { background: url(i/dscontentPattern.png) top left repeat; } /* Content background */
	div.light_rounded .pp_content a.pp_next:hover { background: url(i/2dbtnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_content a.pp_previous:hover { background: url(i/2dbtnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_content a.pp_expand { background: url(i/3dsprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_content a.pp_expand:hover { background: url(i/3dsprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_content a.pp_contract { background: url(i/3dsprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_content a.pp_contract:hover { background: url(i/3dsprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_content a.pp_close { width: 75px; height: 22px; background: url(i/3dsprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */

	div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous { background: url(i/3dsprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next { background: url(i/3dsprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(i/3dsprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle {  background: url(i/dscontentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(i/3dsprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(i/dsloader.gif) center center no-repeat; } /* Loader icon */
	
	

ul.gallery li {
display:block;
float:left;
margin:0 5px 0 0;
width:auto;
}


.galeriler ul.gallery li {text-align: center;width: 160px;min-height: 250px;margin: 0 25px 0 0 !important;}
.galeriler ul.gallery li img{margin-bottom:5px;}

.galleries ul.gallery li {text-align: center;width: 160px;min-height: 250px;margin: 0 25px 0 0 !important;}
.galleries ul.gallery li img{margin-bottom:5px;}


ul.gallery li a{color: #000;font-size: 12px;}



/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		position: absolute; top: 0; left: 0;
		z-index: 9500;
		width: 100%;
	}
	
	div.pp_pic_holder {
		position: absolute; z-index: 10000;
		width: 100px;
	}
		
		div.pp_pic_holder .pp_top {
			position: relative;
			height: 20px;
		}
			* html div.pp_pic_holder .pp_top { padding: 0 20px; }
		
			div.pp_pic_holder .pp_top .pp_left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pp_pic_holder .pp_top .pp_middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pp_pic_holder .pp_top .pp_middle { position: static; left: 0; }
			
			div.pp_pic_holder .pp_top .pp_right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}
		
		div.pp_pic_holder .pp_content {
			position: relative;
			text-align: left;
			width: 100%; height: 40px;
		}
		
			div.pp_pic_holder .pp_content .pp_details {
				display: none;
				margin: 10px 15px 2px 20px;
			}
				div.pp_pic_holder .pp_content .pp_details p.pp_description { color: #fff;width:auto;display: none; float: left; margin: 0; }
				
				div.pp_pic_holder .pp_content .pp_details .pp_nav {
					float: left;
					margin: 3px 0 0 0;
					width:auto;
				}
				
					div.pp_pic_holder .pp_content .pp_details .pp_nav p {width:auto; float: left; margin: 2px 4px; text-indent:-1000px; }
				
					div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_previous,
					div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_next {
						float: left;
						display: block;
						width: 14px; height: 15px;
						overflow: hidden;
						text-indent: -10000px;
						margin-top: 3px;
					}
		
		div.pp_pic_holder .pp_content div.pp_hoverContainer {
			position: absolute; z-index: 2000;
			top: 0; left: 0;
			width: 100%;
		}
		
		div.pp_pic_holder .pp_content a.pp_next {
			display: block; float: right;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(i/lbtnNext.png) 10000px 10000px no-repeat;
		}
			
		div.pp_pic_holder .pp_content a.pp_previous {
			display: block; float: left;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(i/lbtnNext.png) 10000px 10000px no-repeat;
		}
		
		div.pp_pic_holder .pp_content a.pp_expand,
		div.pp_pic_holder .pp_content a.pp_contract {
			position: absolute; z-index: 20000;
			top: 10px; right: 30px;
			cursor: pointer;
			display: none;
			text-indent: -10000px;
			width: 20px; height: 20px;	
		}
			
		div.pp_pic_holder .pp_content a.pp_close {
			float: right;
			display: block;
			text-indent: -10000px;
			width:73px;
		}
		
		div.pp_pic_holder .pp_bottom {
			position: relative;
			height: 20px;
		}
			* html div.pp_pic_holder .pp_bottom { padding: 0 20px; }
			
			div.pp_pic_holder .pp_bottom .pp_left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pp_pic_holder .pp_bottom .pp_middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pp_pic_holder .pp_bottom .pp_middle { position: static; left: 0; }
				
			div.pp_pic_holder .pp_bottom .pp_right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}
		
		div.pp_pic_holder .pp_loaderIcon {
			display: none;
			position: absolute;
			top: 50%; left: 50%;
			margin: -12px 0 0 -12px;
			width: 24px; height: 24px;
		}
		
		div.pp_pic_holder #pp_full_res { display: block; margin: 0 auto; width: 100%; text-align: center; }
		div.pp_pic_holder #pp_full_res object,
		div.pp_pic_holder #pp_full_res embed { visibility: hidden; }
	
		div.ppt {
			display: none;
			position: absolute;
			top: 0; left: 0;
			z-index: 9999;
			color: #fff;
			font-size: 17px;
			text-indent:-99999px;
		}
		
		ul.gallery {float:left;
}

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block}
	/* End hide from IE-mac */


#yeni-alt #category .post {  clear: both;
  padding-bottom: 21px;
  border-bottom: 1px solid #cccccc;
  padding-top: 10px;}




.captcha-container{clear:both;}
textarea{height:100px;}
input{padding:5px;}

