@charset "iso-8859-9";
/* CSS Document */
body {
    background:url(../images/oldishBg.jpg) repeat-y;
    margin-top:166px;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:12px;
    color:#1b1b1b;
}
.mansetYazi {
    font-size:22px;
    font-weight:bold;
}
.bigYazi {
    font-size:14px;
    line-height:20px;
    padding: 10px;
}
.bigYazi2 {
    font-size:14px;
    line-height:20px;
    font-weight:bold;
}
.redLink {
    color:#db1656;
}
.redLink a {
    color:#db1656;
    text-decoration:none;
}
.redLink a:hover {
    color:#4c1486;
    text-decoration:underline;
}
.brownLink {
    color:#501d00;
}
.brownLink a {
    color:#501d00;
    text-decoration:none;
}
.brownLink a:hover {
    color:black;
    text-decoration:underline;
}
.whiteYazi {
    color:#FFF;
    line-height:21px;
}
.purpleBaslik {
    color:#b44300;
    font-size:18px;
    line-height:19px;
    font-weight:bold;
}
.purpleBaslik a {
    color:#662e93;
    font-size:18px;
    line-height:19px;
    text-decoration:none;
}
.purpleBaslik a:hover {
    color:black;
    text-decoration:none;
}
.top20 {
    margin-top:20px;
}
.top10 {
    margin-top:20px;
}
.icerikYazi {
    line-height:20px;
    font-size:13px;
}
.left {
    float:left;
}
.araLine3 {
    height:1px;
    background:#dcdcdc;
    margin:5px 0;
}
.burcBaslik2 {
    font-size:14px;
    font-weight:bold;
    color:#4c1486;
    line-height:20px;
}
.altbar {
    background:#f1f1f1;
    float:left;
    width:100%;
    text-align:center;
    padding:2px 10px;
    width:375px;
}
/* Header
----------------------------------------------------------------------------------------------------*/
#header {
    width:100%;
    background:url(../images/headerBg.gif) repeat-x #0a0400;
    height:166px;
}
#header .headerWrapper {
    width:960px;
    height:166px;
    margin:0 auto;
}
#header .logo {
    float:left;
    margin-top:32px;
    margin-left:20px;
}
#header .bannerHeader {
    float:right;
    margin-top:20px;
}
#header .headerWrapper ul {
    float:right;
    margin-top:12px;

    width:960px;
}
#header .headerWrapper ul li {
    width:119px;
    color:#252424;
    font-size:12px;
    background:url(../images/menuBg.gif) repeat-x;
    cursor:pointer;
    font-weight:bold;
    float:left;
    margin-right:1px;

}

