/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* SongSketch */

body {
    background-image: url('img/background.png');
    background-repeat: repeat-x;
    font-family: "Verdana", "Arial", sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
    background-color: #1e1e1e;
}

div#all {
    width: 586px;
    margin-left: auto;
    margin-right: auto;
}

div#top {
    height: 206px;
}

div#header {
    height: 73px;
    padding-top: 40px;
}

h1 {
    float: left;
    height: 46px;
    width: 261px;
    margin-top: 4px;
}

form {
    display: inline;
}

div#social {
    float: right;
    margin-top: 8px;
}

#link_appstore {
    margin-left: 10px;
}

div#social img {
    vertical-align: middle;
}

img.vertical_sep {
    height: 16px;
    width: 1px;
    display: inline;
}

div#newsletter_message {
    display: none;
}

div#newsletter_message p {
    font-weight: bold;
    font-size: 11px;
    color: #408041;
    text-shadow: #eee 1px 1px 0px;
    text-align: center;
    padding-top: 4px;
}

div#description {
    clear: both;
    background-image: url('img/sep.png');
    background-repeat: no-repeat;
    height: 94px;
    padding-top: 21px;
}

div#description > p {
    color: #404041;
    text-shadow: #e5e5e5 1px 1px 0px;
}

a {
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div#description > p > a {
    color: #404041;
}

div#screenshots {
    text-align: center;
    margin: 48px 144px 48px 144px;
}

div#left_arrow {
    float: left;
}

div#right_arrow {
    float: right;
}

div.arrow {
    padding-top: 160px;
    padding-bottom: 164px;
}

div#iphone {
    margin-left: 48px;
    background-image: url('img/iphone.png');
    background-repeat: no-repeat;
    width: 202px;
    height: 305px;
    padding-top: 69px;
    padding-left: 22px;
}

div#screen {
    overflow: hidden;
    height: 240px;
    width: 160px;
}

div#inner_screen {
    width: 640px;
}

div#inner_screen > img {
    float: left;
}

div#features {
    background-image: url('img/sep.png');
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 10px 0px 30px 0px;
}

div.feature {
    width: 293px;
}

div.feature > p {
    color: #cbd0d5;
    text-shadow: #000 1px 1px 0px;
    padding-top: 20px;
}

div.feature > p > em {
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
}

div.right {
    float: right;
}

div.right > p {
    padding-left: 15px;
    text-align: left;
}

div.left {
    float: left;
}

div.left > p {
    padding-right: 15px;
    text-align: right;
}

div#footer {
    clear: both;
    background-image: url('img/sep.png');
    background-repeat: no-repeat;
    height: 70px;
}

div#footer > p {
    color: #555759;
    text-shadow: #000 0px 1px 0px;
    font-size: 10px;
    text-align: center;
    padding-top: 30px;
}

div#footer > p > a {
    color: #555759;
}

.placeholder {
    color: #aaa;
}

