body {
    background: url(images/bg.jpg);
    color: #2d2d2d;
}

p {
    line-height: 16px;
    text-align: justify;
}

hr {
    border-top: 1px dotted #c78539;
    border-bottom: 1px dotted #f2e3d1;
    margin-bottom: 18px;
}

a {
    text-decoration: none;
}

p a, blockquote a {
    color: maroon; text-decoration: underline;
}

blockquote {
    margin: 15px 30px 15px 30px;
    line-height: 16px;
    font-style: italic;
}

h1 {
    background: url(images/bullet.png) no-repeat 0px 1px;
    padding: 0 0 5px 5px;
    font-family: Times;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 7px 0 20px 0;
    text-indent: 20px;
    border-bottom: 1px solid #212121;
}

h2 {
    font-family: Times;
    font-size: 12px;
    text-transform: uppercase;
    margin: 7px 0 3px 0;
}

.header {
    font-size: 10px;
    margin-top: 3px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #5d554b;
}

.subheader {
    font-size: 10px;
    margin-top: -5px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #5d554b;
}

.datestamp {
    font-weight: normal;
    position: absolute;
    right: 15px;
}

h2.center {
    text-align: center;
}

.pagination {
    margin: -7px 0 0 14px;
}

.pagination a {
    color: maroon;
}

.pagination a:hover {
    text-decoration: underline;
}

ul {
    font-style: Arial, Verdana, serif;
    font-weight: bold;
    font-size: 10px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
}

ul.links li:hover {
    background-color: #4a0000;
    color: #dab07f;
    width: 235px;
    margin-left: -15px;
    padding-left: 15px;
}

ul.widelinks li:hover {
    background-color: #4a0000;
    color: #dab07f;
    width: 335px;
    margin-left: -15px;
    padding-left: 15px;
}

li {
    list-style-type: none;
    border-bottom: 1px dotted #5d554b;
    margin-left: 0px;
}

li:hover a {
    color: #dab07f;
}

li a {
    color: #2d2d2d;
}

#right {
    width: 250px;
    margin: auto auto auto 590px;
    position: absolute;
    top: 18px;
}

#both {
    width: 600px;
    margin: auto auto auto 220px;
    position: absolute;
    top: 18px;
}

#middle {
    width: 350px;
    margin: auto auto auto 220px;
    position: absolute;
    top: 18px;
}

#center {
    width: 900px;
    margin: 0px auto;
}

#artwork {
    background: url(images/artwork.png);
    height: 526px;
    width: 199px;
}

#nav {
    font-size: 11px;
    line-height: 30px;
    text-align: center;
    padding-top: 95px;
}

#nav a {
    color: #dab07f;
}

#nav a:hover {
    text-decoration: underline;
}

.content {
    background:url(images/frame.png);
    margin: 15px;
    padding: 15px;
    border-radius: 4px;
}

.photo-container {
    width: 100%;
    height: 70px;
    overflow: hidden;
}

.member-photo {
    height: auto;
    width: 100%;
}

form {
    margin: 10px;
}

.nav-link {
    border-bottom: none;
}

.member-row {
    margin-bottom: 35px;
}

.member {
    transition: opacity 1s;
}

.member:hover {
    opacity: 0.8;
}

.username {
    background: #212121;
    padding: 5px;
    overflow: hidden;
    font-size: 10px;
}

.username a {
    color: #EFEFEF;
}
