@import url(reset.css);

html {
    background: #fff;
}

body {
    font-size: 16px;
    font-family: "Arial", sans-serif;
    color: #2b2a2a;
    line-height: 22px;
}

/* @group Default type styling
====================================================================== */

strong { font-weight: bold; }
em { font-style: italic; }

hr {
    border: 0;
    color: #e9e8e9;
    background: #e9e8e9;
    height: 2px;
    width: 615px;
    margin: 45px 0 32px;
}
img { margin-bottom: 10px; }

p {
    font-size: 100%;
}

p + p,
p + div,
div + p { margin-top: 1.125em; }

/* Links */
a { 
    color: #416cb3;
    text-decoration: none;
    outline: 0;
}
/*
a:visited { color: #00aed7; }
*/
a:hover,
a:active { text-decoration: underline; }

blockquote {
    margin: 2.25em 0 0 0;
    padding: 0 6.25%;
    border-left: 4px solid #00aed7;
}
blockquote div {
    font-style: italic;
    font-weight: 300;
    font-style: italic;
    font-size: 1em;
    line-height: 1.8em;
    margin-bottom: 1.125em;
}
blockquote strong {
    display: block;
    color: #3e3e3e;
}

/* Heading */
h1,h2,h3,h4,h5 {
    font-weight: bold;
    color: #1d1d1d;
    -webkit-font-smoothing: subpixel-antialiased;
}
h1 {
    font-size: 32px;
    line-height: 30px;
    letter-spacing: -1px;
}
h2 {
    font-size: 28px;
    margin-bottom: 0.75em;
}
h3 {
    font-size: 18px;
}
h1 + h3,
h3 + p { margin-top: 20px; }

ul {
    margin: 15px 0 30px;
}
ul li {
    margin: 8px 0;
}

/* @end */

/* @group Base
====================================================================== */

.holder {
    margin: 0 auto;
    width: 526px;
}
#main {
    padding: 60px 0;
}

/* @end */

/* @group Header
====================================================================== */

header {
    background: #383737;
    padding: 65px 0;
}
header h1 {
    color: #fff;
    font-size: 40px;
}
header a:hover {
    text-decoration: none;
}

/* @end */

/* @group Main
====================================================================== */

#main h1 span {
    display: block;
    color: #383737;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
}
#main .image.last {
    margin-top: 30px;
}
#main .image.left {
    float: left;
    margin: 20px 20px 10px 0;
}
#main .image aside {
    color: #908d8e;
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dad9dc;
}

/* @end */

/* @group Tools
====================================================================== */

.arrow {
    background: url(images/arrow.png) no-repeat left center;
    padding-left: 28px;
}

/* Clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* @end */





















