/************************************
 * Diet2Go App CSS Style (style.css)
 * (c) Matej Bukovinski, 2010
 * All rights resaved
 * www.bukovinski.com
 *************************************/
html {
    background: #92c5e6;
}

body {
    font: 18px Helvetica Neue, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    color: #ffffff;
    margin: 0;
    background: #92c5e6 url(../images/rays.png) no-repeat center 0;
}

div#contact {
    position: fixed;
    top: 30%;
    left: 0;
}

a.block-link {
    display: block;
    width: 100%;
    height: 100%;
}

div#wrapper {
    margin: auto auto;
    width: 860px;
    background: #92c5e6 url(../images/rays.png) no-repeat center 0;
}

div#iPhone {
    margin-top: 50px;
    width: 290px;
    height: 510px;
    background: url(../images/iPhone.png) no-repeat;
    float: left;
}

#iphone_screenshots_wrapper {
    overflow: hidden;
    width: 196px;
    height: 282px;
    margin-left: 47px;
    margin-top: 107px;
}

#iphone_screenshots {
    background: url("../images/screenshots.png") repeat scroll 0 0 transparent;
    width: 196px;
    height: 1825px;
}

div#content {
    margin-left: 50px;
    width: 500px;
    float: left;
}

h1#title {
    margin-top: 90px;
    width: 250px;
    height: 75px;
    float: left;
}

div#badge {
    margin-left: 130px;
    width: 80px;
    height: 160px;
    background: url(../images/badge.png) no-repeat;
    float: left;
}

div#subtitle {
    color: #3c7ca6;
    text-shadow: #cce4f3 0px 1px 0px;
    font-weight: bold;
}

div#features {
    margin-top: 40px;
    text-shadow: #3c7ca6 1px 1px 3px;
}

div#features span#featurestitle {
    font-size: 24px;
    font-weight: bold;
}

div#features ul#featureslist {
    padding-left: 0;
}

div#features ul#featureslist li {
	list-style-image: url(../images/star.png);
    margin-top: 10px;
    margin-left: 24px;
}

div.box {
    background: url(../images/box-bg.png) repeat-x;
    height: 130px;
    float: left;
}

div.box div.box-cap-left {
    background: url(../images/box-cap-left.png) no-repeat;
    height: 130px;
}

div.box div.box-cap-right {
    background: url(../images/box-cap-right.png) no-repeat 100% 0;
    height: 130px;
}

div.box div.box-content {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
}

div#download-box {
    margin-left: 16px;
    width: 260px;
}

div.link {
    float: left;
    margin-top: 5px;
}

div#link-store {
    background: url(../images/link-store.png) no-repeat 0 0;
    width: 174px;
    height: 65px;
}

div#link-store:hover {
    background: url(../images/link-store.png) no-repeat 0 -65px;
}

div#link-twitter {
    background: url(../images/link-twitter.png) no-repeat;
    width: 174px;
    height: 65px;
}

div#link-fb {
    background: url(../images/link-fb.png) no-repeat;
    width: 174px;
    height: 65px;
}

div#and {
    background: url(../images/and.png) no-repeat;
    width: 60px;
    height: 60px;
    margin-left: 6px;
    margin-right: 6px;
}

div#social-box {
    margin-left: 58px;
    width: 500px;
}

a {
    color: #599ac3;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #417494;
    text-decoration: underline;
}

img {
    border: none;
}

div#footer {
    font-size: 12px;
    color: #5ca0cb;
    text-shadow: #c4dbe8 0 1px 0;
    padding: 50px 0;
    text-align: center;
}

div#pageslide-slide-wrap {
    background: black url(../images/slide-bg.png) repeat-y;
}

div#pageslide-body-wrap {
    background: #92c5e6 url(../images/rays.png) no-repeat center 0;
}

div#contact-wrapper {
    margin: auto auto;
    margin-top: 100px;
    width: 300px;
    text-shadow: black 0px 1px 2px;
}

div#contact-title {
    font-weight: bold;
    font-size: 24px;
}

div#contact-intro {
    margin-top: 20px;
    font-size: 12px;
}

div.clear {
    clear: both;
}

/*
 Contact form
 */
div#contact-form-wrapper {
    margin-top: 20px;
}

ol.forms {
    padding: 0;
    list-style: none;
    font-size: 12px;
}

ol.forms li {
    margin-top: 10px;
}

ol.forms input, ol.forms textarea {
    width: 280px;
    display: block;
    background: #fff url(../images/input-bg.png) no-repeat 0 0;
    margin: 0;
    padding: 3px 5px;
    border: 1px solid #000;
    font: 13px / 18px Helvetica Neue, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    text-shadow: 0 0 1px #fff;
    color: #777
}

ol.forms button.pageslide-close {
    margin-left: 10px;
}

ol.forms li span.wrap {
    background: #333;
    display: inline-block;
    margin-top: 2px;
    padding: 3px;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ddd;
    text-shadow: black 0px 1px 0px;
    font-size: 10px;
}

ol.forms textarea {
    width: 280px;
    height: 150px;
}

.awesome, .awesome:visited {
    border: none;
    background: #222 url(../images/alert-overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    cursor: pointer;
}

.awesome:hover {
    background-color: #111;
    color: #fff;
}

.awesome:active {
    top: 1px;
}

.small.awesome, .small.awesome:visited {
    font-size: 11px;
    padding:;
}

.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.large.awesome, .large.awesome:visited {
    font-size: 14px;
    padding: 8px 14px 9px;
}

.blue.awesome, .blue.awesome:visited {
    background-color: #3c7ca6;
}

.blue.awesome:hover {
    background-color: #245270;
}