#header .headerWrapper ul li a {
    width:119px;
    height:24px;
    padding-top:11px;
    text-align:center;
    color:#252424;
    font-size:12px;
    cursor:pointer;
    font-weight:bold;
    float:left;
    text-decoration:none;
    border-right:1px solid #b58f1e;

}
#header .headerWrapper ul li a:hover {
    background:url(../images/menuBga.gif) repeat-x;
    cursor:pointer;
    width:119px;
    height:24px;

}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_a {
    position:absolute;
    border-left: 1px solid #0a0400;
    border-right: 1px solid #0a0400;
    border-bottom: 1px solid #0a0400;/*THEME CHANGE HERE*/
    /*Top border width. Should match height of .ddcolortabsline above*/
    font:normal 12px tahoma;
    line-height:18px;
    z-index:100;
    background:url(../images/dropdownBg.gif) repeat-x bottom #fcfff4;
    text-align:center;
    width: 118px;
    visibility: hidden;
}
.dropmenudiv_a a {
    display: block;
    text-indent: 0px;
    border-top: 0 solid #678b3f;
    border-bottom: 1px solid #d4d4bf; /*THEME CHANGE HERE*/
    padding: 2px 0;
    text-decoration: none;
    color: #31312a;
    font-weight:bold;
    line-height:20px;

}
* html .dropmenudiv_a a { /*IE only hack*/
                          width: 100%;
}
.dropmenudiv_a a:hover { /*THEME CHANGE HERE*/
                         background-color: #d4d4bf;
}
#main {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
/* Burçlar Container
----------------------------------------------------------------------------------------------------*/
#burclarContainer {
    width:950px;
    background:url(../images/burclarBg.gif) repeat-x;
    height:105px;
    margin-top:5px;
    padding-left:10px;
}
#burclarContainer ul {
    float:left;
    margin-top:13px;
}
#burclarContainer ul li {
    font-weight:bold;
    text-align:center;
}
#burclarContainer ul li a {
    color:white;
    text-decoration:none;
}
#burclarContainer ul li a:hover {
    color:#fea60d;
    text-decoration:underline;
}
#burclarContainer .lines {
    float:left;
    margin:0 9px;
}
/* Content Container
----------------------------------------------------------------------------------------------------*/
#contentContainer {
    background:white;
    padding:10px;
    width:940px;
    float:left;
}
#gununBurcuMain {
    float:left;
    background:#f9f9f9;
    width:620px;
    min-height:236px;
    padding:5px 10px 10px 10px;

}
#gununBurcuMain .burcResimContainer {
    float:left;
    width:190px;
    min-height:236px;
}
#gununBurcuMain .burcResimContainer img {
    margin:14px 14px 5px 14px;
}
#gununBurcuMain .burcResimContainer .griBg {
    background:#f1f1f1;
    height:61px;
    width:100%;
    text-align:center;
    padding-top:6px;
}
#gununBurcuMain .burcResimContainer .griBg .burcBaslik {
    font-size:16px;
    font-weight:bold;
    color:#4c1486;
    line-height:20px;
}
#gununBurcuMain .burcResimContainer .griBg .mitName {
    font-size:11px;
    line-height:20px;
}
#gununBurcuMain .gbYaziZone {
    float:right;
    width:395px;
    min-height:236px;
    padding:20px 18px 0 12px;
}
#gununBurcuMain .gbYaziZone .gbBaslik {
    font-size:24px;
    color:#4c1486;
    font-weight:normal;
}
#gununBurcuMain .gbYaziZone .gbName {
    font-size:24px;
    color:#db1656;
    font-weight:normal;
}
#gununBurcuMain .gbYaziZone .gbName2 {
    font-size:12px;
    color:#db1656;
    font-weight:normal;
    padding:10px 0 0 0;
}
#gununBurcuMain .gbYaziZone .gbName2 a{
    color:#404040;
    text-decoration: none;
}
#gununBurcuMain .gbYaziZone .gbName2 a:hover{
    color:#404040;
    text-decoration: underline;
}
#gununBurcuMain .gbYaziZone .yaziZone {
    height:80px;
}
#gununBurcuMain .gbYaziZone .araLine {
    height:1px;
    background:#dcdcdc;
    margin:14px 0;
}
.araLine {
    height:1px;
    background:#dcdcdc;
    margin:14px 0;
}
#gununBurcuMain .gbYaziZone .araLine2 {
    height:1px;
    background:#dcdcdc;
    margin:10px 0;
}
#gununBurcuMain .gbYaziZone .gbTarih {
    color:#747474;
    float:left;
}
#gununBurcuMain .gbYaziZone .gbTarih a {
    color:#747474;
    text-decoration:underline;
}
#gununBurcuMain .gbYaziZone .gbTarih a:hover {
    color:black;
    text-decoration:none;
}
#gununBurcuMain .gbYaziZone .burcList {
    float:right;
    color:#545c88;
}
#bannerSag {
    float:right;
}
#tarotZone {
    float:left;
    width:939px;
    margin-top:10px;
    background:url(../images/tarotRightBg.gif) no-repeat right top;
}
#tarotZone .tarotImg {
    float:left;
}
#tarotZone .tarotImg {
    float:left;
}
#tarotZone .tarotContainer {
    float:left;
    margin:27px 0 0 21px;
}
#tarotZone .tarotContainer .trtBtn {
    margin:30px 0 0 0;
}
#fisrtColumn {
    float:left;
    width:940px;
}
#fisrtColumn .cbox {
    float:left;
    width:940px;
    padding-right:10px;
    border-right:1px solid #dcdcdc;
    width:290px;
    margin-left:8px;
    padding-bottom:10px;
}
#fisrtColumn .cboxFirst {
    float:left;
    width:940px;
    padding-right:10px;
    border-right:1px solid #dcdcdc;
    width:295px;
    padding-bottom:10px;
}
#fisrtColumn .cboxLast {
    float:left;
    width:940px;
    padding-right:10px;
    width:295px;
    margin-left:8px;
    padding-bottom:10px;
}
#fisrtColumn .cbox cBaslik {
    float:left;
}
.aracizgi {
    height:1px;
    background:#dcdcdc;
    margin:14px 0;
    float:left;
    width:940px;
}
#alticerik {
    background:#f2f2f2;
    float:left;
    width:916px;
    margin-top:10px;
    padding:20px 12px;
}
#alticerik .altBox {
    float:left;
    width:305px;
}
/* Tarot Kartları
----------------------------------------------------------------------------------------------------*/
.cardsContainer {
    float:left;
    width:680px;
}
.cardsContainer ul {
    margin-bottom:4px;
    float:left;
}
.cardsContainer ul li {
    float:left;
    margin-right:4px;
}
.secimContainer {
    float:right;
    width:242px;
    background:#f6f6f6;
    height:562px;
    padding:9px;
}
.secimContainer .secimBox {
    background:url(../images/tarotSecBg.gif) repeat-x;
    border:1px solid #321402;
    padding:2px;
}

