﻿/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
html,button,input,select,textarea{font-family:sans-serif}
body{margin:0}a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}
h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
blockquote{margin:1em 40px}
dfn{font-style:italic}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
mark{background:#ff0;color:#000}
p,pre{margin:1em 0}
code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}q:before,q:after{content:'';content:none}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}sub{bottom:-.25em}
dl,menu,ol,ul{margin:1em 0}
dd{margin:0 0 0 40px}
menu,ol,ul{padding:0 0 0 40px}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
figure{margin:0}
form{margin:0}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}
button,input{line-height:normal}
button,select{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;*overflow:visible}
button[disabled],html input[disabled]{cursor:default}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;*height:13px;*width:13px}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}

/*! PocketGrid 1.1.0 Copyright 2013 Arnaud Leray MIT License */
/* Border-box-sizing */
.block-group, .block, .block-group:after, .block:after, .block-group:before, .block:before {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
/* Clearfix */
.block-group {*zoom: 1;}
.block-group:before, .block-group:after {display: table; content: ""; line-height: 0;}
.block-group:after {clear: both;}
.block-group {/* ul/li compatibility */ list-style-type: none; padding: 0; margin: 0;}
/* Nested grid */
.block-group > .block-group {clear: none; float: left; margin: 0 !important;}
/* Default block */
.block {float: left; width: 100%;}


/* Oregon styles */

/* micro clearfix */
.clearfix:before, .clearfix:after {display: table; content: ""; line-height: 0;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;} /* IE6/7 */

body {
    font-family: Arial, Helvetica, san-serif;
    font-size:13px;
}
#site-header {
    position:relative;
    z-index: 100;
}
#site-banner {
    height: 89px;
    border-bottom: 5px solid #e1e1e1;
    background: #fff url('../theme/images/bg-header.png') no-repeat right top;
}
#site-logo {
    display: block;
    background: #fff url('../theme/images/logo.png') no-repeat 15px 10px;
    background-color: rgba(255,255,255,0.75);
    width: 280px;
    height: 89px;
}
#site-name {
    box-shadow: 0 6px 6px -2px #666;
    font-family: Georgia,"Times New Roman",Times,serif;
    display:block;
    margin:0;
    padding: 0 15px;
    font-size:150%;
    line-height: 50px;
    color: #fff;
    background-color: #43526c;
    overflow:hidden;
    font-weight:bold;
}
#site-login-links {
    margin-top:10px;
    line-height:30px;
    color:#fff;
    background-color: #43526c;
    text-align: center;
}
#site-login-links form {
    display:inline-block;
}
#site-login-links a {
    color:#fff;
}

/* Style buttons in site login links as a link */
#site-login-links button, 
#site-login-links button:focus, 
#site-login-links button:active {
    /* Remove all decorations to look like normal text */
    background: none;
    border: none;
    display: inline;
    font: inherit;
    margin: 0;
    padding: 0;
    outline: none;
    outline-offset: 0;
    /* Additional styles to look like a link */
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}
/* Remove extra space inside buttons in Firefox */
#site-login-links button::-moz-focus-inner {
    border: none;
    padding: 0;
}

#site-body {
    position: relative;
}

/* Accessible, collapsible menus for mobile */
.site-menu label {
    display:block;
    margin-top:10px;
    padding:1px 20px;
    line-height:38px;
    background-color:#D1D4DB;
    background-color:#43526c;
    color:#fff;
    cursor:pointer;
    position:relative;
}
.site-menu label:before {
    -content: "Hide ";
}
.site-menu label:after {
    content: "";
    border:7px solid transparent;
    border-top-color: #fff;
    position:absolute;
    margin-left:10px;
    margin-top:16px;
    right:18px;
}
.site-menu-cbx:checked + .site-menu > ul:not(label) {
    display: none;
}
.site-menu-cbx:focus + .site-menu label {
    border:1px dotted #fff;
    padding:0 19px;
}
.site-menu-cbx:checked + .site-menu label:before {
    -content: "Show ";
}
.site-menu-cbx:checked + .site-menu label:after {
    border-top-color: transparent;
    border-left-color: #fff;
    margin-top:12px;
    right:13px;
}

/* All menus */
.site-menu > ul {
}

.site-menu ul {
    list-style: none;
    margin:0;
    padding:0;
    list-style-position:inside;
}

.site-menu li {
    position: relative;
    margin: 0;
    padding: 0;
}


.site-menu a {
    margin:5px;
    display:block;
    padding: 4px 20px;
    color: #000;
    line-height: 26px;
    text-decoration: none;
    font-weight: bold;
}

.site-menu > ul ul a {
    font-weight:normal;
}

.site-menu > ul ul li a:before { content: '-'; width:10px; display:inline-block;}
.site-menu > ul ul li li a:before { padding-left:10px;}
.site-menu > ul ul li li li a:before { padding-left:20px;}

.site-menu li:hover > a:hover,
.site-menu ul a:hover
{
    color: #fff;
    background: #43526c;
    background: linear-gradient(#495975,  #3c4a61);
}

.site-menu hr {
    margin:2px 5px;
    border:0;
    border-top:1px solid #888;
    border-bottom:1px solid #fff;
}


/* Top menu */
#site-top-menu
{
    width: 100%;
}

/* Clear floated elements */
#site-top-menu:after 
{
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

#site-content {
    margin:10px;
}

#site-panel {
    padding-top: 20px;
    background-color: #e2e7ea;
}

#site-footer {
    border:5px solid #e1e1e1;
    border-width:5px 0;
    position:relative;
    background-color:#fff;
    z-index:100;
    overflow:hidden;
    padding:10px 5px;
    text-align: center;
}

/*  Mobile Styles ONLY - NOT for IE6-8 */
@media only screen and (max-width: 632px) {
    body {
        font-size: 16px;
    }
    #site-header {
        position:relative;
        z-index: 100;
    }
    #site-banner {
        height: 44px;
        background-size: auto 44px;
        border-bottom-width: 3px;
    }
    #site-logo {
        background-position: 7px 5px;
        background-size: auto 34px;
        width:140px;
        height:44px;
    }
    #site-name {
        font-size:83%;
        line-height: 30px;
        max-height:none;
    }
    #site-footer {
        border-width:3px 0;
    }
    .site-menu a {
        background: #bbb;
        background: linear-gradient(#ccc, #aaa);
        border-radius:5px;
    }
}