/* KOMs Resets and Standards */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}

body {line-height:1.5;}

table {border-collapse:collapse;border-spacing:0;}

caption, th, td {text-align:left;font-weight:normal;}

table, td, th {vertical-align:middle;}

.hidden{display: none}

.flLeft{
	float: left;
}
.flRight{
	float: right;
}

a {text-decoration: underline; border: none; color : #DA2025;font-weight:bold}
a:hover {color : #000;text-decoration: none;}

img {margin:0; padding:0; display:block}
a img {border-style: none}

.clr {clear: both; height: 1px; font-size : 0;overflow:hidden}

hr {display: none}


/* Layout */

body {
	text-align : center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #202020;
	background: url("../images/bg.jpg") 50% 0 repeat;
}
#container{
	width: 717px;
	margin: 0 auto;
	padding-bottom: 50px;
}
#container h1{
	width: 459px;
	margin: 0 auto;
}
#menu ul{
	list-style: none;
	margin: 0; padding: 0;
}
#menu li.play{
	margin-left: 215px;
}
#menu li.play a{
	display: block;
	width: 290px;
	height: 57px;
	background: url("../images/menu-play-hover.gif") 0 0 no-repeat;
}

#menu li.guestbook{
	float: left;
}
#menu li.guestbook a{
	display: block;
	width: 327px;
	height: 63px;
	background: url("../images/menu-guestbook-hover.gif") 0 0 no-repeat;
}

#menu li.download{
	float: right;
}
#menu li.download a{
	display: block;
	width: 364px;
	height: 63px;
	background: url("../images/menu-download-hover.gif") 0 0 no-repeat;
}

#menu li a:hover img{
	display: none;
}


#comments{
	width: 420px;
	background-color:#000;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	padding: 15px;
	text-align: left;
	margin: 30px auto 0;
}
#comments form{
	background: #333;
	padding: 15px;
	color: #FFF;
	margin-bottom: 15px;
}
#comments form p{
	clear: both;
	padding: 2px 0;
}
#comments form label{
	display: block;
	width: 80px;
	float: left;
	font-weight: bold;
}
#comments form input.field, #comments form textarea{
	width: 306px;
	border: 1px solid #434343;
	background: #151515;
	color: #FFF;
	padding: 1px;
}
#comments form textarea{
	height: 120px;
}
#comments form .submitBtn{
	text-align: right;
}
#comments form .submitBtn input{
	background: #000;
	border: 0;
	color: #FFF;
	font-weight: bold;
	padding: 4px 10px;
	cursor: pointer;
}
#comments form .submitBtn input:hover{
	background: #0d0d0d;
}

#comments .comment {
	padding: 10px 0;
	border-bottom: 1px solid #2c2c2c;	
	color: #FFF;
}
#comments .comment h3{
	font-size: 12px;
	font-weight: bold;
}
#comments .comment h3 span{
	font-size: 11px;
	font-weight: normal;
	color:#292929;
}


p.hack{
	display: none;
}