/*-----------------------------------------------------------------------------------

	Theme Name: Wedlock
	Author: Two2Twelve Themes
	Author URI: http://themes.two2twelve.com
	Version: 1.0
	
	Stylesheet: media.queries

	
-----------------------------------------------------------------------------------*/


/* For iPhones and Mobile */
@media only screen and (max-width:750px) { 

	div#page_wrapper {
		padding: 8px;		
	}
	
}

/* For iPads and Tablets */
@media screen and (min-width:751px) and (max-width:970px) { 

	div#page_wrapper {
		padding: 8px;
	}

}