/* General */

html {
    background: #1a1a1a;
    color: #ccc;
}

body {
    padding: 50px 10px;
}

img {
    border: 0;
}

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

a:hover {
    text-decoration: underline;
}


#wrapper {
    width: 810px;
    margin: 0 auto;
    text-align: left;
}

#hd {
    margin-bottom: 20px;
}

#hd a,
#hd img {
    display: block;
}

#nav {
    border: 1px solid #292929;
    padding: 1px;
    margin-bottom: 40px;
}

#nav ul {
    overflow: hidden;
    _zoom: 1;
    background: #222 url(../images/nav-bg.gif) repeat-x;
    padding: 4px 0;
}

#nav li {
    float: left;
    border-right: 1px solid #292929;
}

#nav li a {
    display: block;
    padding: 4px 12px;
    color: #ccc;
}

#nav li a:hover {
    color: #fff;
}

#ft {
    margin-top: 80px;
    text-align: right;
}

#bd {
    font-size: 116%;    
}

/* homepage */

#apps {
    overflow: hidden;
    _zoom: 1;
}

#apps li {
    float: left;
    margin-right: 70px;
}

#apps li.last {
    margin-right: 0px;
}


/* App page */

#app #bd {
    position: relative;
}

#app #bd h2 {
    position: absolute;
    left: 0;
    top: 0;
}

#app #bd a.appstore-badge {
    position: absolute;
    left: 0;
    top: 300px;
    width: 150px;
}

#app #bd div {
    padding-left: 190px;
}

#app #bd div#description {
    padding-top: 18px;
}

#app #bd p,
#app #bd ul {
    margin-bottom: 1em;
}

#app #bd p,
#app #bd li {
    line-height: 1.5em;
}

#app #bd li {
    list-style: circle;
    margin-left:1em;
}

#app #bd h3 {
    font-size: 125%;
    margin: 1em 0 0.5em 0;
    color: #fff;
}

#app #screenshots ul {
    overflow: hidden;
    _zoom: 1;
}

#app #screenshots li {
    list-style: none;
    float: left;
    margin: 0 24px 0 0;
}