/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
}

img, fieldset {
    border: 0;
}

/* set image max width to 100% */
img {
    height: auto;
    width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
    overflow-y: scroll;
}

body {
    background-color: #333333;
    font: .81em/150% Arial, Helvetica, sans-serif;
    color: #333;
}
a {
    color: #026acb;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0 0 1.2em;
    padding: 0;
}

/* list */
ul, ol {
    margin: 1em 0 1.4em 24px;
    padding: 0;
    line-height: 140%;
}
li {
    margin: 0 0 .5em 0;
    padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
    margin: 20px 0 0;
}
h1 {
    color: #000;
    margin: 0 0 5px;
    font-size: 1.5em;
}
h2 {
    font-size: 1.4em;
}
h3 {
    font-size: 1.3em;
}
h4 {
    font-size: 1.2em;
}
h5 {
    font-size: 1.1em;
}
h6 {
    font-size: 1em;
}

label {
    color: #000;
}

/* reset webkit search input styles */
input[type=search] {
    -webkit-appearance: none;
    outline: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

sup {
    color: #f00;
}

.bold {
    font-weight: bold;
}

code {
    background-color: #f4f4f4;
    padding: 2px 4px;
    border-radius: 3px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9em;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
    width: 1180px;
    margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
    position: relative;
    height: 160px;
}

/************************************************************************************
CONTENT
*************************************************************************************/
#main {
    background: #fff;
    margin: 30px 0 30px;
    min-height: 350px;
    padding: 20px 35px;
    width: 800px;
    float: left;
    /* rounded corner */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /* box shadow */
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
    width: 280px;
    float: right;
    margin: 30px 0 30px;
}
.widget {
    background: #fff;
    margin: 0 0 30px;
    padding: 10px 20px;
    /* rounded corner */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /* box shadow */
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
    margin: 0 0 5px;
    padding: 0;
}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget li {
    margin: 0;
    padding: 6px 0;
    list-style: none;
    clear: both;
    border-top: solid 1px #eee;
}

#social li
{
    display: inline;
}

aside section {
    width: 205px
}
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
    clear: both;
    color: #ccc;
    font-size: 85%;
}
#footer a {
    color: #fff;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

/************************************************************************************
ACCESSIBILITY
*************************************************************************************/
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #000;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    z-index: 100;
    border-radius: 4px;
}

.skip-link:focus {
    top: 6px;
}

/************************************************************************************
FORMS
*************************************************************************************/
input[type="submit"], input[type="reset"], a.submit
{
    background: url('/images/white-grad.png') repeat-x scroll left top #F2F2F2;
    border-color: #BBBBBB;
    color: #464646;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-size: 12pt !important;
    text-decoration: none;
    line-height: 15px;
    margin: 10px 0;
    padding: 5px 12px;
    white-space: nowrap;
    text-shadow: 0 1px 0 #FFFFFF;
    -moz-box-shadow: 5px 5px 5px #999;
    -webkit-box-shadow: 5px 5px 5px #999;
    box-shadow: 5px 5px 2px #999;
}

input[type="submit"].normal
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 1em;
    margin: 0;
    padding: 0 6px 2px 6px;
}

input[type='text'], input[type='password'], select, textarea
{
    border: 1px solid #999;
    padding: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px #999;
    -webkit-box-shadow: 5px 5px 5px #999;
    box-shadow: 5px 5px 2px #999;
}

input[type='text']:focus, input[type='password']:focus, select:focus, textarea:focus
{
    background-color: #FFFFCC;
    border: 1px solid #ffcc33;
}
input[type='checkbox']
{
    vertical-align: middle;
}

label
{
    display: block;
    font-weight: bold;
    padding-bottom: 2px;
}

/***/

.icon{
    float: left;
}

section h1 {
    line-height: 68px;
    text-indent: 20px;
}

ul.links {
    margin: 0 0 0.75em 0;
    padding: 0 1em;
    list-style: none;
}
ul.links li {
    display: inline-block;
    margin-right: 40px;
}

ul.links li:before {
    content: "";
    border-color: transparent #000;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: .95em;
    position: relative;
}

#main section:not(:first-of-type) {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
}
