* {
    font-family: "Helvetica Neue" sans-serif;
}

html, body {
    width: 100%;
    height: 100%;
    background-color: #FAFAFA;
}

a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.title {
    text-decoration: underline;
}

div#header {
    padding: 2em;
    text-transform: lowercase;
    font-weight: bold;
    letter-spacing: 0.1em;
}

div.level {
    float: left;
    padding: 2em;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: auto;
}

div.menu {
    text-align: right;
    white-space: nowrap;
}

div.menu a {
    display: block;
    margin-bottom: 1em;
    text-transform: lowercase;
}

div.menu a:before {
    content: '\02022\000A0';
    color: #FFF;
    opacity: 0;
}

div.menu a.selected:before {
    content: '\02022\000A0';
    color: #F00;
    opacity: 1;
}

div.menu a:first-child {
    padding-top: 3.25em;
}

div#topMenu {
    /*background-color: #EAEAEA;*/
    position: relative;
}

div#topMenu a:first-child {
    padding-top: 0em;
    margin-bottom: 2em;
}

div#contact {
    position: absolute;
    bottom: 2em;
    right: 2em;
}

div#contact a {
    display: inline-block;
    text-align: center;
    border-radius: 25%;
    width: 2em;
    height: 2em;
    margin-bottom: 0em !important;
    background-color: #E0E0E0;
    border: 2px solid #F5F5F5;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

div#contact a:hover {
    text-decoration: none;
}

a#twitter {
    background-image: url('../assets/images/twitter_white.png');
}

a#twitter:hover {
    background-image: url('../assets/images/twitter_blue.png');
    border-color: #3CF;
}

a#email {
    background-image: url('../assets/images/email_white.png');
    background-size: 1.75em !important;
}

a#email:hover {
    background-image: url('../assets/images/email_gray.png');
    border-color: #505050;
}

a#gplus {
    background-image: url('../assets/images/plus_white.png');
    background-size: 1.75em !important;
}

a#gplus:hover {
    background: #DD4B39 url('../assets/images/plus_gray.png');
    border-color: #DD4B39;
    background-position: center center;
}

div#contact a img {
    position: absolute;
    left: 0px;
    width: 100%;
}

div#subMenu {
    /*background-color: #F0F0F0;*/
}

div#content {
    float: none;
    -webkit-overflow-scrolling: touch;
}

div#content > div {
    max-width: 36em;
    margin-top: 3.20em;
}

div#content li {
    font-size: 0.9em;
    text-align: justify;
    line-height: 1.5em;
}

div#content p {
    font-size: 0.9em;
    text-align: justify;
    line-height: 1.5em;
}

h1 {
    font-size: 1em;
    margin-bottom: 1em;
    text-transform: lowercase;
    margin-top: 4em;
}

h1:before {
    content: '\02022\000A0';
}

h1:first-child:before {
    color: #F00;
}

h1:first-child {
    margin-top: 0em;
}

div.post h1 span.date {
    float: right;
}

div.post + div.post {
    border-top: 10px solid #EAEAEA;
    margin-top: 10em;
    padding-top: 10em;
}

div.image {
    width: 100%;
    text-align: center;
}

div#content img {
    box-sizing: border-box;
    max-width: 100%;
    display: block;
    border: 4px solid #EAEAEA;
    background-color: #FFF;
    padding: 1em;
    margin: 1em auto;
    margin-bottom: 0em;
}

div.image img + em, div.image a + em {
    display: inline-block;
    text-align: center;
    background-color: #EAEAEA;
    font-size: 0.9em;
    padding: 0.5em;
    margin: 0em auto;
    margin-top: -4px;
    line-height: 1.25em;
}

pre {
    box-sizing: border-box;
    border: 4px solid #EAEAEA;
    background-color: #FFF;
    font-size: 0.9em;
    padding: 1em;
    overflow-x: scroll;
}

blockquote {
    box-sizing: border-box;
    border: 4px solid #EAEAEA;
    background-color: #FFF;
    font-size: 0.9em;
    padding: 1em;
    line-height: 1.25em;
}

table.timeline th {
    font-size: 0.9em;
    line-height: 1.25em;
    padding-right: 2em;
    white-space: nowrap;
    text-align: left;
    margin-bottom: 2em;
    vertical-align: top;
}

table.timeline td {
    font-size: 0.9em;
    line-height: 1.25em;
    padding-bottom: 1em;
}

table.timeline td p {
    margin: 0em;
    padding: 0em;
    margin-bottom: 1em;
}

li + li {
    margin-top: 0.5em;
}

div.video {
    width: 100%;
    text-align: center;
}

div.youtube5container {
    margin-top: 1em;
    border: 4px solid #EAEAEA;
    background-color: #FFF;
    padding: 1em;
}
