/* html { background:url(../images/gear.gif) top center no-repeat; } */
html { background:none; }
img.portrait { margin:7px; border: solid thin black; width: 80%; max-width:223px;  }
	
	@media (min-width: 550px) {/* Larger than phablet */
	img.portrait { margin:10px; border: solid medium black; width:auto; max-width:223px; }
	}
.smaller { font-size:28px; }


.shadow {
  -moz-box-shadow:    0px 0px 0px 0px #999;
  -webkit-box-shadow: 0px 0px 0px 0px #999;
  box-shadow:         0px 0px 0px 0px #999
  /*-moz-box-shadow:    3px 3px 5px 0px #999;
  -webkit-box-shadow: 3px 3px 5px 0px #999;
  box-shadow:         3px 3px 5px 0px #999; */
}
.mainshadow {
-webkit-box-shadow: 40px 69px 87px -69px rgba(0,0,0,0.11);
-moz-box-shadow: 40px 69px 87px -69px rgba(0,0,0,0.11);
box-shadow: 40px 69px 87px -69px rgba(0,0,0,0.11);
}

