﻿/**
 * Skin Blueside, Page
 */

/* Top Page */

#top {
    font-family: Verdana, Lucida, sans-serif;
}

#top .introduce {
    margin-top: 2em;
}

#top .introduce #welcome {
    color: #003c5a;
}

#top .introduce #descript {
    margin-top: 0.5em;
    margin-left: 7.5em;
    font-size: 95%;
    color: #407c9a;
}

#top .infoTable {
    margin-top: 2em;
    width: 320px;
    font-size: 80%;
}

#top .infoTable .caption {
    padding-bottom: .1em;
    border-bottom: 1px solid #6d8b9a;
    font-weight: bold;
}

#top .infoTable ul {
    margin-top: 0.5em;
    margin-left: 0.2em;
    padding-left: 0;
    list-style-type: none;
}

#top .infoTable li {
    position: relative;
    margin-top: 0.6em;
    padding-top: 0;
    clear: both;
    border: 1px solid white; /* workaround for a IE 7 bug */
}

#top .infoTable .it-name {
    position: absolute;
    left: 0;
    width: 5em;
    color: #6d8b9a;
} 

#top .infoTable .it-value {
    margin-left: 7.5em;
    color: #2b4d5a;
}

#top .infoTable .siteBanner {
    margin: 1em 0 1em 0.2em;
}

#top .infoTable .commonCreative {
    margin-left: 0.2em;
    color: #6d8b9a;
}


/* Common Styles for Profile, Catalog & Links */

#profile h1, #profile h2,
#catalog h1, #catalog h2,
#links h1, #links h2 {
    color: #003c5a;
}

#profile h1,
#catalog h1,
#links h1 {
    margin-top: 1.5em;
    padding-bottom: 3px;
    border-bottom: 1px solid #6d8b9a;
    font-size: 120%;
}

#profile span.latin,
#catalog span.alterTitle {
    font-style: italic;
    font-family: Georgia, Times New Roman, serif;
    font-size: 80%;
    color: #80a8bc;
}


/* Profile Page */

#profile {
    position: relative;
    margin-right: 1em;
}

#profile h1 {
}

#profile h1 span.latin {
    font-style: italic;
    font-family: Georgia, Times New Roman, serif;
    font-size: 80%;
    color: #80a8bc;
}

#profile table {
    margin-left: 1em;
    font-size: 95%;
    color: #2b4d5a;
}

#profile td.item {
    width: 5.5em;
    padding-top: 0.4em;
    padding-right: 0.8em;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    color: #6d8b9a;
}

#profile td.desc {
    width: 32em;
    padding-top: 0.4em;
    vertical-align: top;
}

#profile td.desc span.author {
    position: absolute;
    left: 22em;
    font-size: 80%;
    color: #6d8b9a;
}

#profile td.bar {
    height: 0.8em;
    border: none;
}


/* Catalog Page */

#catalog {
    margin-right: 1em;
}

#catalog h1, #catalog h2 {
}

#catalog h1 {
}

#catalog h2 {
  margin-left: 1em;
  font-size: 100%;
}

#catalog span.alterTitle {
}

#catalog ul {
    margin-left: 2em;
    padding-left: 0;
    list-style-type: none;
}

#catalog li {
    font-size: 95%;
    padding-bottom: 0.3em;
}

#catalog li span.alterTitle {
    font-size: 90%;
}

#catalog li.grouped {
    position: relative;
}

#catalog div.colume0 {
}

#catalog div.colume1 {
    position: absolute;
    top: 0;
    left: 12em;
}

#catalog div.colume2 {
    position: absolute;
    top: 0;
    left: 24em;
}

#catalog div.colume3 {
    position: absolute;
    top: 0;
    left: 36em;
}


/* Links Page */

#links {
    margin-right: 1em;
}

#links h2 {
    padding-left: 0.9em;
    font-size: 100%;
}

#links p {
    padding-left: 1em;
    font-size: 90%;
    color: #2b4d5a;
}

#links tr {
    vertical-align: top;
}

#links td {
    padding-bottom: 1em;
}

#links .banner {
    width: 208px;
}

#links td a img {
  border: 1px solid white;
}

#links td a:hover img {
  border: 1px solid lightsteelblue;
}



/* Tools Page */

#tools {
    padding-top: 3em;
}


/* History Page */

.historyLogs {
    padding-top: 2em;
    font-size: smaller;
    line-height: 1.5;
}

.historyLogs ul {
    padding-left: 2em;
    font-family: monospace;
    list-style-type: none;
}

.historyLogs a {
    padding-left: 2px;
    padding-right: 2px;
}


