/**
* Some optimization for smartphones
*/
header {height: auto; background: #fff; text-align: center;}
	header .inner {height: auto;}
	#logo {float: none; margin: 0 auto;}

	/* No drop downs */
	nav .drop.active {display: none;}
	
	#nav li.top {float: none; display: inline; width: auto; line-height: 2em; height: 2em; padding: 0;}
	#nav li.top > a {float: none; padding: 0; height: auto;}
	#nav li.top.current > a,
	#nav li.top.current > a:hover {color: #1976a7;}

#main {margin: 20em 0 2em 0;}

#home_content {float: none; width: auto;}
#home_side {float: none; width: auto; clear: left;}

footer {margin: 0; height: auto; background: #243C4D;}
	footer div {float: none; width: auto; margin-bottom: 1em;}
	footer div.center,
	footer div.right,
	#fc3 {text-align: left; float: none !important;}


#sidebar {float: none; width: auto;}
	#sidebar .menu {margin: 0 1em;}
	#sidebar .menu li {display: inline-block; width: 45%; line-height: 0;}

#content {margin: 2%;}


/* General -- may have wider reaching effects ? */
.col2 {float: none; width: auto;}


/* Gallery Artists */
#works dt {display: block;}
#works dd {display: block; margin: 0 0 1em 0;}

#building_photo img {max-width: 100%;}
#google-map.on {width: 100%; height: 30em; border-width: 1px; margin: 0;}

