body {background: #f7f5f1;}

a:link {color: #584f4f;}
a:visited {color: #584f4f;}
a:hover {color: #a47728;}
a:active {color: #584f4f;}
	

.push {margin-top: 2.5em; margin-bottom: 3em; }
.attention {font-size: .8em; color: #795353; line-height: normal;}
.photo-caption {font-size: .9em; line-height: normal;}

.padthis {margin-top: 1em;}
.padthat {margin-top: 1em;}
.padother {margin-top: 12%;}

.bordered {-webkit-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0); box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0);}
.shadowed {box-shadow:1px 1px 2px 1px #222; margin-bottom: 1em}
.shadower {margin-bottom: 1em; text-shadow: 5px 9px 36px rgba(159,59,59,0.54)}
.globalnav {font-size: 1.4em;}
.smaller {font-size: .9em;}


#footer {
	width: 100%;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -1em;
	background: rgba(163, 144, 85, 0.1); width: 100%; color: #252424; font-size: .8em; padding: .5em;} 
	
#footer a  {
	text-decoration: none;
}
#footer a:link {
	color: #fbfafa;
	text-decoration: none;
}
#footer a:visited {
	color: #E5E5E5;
	text-decoration: none;
}
#footer a:hover {
	color: #817b7b;
	text-decoration: none;
}
#footer a:active {
	color: #E5E5E5;
	text-decoration: none;
}

/*poppver navigation beginning to help */
	

	li.hamlabel {color: black; font-size: 1.6em; margin-top:.3em; font-family: 'Amatic SC', sans-serif; font-variant: small-caps;}

.faderer {
				    opacity: 1; /* css standard */
				    filter: alpha(opacity=100); /* internet explorer */
				}
				
				.faderer:hover {
				    opacity: 0.6; /* css standard */
				    filter: alpha(opacity=60); /* internet explorer */
				}


/*------------------------------------*\
	GALLERY PAGE
\*------------------------------------*/

/* just for clearing floats */
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

/** Fullscreen Masonry Control  **/

#content {
	/*width: 980px;*/
	/*width: 95%;*/
	width: auto;
	margin: 0 auto;
}

.item {
	display: block;
	float: left;
	width: 400px;
	margin: 0 40px 40px 0;
	-webkit-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-moz-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-ms-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-o-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	font-size: .7em;
}

.featured {
	width: 640px;
}

.item img {
	width: 400px;
	height: auto;
}

.featured img {
  width: 640px;
  height: auto;
}

/** End of Masonry Control for fullscreens **/


@media screen and (max-width: 40em) {
								#btnbar {display:none;}
							      .push {margin-top: 4em;}  
								 }