.secimContainer .secimBox .secimContent{
    margin:12px;
}
.secimContainer .secimBox .secimContent .secimYazi{
    color:white;
    font-size:15px;
    font-weight:bold;
}
.cardsBox{ width:100%; float:left;}
.cardsBox ul{ float:left; margin-left:10px; width:84px;}
.cardsBox ul.first{ float:left; margin-left:0px;}
.cardsBox ul li{display:block; text-align:center;}
.cardsBox ul li a{text-decoration:none; color:#1c0b01; font-size:12px; font-weight:bold; margin-top:4px; float:left; }
.cardsBox ul li a:hover{text-decoration:underline; color:#ad5611; float:left; }
#cardAciklamalar{ float:left; }
#cardAciklamalar .cardResim{float:left; padding:5px; border:1px solid #dddddd;  }
#cardAciklamalar .aciklamasi{float:left; margin:10px; margin-top:2px; width:650px; line-height:18px; }
/* Kahve Content
----------------------------------------------------------------------------------------------------*/
#kahveBox{ float:left; width:100%; background:url(../images/kahveBoxBg.gif) repeat-x; height:263px;}
#kahveBox .fincan{float:left; margin-left:25px; margin-right:37px;}
#kahveBox .kahvePattern{float:right; background:url(../images/Kahvepattern.gif) no-repeat; width:524px; height:227px; margin-top:15px; margin-right:15px; padding:10px; padding-left:20px;}
#kahveBox .kahvePattern .kahveBaslik{ background:black; margin-bottom:5px;}
#kahveBox .kahvePattern .sekerler{ background:black; height:56px; margin-bottom:5px; padding-top:34px;}
#kahveBox .kahvePattern .falaBasla{ float:right; margin-top:10px;}
.kahveFallariBox{ float:left; width:580px;}
.falliFincan{ float:right;}
/* Ruya Tabirleri Content
----------------------------------------------------------------------------------------------------*/
#content {
    float: left;
    width: 100%;
    padding: 30px 10px;;
    padding-bottom: 50px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border:0px solid #000000;
}
#content .wp-pagenavi {
    font-size: 12px;
    clear: both;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: right;
    text-align:left;

}
#content .wp-pagenavi a, #content .wp-pagenavi .current {
    padding: 3px 7px;
    border: 1px solid #bbbbbb;
    background: #fdfdfd ;
    color: #ae0000;
    margin-left: 3px;
    text-decoration: none;
}
#content .wp-pagenavi a:hover, #content .wp-pagenavi .current {
    color: #232323;
    background: #fdfdfd ;
}
#content .wp-pagenavi .pages {
    float: left;
}
#lettersContainer {
    background:url(../images/lettersBg.gif) repeat-x;
    width:930px;
    height:85px;
    text-align:center;
    padding:10px 0px 0 10px;
}
#lettersContainer ul {
    text-align:center;
    width:940px;
    margin:0 auto;
}
#lettersContainer li {
    background:url(../images/lettersBox.gif) no-repeat;
    width:34px;
    height:34px;
    font-size:15px;
    font-weight:bold;
    margin:0 3px;
    cursor:pointer;
    text-align:center;
    color:#321302;
    text-decoration:none;
    float:left;
    margin-bottom:5px;
}
#lettersContainer li a {
    background:url(../images/lettersBox.gif) no-repeat;
    width:34px;
    height:27px;
    font-size:15px;
    font-weight:bold;
    margin:0 0px;
    cursor:pointer;
    text-align:center;
    color:#321302;
    text-decoration:none;
    float:left;
    padding-top:7px;
}
#lettersContainer li a:hover {
    background:url(../images/lettersBoxa.gif) no-repeat;
    width:34px;
    height:34px;
    font-size:15px;
    font-weight:bold;
    margin:0 0px;
    display:inline;
    float:left;
    color:#FFF;
}
.aramaContainer {
    background:url(../images/aramaBarBg.gif) repeat-x;
    height:55px;
    padding-left:25px;
    padding-top:0px;
}
.aramaContainer .aramaBox {
    width:312px;
    height:23px;
    border:1px solid #c8c5c3;
    padding-top:5px;
    padding-left:2px;
    font-size:14px;
    color:#5e3e00;
    font-weight:bold;
}
.aramaContainer .aramaSag {
    float:left;
    background:url(../images/ogrenBg.gif) repeat-x;
    width:323px;
    margin-left:20px;
}
.aramaContainer .aramaSag .golge {
    float:left;
}
/* Çin Astrolojisi
----------------------------------------------------------------------------------------------------*/
#darkContainer{
    float:left;
    height:200px;
    padding:12px;
    background:url(../images/cindarkBg.gif) repeat-x;
    width:916px;
    margin-bottom:6px;
}
#darkContainer .cinHoroscope{
    float:left;
    margin-right:17px;
}
#darkContainer .cinBeyazYazi{
    color:white;
    font-size:15px;
    margin-top:10px;
    line-height:22px;
}
#burcFormBox{
    background:url(../images/formBoxBg.gif) repeat-x #f7f7f7;
    border:1px solid #e2e2e2;
    height:44px;
    padding-top:12px;
    padding-bottom:8px;
    margin-bottom:6px;
    float:left;
    width:923px;
    padding-left:16px;
}
#burcFormBox .cinBaslik{
    font-size:13px;
    font-weight:bold;
    display:block;
    margin-bottom:5px;
}
#burcFormBox ul{
    float:left;
    width:680px;
}
#burcFormBox ul li{
    float:left;
    margin-right:5px;
}
#burcFormBox ul li.first{
    margin-top:3px;
}
.cBurcContainer{
    float:left;
    width:920px;
    padding:10px 10px;
}
.cBurcContainer .cBurcResim{
    float:left;
    margin-right:17px;
}
/* Karakter Özellikleri
----------------------------------------------------------------------------------------------------*/
/* Karakter Özellikleri
----------------------------------------------------------------------------------------------------*/
.digerBurclarBox2{	
    width:910px;
    margin-top:5px;
    padding-left:10px;
    float:left;
    background:url(../images/altcfBg.gif) repeat-x bottom;
    border:1px solid #dddddd;
}
.digerBurclarBox2 ul {
    float:left;
    margin-left:13px;
    margin-bottom:10px;

}
.digerBurclarBox2 ul li {
    font-weight:bold;
    text-align:center;
    margin-right:11px;

}
.digerBurclarBox2 ul li a {
    color:#642704;
    text-decoration:none;
}
.digerBurclarBox2 ul li a:hover {
    color:black;
    text-decoration:underline;
}
#kBox{
    float:left;
    width:463px;
    background:url(../images/kbg.gif) repeat-x #f9f9f9 bottom;
    height:145px;
    margin-bottom:8px;
}
#kBoxFirst{
    float:left;
    width:463px;
    background:url(../images/kbg.gif) repeat-x #f9f9f9 bottom;
    height:145px;
    margin-right:8px;
    margin-bottom:8px;
}
.kburc{
    text-align:center;
    width:128px;
    float:left;
    margin-top:18px;
}
.kerkek{
    width:166px;
    float:left;
    margin-top:18px;
}
.kerkek p{
    font-size:11px;
    line-height:18px;
}
.kburc p{
    font-size:11px;
    line-height:16px;
}
.kburc .kbaslik{
    font-size:12px;
    font-weight:bold;
    margin-top:2px;

}
#footer {
    width:100%;
    background: url(../images/footerBg.gif) repeat-x #1f0c01;

}
#footerContainer {
    height:188px;
    width:918px;
    padding:24px 21px 24px 21px;
    margin:0 auto;
    margin-top:10px;
}
#footerContainer .oknet {
    float:left;
    width:645px;
}
#footerContainer .oknet .baslik {
    display:block;
    color:#ffb400;
    font-weight:bold;
    font-size:13px;
}
#footerContainer .oknet ul {
    margin-top:10px;
    float:left;
    width:120px;
}
#footerContainer .oknet .uzun {
    margin-top:10px;
    float:left;
    width:133px;
}
#footerContainer .oknet .uzuner {
    margin-top:10px;
    float:left;
    width:133px;
}
#footerContainer .oknet ul li {
    font-size:12px;
    color:#093356;
    line-height:24px;
}
#footerContainer .oknet ul .anamenu {
    font-size:12px;
    color:#909499;
    line-height:24px;
}
#footerContainer  a {
    color:#ffffff;
    text-decoration:none;
}
#footerContainer  a:hover {
    color:#909499;
    text-decoration:underline;
}
#footerContainer .oknet ul li a {
    text-decoration:none;
    color:#f0f7ff;
}
#footerContainer .oknet ul li a:hover {
    text-decoration:underline;
    color:#ffffff;
}
#footerContainer .copyrights {
    float:right;
    text-align:right;
    margin-top:0;
    width:265px;
}
#footerContainer .copyrights .yazi {
    color:#81878e;
    font-size:12px;
}
#footerContainer .copyrights p {
    margin-top:10px;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
