
/*	-------------------------------------------------------------
	Kaşifin Rehberi
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Tanım:			Print stilleri için css belgesi
	Dosya adı:		print.css
	Versiyon:		1.0
	Tarih:			15 Eylül 2006
	Kod Yazarı:		Orhan Küçükerman (İki Pixel Multimedia)
	-------------------------------------------------------------	*/


/*	-------------------------------------------------------------
	Ana şablon Stilleri
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	font: 10pt arial,tahoma,verdana,sans-serif;
	}
h1, h2, h3, h4, 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, #menu, #footer, #pagingcontainer, #content embed, #returnlink {
	display:none;
	}

/*	-------------------------------------------------------------
	Görünecek Bölümler
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content h1{
	color: #8a004e;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1em;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom:1px solid #8a004e;
}
#content h1 .backtomain {
	display: block;
	font-family: Arial, Tahoma;
	font-size: 0.6em;
	font-weight: normal;
	text-align: right;
	margin-top: -22px;
	}
#content h2{
	color: #f0f0f0;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1em;
	padding: 15px 0 0 0;
	margin: 0 0 10px 0;
}	
#content p{
	line-height: 1.5em;
	margin: 0 0 15px 0;
	padding:0;
	color: #b1b1b1;
}
#content img {
	margin: 15px;
	padding: 5px;
	border: 1px solid #272727;
}
#content ol {
	line-height: 1.8em;
	margin: 0 30px 20px 50px;
}	
#content ul {
	margin: 15px 0 20px 12px;
	padding: 0;
}
#content ul li {
	list-style: square; 
	color: #e8e8e8;
	margin: 0 0 4px 0;
	padding: 0;
}
#content ul li a {
	color: #e8e8e8;
	text-decoration:none;
	margin:0;padding:0;
	}
#content ul li a:hover { 
	color: #ff0000;
	text-decoration:underline;
	}
#content ul li a:visited { 
	color: #bcbcbc;
	text-decoration:none;
	}
#content #pagination tr td {
	border-top: 1px solid #bcbcbc;
	padding: 3px 0 0 0;
	color: #bcbcbc;
	}