/*
HABU music - Main Site Style
@author Rich Adams <rich@gravitymobile.com>
*/

/* DEFAULTS
***************************************************************************************************/

html, body {
    font-size: 16px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    letter-spacing: 0px;
    line-height: 1.1em;
    height: 100%;
    background: #eef0f0;
    width: 100%;
}

/* TYPOGRAPHY
***************************************************************************************************/

p {
    padding-bottom: 2px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

h3 {
}

/* PAGE
***************************************************************************************************/

section {
    margin: 0 auto;
}

section.page {
    background-color: #eef0f0;
    width: 100%;
}

/* BUTTONS
***************************************************************************************************/

a.button {
    text-decoration: none;
}

.button {
    display: inline-block;
    padding: 15px 30px;
    margin-bottom: 0;
    font-family: helvetica, arial, sans-serif;
    font-size: 22px;
    text-shadow: 0px -1px 1px rgba(0,0,0, .5);;
    line-height: 18px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    /*letter-spacing: -.5px; Can't do half a pixel. */
    vertical-align: middle;
    background: #81a244;
    background: -webkit-linear-gradient(top, #AAD55B 0%, #80B125 100%);
    background: -moz-linear-gradient(top, #AAD55B 0%, #80B125 100%);
    background: -o-linear-gradient(top, #AAD55B 0%, #80B125 100%);
    background: -ms-linear-gradient(top, #AAD55B 0%, #80B125 100%);
    background: linear-gradient(top, #AAD55B 0%, #80B125 100%);
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.button:hover {
    background: #81a244;
    background: -webkit-linear-gradient(top, #58702b 0%, #9ec94d 4%, #73a31a 100%);
    background: -moz-linear-gradient(top, #58702b 0%, #9ec94d 4%, #73a31a 100%);
    background: -o-linear-gradient(top, #58702b 0%, #9ec94d 4%, #73a31a 100%);
    background: -ms-linear-gradient(top, #58702b 0%, #9ec94d 4%, #73a31a 100%);
    background: linear-gradient(top, #58702b 0%, #9ec94d 4%, #73a31a 100%);

    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
}

.button:focus {
    background: #81a244;
    background: -webkit-linear-gradient(top, #58702b 0%, #94bd48 4%, #6a9618 100%);
    background: -moz-linear-gradient(top, #58702b 0%, #94bd48 4%, #6a9618 100%);
    background: -o-linear-gradient(top, #58702b 0%, #94bd48 4%, #6a9618 100%);
    background: -ms-linear-gradient(top, #58702b 0%, #94bd48 4%, #6a9618 100%);
    background: linear-gradient(top, #58702b 0%, #94bd48 4%, #6a9618 100%);
}

.button:active {
    background: #81a244;
    background: -webkit-linear-gradient(top, #293316 0%, #94bd48 4%, #6a9618 100%);
    background: -moz-linear-gradient(top, #293316 0%, #94bd48 4%, #6a9618 100%);
    background: -o-linear-gradient(top, #293316 0%, #94bd48 4%, #6a9618 100%);
    background: -ms-linear-gradient(top, #293316 0%, #94bd48 4%, #6a9618 100%);
    background: linear-gradient(top, #293316 0%, #94bd48 4%, #6a9618 100%);
}

/* HEADER
***************************************************************************************************/

section#habu {
    width: 100%;
    background: #000000 url("/img/assets/header-backdrop.png") center top no-repeat;
    background: url("/img/assets/header-backdrop.png") center top no-repeat, -webkit-linear-gradient(left, #000000 0%, #000000 100%);
    background: url("/img/assets/header-backdrop.png") center top no-repeat, -moz-linear-gradient(left, #000000 0%, #000000 100%);
    background: url("/img/assets/header-backdrop.png") center top no-repeat, -o-linear-gradient(left, #000000 0%, #000000 100%);
    background: url("/img/assets/header-backdrop.png") center top no-repeat, -ms-linear-gradient(left, #000000 0%, #000000 100%);
    background: url("/img/assets/header-backdrop.png") center top no-repeat, linear-gradient(left, #000000 0%, #000000 100%);
    height: 564px;
    margin: 0px;
    padding: 0px;
    background-attachment: fixed;
}

section#find-out-more {
    margin: 0 auto;
    width: 550px;
    padding: 50px 20px;
    top: 90px;
    margin-left: -120px;
    left: 50%;
    z-index: 0;
    text-align: center;
    color: #fff;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px; 
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(200, 200, 200, 0.4);
}

section#find-out-more hr {
    display: none;
}

section#find-out-more #interested {
    margin-top: 20px;
}

section#find-out-more #interested h3,
section#find-out-more #thanks h3 {
    color: #f2f2f2;
    font-size: 1.8em;
    line-height: 1.3em;
    padding: 0px 0px 25px 0px;
}

section#find-out-more #interested h3 em {
    font-style: normal;
    color: #92c03c;
}

section#find-out-more #interested p,
section#find-out-more #thanks p {
    color: #a6a6a6;
    font-size: 1.35em;
    margin-bottom: 40px;
}

/* By default, the signup screen is hidden */
section#find-out-more #sign-up,
section#find-out-more #thanks {
    display: none;
}

/* Hide the secondary blurb */
section#interested p {
    display: none;
}

section#find-out-more #thanks {
    width: 700px;
    line-height: 2em;
}

section#find-out-more form {
    margin-top: 0px;
}

section#find-out-more form p {
    color: #a6a6a6;
    font-size: 1.35em;
    /*letter-spacing: .5px; Can't have half a pixel */
    padding: 10px 0px;
}

section#find-out-more form input {
    display: block;
    margin: 10px 0px;
    margin: 0 auto;
}

section#find-out-more form input[type=text] {
    padding: 15px;
    font-size: 1.2em;
    color: #bfbfbf;
    width: 300px;
    margin: 15px auto 25px;
    background: #dfdfde;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #555;
    border-color: #bebdbc #3c3d39 #2f302d #3c3d39;
}

section#find-out-more form input.active[type=text] {
    color: #000;
}

section#find-out-more form input[type=submit] {
    display: inline-block;
}

div#fade {
    background: #000;
    width: 100%;
    height: 700px;
    z-index: 0;
    position: absolute;
    opacity: 0;
}

/* CONTENT
***************************************************************************************************/

section#content {
    background: #eff1F1;
    width: 100%;
}

/* FOOTER
***************************************************************************************************/

footer {
    width: 800px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 50px 0px 10px 0px;
    background: #eff1f1 url("/img/assets/gravity-icon.png") center 80px no-repeat;
    background: url("/img/assets/gravity-icon.png") center 80px no-repeat, -webkit-radial-gradient(50% 0%, 400px 300px, #e7e8e8, #eff1f1);
    background: url("/img/assets/gravity-icon.png") center 80px no-repeat, -moz-radial-gradient(50% 0%, ellipse, #e7e8e8, #eff1f1);
    background: url("/img/assets/gravity-icon.png") center 80px no-repeat, radial-gradient(50% 0%, 400px 300px, #e7e8e8, #eff1f1);
    position: relative;
    z-index: 1;
}

footer p {
    font-size: 0.9em;
    color: #76868b;
}

footer a {
    color: #96c243;
    font-weight: bold;
    text-decoration: none;
}

footer section#legal {
    font-family: arial, sans-serif;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    color: #76868b;
    margin: 70px 0px 5px 0px;
}

footer section#legal ul li {
    display: inline;
}

footer section#legal a {
    color: #92c03c;
    text-decoration: none;
    font-weight: normal;
}

footer section#legal a:hover {
    border-bottom: 2px dashed #92c03c;
}

/* DOWNLOAD
***************************************************************************************************/

section#download,
section#blurb {
    color: #55686f;
    background: #eff1f1;
    padding: 30px 0px;
    width: 760px;
    position: relative;
    z-index: 1;
}

section#download {
    background: -webkit-radial-gradient(50% 10%, 400px 300px, #e7e8e8, #eff1f1);
    background: -moz-radial-gradient(50% 10%, ellipse, #e7e8e8, #eff1f1);
    background: radial-gradient(50% 10%, 400px 300px, #e7e8e8, #eff1f1);
}

section#download img,
section#blurb img {
    float: left;
    margin-right: 20px;
    -webkit-box-shadow: 0px 10px 20px 2px #ddd;
    -moz-box-shadow: 0px 10px 20px 2px #ddd;
    -o-box-shadow: 0px 10px 20px 2px #ddd;
    -ms-box-shadow: 0px 10px 20px 2px #ddd;
    box-shadow: 0px 10px 20px 2px #ddd;
}

section#download h2,
section#blurb h2 {
    font-size: 1.2em;
    font-family: helvetica, arial, sans-serif;
    letter-spacing: -1px;
    padding: 15px 0px;
}

#download-google {
    background: url("/img/assets/google-play.png") top left no-repeat;
    width: 166px;
    height: 60px;
    padding: 0px;
    text-indent: -9999px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

#download-google:hover,
#download-google:active {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

a#download-itunes {
    background: url("/img/assets/itunes-appstore.png") top left no-repeat;
    width: 160px;
    height: 52px;
    padding: 0px;
    text-indent: -9999px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

a#download-itunes:hover,
a#download-itunes:active {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

/* FEATURES
***************************************************************************************************/

ul#features {
    width: 800px;
    margin: 0 auto;
    border-top: 1px solid #dcdede;
    border-bottom: 1px solid #dcdede;
    background: #eff1f1 url("/img/assets/screenshot.png") center bottom no-repeat;
    background: url("/img/assets/screenshot.png") center bottom no-repeat, -webkit-radial-gradient(50% 10%, 400px 300px, #e7e8e8, #eff1f1);
    background: url("/img/assets/screenshot.png") center bottom no-repeat, -moz-radial-gradient(50% 10%, ellipse, #e7e8e8, #eff1f1);
    background: url("/img/assets/screenshot.png") center bottom no-repeat, radial-gradient(50% 10%, 400px 300px, #e7e8e8, #eff1f1);
    padding-bottom: 550px;
    overflow: auto;
    position: relative;
    z-index: 1;
}

ul#features li {
    width: 170px;
    margin-top: 30px;
    float: left;
    padding-left: 30px;
}

ul#features li h3 {
    color: #728287;
    font-size: 0.9em;
    font-weight: bold;
    padding-bottom: 0.5em;
}

ul#features li p {
    color: #76868b;
    font-size: 0.8em;
}

ul#features li  { background: url("/img/assets/icon-similar.png") 5px 0px no-repeat; }

/* LEGAL
***************************************************************************************************/

.legal {
    width: 800px;
    font-size: 1em;
    font-family: Arial, sans-serif;
    line-height: 1.2em;
}

#legal-privacy,
#legal-terms {
    padding-top: 10px;
    padding-bottom: 20px;
    background: #eff1f1;
    background: -webkit-radial-gradient(50% 0%, 60% 50%, #f7f7f7, #eff1f1);
    background: -moz-radial-gradient(50% 0%, ellipse, #f7f7f7, #eff1f1);
    background: radial-gradient(50% 0%, 60% 50%, #f7f7f7, #eff1f1);
}

.legal h3 {
    font-size: 1.3em;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 20px;
}

.legal p {
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 1em;
}

.legal a {
    color: #7ca43e;
    font-weight: bold;
    text-decoration: none;
}

.legal p.updated {
    font-size: 0.7em;
    font-style: italic;
}

.legal ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.legal ol strong {
    text-transform: uppercase;
    text-decoration: underline;
    display: block;
}

.legal ol li {
    font-size: 0.8em;
    margin-bottom: 1em;
}

.legal ol li ol {
    list-style-type: lower-alpha;
}

.legal ol li ol li {
    font-size: 1em;
    margin-bottom: 0em;
}

/* FACEBOOK
***************************************************************************************************/

div.fb-like {
    margin: -10px -15px -40px 0px;
    display: block;
    padding: 0px;
    top: -10px;
}

div.fb-facepile {
    background: rgba(0, 0, 0, 0.4);
    height: 30px;
    width: 400px;
    margin: 0 auto;
}

/* ERROR POPUP
***************************************************************************************************/

.error {
    background: rgba(200, 84, 84, 0.5);
    border-radius: 5px;
    padding: 10px;
    font-size: 0.8em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: fixed;
    top: 50px;
    left: 50%;
    margin-left: -360px;
    font-family: Arial, sans-serif;
    width: 700px;
    opacity: 0;
}

#error .error {
    background: transparent;
    opacity: 1;
    color: #aaa;
    font-size: 1.4em;
    line-height: 1.3em;
    width: 800px;
    margin-left: -415px;
}

#error .error h3 {
    font-size: 2.2em;
    color: #999;
    text-shadow: 1px 1px #fff, -1px -1px #777;
    padding-bottom: 1em;
}

#error .error p {
    text-shadow: 1px 1px #fff;
}

#error .error p.extra {
    font-size: 0.7em;
    font-style: italic;
    margin-top: 1.3em;
    color: #bbb;
    text-shadow: none;
}

#error p a {
    color: #96c243;
    font-weight: bold;
    border-bottom: 3px dashed #cadda9;
    text-decoration: none;
}

#error p a:hover {
    border-bottom: 3px solid #cadda9;
}

#error footer {
    display: none;
}

/* SUPPORT
***************************************************************************************************/

#support-faqs {
    font-family: arial, sans-serif;
    padding-top: 10px;
    padding-bottom: 20px;
    background: #eff1f1;
    background: -webkit-radial-gradient(50% 0%, 60% 50%, #f7f7f7, #eff1f1);
    background: -moz-radial-gradient(50% 0%, ellipse, #f7f7f7, #eff1f1);
    background: radial-gradient(50% 0%, 60% 50%, #f7f7f7, #eff1f1);
}

#support-faqs hr {
    height: 1px;
    border: none;
    background: #aaa;
    border-bottom: 1px solid #eee;
}

#faqs {
    max-width: 800px;
    padding: 0em 1em;
    font-size: 1em;
    font-family: Arial, sans-serif;
    line-height: 1.2em;
}

#faqs h3 {
    font-size: 1.7em;
    line-height: 1.1em;
    text-align: center;
    padding-bottom: 1em;
    margin-top: 20px;
}

#faqs h4 {
    color: #4E6B18;
    font-size: 1.4em;
    padding-bottom: 1em;
    margin-top: 2em;
    text-shadow: 1px 1px #fff;
}

#faqs p {
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 1em;
}

#faqs a {
    color: #92c03c;
    font-weight: bold;
    text-decoration: none;
}

#faqs a:hover {
    border-bottom: 2px dashed #92c03c;
}

#faqs p.updated {
    font-size: 0.7em;
    font-style: italic;
}

#faqs ul {
    list-style-type: none;
}

#faqs ul li {
    margin-bottom: 2em;
}

#faqs ul li strong {
    display: block;
    margin-bottom: 0.3em;
    font-weight: bold;
    font-size: 0.9em;
}
