/**
* Yuksel Turhan
* yuksel@turhan.gen.tr
* 12.11.2008
*/

/**
* Reset
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**
* Genel
*/
body {
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	color: #333;
	font-size: .9em;
	line-height: 1;
}
p {
	line-height: 120%;
}
a {
	color: #008DC4;
	text-decoration: none;
	outline: none;
}
a:hover {
	color:#00ABEC;
}
a img {
	border: none;
}
.clear {
	clear: both;
	display: block;
}
#sayfa {
	margin: 0 auto;
	width: 960px;
}
#logo a {
	width: 381px;
	height: 96px;
	background-image: url(../img/logo.gif);
	text-indent:-5000px;
	margin:30px;
	display: block;
}
h3 {
    font-size:1.1em;
}

/**
* Ana menu
*/
#menu {
	height: 50px;
	background: url(../img/menu_bg.png) repeat-x;
	width: 960px;
}
#menu ul {
	height: 50px;
	padding-left:24px;
	background: url(../img/menu_sol.gif) no-repeat top left;
	float: left;
}
#menu ul li {
	float: left;
	height: 50px;
}
#menu ul li a {
	float: left;
	height: 12px;
	padding:18px;
	padding-top:20px !important;
	padding-top: 18px;
	border-left:1px solid #fff;
	border-right:1px solid #ccc;
	color:#333;
	font-weight: bold;
	font-size:1em;
	padding-left: 64px;
	background-position:18px center;
	background-repeat: no-repeat;
}
#menu ul li a:hover, #menu .aktif {
	background-color: #f9f9f9;
}
li#sozluk2 {
	border-left:1px solid #ccc;
}
li#araclar {
	border-right:1px solid #fff;
}
#sozluk2 a {
	background-image: url(../img/ikon/sozluk.png);
}
#indeks a {
	background-image: url(../img/ikon/indeks.png);
}
#iletisim a {
	background-image: url(../img/ikon/info.png);
}
#araclar a {
	background-image: url(../img/ikon/arac.png);
}
#yardim a {
	background-image: url(../img/ikon/yardim.png);
}
#menu div {
	height: 50px;
	width: 15px;
	float: right;
	background: url(../img/menu_sag.gif) no-repeat right top;
}

/**
* Icerik
*/
#govde {
	border: 1px solid #ccc;
	padding:20px !important;
	padding: 18px;
	background-color: #fff;
	min-height:300px;
	height:auto !important;
	height:300px;
}

/**
* Arama
*/
#arama {
	width: 615px;
	float: left;
}
#ara {
	background-image: url(../img/kutu/kutu.png);
	height: 48px;
}
#ara form {
	padding: 7px 5px 5px 5px;
}
#form_kelime {
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	border: none;
	background-color: transparent;
	width: 510px;
	padding: 2px;
	margin-top:2px;
}
#form_ara {
	padding-top: 3px;
	float:left;
	background-color: transparent;
	border:none;
	width:32px;
	height:32px;
	cursor:pointer;
}
#yukleniyor {
	float: left;
	margin: 3px;
	width: 16px;
	height: 16px;
	padding-top:8px;
}
#rastgele {
	float: right;
	text-indent: -5000px;
	height: 31px;
	width: 31px;
	margin:2px;
}
#ayrinti {
	background: url(../img/ayrinti.png) repeat-x bottom;
	width:575px;
	height: 130px;
	margin: 0 20px 0px 20px;
	display: none;
	padding-bottom:10px;
}
#otoarama {
	height: 26px;
	display: block;
	padding-top: 10px;
	padding-right:20px;
	padding-left:20px;
}
#anahtar {
	font-weight: bold;
}
#otoarama .true {
	color: green;
}
#otoarama .false {
	color: red;
}
#otoarama a:hover {
	text-decoration:underline;
}
#ara_gizle {
	height: 15px;
	width: 46px;
	background: url(../img/ara_alt_gizle.gif) top;
	cursor: pointer;
	margin-left:530px;
	margin-bottom: 10px;
	position: relative;
	top:-1px;
	display:none;
}

