body {
    font: 11px/20px verdana, sans-serif;
    margin: 20px;
    /* background: #EDC1D0; */
}

body.work {
    margin: 20px 0;
}

/*body.section1 {
    color: #FFF;
    background: #022E5F;
}

body.section2 {
    color: #FFF;
    background: #99160E;
}

body.section1 a {
    color: #58A7FF;
    border-bottom: 1px solid #034A98;
}

body.section2 a {
    color: #EDC1D0;
    border-bottom: 1px solid #C45A5E;
}*/

a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}

a:hover {
    color: #000 !important;
    border-bottom: 1px solid #999 !important;
}

/* body.section3 a:hover {
    color: #000 !important;
    border-bottom: 1px solid #000 !important;
}*/

a img {
    border: 0;
}

dl {
    margin: 0 0 15px 0;
    line-height: 150%;
}

dt {
    margin: 0 0 0 0;
}

dd {
    margin: 0 20px;
    white-space: nowrap;
}

br.clear {
    clear: both;
}

#tabs {
    position: fixed;
    top: 20px;
    left: 20px;
    font: 18px verdana, sans-serif;
    margin-bottom: 10px;
}

body.work #tabs {
    left: 0;
    padding-left: 20px;
}

#tabs a {
    margin-right: 10px;
    letter-spacing: 2px;
}

#tabs a.selected {
    font-weight: bold;
    letter-spacing: 0px;
}

#tabs a.home {
    float: left;
    font-weight: bold;
    letter-spacing: 0px;
}

#nav {
    float: right;
    font: 18px verdana, sans-serif;
    margin-right: 20px;
}

#nav .disabled {
  color: #999;
}

#nav a {
    letter-spacing: 0;
    margin: 0 0 0 10px;
}

/*.section1 #nav {
    color: #034A98;
}*/

#nav a, #nav .disabled {
    margin-left: 10px;
}

#about {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 300px;
}

body.work #about {
    left: 0;
    padding-left: 20px;
}

.section {
    margin-top: 20px;
    position: relative;
    padding-right: 20px;
}

a.artwork {
    display: none;
    position: absolute;
}

a.artwork:hover {
    background: #eee;
}

a.artwork dt {
    padding: 15px 20px;
    margin-bottom: 5px;
}

/*#section1 a.artwork dt {
    color: #666;
    background: #000;
}

#section1 a.artwork:hover dt {
    color: #FFF;
    background: #111;
}

#section2 a.artwork dt {
    color: #666;
    background: #161314;
}

#section2 a.artwork:hover dt {
    color: #666;
    background: #222;
}

#section3 a.artwork dt {
    color: #999;
    background: #4C5A57;
}

#section3 a.artwork:hover dt {
    color: #FFF;
    background: #60736F;
}

body.section1 #section1 a.artwork,
body.section2 #section2 a.artwork,
body.section3 #section3 a.artwork {
    display: block;
}*/

#work {
    padding: 20px 0;
    margin-top: 60px;
    text-align: center;
}

/*#work.section1, #work.section2 {
    background: #0F1015;
}

#work.section3 {
    background: #4C5A57;
}*/

#credit {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding-left: 20px;
    padding-top: 50px;
}

