/*
	aw.css
	
	Alexander-Wright.com Stylesheet.
	
	Contains mobile phone styles for the Alexander Wright website.
	
	© Alexander Wright, 2013
	
	Design
	
	 ___________________________________________________
	|                                                   |
	|   Head                              				|
	|___________________________________________________|
	|   Navigation						                |
	|___________________________________________________|
	|  	Content                                          |
	|                                                   |
	|                                                   |
	|                                                   |
	|                                                   |
	|                                                   |
	|                                                   |
	|                                                   |
	|___________________________________________________|
	|    Foot                                           |
	|___________________________________________________|
	
	
	
	Green Colour:	#339933 - on white backgrounds
					#66cc66 - on black backgrounds
	
	
 */
 
 
 
/* 
 	Layout: 
	=============================================================================== 
 */

 @media (max-width: 700px) {
 
	#headerIndex {
		padding: 					30px 10px 20px 10px;
		font-size:					0.8em;
	}
	
	.headerImageIndex {
		width: 						60%;
	}
 
	#headLeft {
		float: 						none;
		padding: 					20px 10px 10px 10px;
	}
	
	#headRight {
		display:					none;
	}

	.logoBox {
		float: 						none;
		width: 						100%;
		padding: 					20px;
	}
	
	.logoIm {
		width: 						100%;
	}
	
	
	.socialLeft {
		width: 						100%;
		text-align: 				center;
		float: 						none;
		padding-bottom: 			10px;		
	}
	
	.socialMid {
		width: 						100%;
		text-align: 				center;
		float: 						none;	
		padding-bottom: 			10px;
	}
	
	.socialRight {
		width: 						100%;
		text-align: 				center;
		float: 						none;	
		padding-bottom: 			10px;
	}
	

	
}


 @media (max-width: 500px) {
 	.sidebarFloat {
		float: 						none;
		width: 						100%;
		padding: 					10px 0px;
	}	
}