/* 
* Amazium V1.0.0
* Copyright 2011, Mike Ballan
* www.amazium.co.uk
*/


/***** Standard 960px *****/
#debug_info:after { content: "standard"; }	


/***** iPad Smaller than 959px *****/

@media only screen and (min-width: 768px) and (max-width: 959px) {
#debug_info:after { content: "layout 1"; }

}

/***** iPhone (portrait 300px) *****/

@media only screen and (max-width: 767px) {
#debug_info:after { content: "layout 2"; }

}

/***** iPhone (landscape 420px) *****/

@media only screen and (min-width: 480px) and (max-width: 767px) {
#debug_info:after { content: "layout 3"; }	



}
