/* Masaüstü ve Dizüstü */
@media screen and (min-width: 961px) {
    body {
        font-size: 13px;
    }

    #page {
        width: 980px;
    }

    #menu {
        display: inherit;
    }

    #menuMobile {
        display: none;
    }

    #leftbar {
        display: inherit;
        margin-left: 22px;
    }

    #content {
        float: left;
        width: 65%;
        padding: 0 0 0 25px;
    }

    .mainContentBar {
    }

    .mainPostDate {
        width: 78px;
        height: 53px;
        color: #ffffff;
        font-weight: bold;
        font-size: 10px;
        padding-left: 16px;
        padding-top: 5px;
        position: relative;
        float: right;
        bottom: -20px;
        background: url(../images/calendar_bg.png) no-repeat;
    }

    .mobileAd {
        display: none;
    }

    .post .title {
        margin: 0;
        padding: 30px 30px 0 30px;
    }

        .post .title a {
            text-decoration: none;
            color: #0A416B;
        }

    .post .entry {
        padding: 20px 30px 10px 30px;
    }

    .mmenu {
        display: none;
    }
}

/* Telefon ve Tablet */
@media screen and (min-width : 320px) and (max-width : 960px) {
    textarea {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mobileAd {
        display: inherit;
    }

    .mainPostDate {
        /*display: none;*/
    }

    #menu {
        display: none;
    }

    #menuMobile {
        display: inherit;
    }

    #leftbar {
        /*display: none;*/
    }

    #content {
        padding: 0px 0px 0px 0px;
    }

    .post .title {
        margin: 0;
        /*padding: 30px 30px 0 30px;*/
    }

        .post .title a {
            text-decoration: none;
            color: #0A416B;
        }

    .post .entry {
        padding: 10px 10px 10px 10px;
        width: 72%;
    }

    .mmenu {
        position: absolute;
        cursor: pointer;
        z-index: 9999;
        right: 30px;
        top: 60px;
    }

    #leftbar {
        display: none;
        width: 90%;
    }
}

body {
    margin: 0 auto;
    padding: 0;
    background: #0F5B96 url(../images/img01.gif) repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    color: #A4E4F5;
    font-size: 100%;
}

.code {
    color: #CC00FF;
    font-size: 13px;
    font-family: Calibri;
    font-weight: bold;
    line-height: 15px;
    cursor: pointer;
    letter-spacing: 3px;
}

input, textarea {
    background: #A4E4F5;
    border: 1px solid #FFFFFF;
    font: bold 13px Arial, Helvetica, sans-serif;
    color: #0F5B96;
}

h1.ogg {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-left: 20px;
    letter-spacing: 1px;
}

p.ogg {
    font-size: 12px;
    color: #161616;
    margin-left: 20px;
}

h1, h2, h3, p, ol, ul {
    margin-top: 0;
}

h1, h2, h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
    text-transform: lowercase;
    font-weight: normal;
}

h1 {
    letter-spacing: -2px;
    font-size: 2.4em;
}

h2 {
    letter-spacing: -1px;
    font-size: 1.8em;
    color: White;
}

p, ol, ul {
    margin-bottom: 1.5em;
    line-height: 150%;
}

a {
    color: #A4E4F5;
    text-decoration: none;
    text-transform: capitalize !important;
}

    a:hover {
        text-decoration: none;
        color: #fff;
    }

img.left {
    float: left;
    margin: 4px 20px 0 0;
}

img.right {
    float: left;
    margin: 4px 0 0 20px;
}

hr {
    display: none;
}

/* Header */

#header {
    height: 150px;
    background: url(../images/img02.jpg) no-repeat center top;
    text-transform: lowercase;
}

#logo {
    float: left;
}

    #logo h1, #logo p {
        float: left;
        margin: 0;
        line-height: normal;
    }

    #logo h1 {
        padding: 47px 0 0 20px;
        font-size: 3em;
        color: #62D6F5;
    }

    #logo p {
        padding: 69px 0 0 7px;
        letter-spacing: -1px;
        font-size: 1.4em;
        color: #199DD2;
    }

    #logo a {
        text-decoration: none;
        color: #62D6F5;
    }

#menu {
    text-align: center;
    margin: 0 auto;
    width: 280px;
}

    #menu ul {
        margin: 0;
        padding: 60px 20px 0 0;
        list-style: none;
    }

    #menu li {
        display: inline;
    }

    #menu a {
        float: left;
        width: 120px;
        height: 56px;
        margin: 0 0 0 2px;
        padding: 9px 0 0 0;
        background: #1B97CE url(../images/img03.gif) no-repeat;
        text-decoration: none;
        text-align: center;
        letter-spacing: 0px;
        font-size: 14pt;
        font-weight: normal;
        color: #d7faff;
    }

        #menu a:hover, #menu .current_page_item a {
            background: #26BADF url(../images/img04.gif) no-repeat;
        }

/* ** menu mobile*/
#menuMobile {
    text-align: center;
    margin: auto;
    width: 100%;
    position: relative;
}

    #menuMobile ul {
        padding: 60px 20px 0 0;
        list-style: none;
    }

    #menuMobile li {
        display: inline;
    }

    #menuMobile a {
        float: left;
        width: 110px;
        height: 56px;
        margin: 0 0 0 2px;
        padding: 9px 0 0 0;
        background: #1B97CE url(../images/img03.gif) no-repeat;
        text-decoration: none;
        text-align: center;
        letter-spacing: 0px;
        font-size: 14pt;
        font-weight: normal;
        color: #d7faff;
    }

        #menuMobile a:hover, #menuMobile .current_page_item a {
            background: #26BADF url(../images/img04.gif) no-repeat;
        }