/**
* Arama - Klavye
*/
#kdil {
	position: absolute;
	width:200px;
}
#kdil a {
	display:block;
	padding:0 10px;
	background-color:#E1FFE1;
	color:green;
}
#kdil .kdilaktif {
	font-weight:bold;
	background-color: white;
}
#kdil .kdildeaktif {
	padding:3px;
	margin-left:10px;
}
#klavye {
	text-align:center;
}
#klavye a {
	height: 25px;
	width: 22px;
	background:url(../img/buton.gif);
	margin:2px;
	padding-top:2px;
	text-align:center;
	cursor: pointer;
	color:#333;
	font-weight:bold;
}
#klavye br {
	clear:both;
}

/**
* Sonuclar
*/
#sonuc {
	line-height: 1.3em;
}
#sonuc dl {
	padding: 5px;
}
#sonuc dl.iki {
	background-color: #f1f1f1;
}
#sonuc dl:hover {
	background-color: #E8F9FF;
}
.dinle {
	float: left;
	background-color: transparent;
	width: 26px;
	text-align: center;
	margin-top: 4px;
}
.baslik, .anlam {
	margin-left: 26px;
}
.baslik {
	font-size: 1.2em;
	font-weight: bold;
	color: #006A93;
	padding: 5px;
}
.anlam {
	color: #666;
	padding: 5px;
	text-align: justify;
}
.anlam ul {
	list-style: none;
	padding-left: 20px;
}
.anlam i {
	color: #008DC4;
}
.mp3 {
	position: relative;
	margin-top:50%;
}
#sonuc h2 {
	font-size: 1.25em;
	padding-top: 10px;
}
#sonuc h3 {
	font-weight: bold;
	padding: 15px 0 5px 0;
	padding: 5px;
}
#sonuc ul li {
	background: url(../img/ikon/li.gif) left no-repeat;
	padding: 3px 20px;
}
.kalici {
	padding-right: 20px;
	margin-top:10px;
	float:right;
	background:url(../img/ikon/link.gif) right no-repeat;
	font-size: .9em;
}
#sonuc p {
	text-align: justify;
	padding: 5px;
}
#uyari {
	padding: 10px;
	text-align: left;
	border-top:2px solid #FFA537;
	border-bottom:2px solid #FFA537;
	background: #FFF0DD url(../img/ikon/uyari.png) no-repeat 20px;
	text-indent:50px;
}

/**
* Sozlukler
*/
#govde_sag {
	width: 280px;
	margin-left: 635px;
}
#sozlukler {
	color: #fff;
	background: #fff url(../img/kutu/sozluk_ust2.png) no-repeat top;
	line-height: 1em;
}
#sozlukler h2 {
	font-size: 1.25em;
	background: url(../img/ikon/star.png) no-repeat 10px;
	text-indent: 40px;
	letter-spacing: 2px;
	padding-top: 16px;
	height: 32px;
}
#sozlukler ul {
	background: url(../img/kutu/sozluk_alt2.gif) no-repeat bottom;
	padding-bottom:8px;
	list-style-position: inside;
	background-color: #F8F8F8;
}
#sozlukler li {
	list-style-position: outside;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#sozlukler li a {
	display: block;
	width:260px;
	font-size: .9em;
	padding:8px 10px;
	font-weight: bold;
	color:#333;
}
#sozlukler a:hover {
	background-color:#eaeaea;
}
#sozlukler #secili a {
	background-color:#e0e0e0;
	border-left:10px solid #333;
	margin-left:-11px;
	color: #333;
	font-weight: bold;
}
#sozlukler i {
	display: none;
	font-weight:normal;
	font-size: 90%;
	color: #666;
}

/**
* Alt
*/
#alt_sol {
	width: 800px;
	float: left;
	font-size: .9em;
	padding: 3px;
	color:#999;
}
#alt_sag {
	margin-left: 866px;
}
.xhtml, .css {
	display: block;
	width:44px;
	height: 22px;
	background-image: url(../img/xhtml.gif);
	text-indent: -5000px;
	float: left;
	margin: 3px;
	margin-left:0;
}
.css {
	background-position:bottom
}

