@media only screen and (min-device-width: 768px) and (max-device-width :1024px) and (orientation: landscape) {
	
	/*
	 *
	 * default starting point for all elements
	 *
	 */



	#index-wrapper
	{
		width: 940px;
		height: 100%;
		min-width: 940px;
/*		background-color: red;*/
		margin: 0 auto;
		padding: 0;
		border: 0;
	}





	#wrapper
	{
		width: 940px;
		height: 100%;
		margin: 0 auto;
		padding: 0;
		border: 0;
	}
	
	#content-wrapper
	{
		padding-top: 40px;
	}



	/*
	 *
	 * top nav links section
	 *
	 */
	#top-nav-links-wrapper
	{
		width: 940px;
		height: 24px;
		margin: 0;
	}
	
	#top-nav-links-content nav
	{
		font-size: 18px;
		font-weight: bold;
	}	
	
	
	#top-nav-links-content nav li
	{
		margin: 0 0 0 100px; /* space between each link */
	}
	
	
	#top-nav-links-content nav li:first-child
	{
		margin: 0 0 0 30px; /* space between each link */
	}



	/*
	 *
	 * goodroad-music-banner section
	 *
	 */
	#goodroad-music-banner
	{
		width: 940px;
		padding-top: 20px;
	}
	
	
	
	/*
	 *
	 * index page
	 *
	 */

	
	/*
	 *
	 * goodroad-music-greeting-wrapper section : default settings for grouping:
	 * greeting-wrapper-left-half and greeting-wrapper-right-half
	 *
	 */
	#goodroad-music-greeting-wrapper
	{
		width: 940px;
		height: 570px;
/*		height: 720px;*/
		padding-left: 0px;
/*		background-color: lightblue;*/
	}


	/*
	 *
	 * greeting-wrapper-left-half section : default settings for grouping:
	 * greeting-wrapper-top-part and greeting-wrapper-bottom-part
	 * 
	 */
	#greeting-wrapper-left-half
	{
		float: left;
		width: 540px;
		height: 560px;
/*		background-color: pink;*/
	}



	/*
	 *
	 * greeting-wrapper-top-part section : default settings for grouping:
	 * goodroad-letters and music-letters-image
	 * 
	 */
	#greeting-wrapper-top-part
	{
		float: left;
		width: 540px;
		height: 450px;
/*		background-color: blue;*/
	}


	/*
	 *
	 * goodroad-letters section
	 *
	 */
	#goodroad-letters
	{
		float: left;
		width: 270px;
		height: 200px;
		vertical-align:top;
		padding-top: 220px;
		font-family: 'Questrial', sans-serif;
		letter-spacing: 10px;
		color: #FFFFFF;
		font-size: 34px;
/*		background-color: yellow;*/
	}


	/*
	 *
	 * music-letters-image section
	 *
	 */
	#music-letters-image
	{
		float: left;
		width: 268px;
		height: 320px;
		padding-top: 100px;
		padding-left: 2px;
/*		background-color: orange;*/
	}



	/*
	 *
	 * greeting-wrapper-bottom-part section
	 * text
	 *
	 */
	#greeting-wrapper-bottom-part
	{
		clear: both;
/*		background-color: purple;*/
	}


	#greeting-wrapper-bottom-part p
	{
		width: 370px;
		padding-top: 0px;
		color: #A7B4C2;
		font-family: 'Questrial', sans-serif;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: justify;
	}



	/*
	 *
	 * greeting-wrapper-right-half : default settings for grouping:
	 * sarah-image
	 *
	 */
	#greeting-wrapper-right-half
	{
		float: right;
		width: 400px;
		height: 560px;
/*		background-color: green;*/
	}



	/*
	 *
	 * sarah-image section
	 *
	 */
	#sarah-image
	{
		float: right;
		padding-right: 0%;
	}

	#sarah-image img
	{
		width: 361px;
		height: 553px;
/*		width: 400px;*/
/*		height: 613px;*/
		opacity: 0.1;
	  filter: alpha(opacity=10); /* For IE8 and earlier */
	}




	
	
	/*
	 *
	 * about page
	 *
	 */
	
	#about-wrapper
	{
		width: 940px;
		height: 480px;
		margin: 0 auto;
		padding: 0;
		border: 0;
	}
	
	
	/*
	 * second column in the about page
	 */
	#about-first-text-column
	{
		width: 500px;
		padding-right: 0px;
	}
	
	
	
	/*
	 * third column in the about page
	 */
	#about-second-text-column
	{
		width: 500px;
		padding-top: 20px;
	}
	
	
	
	/*
	 *
	 * learn page
	 *
	 */
	#learn-wrapper
	{
		width: 100%;
		height: 1470px;
	}
	
	
	h3#padding-for-intermediate
	{
		padding-top: 36px;
	}
	
	
	
	
	
	/*
	 *
	 * play page
	 *
	 */
	#play-wrapper
	{
		width: 100%;
		height: 864px;
	}
	
	
	#boulder-ukulele-group-part
	{
		height: 340px;
	}
	
	
	
	/*
	 *
	 * footer section
	 *
	 */
	#footer
	{
		width: 940px;
		height: 40px;
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
		font-size: 14px;
		letter-spacing: 6px;
		text-align: center;
		color: #FFFFFF;
	}


	#footer li
	{
		line-height: 20px;
		margin: 0 0 0 20px; /* space between each link */
		list-style: none;
		display: inline;
	}


}