html, body {
	height:100%;
}
body {
	width: 100%;
	background: #FED000;
	overflow-x: hidden;
	overflow-y: auto;
}
#header{
	position: absolute;
	z-index: 2000;
	width: 235px;
	top: 50px;
}
#header h1{
	font-size: 34px;
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(255,255,255,0.9);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	padding: 20px;
	background: #000;
}
#navigation {
	margin-top: 20px;
	width: 235px;
	display:block;
	list-style:none;
	z-index:3;
}
#navigation a{
	color: #444;
	display: block;
	background: #fff;
	background: rgba(255,255,255,0.9);
	line-height: 50px;
	padding: 0px 20px;
	text-transform: uppercase;
	margin-bottom: 6px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	font-size: 16px;
}
#navigation a:hover {
	background: #FF9900;
}
.content{
	right: 40px;
	left: 280px;
	top: 0px;
	position: absolute;
	padding-bottom: 30px;
	
}
.content h2{
	font-size: 50px;
	padding: 10px 0px 20px 0px;
	margin-top: 52px;
	color: #fff;
	color: rgba(255,255,255,0.9);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.content p{
	font-size: 18px;
	padding: 10px;
	line-height: 160%;
	color: #444;
	display: inline-block;
	background: #FFF;
	padding: 10px;
	margin: 3px 0px;
}
.panel{
	width: 98%;
	min-height: 100%;
	position: absolute;
	background-color: #000;

	margin-left: -102%;
	z-index:2;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.panel2{
	width: 98%;
	min-height: 100%;
	position: absolute;
	background-color: #000;

	margin-left: -102%;
	z-index:2;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.panel3{
	width: 98%;
	min-height: 100%;
	position: absolute;
	background-color: #000;

	margin-left: -102%;
	z-index:2;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.panel:target{
	margin-left: 0%;
	background-color: #FED000;
}

.panel2:target{
	margin-left: 0%;
	background-color: #FED000;
}

.panel3:target{
	margin-left: 0%;
	background-color: #FED000;
}

#home:target ~ #header #navigation #link-home,
#works:target ~ #header #navigation #link-works,
#about:target ~ #header #navigation #link-about,
#contact:target ~ #header #navigation #link-contact,
#twitter:target ~ #header #navigation #link-twitter{
	background: #000;
	color: #fff;
}

.top_genre a {
	color: #FF9900;
}

.top_genre a:hover {
	color: #444;
}

p a {
	color: #FF9900;
}

p a:hover {
	color: #444;
}
	
#works {
	padding: 15px 0px;
}
#works li{
	display: inline;
}
#works li a{
	padding-right: 18px;
}
#works img {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	padding: 12px; 
	background: rgba(255,255,255,0.9);
}
#form p{
	background: #fff;
	color: #000;
}
#form input, #form textarea{
	background: #000;
	color: #fff;
	border: none;
}
#form textarea{
	width: 493px;
	height: 100px;
}
#form label{
	padding-right: 10px;
	float: left;
}
.footnote a{
	color: #ddd;
}

.copy {
	font-size: 9px;
	padding-left: 10px;
	color: #000;
	line-height: 160%;
	}
.copy a {
	 	color: #000;
		}
 .copy a:hover  {
	 	color: #FF9900;
		}