 /**
 * name 		DNA Project
 * version	 	2.0.0 
 * author 		Mustafa İREN
 * link 		mustafairen.com
 * license 		Tüm Hakları Saklıdır.
 * copyright 	2011-03-19
 * description	Blog Site CSS
 */

 /* Charset */
@CHARSET "UTF-8";

/* Genel */
body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color:#EFEFEF;/*#626262;*/ font-family:Arial, Helvetica, sans-serif;}
.x { border: 1px red solid; }
.divSol { float: left; }
.divSag { float: right; }
#temel { width:100%; min-width: 650px; overflow: hidden; }

/* Font */
.capsuula { font-weight: normal; font-style: normal; line-height:normal; font-family: 'CapsuulaRegular', sans-serif; font-size-adjust: 0.5; }
.golge { text-shadow: 3px 3px 3px #BBBBBB; }

/* Linkler */
a { height:20px; padding-right: 20px; margin-right:5px; text-decoration: none; }
a:link { color: #444;  }
a:active { color: #444; }
a:visited { color: #444; }
a:hover { text-decoration: underline; color:#000; background-image:url("http://mustafairen.com/statik/resim/plane.png"); background-position:right top; background-repeat:no-repeat; }

/* Üst */
#ust { width:100%; margin-top:50px; margin-bottom:7px; float: left; }
#ust h1 { padding-left:30px; }
.isim { font-size:5em; color:#9A9A9A; font-weight:normal; }
.slogan { font-size:1em; font-weight:bold; color:#585858; }

/* Orta */
#orta {  width: 100%; }
#orta p { margin-top:5px; margin-bottom:10px; margin-left: 10px; font-size: 3em; color: #AAAAAA; font-weight:bold; }
#orta span { font-size: 2em; }

/* Başlık */
.baslik { width:100%; padding-top:15px; padding-bottom:13px; font-size:2em; font-weight:bold; color:#464646; height:35px; }
.baslik h2 a { color:#464646; background: none; text-decoration: none; }

/* Metin */
.metin { width:100%; font-size:1.1em; color:#1A1A1A; line-height:1.2em; min-width: 600px; }
.metin p { padding-top: 5px; padding-bottom: 6px; }

/* Copyright */
#copyright { width:100%;  margin-top:10px; font-size:1.1em; padding-top:10px; padding-bottom:10px; background-color:#E0E0E0; color:#414141; /* FFF */ font-style:italic; }
#copyright .sozler { padding-left:30px; font-size: 1em; font-style: normal; }
#copyright .CLA { padding-right:10px; }
#copyright .CLA span { font-size:0.9em; }

/* Alt */
#alt { width:100%; padding-top:15px; padding-bottom:15px; background-color:#414141; color:#C3C3C3; }
#alt .linkler { padding-left:30px; }
#alt .linkler a { background:none; padding-right:0px; text-decoration:none; font-size: 1.1em;}
#alt .linkler a:link { color: #C3C3C3;  }
#alt .linkler a:active { color: #C3C3C3; }
#alt .linkler a:visited { color: #C3C3C3; }
#alt .linkler a:hover { color:#000; }
#alt .versiyon { padding-right:10px; font-size:0.75em; }
#altBG { width:100%; padding-top:2px; padding-bottom:2px; /* padding-right:10px; */ background-color:#414141; color:#C3C3C3; font-size:0.6em; }
