
* { 
    padding: 0; margin: 0;
}
body {
    margin: 0;     padding: 0;
    font: normal .70em/1.5em Tahoma, 'Trebuchet MS', sans-serif;
    color: #333;
    background: #FCD45F;
    font-weight: 600;
}

/* links */
a {
    color: #333; 
    background-color: inherit;
    text-decoration: none    
}
a:hover {
    color: #333;
    background-color: inherit;
}

/* headers */
h1, h2, h3 {
    font: bold 1.3em 'Trebuchet MS', Arial, Sans-serif;
    color: #A0080D;
    
}
h1 { font-size: 1.6em; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em;font-weight: bolder; }

#main h1,h2,h3 { 
    font: bold 1.2em 'Trebuchet MS', Arial, Sans-serif;
    background:  url(images/h1_bg.png) repeat-y;
    color: white;    
}
#sidebar h1 {
    font: bold 1.4em 'Trebuchet MS', Arial, Sans-serif;
    background: #FED6BB url(images/arrow.gif) no-repeat 10px .7em;
    padding: 7px 0 7px 35px;
    color: #A0080D;
}

p, h1, h2, h3 {
    margin: 0;
    padding: 3px;
}

ul, ol {
    margin: 10px 30px;
    padding: 0 15px;
    color: #333;
}
ul span, ol span {
    color: #CCC;
} 

/* images */
img {
    border: 3px solid #000;
}
img.no-border {
    border: none;
}
img.float-right {
  margin: 5px 5px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 5px;
}
a img {  
  border: 1px solid #444;
}

/* form elements */
form {
    margin: 15px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    background: #DF7C3B;  
   border: 1px dashed #151515;
}
label {
    display:block;
    font-weight:bold;
    margin:5px 0;
}
input{
    padding: 2px;
    border: 1px solid #310074;
    font: normal 1em Verdana, sans-serif;
    color:#000;
    background: #FFFFFF;
}
textarea {
    width: 250px;
    padding:2px;
    border: 1px solid #310074;
    font: normal 1em Verdana, sans-serif;
    height:100px;
    display:block;
    color:#000;
    background: #FFFFFF;
}
input.button { 
    font: bold 12px Arial, Sans-serif; 
    background: #CB9C0E;
    color: #fff;    
    width: 70px;
    height: 22px;
    border: none;
    padding: 3px 5px;
    vertical-align: top;
}

#header-content, #footer-content, #content {
    width: 90%;    
}
.oyunresim {
    border:1px solid #FFA31A;
    padding:1px;
background: #FFF5CC;
}
/* header */
#header {
    background: url(images/headerbg.jpg) bottom repeat-x;
    height: 120px;
    text-align: left;    
}
#header-content {
    position: relative;
    margin: 0; padding: 0;
    margin-left: 15px;
}
#header-content #logo {
    position: absolute;    
    font: bold 50px Verdana, 'Trebuchet Ms', Sans-serif;
    letter-spacing: -2px; 
    color: white;
    margin: 0; padding: 0;
    
    /* change the values of left and top to adjust the position of the logo */
    top: 5px; 
}
#header-content #slogan {
    position: absolute;    
    font: bold 12px 'Trebuchet Ms', Sans-serif;
    text-transform: none;
    color: #CCC;    
    margin: 0; padding: 0;
    
    /* change the values of left and top to adjust the position of the slogan */
    top: 60px; left: 35px;
}

/* menu */
#menu {
    width:100%;
    background: url(images/menu_bg.gif) ;
    height: 30px;
    margin: 0 auto;
    text-align:center;
    margin-bottom:10px;
}
#menu ul {
    font: bolder 1.3em 'Trebuchet MS', sans-serif;
    color: #000;
    list-style: none;
    text-align:center;
    margin:0;
    margin-left: 10px; padding: 0;        
}
#menu li {
    display: inline;
    text-align:center;
}
#menu li a {
    float: left;
    display: block;
    padding: 3px 12px;    
    color: #000;
    text-align:center;
    height: 24px;
}
#menu li .istek a {
    background: #195C25;
    color:white;
}
#menu li .istek a:hover {
font-size: 17px;
}
#menu li a:hover {
    color: white;
    background: #195C25;
}
#menu form {
    border: 0;
    background: 0;
    text-align:center;
    margin: 0;
    padding: 0;
    width: 450px;
}
/* content */
#content-wrap {
    clear: both;
    float: left;    
    width: 990px;
    padding-left: 10px;
}
#content {
    text-align: left;     margin: 0;        
}

