/*
Theme Name: United Towers
Theme URI: http: //www.gupse.com/
Description: United Towers için Wordpress teması.
Author: Gupse İnternet Teknolojileri
Author URI: http: //www.gupse.net
version: 1.0
Tags: two-column, widget-ready, right sidebar
*/

/* ------------------------------------------------------------
	Reset Style Import
------------------------------------------------------------ */

@import url('reset.css');

/* ------------------------------------------------------------
	Main Styles
------------------------------------------------------------ */

body { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; background: #fff; font-size: 12px; }

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

.h05 { height: 5px; }
.h10 { height: 10px; }
.h15 { height: 15px; }
.h20 { height: 20px; }
.h05, .h10, .h15, .h20 { line-height: 1px; font-size: 1px; }

.clear { clear: both; }

.left { float: left; }
.right { float: right; }

img { border: none; }
img a { border: none;}

img.left { float: left; border: none; padding: 6px 0 0 0; }
img.right { float: right; border: none; padding: 0 0 0 6px; }

blockquote { border-left: 1px solid #A5ABAB; margin: 15px; padding: 0 12px 0 12px; }

code { font-family: "Courier New", Courier, monospace; }

/* links */

a { color: #000; text-decoration: none; outline: none; }
a:hover { text-decoration: none; }
strong { font-weight: bold; }

/* container */

#container {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 10px; 
	padding: 0;
	color: #333;
	overflow: hidden;
}

/* header */

#header {
	z-index: 9997;
	position: relative;
	width: 960px;
	height: 150px;
	background: url('images/header_bg.png') no-repeat;
	color: #fff;
	padding-bottom: 16px;
}

#header h1, #header h2 {
	position: absolute;
	left: -9999px;
}

#header h1 a {color: #404040; text-decoration: none;}
#header h1 a:hover {color: #666; text-decoration: none;}

#header a#logo { display: block; float: left; width: 320px; height: 100px; }
#header #logo img { width: 320px; height: 100px; }

/* Category Menu */

#topmenu {
	position: absolute;
	float: right;
	top: 2px;
	right: 10px;
	height: 24px;
	font-size: 11px;
}

#topmenu ul li {
	display: block;
	float: left;
	list-style-type: none;
}

#topmenu ul li a {
	display: block;
	float: left;
	height: 20px;
	padding: 0 5px;
	line-height: 18px;
	text-align: center;
	color: #231f20;
	border: 0;
}

#topmenu ul li a:hover {
	text-decoration: underline;
}

#topmenu ul li.middot {
	display: block;
	float: left;
	line-height: 20px;
	height: 20px;
}



/* Category Menu */
#menu {
	position: absolute;
	float: left;
	bottom: 16px;
	right: 10px;
	width: 632px;
	height: 42px;
	font-size: 12px;
	font-weight: bold;
	background: #fdcc26 url('images/cat_menu_bg.png') no-repeat;
}

#menu ul {
	margin: 0 0 0 1px;
	padding: 0;
}

#menu ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
}

#menu ul li a {
	width: 90px;
	height: 36px;
	padding-top: 6px;
	line-height: 14px;
	text-align: center;
	color: #d20101;
	display: block;
	border: 0;
	border-bottom: 0;
}

#menu ul li a:hover {
	background: url('images/cat_menu_bg_h.png') repeat-x;
	color: #fff;
}

/* SF Menu */
#catmenu, #catmenu ul {
	z-index: 9999;
	padding: 0;
	margin: 0;
	list-style: none;
}

#catmenu a {
	display: block;
	width: 90px;
}

#catmenu li {
	float: left;
	width: 90px;
}

#catmenu li ul {
	width: 90px;
	position: absolute;
	line-height: 14px;
	font-size: 11px;
	left: -999em;
}

#catmenu li ul a, #catmenu li ul a:hover {
	width: 190px;
	height: 18px;
	padding: 0 4px 0 2px;
	line-height: 16px;
	font-size: 11px;
	text-align: left;
	left: -999em;
	background: #db5800 url('images/-cat_sub_menu_bg.png') no-repeat;
	border: 1px solid #e3620c;
	border-top: 0;
	color: #fff;
}

