/**
Theme Name: Charlene
Theme URI: http://papertreedesign.com/wordpress-themes/charlene
Description: A simple, user-friendly, two column theme that is meant to put focus on your content.
Version: 2.0.5
Author: Papertree Design
Author URI: http://papertreedesign.com
Tags: two-columns, right-sidebar, responsive-layout, post-formats, featured-images, translation-ready, editor-style, full-width-template, threaded-comments, white
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
GitHub Theme URI: https://github.com/jeremyjaymes/charlene
GitHub Branch: master

Copyright (c) 2008 - 2014 Papertree Design 
http://papertreedesign.com 
*/

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}



/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}


/*--- Self Clear --*/
.group:before,
.group:after,
.content-wrap:before,
.content-wrap:after,
.wrap:before,
.wrap:after,
.content-column-row:before,
.content-column-row:after,
.gallery:before,
.gallery:after {
    content:"";
    display:table;
}
.group:after,
.content-wrap:after,
.wrap:after,
.content-column-row:after,
.gallery:after {
    clear:both;
}
.group,
.content-wrap,
.wrap,
.content-column-row,
.gallery {
    zoom:1;
}

/* ## Defaults  
--------------------------------------------- */
body {
    background-color: #fff;
    color:#444;
    font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

/* ## Global
--------------------------------------------- */
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: #333;
    color: #fff;
    text-shadow: none;
}

table,
th,
td {
    border: 1px solid #ddd;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
    padding: 3px;
}

td {
    border-width: 0 1px 1px 0;
    font-family: Source Sans Pro, sans-serif;
    padding: 3px;
}

address {
    font-style: italic;
    margin-bottom: 24px;
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}

b,
strong {
    font-weight: 700;
}