/* sidebar */
#sidebar {
    float: left;
    width: 160px;
    margin-right: 0px; padding: 0;    
}
#sidebar ul.sidemenu {
    list-style:none;
    margin: 0;
    padding: 0;            
}
#sidebar ul.sidemenu li {
    padding: 0;
}
#sidebar ul.sidemenu a {
    display: block;
    font-weight:bold;
    color: #ffffff; 
    height: 1.5em;
    text-decoration: none;
    padding:.3em 0 .3em 15px;
    background: #195C25;        
    line-height: 1.5em;
    margin-bottom: 4px;
}
#sidebar ul.sidemenu a.top{
}
#sidebar ul.sidemenu a:hover {
    background: #3B7E47;
    color: white;        
}
#sidebar .sidebox {
    background: #B8E387;
}
.searchform form{
    position: absolute;
    top: 10px; left: 450px;
    background-color: transparent;
    border: none;
    margin: 0; padding: 0;
}
.searchform input.textbox { 
    margin: 0 3px; padding: 0 2px;
    width: 180px;
    background: #CB9C0E;
    color: #FFF; 
    height: 17px;
    padding-top:3px;
    border: 1px solid #7E050A;    
    vertical-align: top;
}
.searchform input.button { 
    font: bold 12px Arial, Sans-serif; 
    background: #CB9C0E;
    color: #fff;    
    width: 70px;
    height: 22px;
    border: none;
    padding: 3px 5px;
    vertical-align: top;
}
/* main */
#main {
    float: right;
    width: 720px;    
    /*background: #FFF9BD;*/
}

/* footer */
#footer {
    clear: both;
    margin: 0; padding: 0;
    border-top: 1px solid #68050A;
    font-size: 95%;
    text-align: center;    
    background: url('images/footer_bg.png');
    color: black;
}
#footer a {
    text-decoration: underline;
    color: black;
}
#footer a:hover {
    text-decoration: underline;
    color: #FFF;
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {    text-align: left; }
.align-right {    text-align: right; }
/* Liste Oyun*/
a.oyun{
    border: 2px solid #6F3198;
    float: left;
    width: 120px;
    margin-right: 5px;
    padding: 7px;
    margin-bottom: 5px;
    background: #E4DEF1;
    height: 150px;
    text-align: center;
    color: #333;
}
a.oyun{
    font-size: 13px;
}
a.oyun:hover{
    border: 2px solid #6F3198;
    float: left;
    width: 120px;
    margin-right: 5px;
    padding: 7px;
    margin-bottom: 5px;
    background: #8F0A50;
    height: 150px;
    text-align: center;
    color: white;
}
#yeni_oyunlar_div .oyun:hover {
    background: #516571;
}
#en_iyiler_div .oyun:hover {
    background: #6C806E;
}
#rastgele_oyunlar_div .oyun:hover {
    background: #A24B9D;
}
#secilmis_div .oyun:hover,.sidebox .oyun:hover {
    background: #8CAA6B;
}
/*oyun Detay-*/
a h3 {
    background: #310074;
}
a.oyun img{
    width:120px;
    height:110px;
}
#detay {
    float: left;
    width: 100%;
    padding-left: 3px;
    font-size: 14px;
}
.oyna {
    margin-top: 5px;
    background: #3E7348;
        color:white;text-align:right;font-size:37px;
        width: 100%;
        display: block;
        padding-top: 4px;
        padding-left: 4px;
}

.oyna:hover {
    background: #234C2A;
}
.hh1 {
    font: bold 1.3em 'Trebuchet MS', Arial, Sans-serif;
    color: #A0080D;
    padding: 3px;
}
.hh1 { font-size: 1.6em; } 

