/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll;}
body { background:#000; 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; color: #111111;}	
a, img { outline: none; border:none; color: #000; font-weight: bold; text-transform: uppercase;}
p { margin: 0 0 10px; line-height: 1.4em; font-size: 1.2em;}
img { display: block; margin-bottom: 10px;}
aside { font-style: normal; font-size: 0.6em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
	}
	
/* Structure */
#wrapper {
	width: 96%;	
	max-width: 920px;
	margin: auto;
	padding: 2%;
	} 

	#main {
		width: 80%;
		margin-right: 5%;
		float: left;

		}		
		
	aside {
/*		width: 35%;*/
		float: left;
		padding-top: 40px;
		font-family: "Din", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

/* Logo H1 */
header h1 {
	height: 96px;
	width: 186px;
	float: left;
	display: block;
	background: url(../images/wte_logo.png) 0 0 no-repeat;
	text-indent: -9999px;
	}
	
#main img {
	float: left;
	margin-right: 20px;	
	}
	
/* Banner */			
#banner {
	float: left;
	margin-bottom: 45px;
	width: 100%;
	}

	#banner img {
		width: 100%;
		}

/* Border */
 #bottom {
	background: #f59237;
	position: fixed;
	}
		
#bottom {
		left: 0; right: 0;
		height: 7px;
		}

		#bottom { bottom: 0; }
		
		

/* Media Queries */
@media 
/* Fairly small screens including iphones */
only screen and (max-width: 500px),

/* iPads */
only screen and (min-device-width: 768px) and (max-device-width: 1024px) 

{
	#top, #bottom, #left, #right { display: none; }


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;
				}		
					
}