
/* All-around {{{ */
a, a:link, a:active, a:visited {
    color: white;
}

a:hover {
    color: #c5e4f6;
}

#content a, #content a:link, #content a:active, #content a:visited {
    color: black;
}

#content a:hover {
    color: #009ada;
}

/* }}} */

/* Layout {{{ */
html {
    background: url(/images/bg-pebbles.jpg) #043269;
    color: white;
    height: 100%;
}

body {
    min-height: 100%;
}

#lines_h {
    height: 253px;
    border: 1px solid white;
    border-width: 1px 0px;
    position: absolute;
    top: 107px;
    left: 0;
    width: 100%;
}

#lines_v {
    position: absolute;
    min-height: 100%;
    width: 767px;
    border: 1px solid white;
    border-width: 0 1px;
    left: 50%;
    margin-left: -384px;
}

#container {
    position: relative;
    background: url(/images/bg-main.png) transparent center top repeat-y;
    width: 871px;
    margin: 0 -53px;
}

#main {
    margin: 0 75px;
    background: url(/images/bg-mountain2.jpg) #aae4ff center top no-repeat;
    padding: 4px 0 1px 0;
}

#logo {
    display: block;
    padding-bottom: 32px;
}

.menu {
    text-align: center;
    list-style: none;
    background-color: #074186;
    border: 1px solid #7091b9;
    border-right-color: #042955;
    border-bottom-color: #031b38;
    border-left-color: #3c69a0;
    font-size: 80%;
    margin: 0;
    padding: 1px 0;
    position: relative;
}

.menu li {
    display: inline;
}

.menu a {
    padding: 1px 32px;
    text-decoration: none;
}

#content {
    min-height: 300px;
    padding: 20px 20px 0 20px;
    color: #043269;
    font-size: 90%;
}

#footer {
    clear: left;
    font-size: 80%;
    text-align: center;
    background-color: #074186;
    border: 1px solid #7091b9;
    border-right-color: #042955;
    border-bottom-color: #031b38;
    border-left-color: #3c69a0;
    position: relative;
    padding: 0.5em 0;
    z-index: 10;
    margin: 0 0 -57px 0;
    width: 719px; /* IE7 Hack */
}

#footer .menu {
    font-size: 100%;
    border: 0;
    padding-bottom: 0.3em;
}

#footElements, #copyright, #isgflNotice {
    font-size: 88%;
}

#footElements {
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    padding: 1em 0;
}

#post {
    background: url(/images/bg-footer.png) left top no-repeat;
    height: 100px;
    margin: 0 -53px -101px -53px;
}
/* }}} */

/* Styles for /photo/ page */
.photoPage {
    text-align: center;
    padding: 1em 0;
}

.photoPage a {
    display: block;
    margin: 0.5em auto;
    font-weight: bold;
}

.photoPage img {
    border: 1px solid white;
}

