/*
 * Dark Green: #2E4A33
 * Light Green: #BEBB80,
 * White: #F4EFE0,
 * Light Brown: #E3C9B0,
 * Brown: #B17F5E
 */

/* Whole document */
@font-face {
    font-family: "Readex Pro";
    src: url(ReadexPro.ttf);
}

body {
    font-family: "Readex Pro", sans-serif;
    font-size: 12px;
    color: #000000;
    background: #f4efe0;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
}

/* Title of the resume */
h1 {
    font-size: 30px;
    color: #bebb80;
    text-align: center;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

/* Titles of categories */
h2 {
    font-size: 15px;
    color: #2e4a33;
    margin-top: 0.5em;
    margin-left: 10%;
    margin-bottom: 0.5em;
}

/* Definitions */
dl {
    padding-left: 10%;
    line-height: 2em;
}

dt {
    float: left;
    clear: left;
    width: 30%;
    font-weight: bold;
}

dd {
    margin-left: 30%;
    width: 55%;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

/* Blockquotes */
blockquote {
    text-align: center;
    font-size: 15px;
    color: #2e4a33;
    margin-left: 15%;
    margin-right: 15%;
}

/* Links */
a {
    text-decoration: none;
    color: #bebb80;
}
a:hover,
a:active {
    color: #f4efe0;
    text-decoration: none;
}

.date {
    display: none;
}

.author {
    display: none;
}

.title {
    display: none;
}

.callout {
    width: 15%;
    min-width: 12em;
    position: fixed;
    right: 0;
}

div {
    padding-left: 10em;
    padding-right: 10em;
}

#block {
    background-color: #2e4a33;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 1em;
    padding-top: 1em;
    border-left: 10px solid;
}

#block:nth-child(5n + 3) {
    background-color: #2e4a33;
    border-color: #bebb80;
    color: #f4efe0;
}

#block:nth-child(5n + 4) {
    background-color: #bebb80;
    border-color: #2e4a33;
}

#block:nth-child(5n) {
    background-color: #f4efe0;
    border-color: #bebb80;
}

#block:nth-child(5n + 1) {
    background-color: #e3c9b0;
    border-color: #b17f5e;
}

#block:nth-child(5n + 2) {
    background-color: #b17f5e;
    border-color: #e3c9b0;
    color: #f4efe0;
}

#block:nth-child(5n + 1) h2 {
    color: #b17f5e;
}

#block:nth-child(5n + 2) h2 {
    color: #e3c9b0;
}

#block:nth-child(5n + 3) h2 {
    color: #bebb80;
}

#block:nth-child(5n + 4) h2 {
    color: #2e4a33;
}

#block:nth-child(5n) h2 {
    color: #bebb80;
}
