/* Colours:
pink - #FF49BD
blue - #24BDDF
*/

/* !Banner area */

.case_study {
    background-color: #191919;
    margin-bottom: 4.5em;
    min-height: 26em;
    overflow: hidden;
}

.case_study img { float: left; }

.case_study div {
    float: right;
    margin: 0 4.5em 0 0;
    padding-top: 4em;
    width: 26.8em;
}

.page_home .case_study div p {
    color: white;
    font: 240%/1.25 Helvetica, 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: 1.2px;
    margin-bottom: 0;
}

/* !Layout */

html, body { height: 100%; }

body {
    background-color: #8F9499;
    color: #2D3841;
    font: 62.5%/1 'Lucida Grande', Calibri, Verdana, sans-serif;
}

.container {
    height: 100%;
    margin: 0 auto;
}

.inner, #header, #footer { background-color: #2d3841; }

.outer { width: 96em; }

.inner { width: 88em; }

.content {
    background-color: white;
    min-height: 20em;
}

#header {
    min-height: 3em;
    padding: 4.5em;
    position: relative;
}

.navigation {
    clear: both;
    text-align: right;
}

.content {
    float: left;
    padding: 4.5em 0;
    width: 100%;
}

.content_column {
    float: left;
    width: 53.2em;
}

#section {
    margin-left: 4.5em;
    margin-right: 1.2em;
}

#aside {
    float: right;
    width: 31em;
}

img { display: block; }

/* !Typography */

h1, h2, h3, h4 { font-family: Verdana, sans-serif; }

h2, #aside h3, .stats h4, .awards h4 {
    font-size: 160%;
    font-weight: normal;
    line-height: 1.375;
}

h2 { margin-bottom: 0.625em; }

#header h2, #aside h3 { margin-bottom: 0; }

#header h2 a { outline: none; }

.first-heading {
    margin-left: -2.8125em;
    padding-left: 2.8125em;
}


h3, p, li {
    font-size: 120%;
    line-height: 1.5;
    margin-bottom: 1.5em;
}

ul { margin-bottom: 1.6em; }

a {
    color: #24bddf;
    font-weight: bolder;
    text-decoration: none;
}

a:hover { color: #FF49BD; }

.entry-content a, .entry-summary a, h3 a { font-weight: normal; }

p.back { margin-left: 3.462em; }

.back a:before { content: '\2039  '; }

p.fwd { text-align: right; }

.fwd a:after { content: ' \203A'; }

hr {
    border: 3px solid #f8f6f2;
    border-width: 0 0 3px;
    clear: both;
    height: 0;
    margin: 1.6em 4.5em 1em 0;
}

#section hr { margin: 1.6em 0 1em 0; }

#aside hr { margin: 0 4.5em 2.5em 2em; }

/* !Page extras */

p.link, p.quote {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font: 160%/1.375 Verdana, sans-serif;
    margin-right: 1.5625em;
}

p.link { background-color: #24BDDF; }

p.link:hover { background-color: #FF49BD; }

.link a {
    background-position: right center;
    background-repeat: no-repeat;
    color: white;
    display: block;
    font-weight: normal;
    margin-right: 1em;
    padding: 1em 1.25em;
}


p.quote {
    background-color: #f8f6f2;
    color: #ff49bd;
    margin-bottom: 0;
    padding: 1em 1.25em;
    text-indent: -0.4em;
}

.quote span { font-family: Georgia, serif; }

.links { margin-bottom: 2.5em; }

.related {
    border: 3px solid #f8f6f2;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-right: 2.5em;
    padding: 1em 0 1.6em 0;
}

.links h3 { margin: 0 1.25em 0.5em; }

.related h3 { margin: 0 1.0625em 0.5em; }

.links ul { margin: 0 2em 1.6em; }

.related ul { margin: 0 1.7em; }

.links li {
    list-style: none;
    margin-bottom: 0;
}

.links li a:after, a.link-internal:after { content: ' \203A'; }

li a.link-external:after { content: ' \00BB'; }

    /* Archive pages */

.filter_msg {
    font-style: italic;
    margin: 0 3.75em 1.5em;
}

.filter_msg em {
    font-style: normal;
    font-weight: bold;
    color: #FF49BD;
}

/* !Navigation */

.navigation ul {
    float: right;
    list-style: none;
    margin-bottom: 0;
    position: relative;
    top: -2em;
}

.navigation li {
    font-family: Verdana, sans-serif;
    font-size: 160%;
    line-height: 1.375;
    float: left;
    margin: 0 0 0 1em;
}

.navigation li a { font-weight: normal; }

.page_home .nav_home a, .page_portfolio .nav_portfolio a, .page_contact .nav_contact a, .navigation li a:hover { color: white; }

/* !Page footer */

#footer {
    clear: both;
    padding: 4.5em;
    position: relative;
}

#footer p {
    color: #969ca0;
    font: 110%/2 'Lucida Grande', Calibri, Verdana, sans-serif;
    margin-bottom: 0;
}