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

* {
	margin:0;
	padding:0;
}
	
html, body {
	height:100%;
}
	
body {
	font-family: 'Open Sans', sans-serif;
	background-color:#fff8d8;
}

#wrap {
	position:relative;
	min-height:100%;
}

header {
	text-align: center;
    background: url('images/header_bg.jpg');
    background-size: cover;
	background-position:top center;
    color: white;
	min-height:400px;
}

a:link {
	color:#666;
}

a:visited {
	color:#666;
}

a:hover {
	color:#999;
	text-decoration:none
}

h1 {
	font-size: 70px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx END GENERAL SETTINGS xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#spacer_top {
	height:200px;
}

#logo {
	margin-bottom:100px;
}

#main {
	width:700px;
	margin:0 auto;
	padding-bottom:80px;
}

#sidebar {
	width:300px;
	float:right;
}

#content {
	text-align:left;
}

.song_cover {
	float:left;
	margin-right:40px;
}

.song_cover img{
	width:250px;
	border:8px solid #fff;
}

.song_links img{
	width:150px;
}

.song_links ul{
	list-style:none;
	padding:10px;
}

.song_links li{
	margin-bottom:25px;
}

nav ul {
	padding: 10px;
	background: rgba(0,0,0,0.5);
}
    
nav li {
	display: inline;
	padding: 0px 10px 0px 10px;
}

nav a:link {
	text-decoration:none;
	color:#fff;
}

nav a:visited {
	text-decoration:none;
	color:#fff;
}

nav a:hover {
	text-decoration:none;
	color:#CCC;
}
    
article {
	padding:40px;
}

footer {
	position:absolute;
	bottom:0px;
	width:100%;
	height:60px;
	background-color:#333333;
	color:#fff;
	font-size:80%;
	line-height:60px;
}

#footer_content {
	width:800px;
	margin:0 auto;
}

footer li {
	display: inline;
	padding: 0px 10px 0px 10px;
}

footer a:link {
	text-decoration:none;
	color:#fff;
}

footer a:visited {
	text-decoration:none;
	color:#fff;
}

footer a:hover {
	text-decoration:none;
	color:#CCC;
}

#copyright {
	float:left;
}

#footer_navigation {
	float:right;
}
    
/* @media (max-width: 500px) {
body {
	background:red;
}
      
h1 {
	font-size:36px;
	}
      
li {
	display:block;
	padding:5px;
}
*/