#page_kathreen {
	position: absolute;
	width: 100%;
	overflow-x: hidden;
	z-index: -1;
}
#post_kathreen {
	width: 100%;
	max-width: 1000px;
	background-color: #fff;
	padding: 60px;
	margin: 100px auto 0;
	overflow-x: hidden;
	position: relative;
	-webkit-transition: left 0.3s ease;
	-moz-transition: left 0.3s ease;
	-ms-transition: left 0.3s ease;
	-o-transition: left 0.3s ease;
	transition: left 0.3s ease;
}

/* Typography */
#post_kathreen h1,
#post_kathreen h2,
#post_kathreen h3,
#post_kathreen h4,
#post_kathreen h5,
#post_kathreen h6 {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
    -webkit-font-smoothing: subpixel-antialiased;
}
#post_kathreen h1{
    margin-top: 1.8em;
    margin-bottom:0.7em;
    font-size: 3.0em;
    line-height: 1.1;
	color: #555;
    font-weight:100 !important;
}

#post_kathreen h2 {
    margin-top: 1.5em;
    padding-top:0.3em;
    margin-bottom:0.6em;
    border-top: #edece4 1px solid;
    font-size: 2.2em;
    line-height: 1.1;
    font-weight:400 !important;
}
#post_kathreen h3 {
    font-weight:100;
    margin-top:1.3em;
    margin-bottom:0.4em;
    font-size: 1.9em !important;
    line-height: 1.1;
}
#post_kathreen h4 {
    font-weight:400;
    margin-top:1.3em;
    margin-bottom:0.3em;
    font-size: 1.6em;
    line-height: 1.1;
}
#post_kathreen h5 {
    font-size: 1.3em;
    line-height: 1.1;
}
#post_kathreen h6 {
    font-size: 1.1em;
    line-height: 1.1;
}
#post_kathreen p, #post_kathreen ol li, #post_kathreen ul li, #post_kathreen blockquote p{
    -webkit-font-smoothing: subpixel-antialiased;
    font-size:1.2em;
    line-height: 1.3;
    font-weight:300;
    color: #333;
}
#post_kathreen img {
    width: inherit;
    float: left;
    margin: 10px 30px 10px 0;
}
#post_kathreen p img {
    display: block;
    width: inherit;
    height: auto;
    max-width: 100%;
    clear: both;
    float: none;
    margin-bottom: 10px;
}
#post_kathreen p.image-center img {
    display: block;
    float: none;
    margin: 10px auto !important;
}
#post_kathreen p.image-right img {
    display: inline-block;
    float: right;
    margin: 10px 0 10px 30px;
}
#post_kathreen img.featured {
    max-width: 100%;
}
#post_kathreen iframe {
    width: 100%;
}
#post_kathreen iframe {
    display: block;
    min-height: 510px;
    z-index: 1;
}
#post_kathreen iframe.soundcloud {
    display: block;
    min-height: 166px;
    z-index: 1;
}
#post_kathreen iframe.twitter-tweet {
    position: relative !important;
    display: block;
    width: 100%;
    min-height: 200px !important;
    z-index: 1;
    border: 1px solid #ccc !important;
    margin-bottom: 65px !important;
}
#post_kathreen iframe * {
    z-index: 1;
}
#post_kathreen #disqus_thread iframe {
    min-height: 0;
}

#post_kathreen p {
    padding: 0;
    margin-bottom: 30px;
}
#post_kathreen time {
    width: 50%;
    display: block;
    float: left;
	color: #167ef9;
	font-weight: 100;
    clear: none;
}
#post_kathreen hr {
    display: block;
    width: 100%;
    height: 1px;
    border: none;
    background: #eee;
    margin: 40px 0;
}
input[type="text"] {
    font-size: 14px;
    color: #444;
    padding-left: 5px;
    padding-right: 5px;
}
.comments_kathreen {
	background-color: #fafafa;
	padding: 40px;
	margin: 40px 0 0;
}
/* Markdown */
a, a:visited {
    color: #167ef9;
    text-decoration: none;
}
code {
    display: inline-block;
    margin: 0 2px;
    padding: 0 4px;
    font-size: 16px;
    border-radius: 2px;
    background: #f3f3f3;
}
ul, ol {
    list-style-position: inside;
    display: block;
    padding: 0;
    margin-bottom: 10px;
}
ul li, ol li {
    padding:10px 0px 0px 20px;
}
ol li{
    padding-left:0;
}
ul li{
    padding-left:20px;
}

