

/* General ================================================ */

/* Layout */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: white;
    background: black url(../images/web/bg.png) center top no-repeat;
}
.iphone body {
    font-size: 14px;
    line-height: 15px;
    background-image: url(../images/web/bg_iphone.png);
}
#content {
    position: relative;
    width: 920px;
    margin: 0 auto;
    padding: 30px 0;
}
.iphone #content {
    width: 300px;
    padding: 10px;
}
@media print {
    body {
        color: black;
        background: white;
    }
    #content {
        width: auto;
        padding: 0;
    }
}


/* Reset */
body, div,
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
h2 {
    margin: 30px 0 20px;
    line-height: 25px;
    font-size: 24px;
    font-weight: normal;
}
h3 {
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
}
.iphone h2 {
    line-height: 18px;
    font-size: 17px;
}
.iphone h3 {
    font-size: 14px;
    line-height: 15px;
}

/* Lists */
dl {
    margin: 0;
}
ul,
ol {
    margin: 0;
    padding: 0 0 0 20px;
}
ol {
    list-style-type: decimal;
}
ol li {
    margin: 20px 0;
}
ol ol {
    list-style-type: lower-alpha;
}
ol ol li {
    margin: 10px 0;
}
ol ol ol {
    list-style-type: lower-roman;
}
ol ol ol li {
    margin: 5px 0;
}
ol ol ol ol {
    list-style-type: upper-alpha;
}
ol ol ol ol li {
    margin: 0;
}

/* Links */
a {
    color: white;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: none;
}
img {
    vertical-align: middle;
}

/* Header */
.badge {
    position: absolute;
    right: 20px;
    top: 40px;
    margin: 0;
}
.iphone h1 img {
    width: 125px;
    height: 50px;
}
.iphone .badge {
    top: 15px;
    right: 10px;
}
.iphone .badge img {
    width: 125px;
    height: 41px;
}


/* Page home ================================================ */

/* Layout */
body.page-home {
    background-image: url(../images/web/bg_home.png);
}
.iphone body.page-home {
    background-image: url(../images/web/bg_iphone.png);
}

/* Header */
.page-home .twitter {
    position: absolute;
    right: 45px;
    top: 135px;
    margin: 0;
}
.iphone .page-home .twitter {
    right: 50px;
    top: 75px;
}
.iphone .page-home .twitter img {
    width: 85px;
    height: 20px;
}

/* Description */
.page-home .description {
    margin-top: 65px;
}
.iphone .page-home .description {
    margin-top: 50px;
}
.page-home .description h2 {
    padding-right: 20px;
}
.page-home .description p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 20px;
}
.iphone .page-home .description p {
    font-size: 14px;
    line-height: 15px;
}

/* Screens */
.page-home .screens {
    margin-top: 40px;
}
.page-home .screens img,
.page-home .screens ul {
    float: left;
}
.page-home .screens img {
    margin-right: 15px;
    padding-bottom: 43px;
    background: url(../images/web/iphone_reflexion.png) left bottom no-repeat;
}
.iphone .page-home .screens img {
    margin: 10px -7px 0;
    padding-bottom: 0;
    background: none;
}
.iphone .page-home .screens .iphone-left {
    float: left;
}
.iphone .page-home .screens .iphone-right {
    float: right;
}
.page-home .screens ul {
    width: 230px;
    margin: -15px 0 50px;
    padding-left: 0;
}
.page-home .screens li {
    margin-top: 15px;
    padding-left: 20px;
    list-style-type: none;
    background: url(../images/web/bullet.png) 0 2px no-repeat;
}
.iphone .page-home .screens ul {
    clear: both;
    float: none;
    width: auto;
    padding-top: 40px;
    margin-left: 20px;
    margin-bottom: 0;
}
.iphone .page-home .screens li {
    list-style-type: circle;
    background: none;
    margin-top: 10px;
    padding-left: 0;
}

/* Actions */
.page-home .actions .button {
    width: 7em;
    margin-top: 10px;
}
.page-home .actions-column1,
.page-home .actions-column2,
.page-home .actions-column3 {
    float: left;
}
.page-home .actions-column1,
.page-home .actions-column2 {
    width: 260px;
    padding-right: 50px;
}
.page-home .actions-column3 {
    width: 300px;
}
.iphone .page-home .actions-column1,
.iphone .page-home .actions-column2,
.iphone .page-home .actions-column3 {
    float: none;
    width: auto;
    padding-top: 40px;
    padding-right: 0;
}

/* Footer */
.page-home .footer {
    padding-top: 40px;
}
.iphone .page-home .footer {
    padding-top: 40px;
    font-size: 12px;
}


/* FAQ ================================================ */

.page-support dt {
    margin-top: 40px;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
}
.page-support dd {
    width: 66%;
    margin-left: 1.5em;
}
.page-support dd p {
    margin-bottom: 20px;
}
.page-support .footer {
    margin-top: 40px;
}
.page-support .footer p {
    margin-bottom: 10px;
}


/* EULA ================================================ */

.page-eula {
    line-height: 15px;
    font-size: 14px;
}
.page-eula h3 {
    font-size: 18px;
}
.page-eula ol p {
    margin: 10px 0;
}
.page-eula p.attachment {
    margin: 20px 0;
}
.page-eula hr {
    margin: 40px 0;
}


/* FAQ ================================================ */

.page-error p {
    margin: 20px 0;
    font-size: 14px;
    line-height: 15px;
}


/* Buttons ================================================ */

.button {
    float: left;
    position: relative;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    margin: 0 6px;
    padding: 0 4px;
    text-align: center;
    color: #2e3e41;
    background: white url(../images/web/button.png) 0 0 repeat-x;
}
.button-left,
.button-right {
    position: absolute;
    top: 0;
    height: 30px;
    width: 6px;
    background: url(../images/web/button.png) 0 0 no-repeat;
}
.button-left {
    left: -6px;
    background-position: 0 -30px;
}
.button-right {
    right: -6px;
    background-position: 0 -60px;
}
.iphone .button {
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0 5px;
    -webkit-border-radius: 5px;
    background: white;
}
.iphone .button-left,
.iphone .button-right {
    display: none;
}


/* Container ================================================ */

.container {
    position: relative;
}
.container:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    line-height: 0;
}
.container {
    display: inline-block;
}
html[xmlns] .container {
    display: block;
}
* html .container {
    height: 1%;
}
