@font-face {
	font-family: 'Merriweather';
	src: url('Merriweather-BoldItalic.eot');
	src: url('Merriweather-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('Merriweather-BoldItalic.woff') format('woff'),
		url('Merriweather-BoldItalic.ttf')  format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Merriweather';
	src: url('Merriweather-Bold.eot');
	src: url('Merriweather-Bold.eot?#iefix') format('embedded-opentype'),
		url('Merriweather-Bold.woff') format('woff'),
		url('Merriweather-Bold.ttf')  format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Merriweather-Heavy';
	src: url('Merriweather-HeavyItalic.eot');
	src: url('Merriweather-HeavyItalic.eot?#iefix') format('embedded-opentype'),
		url('Merriweather-HeavyItalic.woff') format('woff'),
		url('Merriweather-HeavyItalic.ttf')  format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Merriweather';
	src: url('MerriweatherLight.eot');
	src: url('MerriweatherLight.eot?#iefix') format('embedded-opentype'),
		url('MerriweatherLight.woff') format('woff'),
		url('MerriweatherLight.ttf')  format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Merriweather';
	src: url('Merriweather-Italic.eot');
	src: url('Merriweather-Italic.eot?#iefix') format('embedded-opentype'),
		url('Merriweather-Italic.woff') format('woff'),
		url('Merriweather-Italic.ttf')  format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'MerriweatherUltra';
	src: url('MerriweatherUltraBold.eot');
	src: url('MerriweatherUltraBold.eot?#iefix') format('embedded-opentype'),
		url('MerriweatherUltraBold.woff') format('woff'),
		url('MerriweatherUltraBold.ttf')  format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Merriweather';
	src: url('Merriweather-Regular.eot');
	src: url('Merriweather-Regular.eot?#iefix') format('embedded-opentype'),
		url('Merriweather-Regular.woff') format('woff'),
		url('Merriweather-Regular.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Merriweather';
	src: url('Merriweather-LightItalic.eot');
	src: url('Merriweather-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('Merriweather-LightItalic.woff') format('woff'),
		url('Merriweather-LightItalic.ttf')  format('truetype');
	font-weight: 300;
	font-style: italic;
}

/********************************************************************************************

Cards v1.0.2 by Jason Schuller (Jason.sc)
Copyright Circa75 Media, LLC (Circa75.co)

*********************************************************************************************/

/* Normalization
*********************************************************************************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* Setup
*********************************************************************************************/

html,body {
    height: 100%;
}
html {
	overflow:hidden;
}

body {
	font-family: 'Merriweather', serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 29px;
	letter-spacing:0.2px;
	color: #303030;
    overflow:auto;
}

/* Universal Typography
*********************************************************************************************/

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
	color: #303030;
	margin: 0;
	padding: 0;
}

h1 { 
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 5px;
}

h2, h3  { 
    font-size: 24px;
    line-height: 39px;
    margin-bottom: 5px;
}

h4, h5, h6  { 
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 5px;
}


p {
    margin: 0 0 20px;
    text-align:justify;
}

em { 
    font-style: italic; 
}

strong { 
    font-weight: bold; 
}

a { 
    color: #303030;
    text-decoration: none;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
}

a:hover, a:focus { 
    color: #000000; 
}

/* Social Link Colors
*********************************************************************************************/

a.twitter {
    background-color: #29b5e9;
}

a.facebook {
    background-color: #3b5b99;
}

a.google {
    background-color: #d74a38;
}

/* Icon Font
*********************************************************************************************/

/* Header
*********************************************************************************************/

div.page_overlay {
	position:fixed;
	height:600%;
	width:600%;
	margin-top:-300px;
	margin-left:-300px;
	background-color:#fff;
	z-index:999999;
    -webkit-transition: background-color 0.1s;
    transition: background-color 0.1s;
}

header {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.45);
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 300;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    bottom: 0;
}

header.single {
    /*height: 60px;
    bottom: -50px;*/
}

header.single:hover {
    bottom: 0 !important;
}

header .intro {
    text-align: center;
    width: 80%;
    float: left;
    margin: 70px 0 70px 10%;
}

header .intro p {
    margin-bottom: 25px;
    text-align: center;
}

header .intro a.bglink {
    background-color: #007fc3;
    font-family: "Lato", sans-serif;
    color: #ffffff;
    padding: 10px 20px 12px;
    border-radius: 3px;
}

header .intro a.bglink:hover {
    background-color: #00659b;
}

header.home:hover {
    bottom: 0 !important;
}

header .profile {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.45);
    border-radius: 50%;
    background-color: #ffffff;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -60px;
    z-index: 310;
    left: 50%;
    margin-left: -60px;
}

