/*Used for when screen size is around table size*/
@media only screen and (max-width: 1024px)
{

	#article-container {
		width: 100%;
		height: auto;
	}

	.newspaper-head-1 {
		width: 3%;
	}
	.newspaper-head-2 {
		width: 17%;
	}
	.newspaper-head-3 {
		width: 30%;
	}
	.newspaper-head-4 {
		width: 50%;
	}
	
	.newspaper-coaches-image {
		height: 123px;
	}

	.newspaper-headline {
		float: none;
		margin-left: 280px;
		font-size: 35px;     
	}

	.newspaper-players-image {
		padding-top: 20px;
		vertical-align: top;
	}
	
	.newspaper-article {
		font-family: 'Courier New', Courier, monospace;
		font-size:13px;     
		text-align:left;
		padding-left: 0px;
		padding-right: 0px;
	}
	.newspaper-article h1 {
		font-size:20px;
	}

	#header {
		
	  }
	  
	  .top-level-menu
	  {
		  	list-style-type: none;
		  	padding-left: 0px;
			padding-right: 0px; 
			background-color: gray;
	  }


/* NAVIGATION */
  	.menu-item-last{
		margin-right: 0px;
	}
	

	.top-level-menu > li
	{
		padding-left: 7px;
		padding-right: 7px; 
	}
	
	.top-level-menu a 
	{
		font-size:14px; 
	}
	
	.second-level-menu a 
	{
		font-size:12px; 
		min-width: 45px;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	#main-body-container {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	 }
	



/* FOOTER */

	.footer-distributed{
		font: bold 12px sans-serif;
	}
	.footer-distributed h3{
		font-size:35px; 
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
		margin: 0;
		padding: 0;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}


	/* IFRAME */
	.iframe-container {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 556px;
		padding-top: 0%;
	}

	.responsive-iframe {
		width:100%;
		height:100%;
	}


}



