*
{
	margin: 0;
	padding: 0;
}

.clear
{
	clear: both;
}

a img
{
	border: 0;
}

::-moz-selection
{
	background: #ffd200;
	color: #1d2c3c;
}

::selection
{
	background: #ffd200;
	color: #1d2c3c;
}

html
{
	font: normal 62.5%/1.4 Helvetica, Arial, sans-serif;
	background: #fff url(images/bg_pattern.png);
	color: #1d2c3c;
	font-weight: bold;
}

body
{
	background: transparent url(images/bg_mask.png) repeat-x;
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#wrapper
{
	width: 809px;
	margin: 60px auto;
	margin-bottom: 0;
	position: relative;
}

h1 a
{
	text-indent: -10000px;
	background: transparent url(images/tt_logo.png) no-repeat;
	width: 215px;
	height: 111px;
	position: absolute;
	top: -45px;
	left: -45px;
}

#nav
{
	background: transparent url(images/nav_bg.png) no-repeat;
	height: 75px;
	border-bottom: 1px solid #000;
	padding-left: 240px;
	line-height: 75px;
	list-style-type: none;
}

#nav li
{
	float: left;
	font-size: 1.6em;
	margin: 33px 10px 0;
}

#nav li a
{
	text-indent: -10000px;
	color: #fff;
	text-decoration: none;
	display: block;
	height: 20px;
}

#nav li a:hover, #nav a.active
{
	color: #96ff00;
	background-position: bottom left !important;
}

#nav #nav_home
{
	background: transparent url(images/nav_home.png) no-repeat top left;
	width: 49px;
}

#nav #nav_downloads
{
	background: transparent url(images/nav_downloads.png) no-repeat top left;
	width: 108px;
}

#nav #nav_screenshots
{
	background: transparent url(images/nav_screenshots.png) no-repeat top left;
	width: 124px;
}

#nav #nav_about
{
	background: transparent url(images/nav_about.png) no-repeat top left;
	width: 59px;
}

#nav #nav_faq
{
	background: transparent url(images/nav_faq.png) no-repeat top left;
	width: 52px;
}

#nav #nav_forums
{
	background: transparent url(images/nav_forums.png) no-repeat top left;
	width: 70px;
}

#content
{
	background: transparent url(images/content_bottom_bg.png) no-repeat bottom center;
	padding: 10px 23px;
}

h2, h3
{
	font-size: 2.5em;
	color: #fff;
}

h3
{
	margin-bottom: 5px;
}

h4
{
	color: #0084d0;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

h4 .date
{
	float: right;
}

#about_whomade h4
{
	color: #0084d0;
	font-size: 1.2em;
	margin-bottom: 0;
}

h3#title_news
{
	text-indent: -10000px;
	background: transparent url(images/title_news.png) no-repeat;
	height: 23px;
}

h3#title_tv
{
	text-indent: -10000px;
	background: transparent url(images/title_tv.png) no-repeat;
	height: 29px;
	margin-top: 1em;
}

h3#title_screenshots
{
	text-indent: -10000px;
	background: transparent url(images/title_screenshots.png) no-repeat;
	height: 24px;
	margin-top: 8.5em; /* ugly hack for removal of TT TV */
}

h2#title_welcome
{
	text-indent: -10000px;
	background: transparent url(images/title_welcome.png) no-repeat;
	height: 68px;
}

h3#title_download
{
	text-indent: -10000px;
	background: transparent url(images/title_download.png) no-repeat;
	height: 29px;
}

h3#title_faq
{
	text-indent: -10000px;
	background: transparent url(images/title_faq.png) no-repeat;
	height: 28px;
}

h3#title_specs
{
	text-indent: -10000px;
	background: transparent url(images/title_specs.png) no-repeat;
	height: 59px;
}

h3#title_whatis
{
	text-indent: -10000px;
	background: transparent url(images/title_whatis.png) no-repeat;
	height: 29px;
}

h3#title_whomade
{
	text-indent: -10000px;
	background: transparent url(images/title_whomade.png) no-repeat;
	height: 29px;
}

h3#title_awards
{
	text-indent: -10000px;
	background: transparent url(images/title_awards.png) no-repeat;
	height: 23px;
}

#content p, #content ul
{
	font-size: 1.2em;
	margin-bottom: 1em;
}

#content a
{
	color: #0096ff;
	font-weight: bold;
}

#content a:visited
{
	color: #66c;
}

#content a:hover
{
	text-decoration: none;
}

#main.with_sidebar
{
	float: left;
	width: 470px;
}

#sidebar
{
	width: 270px;
	float: right;
}

#main #screenshots_link
{
	text-align: right;
	padding-right: 100px;
	padding-top: 10px;
	margin: 0;
}

#sidebar h2
{
	text-align: center;
}

#sidebar #download_button
{
	display: block;
	margin: -20px auto 0;
	padding-top: 230px;
	background: transparent url(images/yuri_download.png) no-repeat;
	width: 242px;
}

#sidebar #download_button a
{
	text-indent: -10000px;
	display: block;
	height: 82px;
}

#footer
{
	padding: 0 35px;
	line-height: 2;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

#footer a
{
	margin: 0 5px;
}

#download_links
{
	list-style-type: none;
}

#download_links li
{
	float: left;
}

#about_whomade h4 a
{
	color: #0084d0;
}

#about_whomade ul, #about_awards ul
{
	list-style-position: inside;
}

dt
{
	color: #0084d0;
	font-size: 1.2em;
}

dd
{
	margin-bottom: 1.5em;
}

dt 
{
	margin-bottom: 0.2em;	
}

dl 
{
	margin-top: 2em;	
}

dd strong
{
	color: #000;
	text-transform: uppercase;
}

.playercontrol
{
	margin-top: 1em;
	float: left;
	width: 220px;
}

.question
{
	color: #1d2c3c;
}

.answer
{
	color: #0084d0;
	font-size: 1.2em;	
}

#screenshots #main img
{
	margin: 1em 0;
}
