@charset "utf-8";
/* CSS Document */

body {
    background: #fff;
    color: #444;
    font: normal 12px/1.6 Helvetica, Arial, Geneva, sans-serif;
    margin: 0;
    padding: 0;
}

a#logo {
    background: transparent url(async_logo.png) no-repeat scroll 0px 100%;
    display: block;
    height: 64px;
    margin: 0;
    padding: 0;
    width: 176px;

    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
}

ul, ol, p {
    margin: 0 0 1em;
}

a:link,
a:visited {
    color: #0464BB;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #0464BB;
    text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
    color: #383838;
    font-family: "Helvetica Neue", Helvetica, Arial, Geneva sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
}

#header {
    background: transparent;
}

#feature {
    background: #fff -webkit-gradient(linear, left top, left 95%, from(#fff), to(#f1f1f1)) no-repeat;
    background: #fff -moz-linear-gradient(center top , #FFFFFF 10%, #F1F1F1 100%);
    border-bottom: 1px solid #dfdfdf;
    height: 350px;
    margin: 0;
    text-align: left;
}

#feature h1 {
    color: black;
    margin: 0;
    padding: 1.67em 0 4px;
}

.container {
    margin: 0 auto;
    width: 800px;
}

#feature p {
    color: #333;
    font-size: 13px;
    line-height: 20px;
}

#feature p.note {
    padding: 0 0 1em;
}

#feature div.container div {
    margin: 0 290px 0 0;
}

#feature img {
    display: block;
    float: right;
    margin: -30px 10px 0 0;
}

div#section-wrap {
    margin-top: 0;
    overflow: auto;
}

.section {
    float: left;
    padding: 24px 20px;
    width: 240px;
}

.section p > a,
.section li > a {
    text-decoration: underline;
}

.section video {
    background: #eee;
}

.section.first {
    margin-right: 0;
    padding: 24px 20px 24px 0;
    width: 239px;
}

.section.middle {
    border: 1px solid #dfdfdf;
    border-width: 0 1px;
}

.section.last {
    margin-right: 0;
    padding: 24px 0 24px 20px;
    width: 239px;
}


.section h2 {
    color: #777;
    font-size: 18px;
    height: 26px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

/* Button */

#feature div.button-wrap {
    padding-top: 0.5em;
}

iv.button-wrap {
    margin: 24px auto 20px;
    width: 160px;
}

.button:link,
.button:visited,
.section a#join_us:link,
.section a#join_us:visited {
    background: #2a64a6;
    border: 1px solid;
    border-color: transparent transparent rgba(0,0,0,0.4) transparent;
    -webkit-border-radius: 13px;
    -moz-border-radius:    13px;
    border-radius:         13px;
    color: #fff;
    display: table-cell;
    font-size: 13px;
    font-weight: bold;
    height: 13px;
    padding: 2px 12px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    width: 148px;
}

.button:hover,
.button:focus,
.section a#join_us:hover,
.section a#join_us:focus {
    background: #265B98;
}

.button:active,
.section a#join_us:active {
    background: #1F4C7E;
    border-color: rgba(0,0,0,0.4) transparent transparent transparent;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
}

/* End Button */


ul#social {
    position: absolute;
    right: 0;
    top: 24px;
}

ul#social li {
    display: block;
    float: left;
    height: 16px;
    line-height: 16px;
}

ul#social li a {
    color: #777;
    display: block;
    height: 16px;
    line-height: 16px;
    margin: 6px 0 0;
    text-decoration: none;
    width: 22px;

    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
}

ul#social li a span {
    color: #0464BB;
    font-weight: bold;
    text-decoration: none;
}

ul#social li a:hover {
    color: #777;
    text-decoration: none;
}

ul#social li a:hover span {
    color: #0464BB;
    text-decoration: underline;
}

ul#social a#twitter {
    background: url(examples/resources/shared/social_sprite.gif) no-repeat 0 0;
}

ul#social a#twitter:hover {
    background: url(examples/resources/shared/social_sprite.gif) no-repeat 0 -16px;
}

ul#social a#tumblr {
    background: url(examples/resources/shared/social_sprite.gif) no-repeat 0 -32px;
}

ul#social a#tumblr:hover {
    background: url(examples/resources/shared/social_sprite.gif) no-repeat 0 -48px;
}

ul#social a#facebook {
    background: url(examples/resources/shared/social_sprite.gif) no-repeat 0 -64px;
}

ul#social a#facebook:hover {
    background: url(examples/resources/shared/social_sprite.gif) no-repeat 0 -80px;
}

ul#social a#linkedin {
    background: url(examples/resources/shared/social_sprite.gif) no-repeat 0 -128px;
}

ul#social a#linkedin:hover {
    background: url(examples/resources/shared/social_sprite.gif) no-repeat 0 -144px;
}

ul#social a#blog {
    background: url(examples/resources/shared/social_sprite.gif) no-repeat 0 -96px;
}

ul#social a#blog:hover {
    background: url(examples/resources/shared/social_sprite.gif) no-repeat 0 -112px;
}

ul,
ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section.first ul li,
.section.last ul li {
    background: url(examples/resources/shared/li.png) no-repeat 1px 2px;
    padding: 0 0 0 10px;
    margin-left: 0px;
}

div#copyright {
    border: 1px solid #dfdfdf;
    border-width: 1px 0 0;
    clear: both;
    position: relative;
}

div#copyright p {
    color: #999;
    font-size: 11px;
    font-weight: normal;
    height: 16px;
    line-height: 24px;
    margin: 24px 0 0;
    text-align: left;
    width: 720px;
}

div#copyright p a {
    color: #999;
    text-decoration: none;
}
