@import url("http://fonts.googleapis.com/css?family=Josefin+Sans:regular,bold&subset=latin");
@import url("reset.css");

body {
    background: url("img/tilingbirds2.gif") repeat-y fixed;
    margin: 0px;
    font-family: 'Josefin Sans', arial, serif;
    font-size: 25px;
    font-weight: bold;
    color: #603905;
}

p {
    padding-bottom: 10px;
}

a {
    color: #603905;
    text-decoration: none;
}

a:visited {
    color: #603905;
}

#sidebar {
    position: fixed;
    z-index: 11;
    width: 200px;
}

#sidebar h1 {
    font-size: 35px;
    text-align: center;
}

#sidebar h2 {
    font-size: 18px;
    text-align: center;
}

#sidebar li {
    font-size: 35px;
    padding-top: 30px;
    padding-right: 20px;
    font-weight: bold;
    text-align: right;
}

#content {
    margin-left: 230px;
    padding: 20px;
    max-width: 600px;
}

#content a {
    text-decoration: underline;
}

#footer {
    position: fixed;
    z-index: 11;
    bottom: 0px;
    width: 200px;
    padding-bottom: 20px;

    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

/* Main page*/
#galleries li {
    padding: 10px;
    text-align: center;
}

/* Gallery page*/
#gallery li {
    padding: 10px;
    text-align: center;
}

#gallery img {
    border: black solid thin;
}

/* bio page*/
#headShot {
    border: 1px black solid;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}