.hh1 { 
    font: bold 1.2em 'Trebuchet MS', Arial, Sans-serif;
    background:  url('images/h1_bg.png') repeat-y;
    color: white;    
}
#spillpre_bar{ background-color:#4E7A56;width:0px;font-size:10px}
#spillpre_bar span{background-color:#fff;color:#4E7A56;padding:0px;height:1px;line-height:1px;font-size:1px}
div#spillpre_loader{width:300px;height:10px;border:1px solid #195C25;background-color:#fff;text-align:left;margin:auto;overflow:hidden;margin-bottom:3px}
div#spillpre_ad{text-align:center;margin-top:250px;}
div#spillpre_adcont{margin:0 auto;margin-bottom:11px;padding-top:20px}
div#spillpre_click2close A{font-size:10px;color:#000;text-decoration:underline;font-family:Tahoma,Arial,Verdana}
div#spillpre_c2c_container{margin:0 auto;width:300px;height:20px}
div#spillpre_click2close,div#spillpre_percent{float:left;height:15px;line-height:20px;font-size:10px;font-family:Tahoma,Arial,Verdana}
div#spillpre_percent{font-size:10px;font-weight:bold;color:#4E7A56;text-align:right}
div#spillpre_clear{margin-top: 300px;margin-bottom: 300px;font-size:1px;line-height:1px;height:1px;clear:both;width:300px;margin:0 auto}

.sayfa span a{
    border:1px solid #333;
    padding: 3px;
    margin-left: 3px;
}

.sayfa span a:hover{
    background: #333;
    color: white;
}
#current_page{
    border:1px solid #f0f0f0;
    padding: 3px;
    margin-left: 3px;
    background: #333;
    color: white;
}
#OrtaAlan {
    width:820px;
    float:left;
    margin-left:3px;
}
#Orta {
    float:left;
    margin-left:5px;
/*    margin: 0 auto; */
    width: 985px;
    background: #FCD45F;
}
#OrtaYeniler {
    width: 560px;
    float:left;
}
#KatYeniler {
    width: 819px;
    float:left;
}
#YeniUst {
    width:548px;
    height:17px;
    padding:6px;
    font-size:14px;
    border-bottom:2px solid #FCD45F;
    background: url(images/yeni.gif) repeat-x;
/*    background:#DC7B09; */
    font-family:Arial;
}
#YeniAlt {
    width:546px;
    height:17px;
    border-left:1px solid #DC7B09;
    border-bottom:1px solid #DC7B09;
    border-right:1px solid #DC7B09;
    padding:6px;
    height:355px;
    background:#FF8040;
/*    background:#F6B262; */
}
#OrtaReklam {
    width: 252px;
    float:left;
    margin-left:3px;
    background: #E0E0E0;
}
#ReklamUst {
    width:244px;
    height:17px;
    padding:6px;
    border-bottom:2px solid #FCD45F;
    font-size:14px;
    background: url('images/reklam.gif') repeat-x;
/*    background:#05A08C; */
    font-family:Arial;
}
#ReklamAlt {
    width:250px;
    height:17px;
    border-left:1px solid #05A08C;
    border-bottom:1px solid #05A08C;
    border-right:1px solid #05A08C;
    padding:2px;
    height:363px;
    background:#88C8AE;
}
#Editor {
    width: 809px;
    float:left;
    background: #E0E0E0;
    margin-top:5px;
}
#EditorUst {
    width:807px;
    height:17px;
    border-bottom:2px solid #FCD45F;
    padding:6px;
    font-size:14px;
    background: url(images/editor.gif) repeat-x;
/*    background:#DC7B09; */
    font-family:Arial;
}
#EditorAlt {
    width:805px;
    height:17px;
    border-left:1px solid #DC7B09;
    border-bottom:1px solid #DC7B09;
    border-right:1px solid #DC7B09;
    padding:6px;
    height:115px;
    background:#CB9696;
/*    background:#F6B262; */
}
#Populer {
    width: 809px;
    float:left;
    background: #E0E0E0;
    margin-top:5px;
}
#PopulerUst {
    width:807px;
    height:17px;
    padding:6px;
    border-bottom:2px solid #FCD45F;
    font-size:14px;
    background: url(images/populer.gif) repeat-x;
/*    background:#DC7B09; */
    font-family:Arial;
}
#PopulerAlt {
    width:805px;
    height:17px;
    border-left:1px solid #DC7B09;
    border-bottom:1px solid #DC7B09;
    border-right:1px solid #DC7B09;
    padding:6px;
    height:235px;
    background:#008080;
/*    background:#F6B262; */
}
#YeniAltt {
    width:805px;
    height:17px;
    border-left:1px solid #DC7B09;
    border-bottom:1px solid #DC7B09;
    border-right:1px solid #DC7B09;
    padding:6px;
    height:115px;
    background:#008080;
