@charset "UTF-8";
/*	CSS Document									*/

/*	Theme Name: GNC Quality Website					*/
/*	File Name: layout_B_screenSmall.css 			*/
/*	Author: Ben Guthrie								*/
/*	Author URI: http://www.TheGuthrieProject.com	*/





/* special attributes for iPhones, when in LANDSCAPE mode only */
	

	

/* smnaller top aligning logo for small screens */
#logo_container,
#logo_container:hover {
	position:fixed;
	left:0px;
	overflow:hidden;
	top:0px;
	height:50px;
	width: 100%;
	background-color:#324141;
	background: rgba(50, 65, 65, 0.8);
	*border:none;
	*outline:none;
	z-index:8;
}
#siteContent_projectPages,
.logo_image {
	display:none;
}
.logo_image_smallScreens {
	display: block;
	position:absolute;
	left:30px;
	overflow:hidden;
	top:5px;
	*border:none;
	*outline:none;
	z-index:9;
}




/* hide site menu for large screens */
#bigScreenMenu_container { display:none; }
	
/* display site menu for small screens */
.smallScreenMenu { display:block; }





/*	relocate slideShow and footer Controls & elements	*/
#slideshowNavigation_container {
	right:35px !important;
	bottom:-4px !important;
	}
	

#projectPopUpButton						/* locates Info button */  
	{	
	left:22px !important;
	bottom:-16px !important;
	}

#projectPopUpDescription
	{
	bottom:50px;
	height:210px;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:5px;
	}

.hidefromSmallScreens, 
.logo_phoneNumber
	{
	display: none;
	}


#maximage_Container {
	left:0px;
	right:0px;
	top:60px;
	bottom:45px;
}
#siteContent_projectPages {
	height:20px;
	bottom:10px;
	padding-left:20px;
	padding-right:0px;
/*	background:red;		*/
	}
#siteContent_projectPages h4 {
	padding-top:4px;
	padding-bottom:4px;
	}
