body {
    background: url('../images/subtle_dots.png');
    font-family: 'ABeeZee';
    margin: 0;
    text-align: center;
}

.content-wrapper {
    margin: 0 auto;
    text-align: left;
    width: 960px;
}

header {
    background: #fff;
    padding: 10px 0;
}

header .logo {
    display: inline-block;
    margin-right: 440px;
    width: 26px;
}

ul.nav {
    display: inline-block;
    vertical-align: super;
    margin: 0;
    padding: 0;
}

ul.nav li {
    display: inline-block;
    font-weight: bold;
    list-style: none;
    margin-left: 30px;
}

ul.nav li a:link,
ul.nav li a:visited {
    color: #000;
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
}

.shadowed {
    background: #fff;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hero {
    background: url(../images/header-bg.jpg) 0 0 no-repeat;
    background-attachment: fixed;
    height: 536px;
    position: relative;
    width: 100%;
}

.hero-iphone {
    float: left;
}

.iphone {
    background: url(../images/4.0/home-header.png) 0 0 no-repeat;
    bottom: 0;
    height: 527px;
    position: absolute;
    width: 445px;
}

.hero-info {
    float: right;
    padding-top: 175px;
    position: relative;
    text-align: center;
    width: 475px;
}

.hero-store-badges img { height: 38px; }

.hero-info h3 {
    color: #fff;
    text-shadow: -1.5px -1.5px 2px #3a3a3a;
    font-size: 50px;
    font-weight: normal;
}

.hero-social {
    left: 168px;
    margin-top: 85px;
    position: absolute;
    text-align: left;
}

.hero-social .x { display: none; }
.hero-social .fb-like { vertical-align: top; }

#press-logos {
    position: absolute;
    width: 100%;
    z-index: 10;
}

#press-logos .content-wrapper { text-align: center; }

#press-logos ul {
    margin: 0;
    padding: 20px 0;
}

#press-logos li {
    display: inline-block;
    list-style: none;
    margin: 0 29px 0 0;
}

#press-logos li a {
    background: url(../images/press-sprites.png) 0 0 no-repeat;
    display: block;
    height: 40px;
    text-indent: -9999px;
}

#press-logos .tc a {
    background-position: -154px -3px;
    width: 139px;
}

#press-logos .tc.on a { background-position: -7px -3px; }

#press-logos .pando a {
    background-position: -7px -53px;
    width: 104px;
}

#press-logos .pando.on a { background-position: -114px -53px; }

#press-logos .nyt a {
    background-position: -7px -102px;
    width: 188px;
}

#press-logos .nyt.on a { background-position: -201px -102px; }

#press-logos .usa a {
    background-position: -89px -204px;
    width: 75px;
}

#press-logos .usa.on a { background-position: -7px -204px; }

#press-logos .cnn a {
    background-position: -70px -153px;
    width: 59px;
}

#press-logos .cnn.on a { background-position: -7px -153px; }

#press-logos .giga a {
    background-position: -205px -253px;
    width: 191px;
}

#press-logos .giga.on a { background-position: -7px -253px; }

#main-content {
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    margin-bottom: 30px;
    padding: 100px 25px 50px 25px;
    z-index: 2;
}

.main-content-feature {
    border-bottom: 1px solid #dcdcdc;
    height: 440px;
    margin-bottom: 50px;
}

.main-content-feature img {
    height: 440px;
    width: 440px;
}

.main-content-feature.left {
    height: 445px;
}

.main-content-feature.left img { float: left; }
.main-content-feature.left .main-content-feature-copy {
    margin-left: 440px;
    padding: 35px 0px 35px 35px;    
}

.main-content-feature.right img { float: right; }
.main-content-feature.right .main-content-feature-copy {
    margin-right: 440px;
    padding: 35px 35px 35px 0;
}

.main-content-feature h4 {
    font-family: "ABeeZee";
    font-size: 30px;
    font-style: italic;
    font-weight: normal;
}

.main-content-feature p {
    color: #222;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 26px;
}

.main-content-feature a:link,
.main-content-feature a:visited {
    color: #00F;
}

footer {
    background: #fff;
    border-top: 1px solid #efefef;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 15px 0;
    text-align: left;
}

footer img {
    display: inline-block;
    vertical-align: top;
}

footer .text {
    display: inline-block;
    width: 879px;
    margin-left: 20px;
}

footer p {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 8px;
}

footer ul.nav {
    display: inline-block;
    margin-left: 174px;
    vertical-align: baseline;
}

footer ul.nav li a:link,
footer ul.nav li a:visited { font-size: 12px; }
