/*   
Theme Name: Linchpin Launchpad
Theme URI: http://linchpinagency.com/launchpad/
Description: The parent theme utilized by all Linchpin themes childthemes where applicable. This core theme
based on the hardwork of http://html5reset.org, Eric Meyer, Paul Irish and the
team at html http://html5boilerplate.com along with Roots Theme
Author: Linchpin
Author URI: http://linchpinagency.com
Version: 0.2
*/

/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/




/* Print styles!
-------------------------------------------------------------------------------*/
@media print {
}

/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}
