/*DİZİLİM + TEMA*/
body
{
    background: black url( 'img/bg1.png' ) repeat-x;
    text-align: center;
    overflow-x: hidden;
    overflow-y: scroll;
}

#all
{
    width: 940px;
    margin: 70px auto 0 auto;
    color: black;
    text-align: left;
}
#menu
{
}
#icerik
{
    position: relative;
    height: 450px;
    border: 1px solid #000;
    background: black url( 'img/sabit.png' );
}
#ic_icerik
{
    width: 550px;
    height: 354px;
    margin: 21px 0 0 352px;
    padding: 13px 13px 13px 17px;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-base-color: black;
    scrollbar-arrow-color: darkred;
    text-align: justify;
}
#ic_icerik, #ic_icerik table
{
    /*Tüm sayfalarda geçerli font ayarları*/
    font: 11px verdana;
    color: #aaa;
}
#ic_icerik table td, #ic_icerik table th
{
    padding-bottom: 3px;
}
#ic_icerik table th
{
    font-weight: normal;
    font-size: 9px;
    color: #bbb;
}
#ic_icerik table.genis
{
    width: 448px;
    width: 548px;
}
#ic_icerik a:link, #ic_icerik a:visited
{
    text-decoration: none;
    color: #aaa;
}
#ic_icerik a:hover
{
    color: #5f4749;
}
#ic_icerik td.peri, a:link, #ic_icerik td.peri, a:visited
{
    text-decoration: none;
    color: #000000;
}
#ic_icerik td.peri, a:hover
{
    color: #5f4749;
}
#copyright
{
    padding: 5px 10px 0 0;
    text-align: right;
    font: 9px verdana;
    color: #676767;
}
#facebook_link
{
    position: absolute;
    top: 421px;
    left: 751px;
    width: 88px;
    height: 25px;
    text-decoration: none;
}
#twitter_link
{
    position: absolute;
    top: 421px;
    left: 854px;
    width: 79px;
    height: 25px;
    text-decoration: none;
}
/*H1 - H6*/
h2
{
    font-size: 11px;
    color: #365aa3;
}
h2.tepeBorderli
{
    margin-top: 30px;
    border-top: 1px solid #222;
    padding-top: 20px;
}
h5
{
    display: inline;
    font-weight: normal;
    font-size: 9px;
    color: #888;
}
h6
{
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 0.8em;
    color: #777;
}


/*DİĞER KURALLAR*/
/*BİO*/
#ic_icerik #bio_resim
{
    float: right;
    margin: 0 0 4px 15px;
}
/*PROJE*/
#ic_icerik div.proje_tablo
{
    width: 550px;
}
#ic_icerik div.proje_tablo .sol
{
    width: 210px;
    float: left;
    padding-right: 45px;
    border-right: solid 1px #1e1e1e;
}
#ic_icerik div.proje_tablo .sag
{
    width: 210px;
    float: left;
    margin-left: 20px;
}
#ic_icerik div.proje_tablo table
{
    width: 230px;
}
#ic_icerik div.proje_tablo table td
{
    padding-right: 12px;
}
#ic_icerik div.proje_tablo table th
{
    text-align: right;
}
#ic_icerik div.proje_tablo table td.film_turu
{
    font-size: 10px;
    color: #666;
}
/*SÖYLEŞİ*/
#ic_icerik table.soylesi
{
    float: left;
}
#ic_icerik table.soylesi.sol
{
    margin-right: 15px;
    border-right: 1px solid #1e1e1e;
}
#ic_icerik table.soylesi th
{
    padding-left: 15px;
}
#ic_icerik table.soylesi.sol th
{
    padding-right: 15px;
}
/*IMAGE*/
#ic_icerik table.image_tablo td
{
    border: 1px solid #000;
    border-width: 1px 0 0 1px;
    padding: 0;
}
#ic_icerik table.image_tablo tr.ust td
{
    border-top-width: 0;
}
#ic_icerik table.image_tablo td.sol
{
    border-left-width: 0;
}
#ic_icerik table.image_tablo td img
{
    filter: alpha( opacity=70 );
    opacity: 0.7;
}

/*VIDEO*/

#vimeo
{
    display: none;
    position: absolute;
    z-index: 1000;
    top: 50px;
    left: 280px;
    border: 10px solid #fff;
    background-color: white;
    text-align: right;
}
#vimeo img
{
    margin-top: 10px;
}
#shadow
{
    z-index: 10;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    filter: alpha( opacity=80 );
    opacity: 0.8;
}

/*İLETİŞİM*/
table.iletisim
{
    margin-top: 15px;
}
table.iletisim td
{
    padding: 0 0 0 0px;
    vertical-align: top;
}
table.iletisim td.peri
{
    padding: 0 10px 0 0;
    border-right: 1px solid #1e1e1e;
}

