/* /css/styles.css
   (c) Flek, LLC  */

@import url(/css/common/reset.css);

body {
    border-top: 10px solid #f0f0f0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wrap {
    margin: 0 auto;
    width: 500px;
}

p {
    color: #777;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 15px;
}


/* --- Header --------------------------------------------------------------- */
header {
    border-bottom: 1px solid #e0e0e0;
    margin: 30px 0;
    padding-bottom: 30px;
}

header #branding {
    float: left;
}

header #branding a {
    background: #fff url('/images/sprite.png') no-repeat left top;
    color: #333;
    display: block;
    font-size: 20px;
    height: 29px;
    text-decoration: none;
    text-indent: -9999px;
    width: 98px;
}

header nav {
    float: right;
    margin-top: 6px;
}

header nav ul li a {
    background: #fff url('/images/sprite.png') no-repeat left -35px;
    color: #333;
    display: block;
    height: 25px;
    text-indent: -9999px;
    width: 91px;
}

header nav ul li a:hover {
    background-position: left -61px;
}

header nav ul li a:active {
    background-position: left -87px;
}


/* --- Content -------------------------------------------------------------- */
.content h2.intro {
    background: #fff url('/images/intro.gif') no-repeat left top;
    color: #555;
    font-size: 28px;
    font-weight: normal;
    height: 110px;
    line-height: 1.35;
    text-align: justify;
    text-indent: -9999px;
    width: 500px;
}

#infographic-container {
    opacity: 0;
}

.infographic {
    background: #fff url('/images/lines.gif') no-repeat left top;
    margin-bottom: 50px;
}

.infographic .circle {
    float: left;
    height: 149px;
    margin-top: 118px;
    text-indent: -9999px;
    width: 149px;
}

.infographic a#simplicity {
    background: #fff url('/images/circles.gif') no-repeat left top;
}

.infographic a:hover#simplicity,
.infographic #simplicity.active {
    background-position: left -149px;
}

.infographic a#design {
    background: #fff url('/images/circles.gif') no-repeat left -298px;
    margin-left: 27px;
}

.infographic a:hover#design,
.infographic #design.active {
    background-position: left -447px;
}

.infographic a#engineering {
    background: #fff url('/images/circles.gif') no-repeat left -596px;
    margin-left: 26px;
}

.infographic a:hover#engineering,
.infographic #engineering.active {
    background-position: left -745px;
}

#infographic-content {
    margin-bottom: 50px;
    min-height: 115px;
}

#infographic-content span {
    font-weight: bold;
}

#simplicity-content span {
    color: #88a4b6;
}

#design-content span {
    color: #94b688;
}

#engineering-content span {
    color: #ba877a;
}

.sub-footer {
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
}

a#follow {
    background: #fff url('/images/sprite.png') no-repeat left -112px;
    display: inline-block;
    height: 27px;
    margin-left: 2px;
    text-indent: -9999px;
    width: 153px;
}

a:hover#follow {
    background-position: left -138px;
}

a:active#follow {
    background-position: left -164px;
}


/* --- Footer --------------------------------------------------------------- */
footer {
    border-top: 1px solid #e0e0e0;
    padding: 15px 0 30px 0;
}

footer p {
    color: #bbb;
    font-size: 11px;
}

footer a {
    color: #bbb;
    text-decoration: none;
}

footer a:hover {
    color: #888;
    text-decoration: underline;
}

footer .left {
    float: left;
}

footer .right {
    float: right;
}


/* --- Clearfix ------------------------------------------------------------- */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


.hide {
    display: none;
}
