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

/*	Theme Name: Scope Architects					*/
/*	File Name: layout_D_screenLarge.css 			*/
/*	Author: Ben Guthrie								*/
/*	Author URI: http://www.TheGuthrieProject.com	*/





/* special attributes for larger screens and windows */
@media only screen and (min-width:600px) and (max-width:899px),
only screen and (min-device-width:600px) and (max-device-width:899px)
{
	



/* this changes the number of grid columns down to 3 */
.gridItem,
.gridItem_smallScreensOnly,
.gridItem_largeScreensOnly,
.gridItem_hoverImage,
.gridItem_hoverImage_smallScreensOnly,
.gridItem_hoverImage_largeScreensOnly
	{
	width: 31.66666666666%;
	}	



/* turn on special grid items for smaller screens */
.gridItem_smallScreensOnly,
.gridItem_hoverImage_smallScreensOnly
	{
	display:inline;
	}
/* turn off special grid items for larger screens */
.gridItem_largeScreensOnly,
.gridItem_hoverImage_largeScreensOnly
	{
	display:none;
	}



/* adjust padding of pageSlide pages */
#pageSlide_Content
	{
	position: absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	padding-top:35px;
	padding-left:50px;
	padding-right:50px;
	margin-bottom:0px;
	overflow:auto;
	}
#pageSlide_Footer
	{
	position:relative;
	display: inline;
	overflow:auto;
	top:25px;
	left:0px;
	}
div.slideshow-container {
	left:0px;
	}
div.navigation-container {
	left: 0px;
}		




/* adjust slideshow layout */
#maximage, 	
#maximage_Container 
	{
	left:120px;
	right:50px;
	}
#slideShow_thumbnails
	{
	left:50px;
	}
#slideshowNavigation_container {
	left:50px;
	bottom: 7px;
	}
#projectPopUpButton					/* locates Info button */  
	{
	left:auto;
	right:30px;
	bottom: -5px; 
	}
		
	
}/