@font-face {
    font-family: 'Nevis';
    src: url('/fonts/nevis-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Structure */

html {
    background-image: url('/site_images/corner_lh_yellow.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: #FDFDF9;
    min-height: 100%;
}

body {
    margin: 0;
    background-image: url('/site_images/corner_rh_red.png');
    background-position: right top;
    background-repeat: no-repeat;
}

img { max-width: 100%; }

#blog_title {
    float: right;
    margin-top: 50px;
    width: 200px;
}

#content {
    margin-left: 70px;
    margin-right: 100px;
    padding-top: 180px;
    padding-bottom: 100px;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
}

@media (max-width: 600px) {
	#content {
		margin-left: 20px;
		margin-right: 20px;
	}
	html,body {
		background-size: 20%;
	}
}

#number {
    font-family: 'Sorts Mill Goudy', serif; 
    font-size: 25px;
    padding-right: 8px;
}
#text { text-align: justify; }
#number, #text { display: table-cell; }

/* Text styles */

h1 {
	font-family: 'Sorts Mill Goudy', serif;
    font-weight: normal;
    font-style: normal;
}

h2 {
    font-family: Nevis;
    font-size: 1em;
    letter-spacing: 4px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}

h3 {
	font-family: 'Sorts Mill Goudy', serif;
    font-weight: normal;
    font-style: italic;
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 0;
}

a, a:visited { color: black; }
a:hover { color: gray; }

blockquote {
    display: block;
    font-family: 'Sorts Mill Goudy', serif;
    font-style: italic;
    font-size: 110%;
    border-left : 1px solid #AAA; padding-left : 10px;
    border-right: 1px solid #AAA; padding-right: 10px;
}

pre {
    margin: 0 3em; 
    padding: 0.5em 0;
    background-color: #FFF;
    border: 1px solid #FFF;
}
pre:hover {
    border: 1px solid #CCC;
}
code {
    font-size: 80%;
    font-family: Monaco, Courier;
}

#date { font-size: 75%; color: #777; }
#date a { color: #777 !important; }
