@charset "UTF-8";
/* CSS Document */

:focus{ outline: none }
#topgraphic {

}

#content {
	position: relative;
	left: 60px;
	width: 750px;
	
}

#mainlogo {
	position: absolute;
	height: 129px;
	width: 242px;
	left: 40px;
	top: 33px;
}
#topbox {
	margin-right: auto;
	margin-left: auto;
	
	width: 870px;
	height:162px;
	position: relative;
	left: 0px;
	top: 0px;

	background-image: url(frameimg/framemid.png);
	background-repeat: repeat-y;
}

#navmenu {
	width: 315px;
	height: 47px;
	position: absolute;
	top: 72px;
	left: 38px;

}
#navline {
	width: 217px;
	height: 39px;
	position: absolute;
	top: 123px;
	left: 282px;
	background-image:url(frameimg/topbar.png);
	background-repeat: repeat-x;
	overflow: hidden;
}
#navend {
	width: 1px;
	height: 39px;
	position: absolute;
	top: 123px;
	left: 499px;
	background-image:url(frameimg/topbarend.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

/* NAVIGATION */
#navmenu #navlist { margin: 0; padding: 0; }
#navmenu #navlist li { display: inline; }
#navmenu #navlist li a { float: left; width: 100px; height: 0; padding-top: 47px; overflow: hidden; background-image:url(frameimg/buttons.png); background-repeat: no-repeat;}


/* BUTTON */
#navmenu #navlist li#nav1 a { background-position: 0px 0; }
#navmenu #navlist li#nav2 a { background-position: -100px 0; }
#navmenu #navlist li#nav3 a { background-position: -200px 0; width: 115px;}

/* OVER STATES */
#navmenu #navlist li#nav1 a:hover { background-position: 0px -47px; }
#navmenu #navlist li#nav2 a:hover { background-position: -100px -47px; }
#navmenu #navlist li#nav3 a:hover { background-position: -200px -47px; }

/* ON STATES */
#topbox.menu1 #navmenu #navlist li#nav1 a { background-position: 0px -94px; }
#topbox.menu2 #navmenu #navlist li#nav2 a { background-position: -100px -94px; }
#topbox.menu3 #navmenu #navlist li#nav3 a { background-position: -200px -94px; }

img
{
	border: 0;
}
#main {

	margin-right: auto;
	margin-left: auto;
	width: 870px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(frameimg/framemid.png);
	background-repeat: repeat-y;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(frameimg/framebk.png);
	background-repeat: repeat;
	position: relative;
	
}

#main a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;	
}

#main a:hover {
	text-decoration: underline;
}


#copyright {
	font-size: 7px;
	text-align: center;
}




h1 {
	background-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
	position: relative;
	height: 27px;
	padding-top: 8px;
}



p {
	margin-top:0px;
	padding-top:12px;
	padding-left: 20px;
	
}


#centrebox
{
	position:relative;
	width: 100%;
	height: 520px;
}

#leftbox
{
	position: absolute;
	width: 230px;
	height: 500px;
	left:30px;
}

#rightbox
{

	position: absolute;
	width: 420px;
	height: 520px;
	left:270px;
	top 0px;
}

#rightbox #appstore
{
	position: absolute;
	height: 71px;
	width: 197px;
	left: 300px;
	top: -40px;
}
#scores
{
	position: relative;
	left:0;
	top: 0;
	width:90%;
	height:168px;
	margin:0 auto 20px auto;

}

#scoresLEFT
{
	position: absolute;
	left:0;
	top: 0;
	width:48%;
	
	border: 1px solid rgb(85, 85, 85);
}

#scoresRIGHT
{
	position: absolute;
	right:0;
	top: 0;
	width:48%;
	
	border: 1px solid rgb(85, 85, 85);
}

#scores #title
{
	position: relative;
	left:0;
	top: 0;
	width:100%;
	height: 33px;
	background-image:url(frameimg/header.png); background-repeat: repeat-x;
	overflow: hidden;
	color: #ffffff;
	margin-bottom: 3px;
	font-weight: bold;
}
#scores #title span { position:absolute; display: inline-block; font-size: 130%; padding-top: 8px;}

#scores #title span#left {left: 5px;}
#scores #title span#right {right: 50px;}

#scores #title #easy { position: absolute; width: 37px; height: 28px; top: 1px; right: 2px; background-image:url(img/easy.png); background-repeat: none; }
#scores #title #medium { position: absolute; width: 37px; height: 28px; top: 1px; right: 2px; background-image:url(img/medium.png); background-repeat: none; }
#scores #title #hard { position: absolute; width: 37px; height: 28px; top: 1px; right: 0px; background-image:url(img/hard.png); background-repeat: none; }
#scores #title #extreme { position: absolute; width: 37px; height: 28px; top: 1px; right: 0px; background-image:url(img/extreme.png); background-repeat: none; }

#scores #scoreline
{
	position: relative;
	left:0;
	top: 2px;
	width:95%;
	height: 20px;
	overflow: hidden;
	color: #999999;
	margin:0 auto 1px auto;
	font-size: 110%;
	border-bottom: 1px solid rgb(85, 85, 85);
}

#scores #scoreline #rank
{
	position: absolute;
	top:0;
	left:0px;
	width:35px;
	height:18px;
	text-align: center;
}

#scores #scoreline #name
{
	position: absolute;
	top:0;
	left:55px;
	width:55%;
	height:17px;
	overflow: hidden;
}

#scores #scoreline #score
{
	position: absolute;
	top:0;
	right:0px;
	/*width:80%;*/
	height:17px;
	overflow: hidden;
}

#songsep
{
	position: relative;
	left:0;
	top: 0px;
	width:80%;
	height: 0px;
	margin:0 auto 20px auto;
	border-bottom: 1px solid rgb(40, 40, 40);
}
#youtubebox
{
	position: relative;
	width: 480px;
	height: 295px;
	margin:0 auto 50px auto;
}
