body {
	color: #fffbf1;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: black;
	background-image: url(clef.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#body {
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	width: 660px;
}

#top-image {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

h1, h2 {
	text-align: center;
	clear: both;
}

h1 {
	font-size: x-large;
}

h2 {
	font-size: large;
	padding-top: 1ex;
}

.member {
	clear: both;
}

.member .header {
	padding-top:4px;
	font-weight: bold;
}

.member table {
	border:none;
	margin-top:1em;
	margin-bottom:1em;
}

.member table td {
	border:none;
	padding-right:1em;
	padding-left:0;
}

.member img, .album img {
	float:left;
	padding-right:1em;
	padding-bottom: 1em;
}

.member .returning {
	font-style: italic;
}

.album ol li {
	list-style-position: inside;
}

.note {
	font-style:italic;
}

.poem {
	font-style: italic;
}

.caption {
	font-size: smaller;
}

blockquote .right {
	float:right;
	border:0px;
	margin-bottom:2em;
}

a[href] {
	color: #57d6d6;
	text-decoration: none;
}

a[href]:hover {
	text-decoration: underline;
}

a[href]:visited {
	color: #60aaaa;
}

q:before { content: open-quote }
q:after { content: close-quote }

q {
	font-style: italic
}

/** Name eras **/

.hg-era { color: #6f2a6f }
.g5-era { color: #782a45; }
.bb-era { color: #821e1f; }
.rr-era { color: #3326a1; }
.a-era { color: #396bb6; }
.aph-era { color: #38850a; }

/** http://css.maxdesign.com.au/listamatic/horizontal16.htm **/

#navcontainer ul
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #0A1436;
	color: #FFF;
	width: 100%;
	font-size: 90%;
	text-align: center;
	clear: both;
}

#navcontainer li { display: inline; }

#navcontainer li a[href]
{
	text-decoration: none;
	background-color: #0A1436;
	color: #FFF;
	padding: .2em 1em;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#navcontainer li a[href]:hover
{
	background-color: #1B2E50;
	color: #fff;
}
