﻿@charset "UTF-8";

/* ============================================================
   Base reset & utilities
   ============================================================ */
body {
    margin: 0;
    padding: 0;
    background-color: #FFF;
    color: #454545;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 62.5%;
    word-wrap: break-word;
}

img {
    border: none;
}

.clear {
    clear: both;
    height: 0;
}

.clear20 {
    clear: both;
    min-height: 20px;
}

.hidden {
    display: none !important;
}

.right {
    margin-left: 20px;
}

.left {
    margin-right: 20px;
}

.whiteBackground {
    background-color: white;
}

/* ============================================================
   Typography
   ============================================================ */
h2, h3, h4 {
    margin-top: 0;
}

h2 {
    font-size: 2.8em;
}

h3,
.article .article h2 {
    font-size: 2.4em;
}

h4 {
    font-size: 1.6em;
}

dl, dd {
    font-size: 1.2em;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

li li {
    font-size: 1em !important;
}

abbr {
    font-variant: small-caps;
}

cite {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    color: #999;
}

cite em {
    font-style: normal;
}

code, pre {
    padding: 0 3px 2px;
    font-family: Menlo, Monaco, "Courier New", monospace;
    font-size: 12px;
    color: #333;
    border-radius: 3px;
}

code {
    padding: 3px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12px;
    line-height: 18px;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    white-space: pre-wrap;
    word-break: break-all;
}

pre code {
    padding: 0;
    background-color: transparent;
}

/* ============================================================
   Links & colors
   ============================================================ */
a:link, a:visited, a:hover, a:active {
    color: #31BEF2;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

a.imageLink {
    text-decoration: none;
}

.article h3 a,
.article .article h2 a {
    color: #454545;
}

.text-navigation a:hover,
.text-navigation a:active {
    color: #31BEF2;
}

/* ============================================================
   Layout: page, header, main, sidebar, footer
   ============================================================ */
#page-container {
    width: 960px;
    margin: 0 auto;
}

#page-top {
    position: relative;
    margin-bottom: 60px;
}

#title {
    background-color: #333;
    height: 135px;
    padding-top: 45px;
    background-image: url("../images/banner.jpeg");
}

#title h1 {
    height: 180px;
    position: relative;
    top: -45px;
    font-family: "Arial Black", "Helvetica Neue", Impact, Helvetica, Arial, sans-serif;
    font-size: 4.8em;
    margin: 0;
    padding: 0;
}

#title h1,
#title h1 a {
    color: #FFF;
}

#title h1 .in {
    position: absolute;
    bottom: 0;
    display: block;
    padding: 10px 20px 5px 20px;
}

#title h1 a {
    display: block;
    height: 135px;
    text-decoration: none;
}

#title p {
    margin: 0;
    padding: 5px 20px;
    color: #CCC;
    background-color: #FFF;
    position: absolute;
    top: 180px;
    font-size: 1.4em;
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
}

#main {
    padding: 0 20px;
    min-height: 300px;
}

body.allow-sidebar #main {
    width: 645px;
    float: right;
}

body.allow-sidebar #main img {
    max-width: 100%;
    height: auto;
}

#sidebar-container {
    width: 260px;
    float: left;
}

footer {
    padding-left: 35px;
}



/* ============================================================
   Pagelets
   ============================================================ */
.pagelet {
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    overflow: hidden;
    word-break: break-word;
}

.pagelet h4 {
    padding: 14px 0;
    border-top: 4px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.pagelet p,
.pagelet li {
    font-size: 1.2em !important;
}

.pagelet p {
    margin-top: 0;
}

.pagelet img {
    margin-bottom: 10px;
}

.pagelet .rssBadge img {
    margin: 0 5px 0 0;
}

.bordered {
    border: 1px solid #DDD;
    box-shadow: 0 2px 2px #CCC;
    padding: 0 15px 10px 15px;
}

.bordered h4 {
    border-top: none;
}

.bordered.untitled {
    padding-top: 14px;
}

.caption {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.callout-container,
.graphic-container {
    clear: right;
}

.callout-container {
    width: 260px;
    float: right;
    margin-left: 20px;
}

#main .pagelet h4 {
    text-align: center;
}

#sidebar p,
#sidebar li {
    line-height: 1.6em;
}

/* ============================================================
   Articles
   ============================================================ */
#main p,
#main li,
#main li p {
    font-size: 1.4em;
    line-height: 1.6em;
}

#main li p {
    font-size: 1em;
}

body.no-sidebar #main h2 {
    text-align: center;
}

.article .article {
    border-bottom: 1px dashed #CCC;
}