cite,
dfn,
em,
i {
    font-style: italic;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

acronym {
    text-transform: uppercase;
}


del {
    text-decoration: line-through;
}


dl {
    margin-bottom: 24px;
}

dt {
    font-weight:700;
}

dd {
    margin-bottom: 24px;
    margin-left: 0;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
            box-sizing: content-box;
    margin-bottom: 23px;
    border: 0;
    border-top: 1px solid #ddd;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
    line-height: 1.6;
}

pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote {
    border-left: 3px solid #ddd;
    color: #888;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 24px 12px;
    padding-left: 12px 
}

blockquote cite,
blockquote small {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

blockquote em,
blockquote i {
    font-style: normal;
}

blockquote cite:before {
    content:"\2014";
    margin-right: 2px;
}

blockquote cite {
    display: block;
    padding: 7px 0;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: 75%;
}

sup, 
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

big {
    font-size:125%;
}

embed,
iframe,
object,
video {
    margin-bottom: 24px;
    max-width: 100%;
}

figure {
    margin: 0;
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

/* ## Forms
--------------------------------------------- */

input, textarea {
    font-size: 16px;
    padding:3px;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #333;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #333;
    font-weight: 300;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
button {
    background-color: #80949c;
    border: 1px solid #667b83;
    border-radius: 2px;
    color: #fff;
    opacity: 0.9;
    padding: 4px 10px;
}

input:hover[type="submit"],
input:hover[type="reset"],
input:hover[type="button"],
button:hover {
    opacity: 1;
}

/* ## WordPress
--------------------------------------------- */
.alignleft {
    float: left;
}

.alignright {
    float:right; 
}

.alignnone {
    clear: both;
    display: block;
    margin:12px 0;
}

.aligncenter {
    display:block; 
    margin-left: auto;
    margin-right: auto; 
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
    margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
    margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
    margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
    margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin-top: 7px;
    margin-bottom: 7px;
}

.wp-caption {
    text-align: center;
    background: #fff;
    margin: 0px 0px 24px 0px;
    padding: 4px 4px 0;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption-text {
    color: #777;
    font-size: 14px;
    font-style: italic;
    margin: 9px 0;
}

.wp-smiley {
    max-height:18px;
    margin:0 !important
}

/* ## Assistive text
--------------------------------------------- */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    color: #0066CC;
    display: block;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 25px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    text-transform: none;
    width: auto;
    z-index: 100000;
}

/* ## Links
--------------------------------------------- */
a, 
a:visited {
    outline: none;
    color: #80949c;
    text-decoration: none
}

a:hover, 
a:active {
    color: #0f3647;
}

a:focus {
    outline: thin dotted;
}

.entry-content a {
    text-decoration: underline;
}

.entry-title a, 
.sidebar-secondary a,
.entry-title a:visited,
.sidebar-secondary a:visited {
    color:#333
}

.entry-title a:hover,
.sidebar-secondary a:hover,
.entry-title a:active,
.sidebar-secondary a:active  {
    color: #80949c;
}

/* ## Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
   color: #222;
   font-weight: 400;
   margin-bottom: 24px;
} 

h1 {
    font-size: 38px;
    line-height: 1;
}

h2 {
    font-size: 36px;
    line-height: 1.1;
}  
  
h3 {
    font-size: 28px;
    line-height: 1.1
}

h4 {
    font-size: 22px;
    line-height: 1.1;
}

h5 {
    font-size: 18px;
    line-height: 1.1;
}

h6 {
    font-size: 16px;
    line-height: 1;
}


p {
    margin-bottom:24px;
    padding: 0;
}

/* ## Structure
--------------------------------------------- */
.site-container {
    padding: 0 20px;
}

.site-inner {
    padding: 40px 0px;
}

.content-wrap,
.wrap {
    margin:0 auto;
}

.site-header {
    margin-bottom: 24px;
    padding-top: 24px;
    text-align: right
}

.content-area {
    position: relative;
}


/* ## Header
--------------------------------------------- */
.site-title {
   border-bottom:6px solid #222;
   color:#000;
   font-size: 28px;
   font-family:  'Source Sans Pro', arial, sans-serif;
   font-weight:700;
   margin-bottom: 0px;
}

.site-title a,
.site-title a:visited {
    color:#000;
    font-weight: 700;
}

.site-intro {
    border-bottom: 1px dotted #ddd;
    font-size: 18px;
    margin-bottom: 48px;    
    padding-bottom: 24px;
}

h1.intro-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
}

.pagination {
    border-top: 1px solid #222;
}
.pagination ul {
    padding-left: 0;
}

.pagination li {
    list-style: none;
    display: inline-block;
    padding: 3px;
}

/* ## Entry
---------------------------------------------- */ 
.introp {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.entry-content,
.entry-summary {
    -webkit-hyphens: auto;
    -moz-hyphens:    auto;
    -ms-hyphens:     auto;
    hyphens:         auto;
    word-wrap: break-word;
}

.content-column-row {
    margin-bottom: 24px;
}

.sticky .updated {
    display: none;
}

.post {
    margin-bottom: 48px;
}

.post:last-of-type {
    border: 0;
}

.entry-meta {
    margin-bottom: 24px;
    font-size: 15px;
    font-weight: 700;
}

.entry-footer {
    border-top: 1px dotted #ddd;
    clear: both;
    padding: 12px 0;
}

.pullquote {
    float: left;
    font-weight: bold;
    font-size: 1.333333em;
    line-height: 1.3125em;
    padding: 0 1em 1em 0;
    text-align: left;
    width: 180px;
}

.update {
    background: #fefba2;
    font-style: italic;
    padding: 5px;
}

/*--[ Post Thumbnails ]--*/
.entry img.attachment-post-thumbnail {
    float: left;
    margin: 0 10px 0px 0;
}

/*--[  Article Single  ]--*/
.entry-attachment {
    background-color: #f5f5f5;
    border: 1px dotted #999;
    margin: 36px 0;
    padding: 10px
}

.entry img { 
    background-color: #FFF; 
    border: 1px solid #CCC;
    max-width: 460px;
    padding: 2px; 
}

.navigation {
    width: 100%;
    font-weight: bold;
    text-transform: lowercase;
    overflow: hidden;
}

.page-nav,
.page-links {
    clear: both;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 0;
    text-transform: uppercase;
}

.entry-tags,
.entry-categories {
    display: block;
}

/* ## Post Formats
--------------------------------------------- */
.format-type {
    font-weight: 700;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-caption {
    background-color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}


/* ## Comments
--------------------------------------------- */
.comment-area {
    margin: 50px 0 10px 0;
    padding: 0;
}

.comment {
    clear:both;
    padding: 10px 0;
}

[class*=depth-] {
    margin-left: 1.5em;
}

.depth-1 {
    margin-left: 0;
}

.comment-author {
    clear:both;
    float:left;
    border-top:1px solid #666666;
    padding:5px 0;
    text-transform:uppercase;
    width:20%
}

.bypostauthor .comment-author {
    border-top: 5px solid #ff2b06
}

.comment-author .fn {
    display:block;
    font-size:12px;
    line-height: 0.9em;
}

.comment-author .timestamp {
    font-size:10px;
    line-height: 1em;
}

.comment-content {
    -webkit-hyphens: auto;
    -moz-hyphens:    auto;
    -ms-hyphens:     auto;
    hyphens:         auto;
    word-wrap: break-word;
    border-top:1px solid #ccc;
    float:left;
    padding:0 10px;
    width:75%
}

.comment-respond {
    clear: both;
    padding: 20px 0;
}

.comment-form label {
    display: block;
}

.comment-form input[type="text"],
.comment-form textarea {
    border: 1px solid #ccc;
    padding: 5px;
    width:98%
}

.form-allowed-tags {
    color: #999;
    font-size: 14px;
}

.form-allowed-tags code {
    font-size: 14px;
}

/* ## Sidebar
--------------------------------------------- */
.sidebar-secondary {
    padding: 24px 10px;
}

.sidebar-secondary h4 {
    font-size: 24px;
}

.sidebar-secondary ul {
    list-style:none;
    padding-left: 0;
}

.sidebar-secondary li {
    padding: 3px;
}

.sidebar-secondary a {
    border-bottom: 1px solid #aaa;
    padding-bottom: 2px;
}

.sidebar-secondary li ul li {
    margin-left: 20px;
}

.sidebar-secondary ul ul li.aside {
    margin-bottom:1.538em;
    padding:3px 0
}

/* ## Widgets
--------------------------------------------- */
.widget {
    margin:12px 0 24px 0;
    -webkit-hyphens: auto;
    -moz-hyphens:    auto;
    -ms-hyphens:     auto;
    hyphens:         auto;
    word-wrap: break-word;
}

/* Calendar Widget*/
.widget_calendar table {
    border-width: 0;
    line-height: 2;
    margin: 0;
}

.widget_calendar caption {
    font-weight: 700;
    line-height: 1.7142857142;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}

.widget_calendar thead th {
    background-color: #ebebeb;
    background-color: rgba(235, 235, 235, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
    text-align: center;
    padding: 0 4px;
}

.widget_calendar tbody,
.widget_calendar thead {
    border: 1px solid #ddd;
    border-width: 1px 0px 0px 1px;
}

.widget_calendar tbody a {
    background-color: #80949c;
    color: #fff;
    display: block;
}

.widget_calendar tbody a:hover {
    background-color: #0f3647;
}

.widget_calendar tbody a:hover {
    color: #fff;
}

.widget_calendar td#prev {
    padding-left: 5px;
}

.widget_calendar td#next {
    padding-right: 5px;
    text-align: right;
}

.widget_calendar td#next,
.widget_calendar td#prev,
.widget_calendar tfoot .pad {
    border-width: 0;
}

.charlene-recent-posts {
    padding-left: 1em;
}

.charlene-recent-posts li {
    list-style: none;
}

.charlene-recent-posts .entry-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.charlene-recent-posts .entry-title a,
.charlene-recent-posts .entry-title a:visited {
    border: 0;
    color: #80949c;
}

.charlene-recent-posts .entry-title a:hover, 
.charlene-recent-posts .entry-title a:active {
    color: #0f3647;
}

.post-widget-area {
    border-top: 1px solid #222;
}

.post-widget-area .widgettitle {
    font-size: 20px;
    font-weight: 700;
}

/* ## Search
--------------------------------------------- */
.searchform {
    padding: 20px 0;
}

.searchform #s {
    padding: 2px;
    width: 75%
}

.searchform input[type="submit"] {
    background-color: #ebebeb;
    background-color: rgba(235, 235, 235, 0.1);
    border-color: #ddd;
    color: #333;
    cursor: pointer;
    margin-left: 2px;
    padding: 3px 5px;
}

/* ## Footer 
--------------------------------------------- */
.site-info {
    border-top:6px solid #222;
    text-align:right;
    padding:5px 0px;
}

.site-info p {
    margin: 0;
}

/* ## Responsive 
--------------------------------------------- */

@media only screen and ( min-width: 768px ) {

    .site-container {
        padding: 0;
    }

    .content-wrap,
    .wrap {
        max-width: 990px;
        padding: 0 20px;
    }
    
    /* Grid
    http://chrisplaneta.com/free/negativegrid-generator/
    ------------------------------------------------------------ */
    .col_1, 
    .col_1p, 
    .col_2, 
    .col_2p, 
    .col_3, 
    .col_3p, 
    .col_4, 
    .col_4p, 
    .col_5, 
    .col_5p, 
    .col_6, 
    .col_6p {
        float: left; 
        margin-right: -100%;
        position: relative;
    }

    .col_1{width: 14.17%;}
    .col_2{width: 31.33%;}
    .col_3{width: 48.5%;}
    .col_4{width: 65.67%;}
    .col_5{width: 82.83%;}
    .col_6{width: 100%;}

    /* Columns with paddings*/ 
    .col_1p{width: 12.2%;padding: 0 1%;}
    .col_2p{width: 29.3%;padding: 0 1%;}
    .col_3p{width: 46.5%;padding: 0 1%;}
    .col_4p{width: 63.7%;padding: 0 1%;}
    .col_5p{width: 80.8%;padding: 0 1%;}
    .col_6p{width: 98.0%;padding: 0 1%;}

    /* Horizontal position of columns */ 
    .push_0{margin-left:0%;}
    .push_1{margin-left:17.17%;}
    .push_2{margin-left:34.33%;}
    .push_3{margin-left:51.5%;}
    .push_4{margin-left:68.67%;}
    .push_5{margin-left:85.83%;}

    .site-intro {
        font-size: 21px;
    }

    h1.intro-title {
        font-size: 48px;
    }

    .full-width-content .content {
        padding: 0 6.75%;
    }

}

@media print {
    body {
        background: none !important;
        color: black;
        font-family: sans-serif;
        font-size: 14px;
    }

    .entry-content a:after,
    .entry-footer a:after {
        content: " ("attr(href)") "
    }
    
    a  {
        color: black;
        text-decoration: none;
    }

    .sidebar-secondary,
    .pagination,
    #comments {
        display: none;
    }

    .col_1, 
    .col_1p, 
    .col_2, 
    .col_2p, 
    .col_3, 
    .col_3p, 
    .col_4, 
    .col_4p, 
    .col_5, 
    .col_5p, 
    .col_6, 
    .col_6p {
        float: none; 
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .push_0,
    .push_1,
    .push_2,
    .push_3,
    .push_4,
    .push_5 {
        margin: 0;
    }

    .site-title {
        border-bottom: 1px solid black;
    }

    .site-info {
        border-top: 1px solid black;
    }


}