/* HTML */
body {
    font-family: arial, sans-serif;  text-transform: uppercase;
    font-weight: normal;
}

h1 {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
}

a, .sf-menu a, .sf-menu a:visited {
    color: #000;
    text-decoration: none;
}
a:hover, .sf-menu a:hover {
    color: #900;
}

/* Header */
#head {
    float: left;
    width: 200px;
}
#head:after {
    content: "";
    clear: none;
    display: block;
    width: auto;
    height: auto;
    visibility: normal;
}

/* Logo */
#logo {
    margin: 20px 0;
}

/* Top Menu */
#top_menu {
    margin-top: 10px;
}
#top_menu li {
    float: none;
}
#top_menu a {
    float: none;
    display: block;
    font-size: 2.5em;
    line-height: .8em;
    padding: 0;
    color: #737373;
    text-transform: uppercase;
    font-weight: 100;
}
#top_menu a:hover {
    color: #000;
}

/* Main content */
#content {
    float: right;
    width: 580px;
    margin-top: 150px;
    padding: 0;
    clear: none;
}

/* Gallery */
#gallery h1 {
    font-size: 1.8em;
    font-weight: 100;
}
#gallery h2 {
    text-align: center;
    font-weight: 100;
}
.photo a img, 
.gallery-photo a img {
    border: 5px solid #ccc;
}
.photo a:hover img, 
.gallery-photo a:hover img {
    border-color: #990000;
}

/* Footer */
#foot {
    padding-top: 60px;
}

#bot_menu {
    margin-left: 210px;
}

/* About page text formatting */
.about #content {
    text-transform: none;
}