* {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    background: url(../images/background.gif);
}

p, ol, ul {
    line-height: 18px;
    margin-bottom: 10px;
}

p.large, p.large * {
    font-size: 15px;
    line-height: 20px;
}

a:link, a:visited {
    color: #009;
}

a:hover {
    text-decoration: none;
}

a.external {
}

a.article {
}

img {
    border: 0;
    vertical-align: bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#container {
    width: 800px;
    text-align: left;
    position: relative;
    margin: 0 auto;
}

#global {
    background-color: black;
    padding: 6px;
    text-align: right;
}

#global, #global a {
    color: white;
}

#banner {
}

#main {
    background-color: #FFF;
    padding: 15px;
}

#footer {
    border-top: 1px solid #999;
    background-color: #DDD;
    padding: 10px;
    padding-bottom: 25px;
    clear: both;
}

#footer, #footer * {
    font-size: 11px;
    line-height: 16px;
    color: #555;
}

#footer div {
    margin-bottom: 3px;
}

#footer-timeline-links a, #footer-global-links a {
    font-weight: bold;
}

#copyright {
    margin-top: 10px;
}

table#contents td {
    padding-bottom: 10px;
}

table#contents img {
    border: 1px solid #333;
}

table#credits td {
    padding-bottom: 10px;
}

div#nav {
    border-bottom: 1px solid #999;
    padding: 8px;
    line-height: 18px;
    background-color: #FFB;
}

div#nav span, div#nav a {
    font-size: 13px;
}

span.nav-label {
    color: #600;
    font-weight: bold;
}

span.nav-link {
    white-space: nowrap;
}

span.nav-off a {
}

span.nav-on a:link, span.nav-on a:visited {
    text-decoration: none;
    color: #444;
}

h1, h2, h3 {
    color: #333;
}

h1 {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 10px;
}

h2 {
    font-size: 16px;
    font-weight: normal;
}

h2.subhead {
    margin-top: -8px;
    margin-bottom: 8px;
    font-size: 18px;
}

h3 {
    margin-bottom: 2px;
}

div.intro-photo-cap {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

div.intro-photo-cap-2 {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
}

div.intro-photo {
    margin-bottom: 5px;
}

div.intro-cap, div.intro-cap * {
    color: #555;
}

td {
    vertical-align: top;
}

td.c2 h2 {
    color: #600;
    margin-bottom: 6px;
    border-bottom: 1px solid #999;
}

td.c1 {
    border-right: 1px solid #999;
    padding-right:10px;
}

td.c2 {
    width: 240px;
    padding-left: 10px;
}

table.audio-group tr td {
    padding-bottom: 10px;
    padding-right: 10px;
}

td.audio-photo {
}

td.audio-info {
}

div.audio-text {
    line-height: 16px;
    padding-bottom: 5px;
}

span.audio-title {
    font-weight: bold;
    color: #006;
}

span.audio-synposis {
}

span.audio-length {
    color: #666;
}

div.audio-player {
}

img.thumb {
    border: 2px solid black;
    display: block;
    margin-bottom: 5px;
}

div.thumb-caption {
    font-size: 11px;
    margin-top: 2px;
    color: #555;
}

img.default {
    border: 1px solid #333;
}

div.article {
}

div.article p {
}

span.lead {
    font-weight: bold;
    font-size: 13px;
}

div#my-story {
}

div#themes {
}

span.themes-title {
    font-weight: bold;
}

span.themes-text {
}

div#discover {
}

div.section {
    margin-bottom: 20px;
}

div.moments-pager {
    text-align: right;
    font-weight: bold;
}

div.moments {
    margin-bottom: 8px;
}

td h2.moments {
    margin-bottom: 0;
    border: none;
}

div.moments-text {
    height: 125px;
    overflow: auto;
    background-color: #F3F3F3;
    padding: 4px;
    padding-right: 10px;
    border: 1px solid #999;
}

p.moments {
}

p#m0 {
    display: block;
}

div#pager {
    float: right;
    font-weight: bold;
}

span.moments-date {
    font-weight: bold;
}

ul.external-links li {
    margin-bottom: 6px;
    line-height: normal;
}

div.mike {
    margin-bottom: 15px;
}

div.mike-name {
    font-weight: bold;
    margin-bottom: 2px;
}

p.mike-comment {
}

.disabled {
    color: #777;
}

object#gallery {
    margin-bottom: -15px;
}

.citation {
    text-decoration: underline;
}

@media print {
    div#pager {
        display: none;
    }
    div.moments-text {
        height: auto;
    }
}

