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

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





/* special attributes for medium screens and windows */
	






/* turn off menu, footer and other elements */
#menuBar_largeScreens, 
#menuBar_mediumScreens,
.hideFromMediumScreens,
.smallScreen,
.largeScreen,
.allScreensExceptSmall
	{
	display:none !important;
	}


.mediumScreen
	{
	display:inline-block;
	}





/* adjust menus */
.hideFromLargeScreens,
#menuBar_smallScreens {
	display:block;
	}
.menu_RightHandSide, 
#menu_RightHandSide,
.landingPage_infoText_right 
	{
	right:60px;
	}
.menu_LeftHandSide,
.menu_RightHandSide
	{
	top: 8px;
	}




/* layout adjustments */

.logo ul {
	top:-100%;
	width:36.0em;
}

#slideshowNavigation_container {
	top:50px;
	left:2%;
	}
#slideShow_thumbnails
	{
	overflow: hidden;
	top: 85px;
	left:2%;
	}

.leftColumn_40percent {
	right:60%;
	padding-left: 14%;
	padding-right:6%;
	}

.gridItem
	{
    width: 31%;
    margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	}

.membershipLogos {
	height:50px;
	}







/* decrease font sizes */

ul, li, ul li, ul ul li {
	-webkit-text-stroke: 0.35px;
	}

h3, h4, h5, h6
	{
	font-size: 16px;
	}

p, pre, br
	{
	font-size: 14px;
	}

li, ul, ul ul, ul ul ul, ul li, ul ul li, ul ul ul li
	{
	font-size: 12px;
	}

#hugeText,
.hugeText {
	font-size: 22px;
	line-height: 40px;
}
#bigText,
.bigText {
	font-size: 16px;
	line-height: 18px;
}
#mediumText,
.mediumText {
	font-size: 13px;
	line-height: 14px;
}
#smallText,
.smallText {
	font-size: 10px;
	line-height: 11px;
}
#tinyText,
.tinyText {
	font-size: 9px;
	line-height: 11px;
}