header.single .profile {
    bottom: 0;
}

header .profile-mask {
    background-color: #ffffff;
    width: 200px;
    height: 75px;
    position: absolute;
    top: 0;
    z-index: 320;
    left: 50%;
    margin-left: -100px;
}

header.single .profile-mask {
    bottom: -15px;
}

header .profile-image {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    border-radius: 50%;
    left: 50%;
    margin-left: -50px;
    z-index: 330;
}

header.single .profile-image {
    bottom: 10px;
}

header .profile-image img {
    width: 100px;
    border-radius: 50%;
}

header .switches {
	float: right;
    height: 100px;
    margin-right: 20px;
    z-index: 8300;
    position: relative;
}

header .switches .switch {
	width: 100px;
    height: 100px;
    text-align: center;
    cursor: pointer;
}

header .switches .switch .switch_status {
	height: 60px;
    font-family: sans-serif;
    font-size: 45px;
    margin: 0 auto;
    line-height: 45px;
    padding-top: 6px;
    margin-bottom: -15px;
}

header .switches .switch .switch_title {
    font-size: 12px;
}

.homedesc {
	opacity: 0;
	background: rgba(0,0,0, 0.75);
	color: #fff;
	text-align: center;
    width: 100px;
    height: 100px;
    bottom: 0;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    margin-left: -50px;
    z-index: 320;
    line-height: 100px;
    font-weight: bold;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

header.single:hover .homedesc {
	opacity: 1;
}

section {
    width: 100%;
    float: left;
}

section.home {
    padding-bottom: 60px;
}

section.single {
    padding-bottom: 10px;
}

/* Articles
*********************************************************************************************/

article {
    width: 100%;
    float: left;
    position: relative;
}

article.full {
    height: 100%;
}

article.intro {
    height: 250px;
    overflow: hidden;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
}

article.intro .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 102;
    width: 100%;
    height: 25px;
    box-shadow: inset 0px -15px 15px -15px rgba(0,0,0,0.45);
}

article.intro .look,
article.full .look {
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
    z-index: 50;
}

article.intro .look {
    width: 50%;
}

article.full .look {
    position: fixed;
    width: 50%;
    -webkit-transition: all 1.0s;
    transition: all 1.0s;
}

article .look img {
    width: 100%;
}

article.intro .read {
    width: 50%;
    float: left;
    margin-left: 50%;
    padding-top: 60px;
}
section.home article.intro:first-child {
	height:350px;
}
section.home article.intro:not(:first-child) {
	margin-top:-11px;
}

article.full .read {
    width: 50%;
    float: left;
    margin-left: 50%;
    padding: 60px 0 0;
    -webkit-transition: all 1.0s;
    transition: all 1.0s;
}

article .post {
    margin: 0 50px;
    position: relative;
}

