﻿@font-face {
	font-family: 'Lane-NarrowRegular';
	src: url('fonts/LANENAR_.eot');
	src: local('Lane - Narrow Regular'), local('Lane-Narrow'), url('fonts/LANENAR_.ttf') format('truetype');
}

body
{
    background-color: #efefef;
    color: #393939;
    font-size: 62.5%;
    font-family: Franklin Gothic Book, Arial Narrow, Arial, sans-serif;
}


h1, h2, h3
{
    margin: 1em 0 0.8em;
}

h1, .h1 { font-family: "Lane-NarrowRegular", Arial, Helvetica Neue, Sans-Serif; font-size: 4em; }
h2 { color: #4f8f98; font-weight: normal; font-size: 2.2em; }
h3 { font-size: 1.8em; font-weight: normal; }
h4 { font-size: 1.4em; }
p { font-size: 1.3em; line-height: 1.25; margin: 0.3em 0 0.5em; }

header
{
    background: -moz-linear-gradient(top, #cbcbcb, #efefef);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cbcbcb), color-stop(1, #efefef));
    position: relative;
}

header section
{
    border-bottom: 1px solid #d8d8d8;
}

header .h1
{
    margin: 0 0 0.55em;
    padding: 0.5em 0;
}

header .h1 span
{
    color: #666;
    display: block;
    font-size: 60%;
}

section
{
    margin: 0 auto;
    width: 80%;
}

.feature
{
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #f4f4f4;
    overflow: hidden;
}

.main
{
    border-top: 1px solid #fff;
    margin: 0 auto;
    padding: 2em 0 4em;
    width: 80%;
}

nav
{
    float: right;
    position: relative;
}

nav ul
{
    padding: 5.5em 0 0;
}

nav ul li
{
    display: inline;
    font-weight: bold;
    padding: 1em 2em;
    text-transform: uppercase;
}

nav a
{
    color: inherit;
    text-decoration: none;
}

nav li:hover, .navigation-box
{
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    background: #398096;
    background: -moz-linear-gradient(top, #398096, #1a5670);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #398096), color-stop(1, #1a5670));
    color: #fff;
}


aside
{
    padding: 0 1em;
}

figure.feature-cycle
{
    float: right;
    margin: 4.5em 0 1em;
}


a
{
    color: #286b88;
}

.identities
{
    font-size: 1.3em;
    text-align: center;
}

.identities dd
{
    margin-bottom: 1em;
}

.form, legend
{
    font-size: 1.3em;
}

fieldset legend
{
    margin-bottom: 1em;
}

.form li
{
    margin: 0.4em 0;
}

.form label
{
    float: left;
    width: 8em;
}

.form input[type=text], .form input[type=email], .form textarea
{
    background-color: #dad6b9;
    border: 1px solid #b4b097;
    color: #8c886b;
    font-size: 1.3em;
    padding: 0.2em 0.4em;
    width: 50%;
}

.form textarea
{
    font-family: Futura Medium, Century Gothic, AppleGothic, sans-serif;
    font-size: 100%;
}

input[type=submit] { background: #398096; padding: 0.5em 1.5em; font-size: 1.2em; }

.login
{
    position: absolute;
    right: 1em;
    top: 0.8em;
}

.strapline
{
    color: #4e4933;
    font-weight: bold;
    font-size: 115%;
}

.aside-image
{
    margin-top: 4.2em;
}

footer
{
    background-color: #484631;
    padding: 1em 0 10em;
}

footer section
{
    overflow: hidden;
}

footer nav
{
    float: none;
    margin-bottom: 2em;
    overflow: hidden;
}

ul.footer
{
    padding: 0;
}

ul.footer li
{
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    background-color: #403d2c;
    color: #b4b097;
    display: inline;
    float: left;
    margin-right: 1em;
}

ul.footer li:hover
{
    background-color: #398096;
    color: #fff;
}

ul.footer li a
{
    display: block;
    font-size: 120%;
}

h3.footer
{
    color: #fff;
}

/* ====== Block Modules ====== */
.mod-basic
{
    margin: 1em 0 1.5em;
    padding: 1em;
}

.mod-rounded
{
    border: 1px solid #b4b097;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}

.mod-shadow
{
    -moz-box-shadow: -0.3em -0.3em 0.5em #ccc;
    -webkit-box-shadow: -0.3em -0.3em 0.5em #ccc;
}

.mod-drop-shadow
{
    -moz-box-shadow: 0.3em 0.3em 0.5em #ccc;
    -webkit-box-shadow: 0.3em 0.3em 0.5em #ccc;
}

.mod-panel
{
    padding: 1em 2em;
}

.mod-image
{
    -moz-box-shadow: 0.3em 0.3em 0.5em #ccc;
    -webkit-box-shadow: 0.3em 0.3em 0.5em #ccc;
    padding: 0;
}

/* ====== Tables ====== */
table
{
}

thead th
{
    background: #ccc -moz-linear-gradient(top, #ccc, #efefef);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(1, #efefef));
    font-size: 1.3em;
    font-weight: normal;
}

thead th:first-child { border-left: 1px solid #ccc; }
thead th:last-child { border-right: 1px solid #ccc; }

tbody th
{
    color: #4f8f98;
}

td, th { padding: 0.5em 1.5em; }

tbody td, tbody th { border: 1px solid #ccc; font-size: 1.1em; }
tbody td span { display: block; margin: 0.3em 0; }

tfoot { color: #666; }
tfoot td { border-bottom: 1px solid #ccc; font-style: italic; }
tfoot th { border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
tfoot td:last-child { border-right: 1px solid #ccc; }