/* Resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a {
	color: #FFF;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

/* Defaults */

html {
    background: #000;
}

body {
    color: #FFF;
    font-family: "Merriweather",helvetica,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.75em;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    margin: 0 0 10px;
    line-height: 1em;
}

p {
    margin: 0 0 20px;
}

#backstretch img {
    opacity: 0.6;
}

#vignette {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background-image: -webkit-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
    background-image: -moz-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
    background-image: -o-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
    background-image: -ms-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
    background-image: radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
}

#content {
    width: 600px;
    margin: 100px auto;
}

#content p {
    font-size: 16px;
    line-height: 1.75em;
}

#subtitle {
    display: inline-block;
    margin: 0 0 30px 69px;
    font-size: 15px;
	font-style: italic;
    font-weight: 400;
}

#follow {
    display: inline-block;
    margin: 30px 0 0;
}

#follow ul li {
    float: left;
    margin: 0 10px 0 0;
}

#follow ul li:last-child {
    margin: 0;
}

#follow ul li a {
    text-indent: -9999em;
    display: inline-block;
    margin: 5px 0;
    opacity: 0.8;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

#follow ul li a:hover {
    opacity: 1;
}

#follow ul li#twitter a {
    background-image: url("../media/icon_sprite50.png");
    background-repeat: no-repeat;
    background-size: 90px 30px;
    height: 30px;
    width: 30px;
}

#follow ul li#linkedin a {
    background-image: url("../media/icon_sprite50.png");
    background-position: -30px 0;
    background-repeat: no-repeat;
    background-size: 90px 30px;
    height: 30px;
    width: 30px;
}

#follow ul li#tumblr a {
    background-image: url("../media/icon_sprite50.png");
    background-position: -60px 0;
    background-repeat: no-repeat;
    background-size: 90px 30px;
    height: 30px;
    width: 30px;
}

#follow ul li#threegoodthingsme  {
    margin: 0 20px 0 0;
}

#follow ul li#threegoodthingsme a {
    background-image: url("../media/3goodthingsme.png");
    background-repeat: no-repeat;
    background-size: 117px 40px;
    height: 40px;
    opacity: 0.9;
    width: 117px;
    margin: 0;
}

#follow ul li#cardkarma a {
    background-image: url("../media/cardkarma.png");
    background-repeat: no-repeat;
    background-size: 112px 30px;
    height: 30px;
    opacity: 0.9;
    width: 112px;
}

#follow ul li.divider {
    margin: 0 10px 0 40px;
}

#follow .label {
    font-weight: 400;
    line-height: 1em;
    margin: 13px 10px 0 0;
    display: inline-block;
}

.typekit-badge {
    visibility: hidden !important;
}