/* =Grid >> 16 Columns
========================================*/
/* (n*column width) */
.container_16 .grid_1 {	width: 20px; }
.container_16 .grid_2 {	width: 80px; }
.container_16 .grid_3 {	width: 140px; }
.container_16 .grid_4 {	width: 200px; }
.container_16 .grid_5 {	width: 260px; }
.container_16 .grid_6 {	width: 320px; }
.container_16 .grid_7 {	width: 380px; }
.container_16 .grid_8 {	width: 440px; }
.container_16 .grid_9 {	width: 500px; }
.container_16 .grid_10 { width: 560px; }
.container_16 .grid_11 { width: 620px; }
.container_16 .grid_12 { width: 680px; }
.container_16 .grid_13 { width: 740px; }
.container_16 .grid_14 { width: 800px; }
.container_16 .grid_15 { width: 860px; }
.container_16 .grid_16 { width: 920px; }

/* =TYPOGRAPHY (for the iPhone)
========================================*/
body {
    font-size: 18px;
    line-height: 1.3em;
}

#apps_list p,
.panel p {
    width: 280px;
    line-height: 24px;
}

.aside h2 {
    margin-bottom: 0;
    font-size: 16px;
}
    
.aside p {
    font-size: 18px;
    line-height: 1.5em;
}

/* =LAYOUT
========================================*/
body {
    background: #f8f8e5 url(../images/body.png);
}

#container {
    max-width: 480px;
    margin: 0 auto;
}

#branding {
    height: auto;
    background: none;
}

#content {
    padding: 20px 0 0 0;
    background: #ffffff;
    -webkit-border-radius: 15px;
    -webkit-box-shadow: 0 0 5px #ddd;
}

#content_primary,
.full_width #content_primary,
#app #content_primary,
#content_secondary,
#content_primary .main,
#content_primary .aside {
    display: block;
    width: 440px;
    float: none;
}

#content_primary {
		overflow: hidden;
}

#content_primary img {
    max-width: 440px;
}

#footer {
    padding-top: 5px;
    background: none;
}

/* =CAROUSEL
========================================*/
#apps_list,
#promo {
    width: 480px;
}

#apps_list li,
.stripViewer,
.stripViewer .panelContainer .panel {
    width: 480px;
    height: 210px;
}

#carousel_menu {
    padding: 0;
}

    #carousel_menu li.braintuner a {
        margin-left: 30px;
    }

#apps_list img,
.panel img {
    margin-top: 63px;
    margin-left: 0;
    float: left;
    bottom: 0;
    width: 190px;
}

#apps_list .content,
.panel .content {
    float: left;
    width: 280px;
    padding: 0;
}

#apps_list h2 a,
.panel h2 a {
    display: block;
    width: 280px;
    height: 45px;
    text-indent: -1000em;
    margin-bottom: 0;
}

#apps_list .app_store a,
.panel .app_store a {
    position: absolute;
    top: 15px;
    left: 15px;   
}
    
/* =BRANDING
========================================*/
#logo {
    display: block;
    float: left;
    width: 240px;
    margin: 0 0 0 -10px;
    background: url(../images/iphone/logo.png) center top no-repeat;
}

.nav {
    display: block;
    clear: both;
    float: none;
    margin: 0 0 0 10px;
    width: 321px;
}

    .nav li a { 
        display: block;
        height: 30px;
    }

    .nav li a {
        float: left;
        background-image: url(../images/nav.png);
        text-indent: -1000em;
    }

#tagline {
    display: block;
    width: 480px;
    height: 40px;
    margin-bottom: 5px;
    background: url(../images/iphone/tagline.png) left top no-repeat;
    text-indent: -1000em;
}

#app .content {
    padding-right: 110px;
}

#app #brain-tuner {
    background: url(../images/iphone/screenshots/braintuner.jpg) right top no-repeat;
}

#app #whiteboard {
    background: url(../images/iphone/screenshots/whiteboard.jpg) right top no-repeat;
}

#app #wordbreaker {
    background: url(../images/iphone/screenshots/wordbreaker.jpg) right top no-repeat;
}

#app #pitch-pipe {
    background: url(../images/iphone/screenshots/pitchpipe.jpg) right top no-repeat;
}

#app #usc-itommycam {
    background: url(../images/iphone/screenshots/itommycam.jpg) right top no-repeat;
}

#app #ipocketchange {
    background: url(../images/iphone/screenshots/ipocketchange.jpg) right top no-repeat;
}

#app #opensesame {
    background: url(../images/iphone/screenshots/opensesame.jpg) right top no-repeat;
}

#app #color-identifier {
    background: url(../images/iphone/screenshots/coloridentifier.jpg) right top no-repeat;
}