body {
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
}

p, li {
    line-height: 1.5;
}

a {
    color: #339;
}

a:hover {
    color: #33C;
}

#skip-to-content {
    text-indent: -999em;
    overflow: hidden;
    height: 1px;
    margin: 0;
}

#pandajs {
    width: 73.85em;
    margin: 3em auto;
}

#head {
    border-bottom: 1px solid #CCC;
}

#nav {
    width: 40em;
    float: right;
}

#nav ul {
    margin: inherit 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

#nav li {
    display: inline;
    margin-left: .5em;
}

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

#nav .home {
    display: none;
}

#nav:hover .home {
    display: inline;
}

#nav .home a {
    color: #999;
    border-bottom-color: #999;
}

.current a {
    color: #933;
}

#foot {
    border-top: 1px solid #CCC;
}

.intro {
    font-size: 1.5em;
}

ul.updates {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.updates li {
    padding: .5em;
    font-size: 1.25em;
    background: #D9FFD3;
    margin-bottom: .5em;
}