@charset "utf-8";

/* http://www.html-color-names.com */
/* top, right, bottom, left */
/* top, left/right, bottom */
/* top/bottom, left/right */

body {
	background-color: LightGray;
	color: black;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
}


a:hover {
	color: Red;
}

a:active {
	text-decoration: none;
}

#Page {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#PageHeader {
	width: 750px;
	height: 80px;
	color: Snow;
	background-color: PowderBlue;
	margin: 0px auto 20px auto;
	position: relative;
}

#PageTitle {
	padding: 10px 0px 0px 20px;
}

#PageFooter {
	vertical-align: middle;
	font-size: 75%;
	font-weight: bold;
	width: 750px;
	height: 80px;
	background-color: PowderBlue;
	margin: 20px auto 0;
	padding: 5px;
	position: relative;
}

#Content {
	background-color: Snow;
	padding: 20px;
}

/* Images with foreground text. */

.background-image {
   margin: 0 auto;
   position: relative;
}

.foreground-text {
   position: absolute;
   left: 20x;
   bottom: 10px;
   margin-left: 20px;
   color: Snow;
}

.foreground-text a:link { color: Snow; }
.foreground-text a:visited { color: Snow; }
.foreground-text a:hover { color: SteelBlue; }
.foreground-text a:active { color: Snow; }

/* Thumbnails. */

.album-title {
	margin-bottom: 3px;
}

.album-description {
	margin-bottom: 70px;
}

.album-wrap {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin: 10px;
	width: 212px;
	height: 250px;
}

.thumbnail-frame {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 212px;
}

.thumbnail-frame:hover {
	
}

.thumbnail-frame a {
	
}

.thumbnail-frame a:hover {
	
}

.thumbnail-frame img {
	margin: auto;
}

.thumbnail-frame a img {
	border: 2px solid Gray;
}

.thumbnail-frame a:hover img {
	border: 2px solid DarkGray;
}

.thumbnail-caption {
	padding: 0;
	width: 100%;
	height: 47px;
	display: block;
	margin: 10px 0 0;
}


blockquote {
  font-style: normal;
  margin-left: 24px;
  background: #e2f3f5;
  font-style: italic;
  padding: 8px;
  box-shadow: 8px 8px 4px grey;

}

/* Pulldown menu styles. */

#navcontainer {
	font-size: 75%;
	width: 700px;
	height: 36px;
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 0;
}

#navcontainer ul {
	text-align: left;
	list-style: none;
	font-weight: normal;
	z-index: 100;
	float: right;
}

#navcontainer li {
	float: left;
	padding: 0;
	margin: 0;
}

#navcontainer a {
	border-left: 5px solid SteelBlue;
	color: DarkSlateGray;
	background: PowderBlue;
	display: block;
	line-height: 2em;
	padding: 0 10px;
	text-decoration: none;
	font-weight: bold;
}

#navcontainer a:hover {
	color: DarkSlateGray;
	background: LightSlateGray;
}

#navcontainer li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	height: auto;
	width: 20em;
}

#navcontainer li li {
	width: 20em;
	margin: 0;
}

/* Drop-down menu. */

#navcontainer li ul a {
	border-left: 5px solid SteelBlue;
	margin: 0;
}

#navcontainer li ul a:hover {
	
}

div#navcontainer ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul ul li:hover ul ul {
	display: none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul {
	display: block;
}

#navcontainer #current {
	
}

#navcontainer #current:hover {
	
}

#navcontainer .currentAncestor {
	
}

/* Parent - Level 0 */

#navcontainer ul {
	
}

#navcontainer li {
	
}

#navcontainer a {
	
}

#navcontainer a:hover {
	
}

#navcontainer a:active {
	
}

/* Child - Level 1 */

#navcontainer ul ul {
	
}

#navcontainer ul ul li {
	
}

#navcontainer ul ul a {
	
}

#navcontainer ul ul a:hover {
	
}

#navcontainer ul ul #current {
	
}

#navcontainer ul ul .currentAncestor {
	
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	
}

#navcontainer ul ul ul li {
	
}

#navcontainer ul ul ul a {
	
}

#navcontainer ul ul ul a:hover {
	
}

#navcontainer ul ul ul #current {
	
}

#navcontainer ul ul ul .currentAncestor {
	
}
/* Child Level 3 */

#navcontainer ul ul ul ul {
	
}

#navcontainer ul ul ul ul li {
	
}

#navcontainer ul ul ul ul a {
	
}

#navcontainer ul ul ul ul a:hover {
	
}

/* Child Level 4 */

#navcontainer ul ul ul ul {
	
}

#navcontainer ul ul ul ul ul li {
	
}

#navcontainer ul ul ul ul ul a {
	
}

#navcontainer ul ul ul ul ul a:hover {
	
}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {
	
}

#navcontainer ul ul ul ul ul ul li {
	
}

#navcontainer ul ul ul ul ul ul a {
	
}

#navcontainer ul ul ul ul ul ul a:hover {
	
}
