#header {
    background: url(../images/header-background.png) repeat-x;
    height: 200px;
}
#logo {
    padding-top: 50px;
}
#slogan {
    padding-top: 100px;
    color: #fff;
    font-family: Cambria,Georgia,Times,'Times New Roman',serif;
    font-size: 18pt;
    font-style: italic;
}
#header-image {
    height: 200px;
}
#header-image img {
    height: 190px;
    margin-top: 10px;
}

/* rounded bottom corners */
#main-content-footer {
    background: url(../images/main-content-bottom-corners.png) no-repeat;
    height: 40px;
    margin-bottom: 10px;
}

#main-content {
    padding-top: 50px;
    background: #fff url(../images/main-content-drop-shadow.png) repeat-y;
    color: #222;
}

#main-content a {
    color: #222;
    font-weight: bold;
    text-decoration: none;
}
#main-content a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 20px;
}

.summary {
    padding-bottom: 40px;
    font-size: 10pt;
}

.feature {
    padding-bottom: 40px;
    font-size: 10pt;
}

.feature img.screenshot-right {
    margin-left: 30px;
}

.feature h2 {
    padding-top: 20px;
    font-size: 14px;
}

.screenshots img {
    margin-right: 20px;
}

.roadmap {
    padding-bottom: 40px;
    font-size: 10pt;
}

#footer {
    font-size: 9pt;
    color: #222;
    text-align: right;
    margin-bottom: 30px;
    padding-right: 20px;
}
#footer a {
    color: #222;
    font-weight: bold;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}

#sidebar {
    padding-top: 60px;
    padding-bottom: 50px;
}
#twitter img {
    float: left;
    margin: 0 10px 20px 0;
}
#twitter a {
    font-family: Cambria,Georgia,Times,'Times New Roman',serif;
    font-size: 10pt;
    font-weight: bold;
    color: #777;
    text-decoration: none;
}
#twitter a:hover {
    text-decoration: underline;
}
#email {
    margin-bottom: 60px;
}
#email img {
    float: left;
    margin: 0 10px 20px 0;
}
#email a {
    font-family: Cambria,Georgia,Times,'Times New Roman',serif;
    font-size: 10pt;
    font-weight: bold;
    color: #777;
    text-decoration: none;
}
#email a:hover {
    text-decoration: underline;
}
.appstore {
    margin-bottom: 50px;
    text-align: center;
    font-family: Cambria,Georgia,Times,'Times New Roman',serif;
    font-size: 10pt;
    font-weight: bold;
    color: #777;
}
div.testimonial {
    margin-bottom: 60px;
    width: 100%;
}
p.testimonial-quote {
    font-family: Cambria,Georgia,Times,'Times New Roman',serif;
    font-size: 11pt;
    font-style: italic;
    color: #777;
    margin-bottom: 0.5em;
}

p.testimonial-source {
    font-family: Cambria,Georgia,Times,'Times New Roman',serif;
    font-size: 10pt;
    font-style: italic;
    color: #777;
    text-align: right;
}
p.testimonial-source a {
    color: #777;
}
p.testimonial-source img {
    vertical-align: bottom;
}


.legal-notice {
    padding-bottom: 40px;
}
.legal-notice th {
    text-align: right;
    padding: 10px 10px;
    width: 40%;
}

ul li {
    padding-top: 10px;
    list-style-type: circle;
}

em {
    font-style: normal;
    font-weight: bold;
}

i {
    font-style: italic;
}