.article .article.last-item {
    border-bottom: none;
}

.article h3,
.article .article h2 {
    margin-top: 20px;
}

.article-info {
    font-size: 1.1em;
    margin-top: 20px;
    margin-bottom: 1em;
    padding: 20px 0 10px 0;
    clear: both;
    text-align: right;
}

.continue-reading-link {
    margin-bottom: 15px;
}

.continue-reading-link:before {
    content: "\21E2";
    padding-right: 5px;
    color: #454545;
}

.timestamp {
    margin-bottom: 20px;
}

.timestamp .in,
.timestamp a {
    color: #999;
    display: inline;
    padding: 3px 8px;
    border-radius: 15px;
    border: 1px solid #EEE;
}

.timestamp a {
    text-decoration: none;
}

.timestamp a:hover {
    color: #454545;
    text-decoration: none;
}



.article-thumbnail img {
    border: 10px solid #FFF;
    box-shadow: 0 2px 2px #CCC;
}

.article-thumbnail img:hover {
    box-shadow: 0 3px 3px #999;
    transition: all 0.2s ease;
}

/* ============================================================
   Blockquotes
   ============================================================ */
blockquote {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    color: #999;
    padding: 0 40px 0 50px;
    margin: 20px 0;
    min-height: 27px;
    background: url(../images/quotes-open.png) 0 0 no-repeat,
                url(../images/quotes-close.png) bottom right no-repeat;
}

blockquote em {
    font-style: normal;
}

/* ============================================================
   Media: images, video, iframe
   ============================================================ */
.ImageElement,
.center.VideoElement {
    text-align: center;
}

.ImageElement.left,
.AudioElement.left { text-align: left; }

.ImageElement.center,
.AudioElement.center { text-align: center; }

.ImageElement.right,
.AudioElement.right { text-align: right; }

.wide {
    display: block;
}

.narrow.left {
    float: left !important;
    clear: left !important;
}

.narrow.right {
    float: right !important;
    clear: right !important;
}

.wide.left .graphic, img.wide.left, .wide.left video, .wide.left audio {
    display: block;
    margin-left: 0;
    margin-right: auto;
}

.wide.center .graphic, img.wide.center, .wide.center video, .wide.center audio {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wide.right .graphic, img.wide.right, .wide.right video, .wide.right audio {
    display: block;
    margin-left: auto;
    margin-right: 0;
}

.graphic-container.left .caption { text-align: left; }
.graphic-container.center .caption { text-align: center; }
.graphic-container.right .caption { text-align: right; }

.graphic iframe {
    display: block;
}





/* ============================================================
   Forms
   ============================================================ */
form {
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

label {
    cursor: pointer;
}

input, textarea, select {
    font-size: 1.2em;
}

input[type=text],
input[type=email],
textarea {
    padding: 4px;
    margin-bottom: 9px;
    border: 1px solid #ccc;
    color: #454545;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea {
    resize: vertical;
}

select {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    max-width: 200px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    padding: 4px;
    margin: 0 0 9px 0;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: middle;
}

input[type=submit] {
    display: inline-block;
    padding: 4px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #fafafa;
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

input[type=submit]:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    transition: background-position 0.1s linear;
}

input[type=submit]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type=submit].active,
input[type=submit]:active {
    background-image: none;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0;
}

form table {
    font-size: 1.4em;
}

td[colspan="2"] {
    text-align: center;
}

#main input[type=text],
#main input[type=email] {
    max-width: 260px;
}

body.no-sidebar #main form {
    padding: 19px 40px;
}

#sidebar form.labelsOnSide {
    font-size: 0.8em !important;
}

textarea.fullWidth,
input.fullWidth,
select.fullWidth {
    width: 96%;
    margin: 4px 0;
}

textarea.fullWidth,
select.fullWidth {
    margin: 4px 1px;
}

/* Contact element */
form.contactElement input.submit {
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: 2%;
}

form.contactElement th {
    text-align: right;
    font-weight: normal;
    width: 25%;
}

form.contactElement p {
    text-align: left;
}

.contactError {
    color: red;
    font-weight: bold;
}



/* ============================================================
   Retina-ready images (high-dpi screens)
   ============================================================ */
@media only screen and (min-resolution: 1.5dppx) {

    blockquote {
        background-image: url(../images/quotes-open@2x.png),
                          url(../images/quotes-close@2x.png);
        background-size: 34px 27px, 33px 27px;
    }

    #title {
        background-image: url(../images/banner_hr.jpeg);
        background-size: 960px 180px;
    }
}