ul li p, ol li p {
    display: inline-block;
    margin: 0 0 0 -15px;
    padding: 0;
}
blockquote {
    display: block;
    border-left: 10px solid #eee;
    padding: 0 20px;
    margin: 0 15px;
}
#post_kathreen blockquote p {
    margin: 0;
}
pre code {
    display: block;
    margin: 10px 15px 40px;
    padding: 0 5px;
    border: 1px solid #eee;
    border-left: 2px solid #167ef9;
    overflow: auto;
    line-height: 2 !important;
    background: linear-gradient(beige 50%, white 50%);
    background-size: 100% 4em !important;
    background-origin: content-box;
    font-size: 75%;
    border-radius: 1px;
}
table {
    width: auto;
    margin: 10px 20px 20px;
    background: #efefef;
}
table tr:nth-child(odd) td {
    background: #f9f9f9 !important;
}
table td, table th {
    display: table-cell;
    padding: 12px 20px;
    margin: 1px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #00c8bd;
}
table td {
    text-align: left;
    font-size: 0.85em;
    border: 1px solid #fff;
}
table th {
    font-weight: 400;
    color: #fff !important;
    background: #167ef9 !important;
    border: 1px solid #fff;
}
dl {
    display: block;
    margin: 5px 15px 20px !important;
    line-height: normal !important;
    font-weight: 300 !important;
}
dt {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    padding-top: 10px !important;
}
dd {
    display: block;
    margin: 0 10px 5px 20px !important;
}

.thinnedpost{
    width: 620px;
    float:left;
    padding:0;
}

.sidebar{
    margin-left:30px;
    margin-top:18px;
    padding:0px 20px;
    float:right;
    max-width:200px;
    min-height: 424px;
    background-color:#ddd;
}
#post_kathreen .sidebar h2{
    margin:20px 0px;
    font:1.5em/1.2 'Roboto', sans-serif;
}
#post_kathreen .sidebar p{

    font:0.9em/1.3 'Roboto', sans-serif;
}
/* Buttons */
a.button, a.button:visited {
    display: inline-block;
    border: none;
    outline: none;
    padding: 10px 25px;
    border-radius: 2px;
    background: #ccc;
    margin: 10px 20px;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    opacity: 1;
    color: #fff;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
a.button:hover {
    opacity: 0.75;
}
a.button.blue {
    background: #167ef9;
}
a.button.green {
    background: #94cd54;
}
a.button.orange {
    background: #ffab2f;
}
a.button.violet {
    background: #cc6bd9;
}
a.button.pink {
    background: #f95ef1;
}
a.button.black {
    background: #444;
}
/* Tags */
.tags_kathreen {
    text-align: center;
    padding: 0 80px;
    font-size: 16px;
    font-weight: 300;
}
/* Author */
footer.postfooter_kathreen {
    padding: 30px;
    background:  rgba(0,0,0,0.75);
}
footer.postfooter_kathreen address {
    display: block;
    clear: both;
}
.authorimage_kathreen {
    display: block;
    width: 128px;
    height: 128px;
    margin: 10px 30px 40px 10px;
    float: left;
    overflow: hidden;
    background: none !important;
}
.authorimage_kathreen img.avatar_kathreen {
    border: 4px solid #ccc;
    border-radius: 64px !important;
    display: block;
    width: 128px;
    height: 128px;
    margin: 0 !important;
}
h4.authorname_kathreen, .authorbio_kathreen p {
    font-size: 16px !important;
    color: #eee !important;
    font-style: normal;
    font-weight: 300 !important;
}
h4.authorname_kathreen {
    margin: 0 !important;
    padding: 0 !important;
}
.authorbio_kathreen hr {
    background: #484848 !important;
    width: 78% !important;
    margin: 10px 0 -10px !important;
}
.authorwebsite_kathreen a,
.authorwebsite_kathreen a:visited {
    font-size: 16px;
    color: #167ef9;
    text-decoration: none;
    font-style: normal;
    font-weight: 300 !important;
}
.authorwebsite_kathreen a.empty:hover {
    color: #167ef9;
    cursor: default;
}
/* Share */
.share_kathreen {
    display: block;
    height: 32px;
    width: 50%;
    clear: none;
    float: right;
    text-align: right;
    margin-top: -7px !important;
}
.share_kathreen span {
    display: inline-block;
    font-size: 16px;
    color: #aeaeae;
    font-weight: 300;
}
.share_kathreen span:first-of-type {
    margin-right: 5px;
}
.twitter_kathreen a, .facebook_kathreen a, .googleplus_kathreen a, .vk_kathreen a,
.twitter_kathreen a:visited, .facebook_kathreen a:visited, .googleplus_kathreen a:visited, .vk_kathreen a:visited {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 0 -8px 3px;
    opacity: .25;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.twitter_kathreen a:hover, .facebook_kathreen a:hover, .googleplus_kathreen a:hover, .vk_kathreen a:hover {
    opacity: 1;
}
.twitter_kathreen a, .twitter_kathreen a:visited {
    background: url('../images/share.png') 0 0 no-repeat;
}
.facebook_kathreen a, .facebook_kathreen a:visited {
    background: url('../images/share.png') -32px 0 no-repeat;
}
.googleplus_kathreen a, .googleplus_kathreen a:visited {
    background: url('../images/share.png') -64px 0 no-repeat;
}
.vk_kathreen a, .vk_kathreen a:visited {
    background: url('../images/share.png') -96px 0 no-repeat;
}
.twitter_kathreen a:hover {
    background: url('../images/share.png') 0 -32px no-repeat;
}
.facebook_kathreen a:hover {
    background: url('../images/share.png') -32px -32px no-repeat;
}
.googleplus_kathreen a:hover {
    background: url('../images/share.png') -64px -32px no-repeat;
}
.vk_kathreen a:hover {
    background: url('../images/share.png') -96px -32px no-repeat;
}

/* Responsive */

@media only screen and (max-width: 968px) {

    #post_kathreen iframe {
        min-height: 360px;
    }
    .authorbio_kathreen hr {
        width: 68% !important;
    }

    #page_kathreen {
        padding-left: 2%;
        padding-right: 2%;
    }
    #post_kathreen{
        padding-left: 2%;
        padding-right: 2%;
    }
    .thinnedpost{
        width: 620px;
        padding-left: 2%;
        padding-right: 2%;
    }

    .sidebar{
        max-width:none;
        min-height:0;
        margin-left:0;
    }
}

