@media all {

* { padding:0; margin:0; }
fieldset, img { border:0; }
label, a { cursor:pointer; }
body, textarea, input, table, select, h1, h2 { font-size:100%; font-family:Verdana, Helvetica, Arial, sans-serif; }
option { padding-right:0.5em; }

#content ul, #content ol, #content dd { margin-left:2em; }
h3, h4, h5, h6 { font-size:1em; margin:1em 0; }
p { margin-bottom:1em; }

dfn { font-weight:bold; font-style:normal; }
em { border-bottom:1px dotted #fff; }

}
@media screen, projection {

a { color:#fff; text-decoration:underline; }
a:focus, a:hover { text-decoration:none; }

hr, #download li a span, #footer h2 { position:absolute; top:0; left:-1000em; margin:0; }

/* lay */

body {
	background:#000 url(gfx/bgdPage.jpg) no-repeat fixed 100% 100%;
	color:#fff;
}

#main {
	width:893px;
	position:relative;
	z-index:0;
	margin:0 0 0 auto;
}

/* content */

#content {
	width:45em;
	max-width:100%;
	position:relative;
	z-index:10;
	font-size:0.9em;
}

	#content div {
		padding-bottom:2em;
	}

		#content div div {
			padding:0;
		}

/* news */

#news ol.items {
	list-style:none;
	margin-left:6em;
}

	#news ol.items li {
		padding-bottom:1em;
		border-bottom:1px dotted #fff;
		position:relative;
	}

	#news ol.items li:target {
		background-color:#fff;
		color:#000;
	}

		#news ol.items li:target a {
			color:#000;
		}

		#news ol.items li h3 {
			font-size:1.3em;
			font-weight:normal;
		}

			#news ol.items h3 span {
				width:4em;
				padding-bottom:0.5em;
				overflow:hidden;
				background-color:#fff;
				position:absolute;
				top:0;
				left:-4.5em;
				line-height:0.8em;
				color:#000;
				text-align:center;
				text-indent:-0.5em;
			}

			#news ol.items h3 span:first-letter {
				color:#fff;
			}

			#news ol.items h3 span:first-line {
				font-size:0.55em;
				line-height:2em;
			}

			#news ol.items ul li {
				padding-bottom:0.5em;
				border:0;
			}

/* download */

#download ul.items {
	list-style:none;
	margin-left:75px;
}

	#download ul.items li {
		padding:0.15em 0 0.15em 25px;
		background:url(gfx/icoDownload.png) no-repeat 0 50%;
		position:relative;
		zoom:1; /* IE fix */
	}

		#download ul.items li a img {
			position:absolute;
			top:50%;
			left:-75px;
			margin-top:-9px;
		}

/* watch */

#watch {
	overflow:hidden;
	zoom:1; /* IE fix */
}

	#watch div {
		width:50%;
		float:right;
		margin-left:-1px;
	}

		#watch ul.items {
			list-style:none;
			margin-left:0;
		}

			#watch ul.items li {
				padding:0.15em 0 0.15em 25px;
				background:url(gfx/icoTV3.png) no-repeat 0 50%;
				zoom:1; /* IE fix */
			}

/* targeted items */

#content ul.items li:target,
#content ul.items li:target ~ li:not([id]) {
	background-color:#737373;
}

#content ul.items li:target ~ li[id] ~ li {
	background-color:transparent;
}

/* more */

#more {
	clear:both;
}

/* header */

/* footer */

#footer {
	font-size:0.8em;
}

	#fMadeBy {
		float:right;
	}

/* menu */

}
@media print {

/* printer styles */

div, hr, #content a.more { display:none; }

#main, #header, #content, #content div { display:block; }

#main {
	margin:5px 10px;
	position:relative;
	font-size:11px;
	color:#333;
}

	#main * {
		margin:0;
		text-decoration:none;
	}

	a { color:#333; }

	#content {
		line-height:2em;
		color:#333;
	}

		#content h2 {
			margin-bottom:1.5em;
			font-size:12px;
		}

		#content p {
			text-indent:2em;
		}

}