/* Page */

#page {
    width: 100%;
    margin: 0 auto;
}

/* Content */



.post {
    margin-bottom: 15px;
    background: #1EB5DD url(../images/img05.gif);
    background-repeat: no-repeat;
    color: #0A416B;
    background-size: 100%;
}

    .post a {
        color: #A4E4F5;
    }

        .post a:hover {
            color: #FFFFFF;
        }

    .post .byline {
        margin: 0;
        padding: 0 30px;
    }

    .post .links {
        margin: 0;
        padding: 10px 30px 35px 30px;
        background: url(../images/img06.gif) repeat-x left bottom;
        border-top: 1px solid #2872A6;
    }

        .post .links a {
            padding-left: 10px;
            background: url(../images/img08.gif) no-repeat left center;
            text-decoration: none;
            font-weight: bold;
            color: #0A416B;
        }

            .post .links a:hover {
                color: #FFFFFF;
            }

/* Sidebars */

.sidebar {
    float: left;
    width: 30%;
}

    .sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: normal;
    }

    .sidebar li {
    }

        .sidebar li ul {
        }

        .sidebar li li {
            padding: 2px 0 2px 5px;
            background: url(../images/img08.gif) no-repeat 0 12px;
            border-bottom: 1px solid #2872A6;
        }

            .sidebar li li a {
                text-decoration: none;
                color: #C9ECF5;
            }

                .sidebar li li a:hover {
                    color: #FFFFFF;
                }

        .sidebar li h2 {
            padding-top: 20px;
            color: #FFFFFF;
        }

/* Left Sidebar */

#leftbar {
}

/* Right Sidebar */

#rightbar {
    padding: 0 0 0 25px;
}

.sitemaplinks {
    text-decoration: underline;
    color: #26e5ff;
    text-transform: capitalize;
}

    .sitemaplinks a {
        text-decoration: underline;
        color: #26e5ff;
        text-transform: capitalize;
        padding-left: 3px;
    }

/* Search */

#searchform {
    padding-top: 20px;
    text-align: right;
}

    #searchform br {
        display: none;
    }

    #searchform input {
        margin-bottom: 5px;
    }

    #searchform #s {
        width: 190px;
    }

/* Calendar */

#calendar_wrap {
    padding-left: 10px;
}

    #calendar_wrap table {
        width: 180px;
        text-align: center;
        border-collapse: collapse;
    }

    #calendar_wrap tfoot {
        font-weight: bold;
    }

        #calendar_wrap tfoot a {
            text-decoration: none;
        }

    #calendar_wrap #prev {
        text-align: left;
    }

    #calendar_wrap #next {
        text-align: right;
    }

    #calendar_wrap tbody {
        border-bottom: 1px solid #2872A6;
        border-right: 1px solid #2872A6;
    }

        #calendar_wrap tbody td {
            padding: 3px 0;
            border-top: 1px solid #2872A6;
            border-left: 1px solid #2872A6;
        }

            #calendar_wrap tbody td a {
                font-weight: bold;
            }

/* Footer */

#footer {
    clear: both;
    padding: 20px 0;
    background: #083253;
}

    #footer p {
        text-align: center;
        font-size: smaller;
        color: #A4E4F5;
    }

    #footer a {
        color: #A4E4F5;
        text-decoration: underline;
    }
/* KUTULARIN ÖZELLİKLERİ */
a.kutu_normal img {
    opacity: 0.5;
    border: 0;
}

a.kutu_normal:hover img {
    opacity: 1;
}

td.kutucuklar {
    width: 45px;
    height: 45px;
    text-decoration: none;
}

p.yorumekle {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #414141;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border-top: 1px solid #000139;
    border-bottom: 1px solid #000139;
}

    p.yorumekle a {
        text-decoration: none;
    }


p.yorumekleAyrinti {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #414141;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

    p.yorumekleAyrinti a {
        text-decoration: none;
    }

p.hakkimdabaslik {
    font-size: 18px;
    text-decoration: underline;
    color: #ffffff;
    font-weight: bold;
    margin-left: 20px;
}

p.hakkimdaicerik {
    font-size: 12px;
    color: #ffffff;
    margin-left: 30px;
}

p.hakkimdaicerik2 {
    font-size: 12px;
    color: #ffffff;
    margin-left: 30px;
    text-align: left;
}

p.hakkimdaicerik:first-letter {
    font-family: Georgia;
    font-size: 400%;
    float: left;
    line-height: .8em;
    color: #E1F0FF;
    padding: 0px 3px 0 1px;
}

.resimlerim {
    vertical-align: middle;
    text-align: center;
}

.linkler_aciklama {
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.googleSearchBox input {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 9999;
    right: 0px;
    top: 0px;
    position: absolute;
    cursor: pointer;
    margin: 5px;
    padding: 5px 10px 5px 10px !important;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font: normal 16px/normal "Arial", Times, serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    background: #9bcff2;
    -webkit-box-shadow: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}

/*Arsiv DDL*/
.custom-select {
    position: relative;
    font-family: Arial;
}

    .custom-select select {
        display: none;
    }

.select-selected {
    background-color: DodgerBlue;
}

    .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #fff transparent transparent transparent;
    }

    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
    }

.select-items div, .select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.enterArchive {
    width: 100%;
    height: 27px;
    cursor: pointer;
}
/*arsiv tasarim bitis*/
.mainPostDateClass {
    width: 98%;
    text-align: right;
    font-size:13px;
}
.yandexru
{
    position: absolute;
    left: -9999px;
}
