/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll;}
body { background:#ffffff; font-size: 13px; 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; font-size: 20px; color: #663300;}	
h2 { margin-bottom: 10px; font-size: 18px; color: #5783a0;}


h2:before { 
  display: block; 
  content: " "; 
  margin-top: -285px; 
  height: 285px; 
  visibility: hidden; 
}

h3 { margin-bottom: 5px; font-size: 18px; color: #ff33cc;}
a, img { outline: none; border:none; color: #000;}
p { margin: 0 0 10px; line-height: 1.4em; font-size: 1.2em;}
img { display: block; margin-bottom: 10px;}
aside { font-style: italic; font-size: 0.9em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
	}
	
/* unvisited link */
a:link {
    color: #ff33cc;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #ff33cc;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #ff66cc;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: #ff66cc;
    text-decoration: underline;
}
	
/* Structure */
#wrapper {
	width: 96%;	
	max-width: 920px;
	margin: auto;
	padding: 2%;
	} 

	#main {
		width: 75%;
		margin-right: 5%;
		float: left;
		}		
		
	aside {
		width: 20%;
		float: right;
		}

/* Logo H1 */
header h1 {
	height: 75px;
	width: 320px;
	float: left;
	display: block;
	background: url(../images/name.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
		
/* Nav */
header nav {
	float: right;
	margin-top: 40px; 
	}
	
	header nav li {
		display: inline;
		margin-left: 15px;
		}

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

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

	#banner img {
		width: 100%;
		}


/* Media Queries */
@media screen and (max-width: 480px) {

	#skipTo {
		display: block;
		}
	
	header nav, #main, aside {
		float: left;
		clear: left;
		margin: 0 0 10px; 
		width: 100%;
		}	
		header nav li {
			margin: 0;
			background: #efefef;
			display: block;
			margin-bottom: 3px;
			}
			header nav a {
				display: block;
				padding: 10px;
				text-align: center;
				}			
}