html {
	height: 100%;
	overflow: hidden;
	}
body, form {
	height: 100%;
	color: #fff;
	background-color: #000;
	font-family: Georgia, serif;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	}
a {
	color: #fc3;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

#site {
	height: 100%;
	}
#background {
	width: 1280px;
	height: 800px;
	top: 0;
	left: 0;	
	position: absolute;
	z-index: -1;
	}
#content {
	height: 100%;
	overflow: auto;
	}
#content .wrapper {
	padding: 20px;
	}
#content h1,
#content h2 {
	color: #fff;
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: bold;
	}
#content h2 {
	margin-bottom: 14px;
	}
#content hr {
	height: 1px;
	background: #666;
	background: rgba(255, 255, 255, 0.2);	
	border: 0;
	margin: 28px 0;
	clear: both;
	}
#content ul {
	margin-bottom: 14px;
	overflow: hidden;
	}
#content ul li {
	margin: 0 12px 1px 0;
	display: block;
	float: left;
	}
#content ul li a {
	color: #999;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	display: block;
	}
#content h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 14px;
	}
#content h4 {
	margin-bottom: 8px;
	}
#content table {
	padding-bottom: 14px;
	}
#content table tr,
#content table td {
	border-collapse: collapse;
	}
#content table th,
#content table td {
	font-size: 14px;
	text-align: center;
	border: 1px solid #666;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 6px;
	}
#content h3#music {
	margin: 0;
	}
#content table.discography {
	width: auto;
	margin-bottom: 0;
	}
#content table.discography td {
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	border: 0;
	padding: 14px 14px 0 0;
	}
#content table.discography h5 {
	margin-bottom: 7px;
	}
#content table.discography strong {
	color: #999;
	}
#content p {
	font-size: 14px;
	line-height: 1.4em;	
	margin-bottom: 21px;
	}
#content ol {
	margin-bottom: 14px;
	overflow: hidden;
	}
#content ol li {
	margin-right: 12px;
	display: block;
	float: left;
	}
#content ol li a {
	color: #fc3;
	font-weight: normal;
	display: block;
	}
	
/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	html, body, #site, #content { height: auto; overflow: auto; }
	body { background: #222 url('../../assets/images/background-mobile.jpg') left top no-repeat; }
	#background { display: none; }
	#content table.discography td.album { width: 50%; }
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
	html, body, #site, #content { height: auto; overflow: auto; }
	body { background: #222 url('../../assets/images/background-mobile.jpg') left top no-repeat; }
	#background { display: none; }
	#content table.discography td.album { width: 50%; }
}
