body {
    font-family: sans-serif;
    background-color: #ffffff;
}

.mainpage {
    position: absolute;
    top: 5px;
    right: 180px;
    left: 10px;
}

.rightbar {
    background-color: #a3b8cc;
    width: 155px;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 95%;
    padding-right: 3px;
    padding-left: 3px;
}

hr {
    border-color: #669999;
    background-color: #669999;
    height: 1px;
    border-style: solid;
}

li {
    margin-left: 1.5em;
    margin-bottom: 1ex;
}

h1 {
    text-align: center;
    color: #669999;
}

h1.phototitle {
    color: #000000;
    text-align: left;
    font-size: x-large;
    background-color: #a3b8cc;
    padding-left: 16px;
    border-left: 5px solid #36414d;
}

h2 {
    color: #000000;
    background-color: #eeeeee;
    padding-left: 16px;
    border-left: 5px solid #36414d;
}

pre.photoinfo {
    background-color: #eeeeee;
    width: 80%;
    margin-left: 20px;
}


a:link {
    color: #000066;
    background-color: transparent;
}

a:visited {
    color: #990000;
    background-color: transparent;
    text-decoration: none;
}

a:active {
    color: #3e09dd;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #000000;
    background-color: #00CCFF;
}

a.defaultcolor:hover {
    color: #000000;
    background-color: #ffffff;
}

p.centering {
    text-align: center;
    /*
     * safari doesn't seem to honor the text-align, so margin-xxx should also be
     * specified.
     */
    margin-right: auto;
    margin-left: auto;
}

img.bookref {
    float: left;
    border: none;
    margin-right: 10px;
}

br.floatclear {
    clear: both;
}

img.yelplogo {
    /* without this, firefox would show an awkward box around the logo */
    border: none;
}

