@media only screen and (orientation: portrait){
	
	header{
		height:300px !important;
	}
	
	nav{
		height:50px !important;
	}
	
	nav #nav{
		height:50px !important;
	}
	
	nav ul li{
		line-height:50px !important;
	}
	
	#content{
		margin: 0px;
	}
	
	aside{
		margin-top:30px;
	}
	
	#wrapper {
        width:100%;
		margin:0;
    }
	
	#aside_left{
		width:100%;
	}

	article{
		width:70%;
	}
	
	#aside_right{
		width:29%;
	}
	
}


@media only screen and (orientation: landscape){	
	
	
}