

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #CC3;}
a:hover {color: #FF3;}

body {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
	color: #DDD;
	font: normal 62.5% "Verdana", "Trebuchet MS",sans-serif;	
}

p,code,ul,ol {padding-bottom: 1.2em;}

b,strong{color: #CCA;}

h2 {font: normal 1.8em Tahoma,sans-serif;}

h1,h2 {padding-top: 6px;}

blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 20px;
}

img {border: none;}

img.right {margin: 5px 0 5px 12px;}
img.left {margin: 5px 12px 5px 0;}
img.border {
	background: #555;
	display: block;
	padding: 3px;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}

.left {float: left;}
.right {float: right;}

h1 {
	position:relative;
	left:-10px;
	background: url('img/scratch.png') no-repeat left center;
	color: #000;
	font: normal 2em Impact,sans-serif;
	letter-spacing: 1px;
	padding: 0 0 12px 22px;
}

h1:hover{
	background: url('img/scratch-over.png') no-repeat left center;
}

p.postinfo {
	border-top: 1px dashed #333;
	color: #666;
	font: bold 0.9em sans-serif;
	margin-bottom: 24px;
	padding: 8px;
}
p.postinfo a {color: #888;}
p.postinfo a:hover {color: #CCC;}


/* structure */
#container {
	position:relative center;
	top:0px;
	background: #000 url('img/background.png') no-repeat center;
	margin:0 auto;
	text-align:left;
	width:1112px;
	height:727px;
	font-size: 1.1em;
}

/* title */
#site-title {
	position: relative;
	width:450px;
	left: 350px;
	top: 150px;
	font: normal 5em Tahoma,sans-serif;
}
#site-title a {
	text-decoration:none;
	color: #DDD;
}
#site-title a:hover {
	color: #FFF;
}

#site-description {color: #CCC;}

/*player*/
#player-holder {
	
	position:absolute;
	top:20px;
	right:20px;
	flush:right;
	width:97px;
	height:110px;
}

#player-holder a{
	color:#000;
	text-decoration:none;
}
#player {
	width:97px;
	height:70px;
	text-align:center;
	background:url(/images/player.png) no-repeat center;		
}	
#player p {
	color:#fff;
	padding-top:38px;
	font: bold 10px "Verdana", "Trebuchet MS",sans-serif;			
}
#player:hover {
	 background:url(/images/player-anim.gif) no-repeat center;
}

/* content */
#content {
	position: relative;
	left: 360px;
	top: -140px;
	width: 660px;
	font: normal 11px "Verdana", "Trebuchet MS",sans-serif;			
}
#content .descr {
	color: #8DC63F;
	margin-bottom: 6px;
}
#content li {margin-left: 18px;}



/* navigation */
#navigation {
	position: relative;
	left: 100px;
	top: 290px;
	width: 210px;
		
}

#navigation ul.sidemenu {
	list-style:none;
	width: 210px;
	padding:0;		
}
#navigation ul.sidemenu li {
	margin-bottom:1px;
	font: normal 2em Impact,sans-serif;
	letter-spacing: 0;
	line-height: 35px;
	margin: 0;
	background: url('img/scratch-small.png') no-repeat left center;
}
#navigation ul.sidemenu a {
	display:block;
	color: #000;	
	text-decoration:none;
	text-indent: 18px;	
	padding-bottom: 10px;
	min-height:18px;
}

* html body #navigation ul.sidemenu a { height: 25px;}

#navigation ul.sidemenu a:hover  {
	/*padding:2px 5px 2px 10px;*/
	background: url('img/scratch-small-over.png') no-repeat left center;
}

#navigation ul.sidemenu a.selected{
	background: url('img/scratch-small-over.png') no-repeat left center;
	font-weight:bold;
	/*display:none;*/
}

#navigation ul.submenu{
	padding-top:5px;
	padding-left:25px;
	text-align:left;
	list-style:none;
}
#top-right {
	position: fixed;
	top:0%;
	right:0%;
}
/* footer */
#footer {
	border-top: 1px dashed #333;
	color: #666;
	font: normal 0.9em sans-serif;
	position: relative;
	bottom:0%;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}
#footer .left, #footer .right {padding: 10px 0;}
#footer .right a {color: #777;}


