/*
      Theme Name: css add-ons
	  Theme Developer: Ahmet Kucukoglu
	  Website: www.cssaddons.com
	  
	  E-Mail: ahmetkucukoglu@gmail.com
	  
	  
*/

* { padding: 0; margin: 0; outline:0; }
a { text-decoration:none; outline:0;  }
a:focus { outline:0; }

body {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 13px;
 	background: #fff url(../images/arkaPlan.png) fixed;
}
#wrapper { 
	width: 816px;
	margin: auto;
}
#container {
	float:left;
	width: 816px;
	background:url(../images/wrap.png) repeat-y ;
}
#content {
	float:left;
	width: 100%;
	background:url(../images/content.png) no-repeat;
	margin: 0px;
}
#header{
	float:left;
	width: 796px;
	height: 222px;
	background:url(../images/header.png) no-repeat;
	margin:0px;
	padding: 10px;
	text-indent:-9999px;
	color: #333;
}
#solKolon { 
	float: left;
	width: 539px;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 35px;
	display: inline;
	position: relative;
	color: #333;
	/*background-color:#C00;*/
}
.hata {
	float:left;
	width:485px;
	margin:0 0 0 50px;
}
.icerik {
	float:left;
	width:539px;
	/*background-color:#0C6;*/
}
.icerikUst {
	float:left;
	width:539px;
	margin:0 0 10px 0;
}
.icerikUst h1 {
	float:left;
	width:442px;
	margin:25px 0 0 0;
	padding:0 0 0 10px;
	border-bottom:1px solid #93201a;
	font-size:20pt;
}
.icerikUst h1 a:link, .icerikUst h1 a:visited {
	color:#000;
}
.icerikUst h1 a:hover, .icerikUst h1 a:active {
	color:#666;
}
.icerikTarih {
	float:left;
	width:72px;
	height:61px;
	background:url(../images/tarihKutusu.png) no-repeat;	
}
.icerikTarih h1 {
	float:left;
	width:57px;
	padding:0 0 0 15px;
	border:none;
	font-size:12pt;	
}
.icerikGoruntule {
	float:left;
	width:71px;
	height:108px;
}
.goruntule a:hover , .goruntule a:active  , .indir a:hover , .indir a:active  {
	color:#F00;
}
.goruntule {
	float:left;
	width:71px;
	height:21px;
	background:url(../images/goruntule.png) no-repeat;
	margin:0 0 10px ;
	padding:25px 0 0 0;	
}
.goruntule h3 a {
	float:left;
	width:63px;
	padding:0 0 0 8px;
	font-size:10pt;
	font-weight:normal;
	color:#FFF;
}
.indir {
	float:left;
	width:71px;
	height:19px;
	background:url(../images/indir.png) no-repeat;
	padding:30px 0 0 0;
}
.indir h3 a {
	float:left;
	width:49px;
	padding:0 0 0 22px;
	font-size:10pt;
	font-weight:normal;
	color:#FFF;
}
.icerikResim {
	float:left;
	width:164px;
	height:108px;
	background-color:#000;
	margin:0 0 0 10px;
	color:#FFF;
}
.icerikBilgiler {
	float:left;
	width:284px;
	height:140px;
	margin:0 0 0 10px;
}

.gelistiriciBilgi a:link, .gelistiriciBilgi a:visited, .etiketBilgi a:link, .etiketBilgi a:visited, .yorumBilgi a:link, .yorumBilgi a:visited {
	color:#666;
}
.yazarBilgi a:link, .yazarBilgi a:visited {
	color:#333;
}
.gelistiriciBilgi a:hover, .gelistiriciBilgi a:active, .etiketBilgi a:hover, .etiketBilgi a:active, .yorumBilgi a:hover, .yorumBilgi a:active {
	color:#060606;
}
.yazarBilgi a:hover, .yazarBilgi a:active {
	color:#000;
}
.yazarBilgi {
	float:left;
	width:284px;
	height:32px;
	background:url(../images/yayinlayan.png) no-repeat;
}
.yazarBilgi h3 {
	width:249px;
	padding:9px 0 0 35px;
}
.gelistiriciBilgi {
	float:left;
	width:284px;
	height:32px;
	background:url(../images/gelistirici.png) no-repeat;
}
.gelistiriciBilgi h3 {
	width:249px;
	padding:6px 0 0 35px;
}
.etiketBilgi {
	float:left;
	width:284px;
	height:auto;
	background:url(../images/etiket.png) no-repeat;
	margin:0 0 5px 0;
}
.etiketBilgi h3 {
	width:249px;
	padding:6px 0 0 35px;
}
.yorumBilgi {
	float:left;
	width:284px;
	height:32px;
	background:url(../images/yorum.png) no-repeat;
}
.yorumBilgi h3 {
	width:249px;
	padding:6px 0 0 35px;
}
.oylama {
	float:left;
	width:444px;
	padding: 10px 10px 30px 85px;
}
#sagKolon { 
	float: left;
	width: 212px;
	margin: 0;
	padding: 10px;
	display: inline;
	/*background:#0C0;*/
}
#footer { 
	float:left;
	width: 796px;
	height:131px;
	background:url(../images/footer.png) no-repeat;
	margin:0px;
	padding: 10px 10px 0 10px;
	color: #333;
	text-indent:-9999px;
	display:inline;
}
#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#000;
	padding:2px 5px;
	color:#fff;
	display:none;
	}	