#catmenu li ul a:hover {
	color: #fed228;
}

#catmenu li:hover ul, #catmenu li.sfhover ul {
	left: auto;
}
/* content */

#index {
	z-index: 999;
	float: left;
	width: 960px;
	padding-bottom: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

#content { float: left; width: 650px;  padding-bottom: 20px; }

	.post { float: left; width: 450px; padding: 0 0 0 10px; line-height: 18px; }
		.post h2, .postW h2 { float: left; width: 100%; line-height: 20px; font-family: Arial, 'Trebuchet MS', Tahoma, Verdana; font-size: 18px; padding-bottom: 10px; color: #ff6600; }
		.post h2 a, .postW h2 a { color: #000; text-decoration: none; }
		.post h2 a:hover, .postW h2 a:hover { color: #777; text-decoration: none; }
		.entry { margin: 10px 0; line-height: 20px; }
		.entry p { margin: 10px 0; }
		img.biform { display: block; float: left; margin: 10px 0;}
		.post .entry table { float: left; border: 1px solid #808080; margin: 5px 5px 5px 0; padding: 2px; border-collapse: separate; border-spacing: 3px; }
		.post .entry td { padding: 2px; border-collapse: separate; border-spacing: 3px; border-top: 1px solid #d4d0c8; border-right: 1px solid #808080; border-bottom: 1px solid #808080; border-left: 1px solid #d4d0c8; }

		.entry hr { clear: both; display: block; float: left; width: 100%; margin-top: 15px; color: #fff; border: 0; }
		td.fiyatulke { width: 230px; height: 40px; line-height: 40px; padding-left: 10px; background: url('images/fiyat_ulke_bg.gif') no-repeat; font-size: 12px; font-weight: bold; }
		td.fiyatulke a { color: #333; }
		a.anch { clear: both; display: block; float: left; width: 100%; }

	#featured { width: 637px; height: 252px; position: relative; overflow: hidden; padding-bottom: 10px; }
		#featured #caption { position: relative; float: left; width: 637px; height: 252px; overflow: hidden; }
		#featured #nav { position: absolute; right: 5px; bottom: 10px; z-index: 99; }
		#featured #nav a { margin: 3px; padding: 3px 5px; font-size: 14px; font-weight: bold; text-decoration: none; color: #000; background: #fff; border: 1px solid #ff7f00; font-family: Arial; }
		#featured #nav a.activeSlide { background: #fff; color: #d20101; border: 1px solid #ff7f00; }
		#featured #nav a:focus { outline: none; }
		#featured #output { text-align: left; }
		#featured #slider div a img { width: 635px; height: 250px; border: 1px solid #818181; }
		#featured #slider div h2 a { position: absolute; width: 515px; left: 0px; bottom: 10px; padding: 5px; color: #fff; font-size: 14px; font-weight: bold; background: #000; filter: alpha(opacity=70); -moz-opacity:0.70; -khtml-opacity: 0.70; opacity: 0.70; -ms-filter: "alpha (opacity=70)"; }

	#featured2 { width: 450px; height: 168px; position: relative; overflow: hidden; padding-bottom: 10px; }
		#featured2 #caption { position: relative; float: left; width: 450px; height: 168px; overflow: hidden; }
		#featured2 #nav { position: absolute; right: 4px; bottom: 4px; z-index: 99; }
		#featured2 #nav a { display: block; float: left; width: 8px; height: 8px; margin-left: 4px; padding: 0; background: #ff7f00; }
		#featured2 #nav a.activeSlide { background: #ffff00; }
		#featured2 #nav a:focus { outline: none; }
		#featured2 #output { text-align: left; }
		#featured2 #slider div a img { width: 448px; height: 166px; border: 1px solid #818181; }
		#featured2 #slider div h2 a { position: absolute; width: 330px; left: 0px; bottom: 10px; padding: 5px; color: #fff; font-size: 14px; font-weight: bold; background: #000; filter: alpha(opacity=70); -moz-opacity:0.70; -khtml-opacity: 0.70; opacity: 0.70; -ms-filter: "alpha (opacity=70)"; }

	.postC { width: 430px; height: 105px; overflow: hidden; margin-bottom: 10px; padding: 5px 10px 10px 10px; background: url('images/postC_bg.gif') no-repeat; }
		.postC h2 { width: 430px; height: 20px; line-height: 20px; overflow: hidden; font-family: Arial, 'Trebuchet MS', Tahoma, Verdana; font-size: 16px; font-weight: bold; height: 20px; padding-bottom: 5px; }
		.postC h2 a { text-decoration: none; color: #910000; }
		.postC h2 a:hover { color: #d20101; text-decoration: none; }
		.postC img.home_img { float: left; width: 115px; height: 80px; padding-right: 10px; }
		.postC .entry { display: block; float: left; width: 300px; height: 80px; overflow: hidden; margin: 0; padding: 0; line-height: 20px; }
		.postC .entry p { display: block; float: left; width: 300px; height: 80px; margin: 0; padding: 0; font-size: 12px; font-weight: normal; line-height: 20px; }
		.postC .wide, .postC .wide p { width: 420px; }

	.postL { width: 620px; height: 105px; overflow: hidden; margin-bottom: 10px; padding: 5px 10px 10px 10px; background: url('images/postL_bg.gif') no-repeat; }
		.postL h2 { width: 620px; height: 20px; overflow: hidden; font-family: Arial, 'Trebuchet MS', Tahoma, Verdana; font-size: 16px; font-weight: bold; height: 20px; padding-bottom: 5px; }
		.postL h2 a { text-decoration: none; color: #910000; }
		.postL h2 a:hover { color: #d20101; text-decoration: none; }
		.postL img.home_img { float: left; width: 115px; height: 80px; padding-right: 10px; }
		.postL .entry { height: 80px; overflow: hidden; margin: 0; padding: 0; line-height: 20px; }
		.postL .entry p { float: left; width: 495px; height: 80px; margin: 0; padding: 0; font-size: 12px; font-weight: normal; line-height: 20px; }

	.postS { float: left; width: 295px; height: 105px; overflow: hidden; margin-bottom: 10px; padding: 5px 10px 10px 10px; background: url('images/postS_bg.gif') no-repeat; margin-right: 10px; display: inline; }
		.postS h2 { display: block; float: left; width: 295px; height: 20px; overflow: hidden; font-family: Arial, 'Trebuchet MS', Tahoma, Verdana; font-size: 16px; font-weight: bold; padding-bottom: 5px; }
		.postS h2 a { display: block; float: left; width: 295px; height: 20px; overflow: hidden; text-decoration: none; color: #910000; }
		.postS h2 a:hover { color: #d20101; text-decoration: none; }
		.postS img.home_img { float: left; width: 115px; height: 80px; padding-right: 10px; }
		.postS .entry { display: block; float: left; height: 80px; overflow: hidden; margin: 0; padding: 0; line-height: 20px; }
		.postS .entry p { width: 160px; height: 80px; margin: 0; padding: 0; font-size: 12px; font-weight: normal; line-height: 20px; }

	.postW { float: left; width: 770px; padding: 0 0 0 10px; line-height: 18px; }
	.postRW { float: left; width: 750px; height: 105px; overflow: hidden; margin-bottom: 10px; padding: 5px 10px 10px 10px; background: url('images/postRW_bg.gif') no-repeat; }
		.postRW h2 { display: block; float: left; width: 750px; height: 20px; overflow: hidden; font-family: Arial, 'Trebuchet MS', Tahoma, Verdana; font-size: 16px; font-weight: bold; padding-bottom: 5px; }
		.postRW h2 a { display: block; float: left; width: 750px; height: 20px; overflow: hidden; text-decoration: none; color: #910000; }
		.postRW h2 a:hover { color: #d20101; text-decoration: none; }
		.postRW img.home_img { float: left; width: 115px; height: 80px; padding-right: 10px; }
		.postRW .entry { display: block; float: left; width: 750px; height: 80px; overflow: hidden; margin: 0; padding: 0; line-height: 20px; }
		.postRW .entry p { margin: 0; padding: 0; font-size: 12px; font-weight: normal; line-height: 20px; }
		.post .breadcrumb, .postW .breadcrumb { margin: 0 0 10px 0; }

	#sideleft { float: left; width: 180px; font-size: 11px; }
		#sideleft ul { list-style: none; }
		#sideleft ul li.catname { float: left; width: 165px; height: 20px; line-height: 20px; padding-left: 5px; overflow: hidden; background: #ff7f00; color: #fff; font-weight: bold; }
		#sideleft ul li .sub { float: left; width: 165px; height: 19px; line-height: 19px; padding-left: 5px; overflow: hidden; background: #dbe5f1; color: #000; border-bottom: 1px dotted #333; }
		#sideleft ul li a, #sideleft ul li.postli a, #sideleft ul li.cathead { float: left; width: 165px; height: 19px; line-height: 19px; padding-left: 5px; overflow: hidden; border-bottom: 1px dotted #333; color: #000; }
		#sideleft ul li.cathead { border-top: 0px dotted #333; }
		#sideleft ul li a:hover, #sideleft ul li.postli a:hover { float: left; width: 165px; height: 20px; padding-right: 10px; color: #fff; background: url('images/sideleft_ahover_bg.gif') no-repeat; border: 0; }
		#sideleft ul li a.current, #sideleft ul li.postli a.current { float: left; width: 165px; padding-right: 10px; color: #fff; background: url('images/sideleft_ahover_bg.gif') no-repeat; border: 0; }
		#sideleft ul li.seperate { float: left; width: 165px; height: 20px; }
		#sideleft ul li.priname, #sideleft ul li.priname a:hover { float: left; width: 170px; height: 19px; line-height: 19px; overflow: hidden; background: #ff7f00; color: #000; font-weight: normal; border-bottom: 1px dotted #333; }
		#sideleft ul li.priname a:hover { color: #fff; }

		#sideleft ul li.panelim, 
		#sideleft ul li.panelim a, 
		#sideleft ul li.panelim a:hover, 
		#sideleft ul li.cv-olustur, 
		#sideleft ul li.cv-olustur a, 
		#sideleft ul li.cv-olustur a:hover 
			{ float: left; width: 170px; height: 32px; border: none; margin-bottom: 2px; text-indent: -32000px; }

		#sideleft ul li.panelim, #sideleft ul li.panelim a:hover { background: url('images/wat-menu_panelim.png') no-repeat !important; }
		#sideleft ul li.panelim a:hover { background: url('images/wat-menu_panelim.png') no-repeat !important; background-position: 0 -32px !important; }

		#sideleft ul li.cv-olustur { background: url('images/wat-menu_cv-olustur.png') no-repeat !important; }
		#sideleft ul li.cv-olustur a:hover { background: url('images/wat-menu_cv-olustur.png') no-repeat !important; background-position: 0 -32px !important; }

		.breadcrumb { float: left; background: #b8b8b8 url('images/breadcrumb_current_end_bg.gif') no-repeat top right; font-size: 11px; color: #fff; margin: 0 0 10px 10px; padding-right: 20px; line-height: 14px; }
		.breadcrumb a { float: left; height: 16px; padding: 2px 5px 2px 22px; color: #fff; background: url('images/breadcrumb_sep_bg.gif') no-repeat top left; }
		.breadcrumb a.home { float: left; background: url('images/breadcrumb_home_bg.tif') no-repeat; width: 16px; padding: 0; margin: 0; }
		.breadcrumb a.current { float: left; background: #ff7f00 url('images/breadcrumb_current_bg.gif') no-repeat; color: #fff; }
		.breadcrumb a:hover { text-decoration: underline; }
		.breadcrumb .seperator { float: left; width: 20px; height: 20px; }

	.cat { float: left; width: 650px; line-height: 18px; }
		.cat h2 { float: left; width: 640px; line-height: 32px; font-size: 18px; font-weight: bold; color: #ff6600; border-bottom: 1px solid #ff6600; }
		.cat .breadcrumb { float: left; margin: 0; }
		.cat ul.catlist { list-style: none; float: left; width: 100%; margin-top: 10px; }
		.cat ul.catlist li { display: block; float: left; width: 300px; height: 40px; font-size: 14px; font-weight: bold; line-height: 40px; margin: 0 10px 10px 0; padding-left: 15px; background: url('images/subcat_bg.gif') no-repeat; border-bottom: 0px solid #fed228; }
		.cat ul.catlist li a { color: #ff7f00 }
		.cat ul.catlist li a:hover { color: #d20101; text-decoration: none; }

	.post ul.ulkeler { margin: 0; padding: 0; }
	.post .ulkeler li { display: block; float: left; width: 450px; height: 50px; line-height: 28px; margin-bottom: 10px; padding: 0; background: url('images/rehber_bg.gif') no-repeat; border: 0; }
	.post .ulkeler li a { display: block; float: left; width: 240px; height: 50px; line-height: 50px; font-size: 18px; text-indent: 56px; }
	.post .ulkeler li.almanya-rehberi a { background: url('images/flags/almanya.gif') no-repeat 3px 2px; }
	.post .ulkeler li.amerika-rehberi a { background: url('images/flags/amerika.gif') no-repeat 3px 2px; }
	.post .ulkeler li.avustralya-rehberi a { background: url('images/flags/avustralya.gif') no-repeat 3px 2px; }
	.post .ulkeler li.avusturya-rehberi a { background: url('images/flags/avusturya.gif') no-repeat 3px 2px; }
	.post .ulkeler li.bulgaristan-rehberi a { background: url('images/flags/bulgaristan.gif') no-repeat 3px 2px; }
	.post .ulkeler li.cin-rehberi a { background: url('images/flags/cin.gif') no-repeat 3px 2px; }
	.post .ulkeler li.fransa-rehberi a { background: url('images/flags/fransa.gif') no-repeat 3px 2px; }
	.post .ulkeler li.guney-afrika-rehberi a { background: url('images/flags/guney-afrika.gif') no-repeat 3px 2px; }
	.post .ulkeler li.ingiltere-rehberi a { background: url('images/flags/ingiltere.gif') no-repeat 3px 2px; }
	.post .ulkeler li.ispanya-rehberi a { background: url('images/flags/ispanya.gif') no-repeat 3px 2px; }
	.post .ulkeler li.macaristan-rehberi a { background: url('images/flags/macaristan.gif') no-repeat 3px 2px; }
	.post .ulkeler li.kanada-rehberi a { background: url('images/flags/kanada.gif') no-repeat 3px 2px; }
	.post .ulkeler li.malta-rehberi a { background: url('images/flags/malta.gif') no-repeat 3px 2px; }
	.post .ulkeler li.polonya-rehberi a { background: url('images/flags/polonya.gif') no-repeat 3px 2px; }
	.post .ulkeler li.rusya-rehberi a { background: url('images/flags/rusya.gif') no-repeat 3px 2px; }
	.post .ulkeler li.yeni-zelanda-rehberi a { background: url('images/flags/yeni-zelanda.gif') no-repeat 3px 2px; }

	.post ol, .post ul { padding-left: 24px; margin-bottom: 10px; }
	.post ul { padding-left: 26px; }
	.post ol { padding-left: 32px; }
	.post ol li, .post ul ol li { list-style: decimal outside; }
	.post ul li, .post ul ul li { list-style: disc; }

.postmetadata{
	clear: both;
	background: #F7F7F7;
	padding: 6px;
	margin: 20px 0;
}

.navigation {
	font-size: 11px;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.alignleft a{float: left; margin: 25px 0;}
.alignright a{float: right; margin: 25px 0;}

	.entry #banners { position: relative; float: right; width: 480px; height: 220px; margin: 0 5px 10px 0; overflow: hidden; }
	.entry #banners img { width: 480px; height: 220px; }


/* Sidebar */
#sidebar { float: right; width: 300px; margin: 0; padding: 0 0 0 10px; b-ackground: #333; }

	#sidebar #banners { position: relative; float: left; width: 300px; height: 300px; margin-bottom: 10px; overflow: hidden; }
	#sidebar #banners img { width: 300px; height: 300px; }

	.postR { float: left; width: 280px; height: 105px; overflow: hidden; margin-bottom: 10px; padding: 5px 10px 10px 10px; background: url('images/postR_bg.gif') no-repeat; }
		.postR h2 { display: block; float: left; width: 280px; height: 20px; overflow: hidden; font-family: Arial, 'Trebuchet MS', Tahoma, Verdana; font-size: 16px; font-weight: bold; padding-bottom: 5px; }
		.postR h2 a { display: block; float: left; width: 280px; height: 20px; overflow: hidden; text-decoration: none; color: #910000; }
		.postR h2 a:hover { color: #d20101; text-decoration: none; }
		.postR img.home_img { float: left; width: 115px; height: 80px; padding-right: 10px; }
		.postR .entry { display: block; float: left; width: 145px; height: 80px; overflow: hidden; margin: 0; padding: 0; line-height: 20px; }
		.postR .entry p { width: 145px; height: 80px; margin: 0; padding: 0; font-size: 12px; font-weight: normal; line-height: 20px; }

	.opinion { float: left; width: 300px; overflow: hidden; margin-bottom: 10px; padding: 0; background: #f1efed; }
	.opinion_head { float: left; width: 300px; overflow: hidden; padding: 60px 0 0 0; background: url('images/opinion_head_bg.gif') no-repeat; }
	.opinion_foot { float: left; width: 300px; height:60px; overflow: hidden; padding: 0; background: url('images/opinion_foot_bg.gif') no-repeat; }
	.opinion img { float: left; width: 115px; height: 80px; margin-right: 6px; padding: 1px; border: 1px solid #7d7d7b; background: #c1c1c1; }
	.opinion .text { clear: both; padding: 10px; font-family: Arial; font-size: 14px; color: #333; }
	.opinion .author { clear: both; text-align: right; font-size: 14px; padding: 0 20px 10px 0; font-weight: bold; color: #000; }

	.entry img.c115x80 { float: left; width: 115px; height: 80px; margin-right: 6px; padding: 1px; border: 1px solid #7d7d7b; background: #c1c1c1; }

	#quickaccess { float: left; width: 270px; height: 20px; overflow: hidden; margin-bottom: 10px; padding: 15px; background: url('images/quickaccess_bg.gif') no-repeat; }
	#quickaccess #jumps { float: left; width: 270px; height: 20px; border: 1px solid #777; background: #fff; }
	#quickaccess #jumps .jelement { font-family: Verdana; font-size: 12px; color: #000; font-weight: bold; }
	#quickaccess #jumps .sub { font-size: 12px; color: #444; font-weight: normal; }

	#socialmedia { float: left; width: 225px; margin-bottom: 10px; padding: 5px 0 0 75px; }

/* Search Form */

#sidebar #searchform { z-index: 1; position: relative; float: right; display: inline; width: 300px; height: 38px; background: url('images/search_bg.gif') no-repeat top left; overflow: hidden; margin: 0 0 10px 0; padding: 0; }
#sidebar #searchbox { position: absolute; top: 8px; left: 4px; float: left; width: 200px; color: #000; font-size: 14px; font-weight: normal; margin: 0; padding: 3px 0px 3px 10px; border: 0; display: inline; }
#sidebar #searchbutton { float: right; background: url('images/1x1.gif') no-repeat; border: 0; width: 76px; height: 38px; cursor: pointer; padding: 0; }

#sidebar .reform { z-index: 1; position: relative; float: right; display: inline; width: 300px; height: 38px; overflow: hidden; margin: 0 0 10px 0; padding: 0; }

/* comments */


#commentform{
	background: #fff;
	margin: 0;
	padding: 0;
}

#commentform p{
	color: #000;
}

#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14px;}

#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10px;
	font-weight: 300;
	color: #000;
	margin: 0;
	padding: 0;
}

#comment{
	width: 80%;
}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 0;
	border: 1px solid #000;
}

#submit{margin: 5px 5px 0 0;}

#comments{margin: 0; padding: 0}

ol.commentlist {list-style-type: none; margin: 0; padding: 0;}

.avatar{float: left; margin: 0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin: 10px 0;
	padding: 5px 0 5px 10px;
	list-style-type: none;
}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14px;}

ol.commentlist a {color: #000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 0;
	margin: 14px 0;
}

#searchform input#s{
	margin: 0;
	padding: 2px;
	border: 1px solid #000;
}

#searchform input#searchsubmit{
	border: none;
	background: #333;
	color: #fff;
	text-transform: lowercase;
}

/*                                               */
/*                 İletişim                      */
/*                                               */

.cssform p { width: 450px; clear: left; margin: 0; padding: 5px 0 5px 0; border: 0; height: 1%; }
.cssform label { float: left; margin-left: 0px; width: 132px; height: 18px; font-size: 11px; font-weight: bold; }
.cssform input, .cssform select { width: 220px; }
.cssform #cinsiyet { width: 12px; border: 0; }
.cssform #cepkod { width: 24px; }
.cssform #cepno { width: 120px; }
.cssform input.submit { width: 100px; height: 30px; background: url('images/contact_send_bg.gif') no-repeat; border: none; cursor: pointer; outline: none; font-family: Arial; letter-spacing: 1px; font-weight: bold; color: #d20101; }
.cssform textarea { width: 300px; height: 180px; }
.cssform select, .cssform input, .cssform textarea { border-top: 1px solid #808080; border-left: 1px solid #808080; border-bottom: 1px solid #d4d0c8; border-right: 1px solid #d4d0c8; padding: 1px; }
.cssform small { font-size: 10px; }
p.detail { clear: both; margin: 5px 0px; padding: 3px 5px; border: 1px solid #cfc9c5; background: #f1ebe8; font-size: 11px; line-height: 15px; color: #5e5e5e; }
.alert { width: 420px; margin: auto; margin-bottom: 10px; padding: 5px; font-size: 11px; line-height: 14px; font-weight: bold; color: #d20101; border: 1px solid #fff35e; background: #fffbcc; }
.cssform textarea#metin { height: 100px !important; }

/* misc */

img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left } 
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px;  -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }


/* footer */

#footer {
	background: url('images/footer_bg.png') no-repeat;
	clear: both;
	width: 960px;
	height: 200px;
	font-family: Calibri, Arial, Tahoma, 'Trebuchet MS'; 
	color: #000;
}

	#footer .footertop { float: left; width: 960px; height: 36px; padding: 10px 0 0 10px; font-family: Calibri, Arial, Tahoma, 'Trebuchet MS'; }
		.footertop .left { float: left; width: 560px; height: 36px; line-height: 36px; color: #939598; }
		.footertop .right { float: right; width: 94px; height: 20px; padding: 5px 10px 0 0; }

	#footer .step2 strong, #footer .step3 strong, #footer .step4 strong  { display: block; float: left; width: 100%; height: 38px; line-height: 32px; font-weight: normal; color: #000; }

	#footer .step1 { float: left; width: 360px; height: 140px; padding: 0; }

	#footer .step2 { float: left; width: 196px; }
		#footer .step2 p { line-height: 17px; color: #757679; }

	#footer .step3 { float: left; width: 196px; line-height: 16px; color: #757679; }
		#footer .step3 p.first { float: left; width: 74px; height: 28px; }
		#footer .step3 p.second { float: left; width: 120px; height: 28px; }

	#footer .step4 { float: left; width: 80px; }
		#footer .step4 img { float: left; width: 61px; padding-left: 6px; }

#footer a { color: #333; text-decoration: none; }
#footer a:hover { color: #555; text-decoration: underline; }

#design {   width: 500px; height: 20px; line-height: 20px; font-family: Calibri, Arial, Tahoma, 'Trebuchet MS';  font-size: 12px; text-align: right; float:right }
#design2{  width: 300px; height: 20px; line-height: 20px; font-family: Calibri, Arial, Tahoma, 'Trebuchet MS';  font-size: 12px; text-align: left;float:left }
#design a , #design2 a { color: #999; }
