* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
}

a { color: #0099cc; }

body {
    background: #fff;
    color: #333;
    font-family: "proxima-nova-1","proxima-nova-2", Helvetica, Arial, Verdana, sans-serif;
    font-size: 10px;
    -webkit-transition:background 1s;
    -moz-transition:background 1s;
    -o-transition:background 1s;
    transition:background 1s;
}

blockquote {
    border-bottom: 1px dotted #bbb;
    border-top: 1px dotted #bbb;
    font-family: "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, "Times New Roman", serif;
    font-size: 1.4em;
    line-height: 1.3em;
    margin-bottom: 0.75em;
    padding: 1em;
}

h1 {
    color: #222;
    float: left;
    font-size: 2.4em;
    line-height: 1;
    font-weight: 600;
}

h2 {
    font-size: 2.4em;
    font-weight: 600;
    margin-bottom: 0.5em;
}

nav { float: right; }
nav ul { list-style-type: none; }
nav ul li {
    display: inline;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.7114em;
    margin-right: 2em;
    text-transform: uppercase;
}

nav ul li:last-child { margin-right: 0; }

p {
    font-family: "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, "Times New Roman", serif;
    font-size: 1.4em;
    margin-bottom: 1em;
    max-width: 450px;
}

.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}

.shadow {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.wrapper {
    margin: 0 auto;
    padding: 0 3em;
    position: relative;
    width: 96em;
}

#header {
    background: #fff;
    padding: 25px 0 23px;
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;
    transition:all 1s;
}

#header a:link,
#header a:visited { color: #333; text-decoration: none; }
#header a:hover {
    color: #999;
    -webkit-transition:color 0.1s;
    -moz-transition:color 0.1s;
    -o-transition:color 0.1s;
    transition:color 0.1s;
    }

#header.getFaded { opacity: 0.9; }

.hidden { display: none; height: 0px; width: 0px; }

#thumbnav {
    background: #efefef;
    padding: 50px 0 41px;
}

#thumbnav ul { list-style-type: none; }
#thumbnav ul li { display: inline-block; margin: 0 20px 20px 0; }
#thumbnav ul li.last { margin-right: 0; }
#thumbnav ul li a {
    background: #666;
    border-radius: 5px;
    color: #fff;
    display: table-cell;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 30px;
    height: 60px;
    width: 165px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}
#thumbnav ul li a:hover {
    background-image: none !important;
    -webkit-transition:all 0.1s;
    -moz-transition:all 0.1s;
    -o-transition:all 0.1s;
    transition:all 0.1s;
}

#thumbnav ul li a span.showOnHover {
    display: none;
}
#thumbnav ul li a:hover span.showOnHover {
    display: inline-block;
}

#dots {
    line-height: 1;
    margin: 18px auto;
    text-align: center;
}
#dots a {
    color: #999;
    font-size: 32px;
    margin: 0 0.2em;
    text-decoration: none;
}
#dots a.activeSlide { color: #333; }

.slideshow {
    cursor: pointer;
    margin: 0 auto;
}

.no-pager {
    margin-bottom: 40px !important;
}

.project {
    background: #ddd;
    margin: 72px auto 0;
    padding: 3em 0;
}

/* Index */

.index {
    background: #ddd;
    margin-top: 72px;
    }
.index #thumbnav { background: #ddd; }

/* iPhone Project Layout */

.iphone .slideshow {
    margin: 0;
    top: 128px;
    left: 144px;
    width: 268px;
}
.iphone .leftCol > img {
    position: absolute;
    top: 0;
    right: 0;
}

.iphone #dots {
    margin: 300px auto 0;
    padding-left: 118px;
}

.iphone .leftCol {
    float: left;
    position: relative;
    width: 440px;
}

.iphone .rightCol {
    float: right;
    margin-top: 140px;
    width: 440px;
}

.iphone .rightCol p {
    width: 325px;
}

/* About Page */
.about {
    background: #ddd;
}

.about.content {
    padding-top: 72px;
}

.about h2 {
    font-size: 3.2em;
    font-family: "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, "Times New Roman", serif;
    font-weight: normal;
    margin-bottom: 1em;
}
.about h2,
.about p {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Browser Project layout */

.browser .project {
    padding-top: 45px;
    text-align: center;
}

.browser p,
.browser_custom p {
    margin: 0 auto 1em;
}

.browserChrome {
    background: #efefef url('/work/images/titlebar.png') left top repeat-x;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    margin: 0 auto 25px;
    overflow: hidden;
    padding-top: 30px;
    width: 90em;
}

.browserChrome > img {
    display: block;
    border-radius: 0 0 4px 4px;
}

.browser_custom {
    text-align: center;
}



/* Photo Project Layout */

.photos .project{
    background: #222;
    color: #fff;
    padding-top: 45px;
    text-align: center;
}

.photos .slideshow img {
    border: 5px solid #fff;
}

.photos p {
    margin: 0 auto 1em;
}


/* Two-Page Spread Layout */

.spread .project{
    padding-top: 45px;
    text-align: center;
}

.spread p {
    margin: 0 auto 1em;
}

/* Blackout Project Layout */

.blackout .project {
    background: #000;
    color: #fff;
    text-align: center;
}

.blackout p {
    margin: 0 auto 1em;
}

/* Video Project Layout */

.video .project {
    background: #222;
    color: #fff;
    padding-top: 45px;
    text-align: center;
}

.video p {
    margin: 0 auto 1em;
}

.video #new-designer {
    margin: 0 auto 25px;
}

/* Poster Project Layout */

.poster .project {
    padding: 45px 0;
}
.poster .leftCol {
    float: left;
    margin: 0 40px;
    width: 425px;
}

.poster .leftCol .slideshow > div {
    width: 425px;
}

.poster .leftCol .slideshow > div > img {
    margin: auto;
    max-width: 100%;
    display: block;
}

.poster .rightCol {
    float: right;
    margin: 140px 40px 0;
    width: 375px;
}

.poster .rightCol h2,
.poster .rightCol p,
.poster .rightCol blockquote {
    max-width: 325px;
}
