/*
	Arkusz CSS
	eSKY.pl 2009
*/

/* =resetting
-------------------------------------------------------------- */

body, h1, h2, h3, h4, h5, h6,
blockquote, p, address, form, fieldset,
ul, ol, dl, dt, dd, li, hr, table, td, th {
	margin: 0;
	padding: 0;
}

fieldset, img { border: none; }
li { list-style: none; }

/* Kolor głowny - #dd423d */

body {
	background: #fff url(../images/bg.jpg) no-repeat scroll top center;
	color: #1c1c1c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* IE 6 */
}

div.ac_results {
	text-align: left;
}

a {
	color: #dd423d;
	text-decoration: underline;
}

a:hover {
	color: #dd423d;
	text-decoration: none;
}


#wrapper {
	width: 942px;
	margin: 0 auto;
	position: relative;
	text-align: left; /* IE 6 */
}

	#top {
		width: 290px;
		margin-top: 1px;
		height: 120px;
		text-align: center;
	}

		#top h1 {
			font-family: Arial, Helvetica, sans-serif;
			color: #dd423d;
			font-weight: bold;
			font-size: 18px;
			padding-top: 8px;
			width: 290px;
		}

		#top h1 a {
			color: #dd423d;
			text-decoration: none;
		}

		#top h2 {
			font-family: Arial, Helvetica, sans-serif;
			color: #9a9a9a;
			font-weight: normal;
			font-size: 11px;
			padding-top: 5px;
			width: 290px;
		}

		#menu {
			position:absolute;
			left:320px;
			top:52px;
			width: 600px;
		}

		#menu li {
			float: left;
			display: inline;
			padding: 5px 10px 5px 10px;
			font-size: 22px;
			font-family: Tahoma, Geneva, sans-serif;
		}

		#menu li a {
			color: #393939;
			text-decoration: none;
		}

		#menu li a:hover {
			color: #dd423d;
		}

		#qsf {
			float: left;
			display: inline;
			width: 300px;
			padding-right: 27px;
			background: transparent url(../images/qsf-shade.gif) no-repeat scroll bottom left;
			min-height: 300px;
			padding-bottom: 15px;
		}
		
		#content {
			float: right;
			display: inline;
			width: 612px;
		}

		#content h1 {
			margin-top: 58px;
			color: #6D474E;
			font-size: 28px;
			font-weight: bold;
			margin-bottom: 25px;
		}

		#content h2.recent-articles,
		#content h2.more-articles {
			border-bottom: 1px solid #c6c6c6;
			padding-bottom: 5px;
			color: #6d474e;
			font-size: 22px;
			margin-top: 20px;
			margin-bottom: 10px;
		}

		#content h3 {
			margin-top: 20px;
			padding-bottom: 5px;
			color: #1c1c1c;
			font-size: 13px;
		}

		#content .more-art {
			text-align: right;
		}
		
		#content .art-date {
			font-size: 14px;
			display: block;
		}
	
		#content ul {
			margin-bottom: 40px;
		}

		#content ul li {
			color: #674130;
			border-bottom: 1px dotted #999999;
		}
		
			#content ul li a {
				color: #dd423d;
				background: #fff url(../images/list-bullet.gif) no-repeat scroll center left;
				display: block;
				padding: 3px 0 3px 10px;
				text-decoration: underline;
			}

			#content ul li a:hover {
				color: #dd423d;
				background: #f7f7f7 url(../images/list-bullet-hover.gif) no-repeat scroll center left;
				text-decoration: none;
			}

		#content p {
			margin-bottom: 16px;
			line-height: 16px;
		}

	#footer {
		clear: both;
		color: #929292;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 10px;
		border-top: 1px solid #c6c6c6;
	}
	
	#footertext {
		padding: 10px;
		color: #929292;
		text-align: left;
		border-top: 1px solid #c6c6c6;
	}
	
	#footer p {
		float: left;
	}
	
	ul#footer-menu {
		float: right;
		display: inline;
	}
	
	ul#footer-menu li {
		float: left;
		display: inline;
		padding: 0 10px 0 10px;
	}

		ul#footer-menu li a {
			color: #929292;
		}

		ul#footer-menu li a:hover {
			color: #dd423d;
		}
	
	.clear {
		clear: both;
		line-height: 0;
		height: 0;
	}