article .post-link {
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

article .post-link:hover {
    background-color: rgba(255, 255, 255, 0);
}

article .profile img {
    width: 42px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
}

article .meta {
    font-family: "Lato", sans-serif;
    color: #b3b3b1;
    font-weight: 300;
    font-size: 14px;
    border-bottom: 1px dotted #f2f2f2;
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 14px;
}

article .meta a {
    font-weight: normal;
    color: #b3b3b1;
    font-weight: 300;
}

article .share {
    width: 81px;
    height: 27px;
    position: absolute;
    top: 0px;
    right: -10px;
}

article .share a {
    line-height: 30px;
    color: #ffffff !important;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    float: left;
    margin: 0;
}

article .share a.twitter:hover {
    margin-left: -5px;
    margin-right: 5px;
}

article .share a.facebook {
    margin-left: -5px;
    margin-right: -5px;
}

article .share a.facebook:hover {
    margin-left: 0;
    margin-right: 0;
}

article .share a.google:hover {
    margin-left: 5px;
}

/* Post Typography
*********************************************************************************************/

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
    border-bottom: 1px dotted #f2f2f2;
}

.post h1,
.post h2 {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.post h3 {
    ont-size: 24px;
    line-height: 39px;
}

.post ul,
.post ol,
.post dl {
    margin: 0 0 20px 30px;
}

.post ul {
    list-style: disc;
}

.post ol {
    list-style: decimal;
}

.post dt {
    font-size: 16px;
}

.post dd {
    color: #747474;
}

.post blockquote,
.post q,
.post pre,
.post code {
    background-color: #fbfbfb;
    color: #747474;
    padding: 8px 10px;
}

.post blockquote,
.post pre {
    margin-bottom: 20px;
    padding: 15px 20px;
}

.post pre,
.post code {
    font-family: "Courier New", Courier, mono;
    overflow-x: scroll;
    line-height: 1.2;
}

.post code {
    padding: 2px 6px;
}

.post a {
    font-weight: bold;
    color: #303030;
}

.post mark {
    background-color: #fff289;
}

.post em {
    /*font-weight: bold;*/
}

.post cite,
.post abbr {
    font-style: italic;
}

.post small {
    font-size: 12px;
    display: block;
    margin-bottom: 20px;
}

.post sub,
.post sup {
    font-size: 12px;
    display: inline-block;
}

.post table {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
}

.post table caption {
    text-align: left;
    font-weight: bold;
    border-bottom: 1px dotted #f2f2f2;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.post thead {
    font-weight: bold;
}

.post tr {
    border-bottom: 1px solid #f2f2f2;
    line-height: 2;
}

.post tfoot tr {
    border: none;
    font-size: 14px;
}

.post img {
    max-width: 100%;
    margin: 5px 0 20px;
}

.post img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
}

.post a[href$=jpg], 
.post a[href$=jpeg], 
.post a[href$=jpe], 
.post a[href$=png], 
.post a[href$=gif] {
	border: 0 none;
}

.post figure {
    background-color: #fbfbfb;
    color: #747474;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    padding: 10px;
    margin-bottom: 20px;
}

.post figure img {
    margin: 0;
}

.post iframe,
.post object,
.post embed {
    display: block;
    max-width: none;
    max-height: none;
    margin: 5px 0 20px;
}


.vhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

 
.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .cf { zoom: 1; }
*:first-child+html .cf { zoom: 1; }

.socialwrapper {
    float:right;
    position:relative;
    left:-50%;
}

.social-buttons { display: block; list-style: none; padding: 0; margin: 0 !important; position:relative; left:50%; }
.social-buttons > li { display: block; margin: 0; padding: 10px; float: left; position:relative; }
.social-buttons .socialite { display: block; position: relative; background: url('../images/social-sprite.png') 0 0 no-repeat; }
.social-buttons .socialite-loaded { background: none !important; }
.social-buttons.smaller { margin-left: -4px !important; }
.social-buttons .twitter-share { width: 55px; height: 20px; background-position: 0 0; }
.social-buttons .googleplus-one { width: 50px; height: 65px; background-position: -75px 0; }
.social-buttons .facebook-like { width: 50px; height: 20px; background-position: -145px 0; margin-top: -8px; }
.social-buttons .linkedin-share { width: 60px; height: 65px; background-position: -215px 0; }
