
/*	-------------------------------------------------------------
	LignaDecor
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Tanım:			Ana css belgesi
	Dosya adı:		main.css
	Versiyon:		1.0
	Tarih:			10 Nisan 2007
	Kod Yazarı:		Orhan Küçükerman (İki Pixel Multimedia)
	-------------------------------------------------------------	*/


/*	-------------------------------------------------------------
	Ana şablon Stilleri
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	font: 10pt arial,tahoma,verdana,sans-serif;
	}
h1, h2, h3, h5, h6 {
	margin: 1em 0 .2em;
	font-family: arial,tahoma,verdana,sans-serif;
	}

* {
	float:none;
	position:static;
	width:auto;
	background:#fff;
	}
p {
	margin: 0 0 1em;
	}
img {
	border:none;
	display:block;
	margin: .5em 0;
	}
dt {
	font-weight:bold;
	}

/*	-------------------------------------------------------------
	Görünmeyecek Bölümler
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header, #logo, #menu, #aboutcontent, #banner, #navigation, #contact_form, #footer, h4 {
	display:none;
	}

/*	-------------------------------------------------------------
	Görünecek Bölümler
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#container #content h1{
	color: #c00;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0;
	border-bottom: 1px solid #666;
	line-height: 1em;
	padding: 0 0 8px 0;
	margin: 0 0 20px 0;
}
#container #content h2{
	color: #000;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1em;
	padding: 0;
	margin: 0;
}	
#container #content h2 a, #container #content h1 a{
	color: #000;
	text-decoration: none;
}		
#container #content h1 a:hover, #container #content h2 a:hover{
	color: #c00;
}	
#container #content h3, #container #content h4{
	color: #FF6501;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	border-bottom: 1px solid #FF6501;
	line-height: 1em;
	padding: 0 0 8px 0;
	margin: 0 0 20px 0;
}	
#container #content p{
	line-height: 1.5em;
	margin: 10px 0;
}
#container #content img {
	margin: 10px 25px;
	_margin: 5px 15px;
	padding: 0;
}
#container #content ol {
	line-height: 1.8em;
	margin: 0 30px 20px 50px;
}	
#container #content ul {
	line-height: 1.8em;
	margin: 0 30px 20px 20px;
}
#container #content ul li {
	background: url(../tr/images/li_bluebox.gif) no-repeat 0 5px;
	line-height: 1.8em;
	list-style: none;
	margin: 0 0 5px 0;
	padding-left: 15px;
}