/*
* Skeleton V1.2
*/



/* #Media Queries */
	
	@media only screen and (min-width: 1200px)  {
	
	.page-inner {
	margin-right: 280px;
	}
		
	.magazine-content {
    width: 54%;
	}
		
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (min-width: 960px) and (max-width: 1199px) {
	
	.magazine-content {
	margin: 5px 0 0 2%;
	}
		
	.page-inner {
	margin-right: 50px;
	}
		
	.magazine-content {
    width: 73%;
	}
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	.magazine-content {
	margin: 5px 0 0 2%;
	}
	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
	header.top-head {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 0 0;
	position: relative;
	}
		
	.fixed-nav {
	height: 20px;
	}
		
	p.site-title {
    margin: 40px 0 0 0;
	font-size: 28px
	}
		
	h1 {
	font-size: 28px			
	}
		
	.main-logo {
	width: 100%;
	}
		
	.magazine-cover {
	width: 100%;
	}

	.magazine-content {
	width: 100%;
	margin: 40px 0 0 0;
	}
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


