body {
    margin: 0 0 100px 0;
    color: #777;
    font-family: "ratio", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1 {
    margin: 0;
    padding: 1em 0;
    font-weight: 900;
}

h1, h2, h3, h4, h5 { 
    letter-spacing: -1px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
    font-size: 1em;
    font-weight: 300;
    opacity: 0.5;
}

a {
    color: #7bc215;
    text-decoration: none;
    border-bottom: 1px solid #bde08a;
}

h2 a {
    color: #777;
    border-bottom: none;
}

/* Ross says no :D
h2 a:hover {
    color: #7bc215;
    text-decoration: none;
    border-bottom: 1px solid #bde08a;
}
*/

.container {
    width: 700px;
    margin: 0 auto;
}

.container-fluid {
    width: 100%;
}

#header-photo {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-position: 0 50%;
}

.masthead {
    color: white;
    background-color: #7bc215;
}

.navigation {
    background-color: #eee;
    font-weight: 900;
    font-size: 1.25em;
    letter-spacing: -1px;
}

.navigation a {
    color: #777;
    border-bottom: none;
}

.navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

.navigation ul > li {
    float: left;
}

.navigation ul > li > a {
    padding: 0.85em;
    display: block;
    color: #999;
}

.navigation ul > li.active > a {
    color: #777;
    background-color: #ddd;
}

.navigation ul > li:not(.active) > a:hover {
    color: #777;
}

.content {
    margin: 2em auto;
}

article:first-child {
    margin-top: 2em;
}

article {
    margin-top: 3em;
}

.content h1 {
    padding: 0;
}

.imgLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	/*border: solid 2px #000000;*/
	inline;
}
.imgRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	/*border: solid 2px #000000;*/
	inline;
}

/*
.annotation-header-photo {
    width: 189px;
    height: 85px;
    display: block;
    position: absolute;
    top: 75px;
    left: -180px;
    background: transparent url("../images/annotation-header-photo.png");
}
*/

@media screen and (max-device-width: 480px) {
    h1 { font-size: 3.5em; }
    h2 { font-size: 2.5em; }
    p { font-size: 2em; }
    .navigation { font-size: 2em; }
    .content { margin-top: 3.5em; }
    #header-photo-container { display: none; }
}