@media only screen and (max-width: 767px) {

    #page_kathreen {
        padding-left: 0;
        padding-right: 0;
    }
    #post_kathreen{
        padding-left: 2%;
        padding-right: 2%;
    }
    .thinnedpost{
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
    }
    .sidebar{
        width: 100%;
        max-width:none;
        min-height:0;
        margin-left:0;
    }
    #post_kathreen time,
    .share_kathreen {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }
    .authorimage_kathreen {
        width: 100% !important;
        display: block !important;
        float: none !important;
        text-align: center !important;
        overflow: visible !important;
        padding: 0 40% !important;
        margin: 5px 0 -30px !important;
    }
    .authorimage_kathreen img {
        width: 90% !important;
        height: auto !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid rgb(204,204,204) !important;
    }
    h4.authorname_kathreen,
    .authorbio_kathreen p,
    .authorwebsite_kathreen a {
        text-align: center !important;
    }
    .authorbio_kathreen hr {
        width: 80% !important;
        margin: 10px 10% -10px !important;
    }
    .authorwebsite_kathreen a {
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #post_kathreen iframe {
        min-height: 280px;
    }
    
    #page_kathreen {
        padding-left: 0;
        padding-right: 0;
    }
    #post_kathreen{
        padding-left: 2%;
        padding-right: 2%;
    }
    .thinnedpost{
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
    }
    .sidebar{
        width: 100%;
        max-width:none;
        min-height:0;
        margin-left:0;
    }
}

@media only screen and (max-width: 479px) {
   /* #post_kathreen h1, #post_kathreen h2, #post_kathreen h3,
    #post_kathreen h4, #post_kathreen h5, #post_kathreen h6 {
        font-size: 42px !important;
        line-height: normal !important;
        font-weight: 100;
        word-wrap: normal;
        margin: 0 !important;
        padding: 10px 0 !important;
    }
    #post_kathreen h2 {
        font-size: 38px !important;
    }
    #post_kathreen h3 {
        font-size: 34px !important;
    }
    #post_kathreen h4 {
        font-size: 28px !important;
    }
    #post_kathreen h5 {
        font-size: 24px !important;
    }
    #post_kathreen h6 {
        font-size: 21px !important;
    }
*/
    .share_kathreen span:first-of-type {
        display: none;
    }
    /*#post_kathreen p {
        font-size: 16px !important;
    }*/
    #post_kathreen iframe {
        min-height: 200px;
    }
    .authorimage_kathreen {
        display: block !important;
        padding: 0 20% !important;
        margin: 5px 0 -60px !important;
        background: none transparent !important;
        border-radius: 50% !important;
        z-index: -100;
    }
    .authorimage_kathreen img.avatar_kathreen.featured {
        display: block !important;
        border-radius: 64px !important;
        background: none transparent !important;
        width: 100% !important;
    }
    .authorwebsite_kathreen a,
    .authorwebsite_kathreen a:visited {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 320px) {

    #post_kathreen {
        padding: 10px;
    }
    #post_kathreen p {
        font-size: 1.1em;
    }
    #post_kathreen iframe {
        min-height: 100px;
    }
    #disqus_thread * {
        font-size: 95% !important;
    }
}