/* GLOBALLY USED CSS ELEMENTS THAT IS USED THROUGHOUT THE SITE */

/* GLOBAL DECLARATION */
* {font-family: tahoma; margin: 0; padding: 0;}
html, body {background: url('background.png') repeat-x top center; background-color: #FFFFFF; height: 100%; margin: 0 auto 0 auto;} 

/* GLOBAL REPLACEMENT TAGS */
a {text-decoration: none;}
a:hover {text-decoration: underline;}
b, strong {font-weight: bold;}
em {font-style: italic;}
form {display: inline;}
img {border: 0; display: inline; margin: 0; padding: 0;}
ol {margin: .8em 0 .8em 0;}
p {margin: 0px; padding: 0px}
table {border: 0; border-collapse: collapse; margin: 0; padding: 0;}
td {vertical-align: top;}
/* GLOBAL CLEAR ELEMENTS */
.clear {clear: both; float: left; font-size: 1px; height: 1px; width: 100%;}
.bigspacer {clear: both; float: left; font-size: 1px; height: 20px; margin: 0; padding: 0; width: 100%;}

/* GLOBAL CMS CONTROL */
.underline {text-decoration: underline;}

/* GLOBAL PAGE DIVIDER DOTTED HORIZONTAL LINE */
.divider {background: url('divider.png') repeat-x; float: left; font-size: 1px; height:11px; margin:2px 0 10px 0; padding: 0; width: 100%;}
.divider img {float: left; margin: 0;}
.divider img.backtop {float: right; margin: 0px 5px 0 0;}

/* GLOBAL MAIN INFORMATION ELEMENT FOR CONTENT */
#content {background: url('header_content_bg.png') no-repeat; float: left; margin: 0; padding: 0 7px 0 7px; width: 907px;}
#content .maincontent {background: url('orta.png') no-repeat; color: #032340; float: left; font-size: 11px; margin: 0; padding: 0 0 0 11px; width: 910px; height:200px; }
#content a {
color:#2E8B57; 
font-family: Tahoma; 
font-size:12px;
 font-weight: bold;
  }
#content li {
margin: .0em .0em .0em 1em;
  list-style: none;
  padding: 0px;
  }
#content h2 {color:#4A4A4A; font-family: Arial Narrow,sans-serif; font-size: 21px;  padding-left: 15px; padding-bottom: 5px; text-align: left; }
#maincontent h3 a {color: #8B4513; font-size: 13px; margin: 0; padding: 0 0 15px 0; width: 100%;}
#content h2 a {color:red; font-family: Arial Narrow,sans-serif; font-size: 21px;  padding: 0;}

#yazi {
	font-size: 11px;
	color:black;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: justify;
}
#yazi img { border: 1px;  border-color: #00DB02;  border-style: solid;  padding: 2px;  float: left;  margin: 10px; text-align: center;
     }

#content .maincontentfull {color: #032340; float: left; font-size: 11px; margin: 0; padding: 0 11px 0 11px; width: 885px;}

#icerik {
margin: 30px 0px 5px 0px;
	font-size: 12px;
	background-image: url(yazibg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #DBDBDB;
	 line-height: 20px; 
	 padding-left: 15px;
	 padding-top:10px;
	 padding-bottom:10px;
	

}



		}
	#icerikyazi {
margin: 30px 0px 0px 0px;
	font-size: 12px;	
	}

#icerikyazi img {
	border: 1px solid #dddddd;
	padding:5px;
margin: 0 auto 20px auto;
float: none;
		}	
		
	#baslik {
		font-family: "Arial Narrow";
	font-size: x-large;
	color: #C20001;
		border-bottom: 1px solid #DCDCDC;
		height: 32px;
		}
#haber  {
	width: 220px;
}	
.entry1 {
	text-align:left;
	font-size:12px;
	color: black;
	line-height:18px;
	padding-left: 25px;
	}
	.entry {
	text-align:left;
	font-size:12px;
	color: white;
	line-height:18px;
	padding: 5px;
	font-family: Tahoma;
	}
	
	.entry1 a {
	text-align:left;
	font-size:12px;
	color: #999999;
	line-height:18px;
	padding: 5px;
	text-decoration: none;
	}
	.entry1 a:hover {
	text-align:left;
	font-size:12px;
	color: White;
	line-height:18px;
	padding: 5px;
	text-decoration: none;
	}
	
	/*=== Traditional Blog Post ===*/
.navigation {
 height: 25px;
background-image: url(yazibg.jpg);
	background-repeat: repeat-x;
 border: 1px solid #2D2D2D;
 padding: 2px 3px 0px 3px;
 color: white;
  font-size: 14px;
  font-weight: bold;
}

.navigation a {
	color: #E1CF87;
	
	}
.alignleft{
	display: block;
	float:left;
}
.alignright{
	display:block;
	float:right;
}

/* form 1 */

	#form1{
		margin:1em 0;
		padding-top:10px;
		background:url(../images/form1/form_top.gif) no-repeat 0 0;
		}
fieldset{
padding:20px;
width:350px;
height:500;
		
		}		
	#form1 legend{display:none;}	
	#form1 p{margin:.5em 0;}	
	#form1 label{display:block;}	
input, #form1 textarea{		
		width:252px;
		border:1px solid #ddd;
		background:#fff url(../images/form1/form_input.gif) repeat-x;
		padding:3px;
		}		
textarea{
		height:125px;
		overflow:auto;
		}					

/* // form 1 */