@charset "UTF-8";

/* Layout Small Screens */


header {
	height: 125px;
	background-repeat: no-repeat;
	background-position: left 0px;
	background-image: url(../Images/gail_logo_gold.png);
}

header a.logo {
	width: 105px;
	height: 40px;
	top: 16px;
	right: 15px;
	background-image: url(../Images/logo_small.png);
	display: none;
}
.page .HomeBody .homecontent {
	width: 350px;
	height: 232px;
	background-image: url(../Images/gail_williams_2016-lg.png);
	background-size: contain;
	padding-right: auto;
	padding-left: auto;
	margin-right: auto;
	margin-left: auto;
}
.HomeBody {
	padding-top: 30px;
	display: block;
}
article { padding: 20px 20px 10px 20px; }

nav {
	position: static;
	padding: 10px 0px 10px 0px;
	background-color: #000000;
}

nav a {
	color: #FFFFFF;
	display: block;
	margin: 15px;
	padding: 9px;
	border: 1px solid #cc9933;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../Images/mobile_link_arrow.png);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
	background-color: #3366FC;
}


nav a:hover {
	color: #787878;
	background-color: rgba(255,255,255,.15);
 }
 .lastnav {
	padding-right: 0px;
	margin-right: 0px;
	right: 0px;
	
}

 
 footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
 }
 body { background-image:none; }
 
 aside {
	max-width: 100%;
	float: right;
	font-size: 1.1em;
}
section {
	display: none;
	top: 12px;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #3366FC;
	margin: 0 0 .5em 0;
	height: auto;
	display: block;
	text-align: center;
}
 .leftsection {
	width: 250px;
	height: 338px;
	background-image: url(../paintings/AND_landscape_6789_sm.jpg);
	clear: both;
	text-align: center;
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
	background-origin: content-box;
	background-position: center center;
	background-size: contain;
	float: none;
	
	margin-top: 24px;
}
.lbGallery {
	background-color: #000;
	padding-top: 0px;
	padding-right: -6px;
	padding-left: -6px;
	padding-bottom: 4px;
	}
	.centerpic {
	display: block;
	margin: 4px;
	padding: 4px;
	clear: both;
	width: 300px;
	height: 164px;
	background-image: url(../Images/Florida-sm.png);
	background-origin: padding-box;
}