/*    background:#F6B262; */
}
#BenzerAlt {
    width:805px;
    height:17px;
    border-left:1px solid #DC7B09;
    border-bottom:1px solid #DC7B09;
    border-right:1px solid #DC7B09;
    padding:6px;
    height:235px;
    background:#CB9696;
/*    background:#F6B262; */
}
#KatAlt {
    width:680px;
    border-left:1px solid #DC7B09;
    border-bottom:1px solid #DC7B09;
    border-right:1px solid #DC7B09;
    padding:6px;
    float:left;
    height:615px;
    background:#FF8040;
}
#KatUst {
    width:682px;
    height:17px;
    float:left;
    padding:6px;
    font-size:14px;
    border-bottom:2px solid #FCD45F;
    background: url(images/yeni.gif) repeat-x;
/*    background:#DC7B09; */
    font-family:Arial;
}
#OyunBenzer {
    width: 190px;
    float:left;
    background: #E0E0E0;
/*    margin-top:5px;*/
}
#BenzerUst {
    width:178px;
    height:17px;
    padding:6px;
    border-bottom:2px solid #FCD45F;
    font-size:14px;
    background: url(images/populer.gif) repeat-x;
    font-family:Arial;
}
#BenzAlt {
    width:176px;
    height:17px;
    border-left:1px solid #DC7B09;
    border-bottom:1px solid #DC7B09;
    border-right:1px solid #DC7B09;
    padding:6px;
        height: auto;
    /* height:760px; */
    background:#B3CC99;
}
#EtUst {
    width:148px;
    height:17px;
    padding:6px;
    border-bottom:2px solid #FCD45F;
    font-size:14px;
    background: url(images/et.gif) repeat-x;
    font-family:Arial;
}
#EtAlt {
    width:146px;
    height:17px;
    border-left:1px solid #DC7B09;
    border-bottom:1px solid #DC7B09;
    border-right:1px solid #DC7B09;
    padding:6px;
    margin-bottom:2px;
        height: auto;
    /* height:130px; */
    background:#A6DA71;
}
#YaziPopUst {
    width:148px;
    height:17px;
    padding:6px;
    border-bottom:2px solid #FCD45F;
    font-size:14px;
    background: url(images/yazipop.gif) repeat-x;
    font-family:Arial;
}
#YaziPopAlt {
    width:146px;
    height:17px;
    border-left:1px solid #DC7B09;
    border-bottom:1px solid #DC7B09;
    border-right:1px solid #DC7B09;
    padding:6px;
    height:85px;
    background:#FFCC99;
    margin-bottom:2px;
}
#YaziYeniUst {
    width:148px;
    height:17px;
    padding:6px;
    border-bottom:2px solid #FCD45F;
    font-size:14px;
    background: url(images/popyeni.gif) repeat-x;
    font-family:Arial;
}
#YaziYeniAlt {
    width:146px;
    height:17px;
    border-left:1px solid #DC7B09;
    border-bottom:1px solid #DC7B09;
    border-right:1px solid #DC7B09;
    padding:6px;
    height:85px;
    margin-bottom:2px;
    background:#B8C6A9;
}
#Eniyi {
    width: 725px;
    margin-left:11px;
    margin-top:5px;
    float:left;
    background: #E0E0E0;
/*    margin-top:5px;*/
}
#IyiUst {
    width:716px;
    height:17px;
    padding:6px;
    border-bottom:2px solid #FCD45F;
    font-size:14px;
    background: url(images/populer.gif) repeat-x;
/*    background:#DC7B09; */
    font-family:Arial;
}
#IyiAlt {
    width:714px;
    height:17px;
    border-left:1px solid #DC7B09;
    border-bottom:1px solid #DC7B09;
    border-right:1px solid #DC7B09;
    padding:6px;
    height:120px;
    background:#B3CC99;
