/*	-------------------------------------------------------------
	THY
	Turkish Airlines
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	SkyLife page styles for screen
	Filename:		skylife_layout.css
	Author:			interajans.com
	Version:		1.1
	Date:			Jan 19, 2006
	-------------------------------------------------------------	*/


/*	-------------------------------------------------------------
	Base Body Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		body {
			font: 10px Verdana, Arial, Helvetica, sans-serif;
			color: #555;
			background-color: #EC9883;
			background-image: url(/css/skylife/bg_skylife.jpg);
			background-repeat:no-repeat;
			margin: 0;
			}

/*	-------------------------------------------------------------
	Main Layout Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#topContainer {
			height:134px;
	margin:0;
	padding:0 20px;
	background-image:url(bg_top.gif);
	background-repeat:no-repeat;
	background-position:bottom; /*darksite edit: bacgroundu bottoma ektik */
			}
		#middleContainer {
			margin:0;
			padding:10px 0 0 0;
			width:802px;
			height:auto;
			background-image:url(/css/skylife/bg_middle.gif);
			background-repeat: repeat-y;
			}
		#bottomContainer {
			clear:both;
			margin:0 auto;
			height:100px;
			padding:10px 0 0 0;
			background-image:url(/css/skylife/bg_bottom.gif);
			background-repeat:no-repeat;
			}
		#leftContent {
			display:none;
			}
		#wrapper{
			float:right;
			width:802px;
			margin:0;
			padding:0;
			}
		#mainContent {
			width:560px;
			margin:0;
			padding:0 10px 0 40px;
			float:left;
			}
		#rightContent {
			width:130px;
			margin:0;
			padding:0 32px 0 10px;
			float:right;
			}

/*	Teaser Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		.story .teaser {
			width:270px;
			margin:0 0 20px 0;
			}
		.story .teaser img {
			float:left;
			padding:0 10px 0 0;
			}
		.story .teaserText {
			float:right;
			width:148px;
			}	
	
/*	Article Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		.feature {
			margin:0 0 20px 0;
			}
		.article .right img {
			margin:10px 0 10px 20px;
			}
		.article p {
			margin: 0 0 30px 0;
			line-height:25px;
			font-size:14px;
			}
		#mainContent .article h3 {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:32px;
			letter-spacing:-2px;
			font-weight:lighter;
			line-height:30px;
			margin:0 0 20px 0;
			}	
		#mainContent .article h4 {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:16px;
			letter-spacing:-1px;
			line-height:15px;
			}	
		.feature h3 a:link, 
		.feature h3 a:hover, 
		.feature h3 a:visited {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:32px;
			letter-spacing:-2px;
			font-weight:lighter;
			line-height:30px;
			margin:0 0 5px 0;
			}	
		.feature h4 {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:16px;
			letter-spacing:-1px;
			line-height:15px;
			}
		.feature p {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:16px;
			line-height:16px;
			background-color:#FFF;
			font-style:italic;
			}	
		.article .credits {
			font-size:10px;
			font-family:Arial, Helvetica, sans-serif;
			margin:0;
			color:#CCC;
			float:right;
			}	
		.article .spot {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:18px;
			line-height:20px;
			background-color:#FFF;
			font-style:italic;
			}

.article p#picerik{
	text-align:justify;
}


