﻿/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll;}
body { background:#000000; font-size: 22px; color: #ffffff;}
ol, ul { list-style: none; margin: 0;}
ul li { margin: 0; padding: 0;}
h1 { margin-bottom: 10px; color: #111111;}	
a, img { outline: none; border:none; color: #fff; font-weight: bold; text-transform: uppercase; text-decoration: none; font-family: Gotham, Helvetica; font-size: 25px;}
p { margin: 0 0 10px; line-height: 1.4em; font-size: 1.2em;}
img { display: inline-block;}
aside { font-style: italic; font-size: 0.9em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, div { 
    display: block;
	}

/* Structure */
#wrapper {
	width: 96%;	
	max-width: 600px;
	margin: auto;
	padding: 2%;
	} 

	#main {
		width: 100%;
		margin-right: 0;
		float: left;
		}	
		
		
/* Logo H1 */
header h1 {
	height: 70px;
	width: 160px;
	float: left;
	display: inline-block;
	background: url('http://rhodesmusic.co.uk/styles/images/demo.gif') no-repeat 0 0;
	text-indent: -9999px;
	}
		
/* Nav */
header nav {
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	display: inline-block;
	}
	
	header nav li {
		display: inline;
		margin-left: 0px;
		width: 100%;
		}

#skipTo {
	display: none;
	}
	#skipTo li {
		background: #b1fffc;
		}

/* Banner */			
#banner {
	float: left;
	margin-bottom: 50px;
	width: 100%;
	}

	#banner img {
		width: 100%;
		}

#freedl {
	float: left;
	margin-bottom: 50px;
	width: 100%;
	}
	
#live {
	float: left;
	margin-bottom: 50px;
	width: 100%;
	}
	

#sign {
	float: left;
	margin-bottom: 50px;
	width: 100%;
	}



#logo {
	float: left;
	margin-bottom: 15px;
	width: 100%;
	}

	#logo img {
		width: 100%;
		}

.classgig {
	background:#000000; 
	font-size: 15px; 
	color: #ffffff;
	}

.classgig a {
	color: #fff; 
	text-decoration: underline; 
	font-family: Arial; 
	font-size: 15px;
	text-transform: none;
	}

/* Media Queries */
@media screen and (max-width: 480px) {
	
	header nav, #main, aside {
		float: left;
		clear: left;
		margin: 0 0 10px; 
		width: 100%;
		}	
		header nav li {
			margin: 0;
			background: #000000;
			display: block;
			margin-bottom: 3px;
			}
			header nav a {
				display: block;
				padding: 10px;
				text-align: center;
				}			
}