/*    background:#F6B262; */
}
#OyunResim {
    width:235px;
    height:180px;
    margin:5px;
    float:left;
}
#OyunAciklama {
    width:290px;
    float:left;
    margin:5px;
    font-size:11px;
    font-family:Verdana;
}
#OyunOynama {
    width: 728px;
    float:left;
    margin-left:11px;
}
#OynamaUst {
    width:716px;
    height:17px;
    padding:6px;
    font-size:14px;
    border-bottom:2px solid #FCD45F;
    background: url(images/yeni.gif) repeat-x;
    font-family:Arial;
}
.oyunlar1 {
width : 124px;
border-right : 5px solid #FF8040;
border-left : 5px solid #FF8040;
border-top : 3px solid #FF8040;
height : 115px;
float : left;
margin: 0 2px 2px 0;
font-size:11px;
font-family:Arial;
text-align: center;
overflow: hidden;
text-decoration : underline;
font-family : Verdana;
}
.oyun2 {
width : 124px;
border-right : 4px solid #CB9696;
border-left : 4px solid #CB9696;
border-top : 3px solid #CB9696;
height : 115px;
float : left;
margin: 0 2px 2px 0;
font-size:11px;
font-family:Arial;
text-align: center;
overflow: hidden;
text-decoration : underline;
font-family : Verdana;
}
.oyun3 {
width : 124px;
border-right : 4px solid #008080;
border-left : 4px solid #008080;
border-top : 3px solid #008080;
height : 115px;
float : left;
margin: 0 2px 2px 0;
font-size:11px;
font-family:Arial;
text-align: center;
overflow: hidden;
text-decoration : underline;
font-family : Verdana;
}
.oyun4 {
width : 166px;
border-right : 4px solid #B3CC99;
border-left : 4px solid #B3CC99;
border-top : 3px solid #B3CC99;
height : 142px;
float : left;
margin: 0 2px 2px 0;
font-size:11px;
font-family:Arial;
text-align: center;
overflow: hidden;
text-decoration : underline;
font-family : Verdana;
}
.oyun5 {
width : 130px;
border-right : 6px solid #B3CC99;
border-left : 6px solid #B3CC99;
border-top : 3px solid #B3CC99;
height : 115px;
float : left;
margin: 0 0 2px 0;
font-size:11px;
font-family:Arial;
text-align: center;
overflow: hidden;
text-decoration : underline;
font-family : Verdana;
}
.fota:link {
     font-size:15px;  color: #993366;  text-decoration: none;
}
.fota:visited {
     font-size:15px;  color: #993366;  text-decoration: none;
}
.fota:hover {
     font-size:15px;  color: #993366;  text-decoration: none;
}
.fotb:link {
     font-size:15px;  color: #993399;  text-decoration: none;
}
.fotb:visited {
     font-size:15px;  color: #993399;  text-decoration: none;
}
.fotb:hover {
     font-size:15px;  color: #993399;  text-decoration: none;
}
#OrYeniler {
	width: 341px;
	float:left;
	/*560*/
}
#OrUst {
	width:328px;
	/*548*/
	height:17px;
	padding:6px;
	font-size:14px;
	border-bottom:2px solid #FCD45F;
	background: url(images/yeni.gif) repeat-x;
/*	background:#DC7B09; */
	font-family:Arial;
}

#OrAlt {
	width:336px;
	/*546*/
	height:17px;
	border-left:1px solid #DC7B09;
	border-bottom:1px solid #DC7B09;
	border-right:1px solid #DC7B09;
	padding:1px;
	height:281px;
	background:#FF8040;
/*	background:#F6B262; */
}
#OrReklam {
	width: 471px;
	/*250*/
	float:left;
	margin-left:3px;
	background: #E0E0E0;
}
#OrReklamUst {
	width:462px;
	height:17px;
	padding:6px;
	border-bottom:2px solid #FCD45F;
	font-size:14px;
	background: url('images/reklam.gif') repeat-x;
	font-family:Arial;
}
#OrReklamm {
	width:462px;
	height:17px;
	padding:6px;
	border-bottom:2px solid #FCD45F;
	font-size:14px;
	background: url('images/yeni.gif') repeat-x;
	font-family:Arial;
}
#OrReklamAlt {
	width:468px;
	/*250*/
	height:17px;
	border-left:1px solid #05A08C;
	border-bottom:1px solid #05A08C;
	border-right:1px solid #05A08C;
	padding:2px;
	overflow: hidden;
	height:180px;
	background:#88C8AE;
}
#OrReklammAlt {
	width:468px;
	/*250*/
	height:17px;
	border-left:1px solid #05A08C;
	border-bottom:1px solid #05A08C;
	border-right:1px solid #05A08C;
	padding:2px;
	height:62px;
	background:#FF8040;
}
