/*     MAIN SITE      */

body {
    color: #8893A0;
    background-color: #FFFFFF;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "Luxi Sans, Helvetica, sans-serif";
    font-size: small;
    font-weight: normal;
}

a {
    text-decoration: none;
    font-weight: normal;
}

a:link, a:active, a:visited {
    color: #ADB6CE;
    font-weight: normal;
}

a:hover {
    color: #CFA3A3;
    font-weight: normal;
}

img {
    border: 0px;
}

.container {
    background-color: #FFFFFF;
    border: 1px solid #CDD3E7;
    margin: 5px auto;
    position: relative;
    text-align: left;
    width: 700px;
}

.menu {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CDD3E7;
    padding: 5px;
    text-align: left;
    font-weight: normal;
}

.date {
    background-color: #F6F8FE;
    border-bottom: 1px solid #CDD3E7;
    padding: 5px;
    text-align: left;
    font-weight: normal;
}

.header {
    background-color: #F6F8FE;
    color: #CFA3A3;
    text-align: left;
    padding: 5px;
    font-weight: bold;
}

.header a {
   font-weight: bold;
}

.content {
    background-color: #F6F8FE;
    border-bottom: 1px solid #CDD3E7;
    text-align: left;
    padding: 5px;
}

.footer {
    background-color: #FFFFFF;
    color: #ADB6CE;
    text-align: right;
    padding: 5px;
    font-weight: bold;
}

.footer a {
    font-weight: bold;
}

table {
    width: 98%;
    border: 0px;
}

table td {
    color: #CFA3A3;
    background-color: #F6F8FE;
    vertical-align: top;
    margin: 0;
    text-align: left;
    padding: 10px 10px;
    font-weight: bold;
}

/*   SCREENSHOTS  */

table.screenshots  td {
    color: #CFA3A3;
    background-color: #F6F8FE;
    vertical-align: top;
    margin: 0;
    text-align: center;
    padding: 10px 10px;
    font-weight: bold;
}

/*     LINKS      */

a.linksMS:link, a.linksMS:active, a.linksMS:visited {
    color: #CFD7E0;
    font-weight: normal;
}

a.linksMS:hover {
    color: #CFA3A3;
    font-weight: normal;
}

.linkSubHeader {
    color: #CFD7E0;
    font-weight: normal;
}

.linksTableCenter {
    text-align: center;
}

.linksTableRight {
    text-align: right;
}

/*     ANIME      */

.containerAnime {
    background-color: #FFFFFF;
    border: 1px solid #CDD3E7;
    margin: 5px auto;
    position: relative;
    text-align: left;
    width: 1300px;
}

table.anime td {
    color: #ADB6CE;
    background-color: #F6F8FE;
    vertical-align: top;
    margin: 0;
    text-align: left;
    padding: 7px 7px;
    font-weight: normal;
}

table.anime td.title {
    color: #CFA3A3;
    font-weight: bold;
}

table.anime td.incomplete {
    color: #CFA3A3;
}

/*     SOLARIS ZFS      */

.paragraph {
    padding: 10px 10px;
    text-align: justify;
}

h6 {
    font-size: medium;
    font-weight: bold;
}

pre {
    overflow: auto;
    padding-left: 25px;
    padding-right:15px;
    font-weight: normal;
    margin-top: 10px;
    display: block;
    color: #CFA3A3;
}
