﻿@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');
}

@font-face {
	font-family: 'Droid Sans';
	src: url('fonts/DroidSans-webfont.ttf');
	src: local('☺'), url('fonts/DroidSans-webfont.woff') format('woff'), url('fonts/DroidSans-webfont.ttf') format('truetype'), url('fonts/DroidSans-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body
{
    background-color: #ddd;
    color: #393939;
    font-size: 62.5%;
    font-family: 'Droid Sans', Arial, sans-serif;
    line-height: 1.5;
}


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; margin: 0.3em 0 0.5em; }

header
{
    background: -moz-linear-gradient(top, #cbcbcb, #ddd);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cbcbcb), color-stop(1, #ddd));
    position: relative;
}

header section
{
}

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
{
    overflow: hidden;
}

.main
{
    margin: 0 auto;
    padding: 2em 0 4em;
    width: 943px;
}

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;
}

ul.sidebar { }
.sidebar li { background: transparent url('images/sidebar-bullet.png') no-repeat 0 6px; padding: 0 0 3px 14px; }
.sidebar li a { color: #727272; font-size: 1.2em; line-height: 1.4; text-decoration: none; }

ul.search-results { }
.search-results li { background: #efefef; margin: 0.5em 0; }

aside
{
    padding: 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-border { border: 1px solid; }
.mod-border-dark { border-color: #bfbfbf; }

.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-summaries { -moz-border-radius: 1em; -webkit-border-radius: 1em; border-radius: 1em; background-color: #fff; }
.mod-main-content { -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; -webkit-border-radius-topleft: 1em; -webkit-border-radius-bottomleft: 1em; background-color: #fff; }
.mod-sidebar-content { -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; -webkit-border-radius-topright: 1em; -webkit-border-radius-bottomright: 1em; background-color: #f0f0f0; border-left: 1px solid #fff; padding: 2.5em 1em 2em 2.5em; }
.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; }


/* Cycle */
.cycle { position: relative; }
.slide { width: 943px; }
.slide-underlay { background: transparent url('images/cycle/featured-bg.png') no-repeat 0 0; padding-top: 2px; width: 966px; }
.description { -moz-border-radius-topright: 2em; -webkit-border-radius-topright: 2em; border-radius-topright: 2em; background-color: rgba(98, 101, 107, 0.6); bottom: 0; left: 0; padding: 1em 3em 2em; position: absolute; width: 50%; }

.slide h2, .slide a, .slide p { color: #fff; }

