﻿@charset "utf-8";

/* Import fonts */

@font-face {
    font-family: 'segoe_uiregular';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/segoeui-webfont.eot');
    src: url('fonts/segoeui-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/segoeui-webfont.woff') format('woff'), url('fonts/segoeui-webfont.ttf') format('truetype'), url('fonts/segoeui-webfont.svg#segoe_uiregular') format('svg');
}

@font-face {
    font-family: 'segoe_uilight_italic';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/seguili-webfont.eot');
    src: url('fonts/seguili-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/seguili-webfont.woff') format('woff'), url('fonts/seguili-webfont.ttf') format('truetype'), url('fonts/seguili-webfont.svg#segoe_uilight_italic') format('svg');
}

@font-face {
    font-family: 'segoe_uilight';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/segoeuil-webfont.eot');
    src: url('fonts/segoeuil-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/segoeuil-webfont.woff') format('woff'), url('fonts/segoeuil-webfont.ttf') format('truetype'), url('fonts/segoeuil-webfont.svg#segoe_uilight') format('svg');
}

/* Main Styles */

body {
    background: #f6f6f6;
    font-family: segoe_uilight;
    font-size: 1.0em;
    margin: 0 auto;
    width: 1000px;
}

/* Backwards compatibility */

img {
    border: 0;
}

/* Generic style */

mark {
    background: none;
    font-family: segoe_uilight_italic;
}

.align-right {
    text-align: right;
}

a:link, a:visited, a:active {
    color: #007193;
    text-decoration: none;
}

/* Headings */

h1 {
    font-family: segoe_uilight;
    margin: 3px 0 5px;
}

h2 {
    font-family: segoe_uilight;
}

h3 {
    font-family: segoe_uilight;
    margin: 0 0 7px;
}

h4 {
    font-family: segoe_uilight;
}

header {
    background: white;
    font-family: segoe_uilight;
    padding: 20px;
    width: 960px;
    border-bottom: 4px #007193 solid;
}

    header nav {
        padding-top: 10px;
    }

        header nav a:link, header nav a:visited, header nav a:active {
            border-bottom: none;
            color: #007193;
            padding: 5px 5px 3px;
            text-decoration: none;
        }

        header nav a:hover {
            border-bottom: 1px solid #fff;
            padding: 5px 5px 2px;
            text-decoration: none;
        }

/* Hero (top picture bar) */

#hero {
    background: url('../images/hero_2.jpg');
    height: 275px;
    padding: 20px;
    width: 960px;
}

    /* Login boxes */

    #hero #overlay {
        color: #262626;
        display: inline-block;
        height: 60px;
        padding-top: 180px;
        vertical-align: top;
        width: 650px;
    }

    #hero #login {
        display: inline-block;
        height: 270px;
        padding-top: 15px;
        vertical-align: top;
        width: 300px;
    }

        #hero #login #form {
            background: #f6f6f6;
            padding: 10px;
        }

            #hero #login #form label {
                display: inline-block;
                width: 109px;
            }

            #hero #login #form input {
                background: #fafafa;
                border: 1px solid #e0e0e0;
                padding: 8px;
            }

                #hero #login #form input[type="submit"],
                #hero #login #form input[type="button"] {
                    border: none;
                    border-left: solid 4px #007193;
                    border-top: solid 1px #007193;
                    border-right: solid 1px #007193;
                    border-bottom: solid 1px #007193;
                    color: #007193;
                    cursor: pointer;
                    margin: 12px 0 5px 15px;
                    padding: 10px;
                    width: 60px;
                }

                    #hero #login #form input[type="submit"]:hover,
                    #hero #login #form input[type="button"]:hover {
                        background-color: #007193;
                        color: white;
                    }

        #hero #login #myskillsafe {
            background: #007193;
            margin-top: 20px;
            padding: 10px;
            text-align: right;
        }

            #hero #login #myskillsafe a:link, #hero #login #myskillsafe a:visited, #hero #login #myskillsafe mark {
                color: #fff;
            }

/* Content based pages (to worked on at a later date */

#page {
    background: #fff;
    padding: 20px;
    width: 960px;
}

    #page main {
        display: inline-block;
        vertical-align: top;
        width: 780px;
    }

    #page aside {
        display: inline-block;
        vertical-align: top;
        width: 170px;
    }

/* Contact form */

label {
    display: inline-block;
}

input, textarea {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    color: #808080;
    padding: 8px;
    vertical-align: top;
    width: 200px;
}

    input[type="submit"],
    input[type="button"] {
        border-left: solid 4px #007193;
        border-top: solid 1px #007193;
        border-right: solid 1px #007193;
        border-bottom: solid 1px #007193;
        color: #007193;
        cursor: pointer;
        padding: 10px;
        width: 220px;
    }

        input[type="submit"]:hover,
        input[type="button"]:hover {
            background-color: #007193;
            color: white;
        }

/* Footers */

footer {
    padding-top: 10px;
    width: 1000px;
}

    footer section {
        display: inline-block;
        vertical-align: top;
    }