div.mevsimler {
    margin:15px 0;
    padding:0;
}
div.mevsimler h3 {
    font-size:16px;
    font-weight:bold;
    color:#db1656;
    line-height:30px;
    padding:5px;
    margin-bottom: 10px;
}
div.mevsimler h3.ilkbahar {
    background: url('../images/ilkbahar.gif') no-repeat left;
    text-indent: -9999px;
}
div.mevsimler h3.sonbahar {
    background: url('../images/sonbahar.gif') no-repeat left;
    text-indent: -9999px;
}
div.mevsimler h3.yaz {
    background: url('../images/yaz.gif') no-repeat left;
    text-indent: -9999px;
}
div.mevsimler h3.kis {
    background: url('../images/kis.gif') no-repeat left;
    text-indent: -9999px;
}
div.mevsimler p {margin:15px 0;}
#burc_gruplari ul {
    display: inline;
}
#burc_gruplari ul {
    display: inline;float: left;
}
#gunluk {
    display:inline-block;
    float:left;
    width: 450px;
    background: #ffffff;
    margin-right: 8px;
    padding:5px;
    margin-bottom: 10px;

}
#gunluk img{float: left;margin-right:20px}
#gunluk .gri {background: #f1f1f1;border:thin solid #cccccc;display: inline-block;width: 100%;margin:10px 0;min-height: 110px;}
#gunluk p {
    margin: 10px;

}
#gunluk h3 {
    font-size:16px;
    font-weight:bold;
    color:#db1656;
    margin-bottom: 5px;
}
#gunluk span {color:#cccccc;font-size:12px;}
.metin {font-size:14px;}
.metin p {margin:15px 0;}
.select {font-weight: bold;}
#gununBurcuMain h3 {font-size: 16px;padding: 10px;color:#db1656;font-weight: bold;}
form#haber {margin:10px;}
#erd a {color:#000000;text-decoration: none;}
#erd a:hover {color:#db1656;text-decoration: underline;}
#erd h3 {
    font-size:16px;
    font-weight:normal;
    color:#db1656;
    line-height:30px;
    padding:5px;
    margin-bottom: 10px;
}
#contentContainer p {margin-top:0px;}
/* GEZEGENLERİN ANLAMLARI
----------------------------------------------------------------------------------------------------*/
#gezegenYaziZone{
    float:left;
    width:610px;
    padding:10px;
    background:#f9f9f9;
    min-height:230px;
}
.gezegenlerZone{
    width:940px;
    margin-top:10px;
    float:left;
    background:url(../images/altcfBg.gif) repeat-x bottom;
    border:1px solid #dddddd;
}
.gezegenlerZone ul{
    float:left;
    margin-top:10px;
}
.gezegenlerZone ul li {
    font-weight:bold;
    text-align:center;
    margin-right:8px;
    margin-bottom:5px;

}
.gezegenlerZone ul li a {
    color:#642704;
    text-decoration:none;
}
.gezegenlerZone ul li a:hover {
    color:black;
    text-decoration:underline;
}
.gezegen{
    float:left;
    margin-right:10px
}
.gezegenMetin{
    line-height:18px;
}
.gezegenBaslik{
    font-size:24px;
    color:#db1656;
    font-weight:normal;
    margin-bottom:5px;
}
.aracizgi2 {
    height:1px;
    background:#dcdcdc;
    margin:14px 0;
    float:left;
    width:933px;
}
.smallpurple {
    color:#662e93;
    font-size:13px;

    font-weight:bold;
    margin-top:5px;

}
/* Günlük, Aylık , Yıllık Bırçlar
----------------------------------------------------------------------------------------------------*/
#kBox{
    float:left;
    width:463px;
    background:url(../images/kbg.gif) repeat-x #f9f9f9 bottom;
    min-height:127px;
    margin-bottom:8px;
}
#kBoxFirst{
    float:left;
    width:463px;
    background:url(../images/kbg.gif) repeat-x #f9f9f9 bottom;
    min-height:127px;
    margin-right:8px;
    margin-bottom:8px;
}
.kburc{
    text-align:center;
    width:128px;
    float:left;
    margin-top:18px;
}
.kerkek2{
    width:296px;
    float:left;
    margin-top:18px;
}
.kerkek2 p{
    font-size:11px;
    line-height:18px;
}
.kburc p{
    font-size:11px;
    line-height:16px;
}
.kburc .kbaslik{
    font-size:12px;
    font-weight:bold;
    margin-top:2px;

}

/* Mevsimlere Göre Buçlar
----------------------------------------------------------------------------------------------------*/
#meCont{
    float:left;
    width:610px;
    margin-top:10px;
}
.meCont{
    float:left;
    width:610px;
    margin-top:10px;
}
.meResim{
    float:left;
    margin-right:10px;
}
.meIlkbahar{ 
    color:#02783c;
    font-weight:bold;
    font-size:13px;
}
.meYaz{ 
    color:#fe3f13;
    font-weight:bold;
    font-size:13px;
}
.meSonbahar{ 
    color:#a00f14;
    font-weight:bold;
    font-size:13px;
}
.meKis{ 
    color:#0f6bc2;
    font-weight:bold;
    font-size:13px;
}
.araLine4 {
    height:1px;
    background:#dcdcdc;
    margin:10px 0;
    width:610px;
    float:left;
}
.kahvefali{}
.kahvefali h2{margin:10px 0;padding:0;font-size: 14px}
.kahvefali h3{margin:0;padding:0;font-size: 13px}