/**
* Dil
*/
#dil {
	clear: both;
	position: absolute;
	top:185px !important;
	top:155px;
	margin-left: 870px;
	list-style: none;
}
#dil li {
	float: left;
}
#dil li a {
	display: block;
	width: 30px;
	height: 22px;
	text-indent: -5000px;
	background-image: url(../img/dil.gif);
	margin-left:2px;
}
#dil #sozluk {
	background-position:left bottom;
}
#dil #dictionary {
	background-position:right bottom;
}
#dil #sozluk:hover, #dil #sozluk.dil_aktif {
	background-position:left top;
}
#dil #dictionary:hover, #dil #dictionary.dil_aktif {
	background-position:right top;
}

/**
* Diger sayfalar
*/
.sayfa_baslik {
	font-size: 1.2em;
	font-weight:bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #999;
	margin-bottom:20px;
	padding-top:10px;
	padding-left:40px;
	height: 26px;
}
.iletisim_baslik {
	background: url(../img/ikon/info.png) left top no-repeat;
}
.yardim_baslik {
	background: url(../img/ikon/yardim.png) left top no-repeat;
}
.araclar_baslik {
	background: url(../img/ikon/arac.png) left top no-repeat;
}
.indeks_baslik {
	background: url(../img/ikon/indeks.png) left top no-repeat;
}

/**
* İletisim
*/
#iletisim_formu {
	margin-top:20px;
}
#iletisim_formu label {
	display: block;
}
#iletisim_formu legend {
	padding: 10px 0;
	font-weight: bold;
}
#iletisim_formu p {
	padding: 5px;
}
#iletisim_formu input, #iletisim_formu textarea {
	width: 400px;
	margin: 3px 0;
	border:1px solid #ccc;
	padding: 3px;
	background-color: #fafafa;
	font-size:1.1em;
}
#iletisim_formu .iletisim_focus {
	background-color: #E8F9FF;
	border: 2px solid #86dfff;
}
#iletisim_formu .hata {
	border: 2px solid #ff5757;
	background-color: #ffd7d7;
}
#iletisim_formu textarea {
	height: 200px;
}
.hata_metin {
	color:red;
	font-size:.9em;
}
#iletisim_formu button {
	background-image:url(../img/iletisim_buton.png);
	height: 32px;
	width:147px;
	border:none;
	background-color: transparent;
	letter-spacing: 1px;
	cursor: pointer;
	font-weight: bold;
	color:#666;
	text-align: left;
	padding-left:40px;
}

/**
* Ust menu
*/
#ustmenu {
	position: absolute;
	top:10px;
	margin-left:780px;
}
#ustmenu li {
	float:left;
}
#ustmenu a {
	display: block;
	padding-left:20px;
	padding-right:10px;
	background-position: left;
	background-repeat: no-repeat;
	font-size: .8em;
	color: #666;
	margin-left:10px;
}
#ustmenu .ustmenu_anasayfa {
	background-image: url(../img/ikon/home.gif);
	border-right: 1px dotted #ccc;
}
#ustmenu .ustmenu_iletisim {
	background-image: url(../img/ikon/mail.gif);
}
.kutu {
	width:615px;
	padding:0 0 14px 0;
	margin:10px auto;
	background:url("../img/kutu/kutu.gif") bottom left no-repeat;
}
.kutu .kutu_ust {
	display: block;
	margin:0;
	font-size: 1px;
	padding:7px 10px 3px 10px;
	background:url("../img/kutu/kutu.gif") top left no-repeat;
}
.kutu div {
	margin:0;
	padding:0 10px 3px;
	border:1px solid #ccc;
	border-width:0 1px;
	background:#fff;
}

/*
* Kelime listesi
*/
#kelimeler ul {
	width:200px;
	float:left;
}
#kelimeler li {
	background: url(../img/ikon/li.gif) left no-repeat;
	padding: 3px 20px;
}
#sayfalama {
	padding-top:20px;
	text-align:center;
}
#sayfalama a {
	padding:3px;
}
.kelimeler_h3 {
	font-size:1.05em;
	font-weight:bold;
	padding-bottom:10px;
	letter-spacing:1px;
}
.harfler {
	text-align: center;
	margin: 1px;
}
.harfler a {
	font-size:1.2em;
	font-weight:bold;
	border: 1px solid #ccc;
	float: left;
	color:#666;
	padding-top: 7px;
	height:21px;
	margin: 1px;
	width:28px;
	text-align: center;
	background: url(../img/menu_bg.png) bottom;
}
.harfler a:hover {
	background-color: #f9f9f9;
	background-position: top;
}
