/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll;}
body { background:#ffffff; font-size: 15px; color: #666666; font-family: Arial, helvetica, sans-serif;}
ol, ul { list-style: none; margin: 0;}
ul li { margin: 0; padding: 0;}
h1 { margin-bottom: 10px; color: #111111;}	
h2 { margin-bottom: -30px; color: #111111;}
h3 { margin-bottom: 10px; font-family: Arial, helvetica, sans-serif;}	
a, img { outline: none; border:none; color: #999; font-weight: bold; text-transform: uppercase;}
p { margin: 0 0 10px; line-height: 1.5em; font-size: 1.1em; font-family: Arial, helvetica, sans-serif;}
img { display: block; margin-bottom: 10px;}
aside { font-style: normal; font-size: 1.0em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
	}
	
/* Structure */
#wrapper {
	width: 98%;	
	max-width: 1080px;
	margin: auto;
	padding: 0%;
	} 

	#main {
		width: 50%;
		margin-left: 1%;
		margin-right: 5%;
		float: left;
		}		
		
	aside {
		width: 40%;
		float: right;
		}
	footr {
		float: left;
		width: 100%;
		line-height: 15px;
		margin: 20px 0px 20px;
		margin-left: 1%;
		font-family: Century Gothic, Arial, sans-serif;
		font-size: 11px;
		}
	footr img { 
	  display: inline;
		margin-bottom: -7px;
		margin-right: 5px;		
		}
					
/* Logo H1 */
header h1 {
	height: 100px;
	width: 100px;
	float: left;
	display: block;
	background: url(../img/logo-5000records.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
	
/* Logo mobile */
header h2 {
	height: 50px;
	width: 50px;
	float: left;
	display: block;
	background: url(../img/logo-5000records50.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
	
/* Nav */
header nav {
	float: left;
	margin-top: 30px;
	width: 100px; 
	}
	
	header nav li {
		display: block;
		margin-left: 5px;
		line-height: 200%;
		}
				header nav a {
				text-decoration: none;
				}
				header nav a:hover {
	      text-decoration:underline; 
				}
				
#skipTo {
	display: none;
	}
	#skipTo li {
		background: #FDF8F6;
		}

/* Content */			
#content {
	float: right;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 85%;
	}
	#content img {
		display: inline;
		width: 200px;
		border: 1px solid #cccccc;
		}	
.release{
    display: inline-block;
		width: 200px;
		height: 240px;
		vertical-align: top;
		}
.release p{
    margin-top: -10px;
    font-size: 10px;
		width: 200px;
		text-transform: uppercase;
		text-indent: 0;
		}

h3 {
  font-size: 15px;
	margin-bottom: 11px;
	}	

/* Media Queries */
@media screen and (max-width: 580px) {

	#skipTo {
		display: inline-block; font-size: 10px;
		}
	#menu {
	display: none;
	}
	header nav, #main, aside {
		float: left;
		clear: left;
		margin: 0 0 10px 5px;
		width: 100%; 
		}	
		header nav li {
			margin: 0;
			background: #FDF8F6;
			display: inline-block;
			margin-bottom: 3px;
			}
			header nav a {
				display: inline-block;
				padding: 8px;
				text-align: center;
				text-decoration: none;
				}	
				header nav a:hover {
	      text-decoration:underline; 
				}				
}
.btn a, .btn a:link {
    -moz-border-radius: 4px 4px 4px 4px;
    -moz-user-select: none;
    background-color: #EFEFEF;
		width: 90px; height: 30px;
    border: 1px solid #D6D6D6;
    cursor: pointer;
		margin: 0px 0px 5px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-line a, .btn-line a:link {
    -moz-border-radius: 4px 4px 4px 4px;
    -moz-user-select: none;
    background-color: #EFEFEF;
		width: 90px; height: 30px;
    border: 1px solid #D6D6D6;
    cursor: pointer;
		margin: 0px 4px 5px 0px;
    display: inline-block;
    vertical-align: middle;
	  float: left;
    white-space: nowrap;
}
.stores {
		float: left;
		margin: 0px 10px 5px 0px;
}	
.tracks {
    display: inline;
		float: left;
		width: auto;
		margin: 5px 10px 15px 0px;
		max-width: 300px;
		clear: right;
}
.info {
		margin: 5px 30px 5px 0px;
		width: auto;
		min-width: 150px;
		float: left;
}	
#scrollToTop:link, 
#scrollToTop:visited {
display: none;
position: fixed;
bottom: 40px;
right: 0px;
}	