@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic");

/* general */
body {
    font-family:'Source Sans Pro','Calibri',sans-serif;
}

h1,h2,h3,h4,h5 {
    font-family:'Source Sans Pro','Calibri',sans-serif;
    font-weight:normal;
}

a,a:visited {
    text-decoration:none;
    color:#222;
}

a:hover {
    color:#75CE66;
}

p {
    margin:0px;
    line-height:1.6;
}

/* header */
.site-header {
    border-bottom:1px solid #eaeaea;
    text-align:center;
    padding:15px 0px;
}

.site-header h1 {
    margin:0px;
    padding:0px;
    font-weight:100;
}

.site-description {
    color:#666;
    font-size:1.3em;
    font-weight:100;
}

.main-navigation {
    margin-top:20px;
    margin-bottom:10px;
    text-align:center;
}

.main-navigation a {
    margin-right:10px;
    font-size:1em;
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    line-height: 1;
    padding: .4em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.main-navigation a:hover {
    border-color:#666;
}

/* general content */

#content {
    background:#f9f9f9;
    width:100%;
}

.site-main {
   padding:0px 10%;
}

.site-main h1 {
    font-size:1.8em;
    font-weight:bold;
}

.error404,.no-results {
    text-align:center;
}




/* timeline/posts */

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#timeline {
    margin: 0 auto;
    position: relative;
    padding: 2em 0;
    margin-top: 3em;
    margin-bottom: 3em;
}

#timeline::after {
    content: '';
    display: table;
    clear: both;
}

#timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
}

.timeline-block {
    position: relative;
    margin: 2em 0;
}

.timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.timeline-block:first-child {
    margin-top: 0;
}

.timeline-block:last-child {
    margin-bottom: 0;
}

.timeline-bull {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    background: #75ce66;
    margin-left:10px;
    margin-top:20px;
}

.timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #e6edf2;
    border:1px solid #E9F0F5;
}

.timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.timeline-content h2 {
    color: #303e49;
}

.timeline-content p, .timeline-content .timeline-date {
    font-size: 15px;
}

.timeline-content .timeline-date {
    display: inline-block;
}

.timeline-content p {
    margin: 0.5em 0;
}

.timeline-content .timeline-date {
    float: left;
    opacity: .7;
}

.timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #E9F0F5;
}

.timeline-block h2 {
    margin:0px;
    font-weight:bold;
    padding:0px;
    
}

.timeline-block h2 a:hover {
    text-decoration:underline;
}

.timeline-content .wp-post-image {
    margin-top:10px;
    width:100%;
}

.posts-navigation {
    text-align:center;
    font-size:1.2em;
    font-weight:100;
}

.posts-navigation a {
    text-decoration:underline;
}

/* single post/page */

article.page, article.post {
    background: white;
    border-radius: 0.25em;
    padding: 1em 2em;
    box-shadow: 0 3px 0 #e6edf2;
    border: 1px solid #E9F0F5;
    margin-top:20px;
}

article.page h1 {
    margin-top:0px;
}

article.post h1 {
    margin:0px;
}

.entry-date {
    margin-top:0px;
    font-size:0.9em;
    color:#666;
}

.entry-content p {
    font-size:1.1em;
    5px;
}

.entry-content a {
    text-decoration:underline;
}

.post-password-required .entry-content {
    text-align:center;
}

article.post .timeline-bull {
    position:relative;
    margin-top:10px;
    margin-bottom:20px;
}

article .entry-content h1, 
article .entry-content h2, 
article .entry-content h3, 
article .entry-content h4, 
article .entry-content h5, 
article .entry-content h6 {
    text-align:left;
    margin-top:0px;
    margin-bottom:10px;
}

#comments h1, 
#comments h2, 
#comments h3, 
#comments h4, 
#comments h5, 
#comments h6 {
    text-align:left;
    margin-top:0px;
    margin-bottom:10px;
}

.avatar {
    display:none;
}

blockquote {
    border-left:3px solid #D7E4ED;
    padding-left:20px;
    margin:10px 15px;
}

.page-links {
    margin-top:20px;
    font-size:1.1em;
    border-top:1px dotted #eaeaea;
    border-bottom:1px dotted #eaeaea;
    padding:5px 0px;
    text-align:center;
}

.page-links span {
    margin-right:5px;
}

.entry-meta {
    font-size:0.9em;
    border:1px dotted #eaeaea;
    padding:8px;
    line-height:1.4;
    background:#F9F9F9;
    border-radius:5px;
    margin-top:20px;
}

.entry-meta a {
    text-decoration:none;
}


/* comments */

#comments {
    margin-bottom:20px;
}

.comment-notes {
    font-size:.8em;
    color:#666;
}

.comment {
    background: white;
    border-radius: 0.25em;
    padding: 1.5em;
    border: 1px solid #E9F0F5;
    margin-top:20px;
}

.comment-metadata {
    font-size:.8em;
    color:#666;
}

.comment-content {
    font-size:1.1em;
    margin:5px 0px;
}

.reply a {
    color:#6FC561;
}

#respond p {
    margin-bottom:3px;
}

#respond label {
    display:block;
}

.comments-link a {
    color:#75CE66;
}

#respond {
    margin-top:20px;
}

#respond p.logged-in-as {
    display:none;
}

#respond p.form-submit {
    margin-top:10px;
}

.comments-title {
    font-size:1.3em;
}

/* footer */

.site-footer {
    border-top:1px solid #eaeaea;
    text-align:center;
    padding:15px 0px;
}

.entry-header {
    border-bottom:1px solid #E9F0F5;
    margin-bottom:15px;
}

.search h1.page-title, .archive h1.page-title {
    text-align:center;
}
