/* Main body formatting */

body {
    font-family: Lucida,Verdana,sans-serif;
    padding: 0px 0px;
    color: #000000;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right 150px;
    background-attachment: scroll;
}

#main {
    margin: 0px 125px 0px 125px;
    text-align: justify;
    padding: 20px;
    clear: both;
}


/* Definitions for standard tags */

h1 {
    font-size: 200%;
    font-weight: bold;
}

h2 {
    font-size: 100%;
    font-weight: normal;
    font-variant: small-caps;
    letter-spacing: 0.15em;
    margin: 2em 0em 0.5em 0em;
    background-color: #eeeeee;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #444444;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #444444;
}

h3 {
    font-size: 100%;
    font-weight: bold;
    margin-top: 0.2em;
    margin-bottom: 0em;
}

td {
    text-align: left;
    vertical-align: top;
    padding: 0.1em 1em 0.1em 0;
}

td.middle {
    text-align: left;
    vertical-align: middle;
    padding: 0.1em 1em 0.1em 0;
}

th {
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    padding: 0.1em 1em 0.1em 0;
}

dt {
    padding: 0.8em 0em 0.4em 0em;
}

a:link {
    color: #1100cc;
    text-decoration: underline;
}

a:visited {
    color: #110066;
    text-decoration: underline;
}

img {
    border: none;
}


/* Classes for specific uses */

.thumbnail {
    margin: 1em 0.6em;
    vertical-align: middle;
    text-align: justify;
    border-width: 1px;
    border-style: solid;
    border-color: white;
}

.thumbnail:hover {
    border-color: black;
}

.floatleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-top: 0.5em;
}

.floatright {
    float: right;
    margin-right: 0;
    margin-bottom: 0.5em;
    margin-left: 1em;
    margin-top: 0.5em;
}


/* Navigation */

.smallnavbox {
    float: left;
    vertical-align: top;
    text-align: center;
    margin: 15px 15px;
}

.smallnavbox a {
    text-decoration: none;
    font-size: 80%;
}

#smallnav-home {
    color: #000000;
}

#smallnav-profile {
    color: #1125e2;
}

#smallnav-topics {
    color: #ff2400;
}

#smallnav-photos {
    color: #00ac1b;
}

#topright {
    float: right;
    margin: 40px 15px;
    font-size: 70%;
    color: #b8b8b8;
}

table.icons {
    table-layout: fixed;
    width: 95%;
}

table.icons tr td {
    vertical-align: top;
    text-align: center;
}

table.icons tr td a {
    text-decoration: none;
}
