/* Memorabilia (mbilia) styles 
   ------------------------ */

#navList {
	padding-left: 75px;
	margin-left: 75px;
}

#navList, #navList ul {
	list-style: none; 
	line-height: 1.6em;
}

#navList a {
	display: block;
	width: 22em;
}

#navList a:link, #navList a:visited {
	background: transparent;
}

#navList a:hover {
	background: #FF8080;
}

#navList a:active {
	background: #FF8080;
}

#imageContainer {
	float: left;
	width: 150px;
}

#imageContainer img {
	border: 1px solid green;
}

/* mbilia content enclosed in white box centered on page */
.mbilia {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	/* background-color: #FFFFFF; */
	border: none;
	margin-left: 10%;
	margin-right: 10%; 	
}

/* centered links */
.mbilia .inlinelink {
	text-align: center;
}

/* images used within a mbilia, centered */
.mbilia .inlineimg {
	text-align: center;
}

.mbilia .inlineimg img {
	border: none;
}

/* image captions used within a story, usually below the image it describes */
.mbilia .imgcaption {
	text-align: center;
	font-style: italic;
padding-left: 25px;
padding-right: 25px;
}

.mbilia .imgcaptionheading {
	font-weight: bold;
}

.mbilia table {
	margin-left: auto;
	margin-right: auto;
	border: none;
}

.mbilia td {
	padding-left: 25px;
	padding-right: 25px;
}

.mbilia h3 {
	text-align: center;
}

.mbilia h4 {
	text-align: left;
	font-style: underline;
	padding-top: 20px;
}

.mbilia ul {
	text-align: left;
}

.mbilia p {
	text-align: left;
}

/* the title of the story, etc */
.mbiliaHeading {
	text-align: center;
} 

.mbiliaHeading h2 {
	text-align: center;
	text-decoration: underline;
}
