@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background:url(../images/kcelik_bg.jpg) #020201 no-repeat center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul {
	list-style: none;
	margin:0;
	padding:0;
}
a:link, a:visited {
	text-decoration:underline;
	color:#993300;
}
a:hover {
	text-decoration:underline;
	color:#993300;
}
sup {
	vertical-align:top;
	font-size:10px;
	color:#f8951d;
	margin-left:2px;
}
td {
	text-align:left;
}
#container {
	width:960px;
	margin: 0 auto;
	padding:0;
	text-align: left;
}
#header {
	margin: 0; 
	width:960px;
	height:130px;
}
#header div.top_links {
	padding-top:110px;
	vertical-align:text-bottom;
	float:left;
}
#header a.top_link:link, a.top_link:visited{
	background:url(../images/header_bg.jpg) #231c10 left no-repeat;
	margin-right:3px;
	padding:5px;
	color:#fff;
	text-decoration:none;	
}
#header a.active:link, a.active:visited{
	background:#f6e3bf;
	margin-right:3px;
	padding:5px;
	color:#04161b;
	text-decoration:none;	
}
#header a.top_link:hover{
	background:#f6e3bf;
	margin-right:3px;
	padding:5px;
	color:#04161b;
	text-decoration:none;
}
#main {
	margin:0 auto;
	padding:15px 15px 0 15px;
	height:100%;
	background:url(../images/kcelik_bg_center.jpg) no-repeat center top;
	background-color:#f8eacd;
}
#footer {
	background:url(../images/header_bg.jpg) #231c10 left no-repeat;
	color:#fff;	
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	border-top:1px solid #987433;
}
#footer div.box{
	margin:3px;
	color:#fff;
	float:left;
}
ul.comments li{
	padding:5px 0 0 0;
}
div.top {
	background:url(../images/balloon_top.png) left no-repeat;
	width:900px;
	height:9px;
}
div.body {
	background:url(../images/balloon_body.png) left repeat-y;
	width:900px;
}
div.bottom {
	background:url(../images/balloon_bottom.png) left no-repeat;
	width:900px;
	height:32px;
}
ul.comments p{
	font-size:14px;
	margin:0;
	padding:10px 10px 5px 10px;
}
div.heading {
	color:#55350f;
	width:600px;
	padding-left:10px;
}
div.details {
	color:#55350f;
	width:300px;
	padding-left:45px;
}
span.header{
	font-weight:bold;
	font-family:Georgia;
	font-size:14px;
}
span.name{
	color:#7c6946;
	font-family:Georgia;
}
span.date{
	font-style:italic;
	color:#b19c72;
	font-family:Georgia;
}
div.designed {
	margin:3px;
	padding-right:10px;
	float:right;
	color:#fff;
}
div.designed a {
	background-color: #55350f;
	color:#fff9e1;
	padding:3px;
	text-decoration:none;
}
img.image {
	border:1px solid #231c10; 
 }
img.k_image {
	float:right;
	margin:20px;
	border:1px solid #231c10; 
 }
p.article {
	font-family: Garamond bold;
	color:#222222;
	text-align:center;
 }
input[type="text"]{
	width:150px;
	color:#231c10;
	border:1px solid #231c10;
	background-color:#fff9e1;
}
textarea{
	color:#231c10;
	border:1px solid #231c10;
	background-color:#fff9e1;
}
.button {
	padding:3px;
	color:#fff;
	background:#231c10;
	border:1px #ccc solid;
	cursor:pointer;
}
label.error { 
	 color: red; vertical-align: top; padding:2px;
}
.clear {
	clear:both;
}
.right {
	float:right;
}