/* specific to sharesquare home page */

#content {
    padding: 0;
}

/* big old button */
.button.hpHuge {
    padding: 0;
    height: 47px;
    width: 245px;
    font-size: 24px;
    font-weight: normal;
    font-weight: 500;
}

#homeTop {
    float: left;
    width: 100%;
    padding: 60px 0 90px 0;
    border-top: solid 1px #41485a;
    background: #32373d url(../img/bgConcreteWall.png) 0 0;
    position: relative;
}
#homeTop h2 {
    font-family: 'Droid Sans', arial, serif;
    font-size: 20pt;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
}
#mobilizerForm {
    padding: 20px 0 0 139px;
}
#mobilizerForm #mobilizerUrl {
    float: left;
    width: 407px;
    height: 35px;
    line-height: normal;
    font-size: 20px;
    margin-right: 10px;
}

#mobilizerHelp {
    display: none;
    position: absolute;
    bottom: 0;
    left: 139px;
    padding-bottom: 40px;
}
#mobilizerHelp li {
    float: left;
    width: 432px;
    line-height: 28px;
    font-size: 13px;
    color: #ececec;
}
#mobilizerHelp li.item2 {
    width: 245px;
    line-height: 14px;
}
#mobilizerHelp li span {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 21px;
    color: #d1d1d1;
    margin-right: 10px;
    background-color: #6a6d71;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

/* 3rd party logos */
#socialFeeds {
    font-family: 'Droid Sans', arial, serif;
    float: left;
    width: 100%;
    padding: 27px 0 30px;
    margin-bottom: 40px;
    background: #f2f2f2 url(../img/bgVintageSpeckles.png) 0 0;
    text-shadow: 1px 1px 0px #fff;
}
#socialFeeds h3 {
    text-align:center;
    color: #777777;
    font-weight: normal;
    margin-bottom: 15px;
}
#socialFeeds ul {
    margin-left: 70px;
}
#socialFeeds li {
    display: inline;
}
#socialFeeds li a {
    float: left;
    width: 93px;
    height: 38px;
    margin-right: 25px;
    text-indent: -8000px;
    background: url(../img/home/socialFeeds.png) 0 0;
}
#socialFeeds .facebook a {
    width: 114px;
    background-position: -119px 0;
}
#socialFeeds .twitter a {
    width: 156px;
    background-position: -258px 0;
}
#socialFeeds .soundcloud a {
    width: 65px;
    background-position: -441px 0;
}
#socialFeeds .amazon a {
    width: 156px;
    background-position: -532px 0;
}
#socialFeeds .songkick a {
    width: 105px;
    background-position: -706px 0;
}


#features {
    float: left;
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: dashed 1px #ccc;
}
#features ul {
    margin-left: 20px;
}
#features li {
    float: left;
    width: 210px;
    margin-left: 24px;
    color: #777777;
}
#features li#of {
    width: 180px;
}
#features h3 {
    padding-left: 20px;
    font-size: 17px;
    margin-bottom: 10px;
    white-space: nowrap;
    font-weight: normal;
    background: url(../img/home/featureIcons.png) no-repeat 0 1px;
}
#features #kp h3 {
    background-position: 0 -24px;
}
#features #oto h3 {
    background-position: 0 -51px;
}
#features #of h3 {
    background-position: 0 -76px;
}
#features p {
    font-size: 13px;
    line-height: 18px;
}

/* middle section */
#homeMiddle {
    float: left;
    margin-left: 41px;
}

#discoveryPanel a#topRight {
    font-size: 14px;
}

/* device bar */
#deviceBar {
    float: left;
    width: 100%;
    padding: 25px 0;
    color: #646464;
}
#deviceBar h3 {
    float: left;
    font-size: 16px;
    margin: 0 0 0 214px;
    line-height: 33px;
}
#deviceBar li {
    float: left;
    margin-left: 20px;
    text-indent: -8000px;
    height: 31px;
    width: 34px;
    background: url(../img/home/homeLogos.png) no-repeat left top;
}
#deviceBar li.android {
    width: 28px;
    background-position: -49px top;
}
#deviceBar li.windows {
    width: 33px;
    background-position: -98px top;
}
#deviceBar li.blackberry {
    width: 35px;
    background-position: -151px top;
}

/* module panel */
#modulePanel {
    float: left;
    padding: 15px;
    color: #353b4b;
}
#modulePanel h3 {
    float: left;
    width: 100%;
    padding: 15px;
    font-weight: normal;
    margin: -15px 0 15px -15px;
    background-color: #dfdfdf;
    border-bottom: solid 1px #9a9a9a;
    color: #282828;
    font-size: 14px;
    text-shadow: 1px 1px 0px #fff;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

#modulePanel ul {
    float: left;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #212c3f;
    background: -moz-linear-gradient(top, #212c3f 0%, #1e2839 50%, #101720 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#212c3f), color-stop(50%,#1e2839), color-stop(100%,#101720));
}
#modulePanel ul li {
    display: inline;
}
#modulePanel ul li a {
    display: block;
    float: left;
    width: 104px;
    height: 41px;
    padding-top: 55px;
    border-right: solid 1px #344965;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    position: relative;
    background: url(../img/moduleIcons.png) no-repeat -7px 19px;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, .4);
}
#modulePanel ul li a:hover {
    text-decoration: none;
}
#modulePanel ul li.last a {
    border-right: none;
}
#modulePanel ul li.download a {
    background-position: -127px 18px;
}
#modulePanel ul li.bio a {
    background-position: -248px 19px;
}
#modulePanel ul li.share a {
    background-position: -367px 19px;
}
#modulePanel ul li.email a {
    background-position: -487px 19px;
}
#modulePanel ul li.win a {
    background-position: -607px 19px;
}
#modulePanel ul li.fans a {
    background-position: -727px 19px;
}
#modulePanel ul li.more a {
    background-position: -1092px 19px;
}
#modulePanel ul li a .tip {
    width: 110px;
    padding: 8px 10px;
    font-size: 11px;
    font-weight: normal;
    white-space: normal;
    text-align: left;
}
#modulePanel p {
    float: left;
    width: 100%;
    margin-top: 14px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-shadow: 1px 1px 0px #fff;
}


#homeBottom {
    float: left;
    width: 872px;
    padding: 20px 41px 20px 41px;
    margin-top: 85px;
    background: #ddd;
    position: relative;
}
#homeBottom span {
    display: block;
    position: absolute;
    left: 15px;
    top: -47px;
    width: 188px;
    height: 47px;
    background: url(../img/home/cloudGrey.gif) no-repeat left top;
}
#homeBottom p {
    line-height: 18px;
    text-align: center;
    text-shadow: 1px 1px 0px #fff;
}