body {
    background: transparent url(img/body.png) repeat-x left -33px;
    font-family: "Segoe UI", "Lucida Grande", Arial, sans-serif;
}

h2 {
    color: #3E4350;
    font-family: 'Molengo';
}

a {
    color: #333;
}
a:visited {
    color: #C96;
}
a:hover, a:focus {
    color: #F60;
}

/* Header
*******************************************************************************/
#top {
    height: 144px;
}

#top h1 {
    float: left;
    margin: 0;
    height: 112px;
}
#top h1 a {
    margin-top: 41px;
    
    display: block;
    width: 200px;
    height: 24px;
    background: transparent url(img/moonmoon.png) no-repeat;
    text-indent: -1000em;
    overflow: hidden;
}

/* Navigation
*******************************************************************************/
#top .nav {
    clear: both;
    margin: 0;
}
#top .nav li {
    display: block;
    float: left;
    background: #F0F0F0;
    opacity: 0.5;
    margin-right: 9px;
    border-top: 1px solid #FFF;
}
#top .nav li.selected {
    opacity: 1.0;
    font-weight: bold;
}
#top .nav li a {
    font-size: 1.2em;
    display: block;
    padding: 4px 9px 5px 9px;
    text-decoration: none;
    color: #333;
}
#top .nav li:hover {
    opacity: 1.0;
}
#top .nav li a:hover {
    color: #000;
}

/* Content
*******************************************************************************/
#main {
    padding-top: 2em;
}
#content h3 {
    color: #3E4350;
    /*background: transparent url(img/h3.png) no-repeat left bottom;*/
    padding-top: 9px;
    border-top: 1px solid #EEE;
    font-family: 'Molengo';
}

.download a{
    background: #FC0;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(255,102,0)),
        color-stop(1, rgb(255,204,0))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(255,102,0) 0%,
        rgb(255,204,0) 100%
    );
    display: inline-block;
    padding: 4px 6px;
    border: 1px solid #F90;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #FFF;
    text-decoration: none;
}
    .download a:hover {
        color: #000;
    }

#features .feature {
    margin-bottom: 1em;
}
#features .feature p img {
    float: left;
    margin-right: 9px;
}
#features .feature p {
    margin-right: 2em;
}

#requirements {
    clear: both;
}

/* Side
*******************************************************************************/
#twitter_div {
    margin-left: 2em;
}

#twitter_update_list {
    list-style: none;
    margin: 0;
}

#twitter_update_list li {
    padding: 0.5em 0;
    border-bottom: 1px solid #EEE;
}
#twitter_update_list li:first-child {
    padding-top: 0;
}
#twitter_update_list li a {
    color: #AAA;
    text-decoration: none;
}
#twitter_update_list li span a {
    color: #333;
    text-decoration: underline;
}

/* Footer
*******************************************************************************/
#footer {
    color: #AAA;
    clear: both;
}
    #footer a {
        color: #999;
        background: transparent;
    }
