@font-face {
	font-family: 'EversonMono';
	src: url('Everson-Mono.woff');
}

@font-face {
	font-family: 'EversonMonoBold';
	src: url('Everson-Mono-Bold.woff');
}

body{
    font-family: 'EversonMono', Courier, Didot, Georgia;
	font-size: 12px;
	color: #2a2a2a;
    background: white;
    text-align:justify;
	<!-- background: #f1f1f1; -->
}

#menu{
    position: absolute;
    width: 130px;
    left: -150px;
	margin-top: -35px;
}

#content{
    position: relative;
    min-width: 500px;
	width: 80%;
	margin: 0px auto; 
	margin-top: 95px;
    padding-bottom: 20px;
}

#dotted{
	height: 1px;
	border-top: 1px dashed #2a2a2a;
	margin-top: 7px;
	margin-bottom: 3px;
}

#solid{
    height: 1px;
    border-top: 1px dotted #e0e0e0;
    margin-top: 2px;
    margin-bottom: 2px;
}

ul{
	list-style: none;
	margin-top: 7px;
	margin-bottom: 5px;
	padding: 0; 
	display: inline;
}

ul li.menu{
	width: 100%;
}

ul li.menu:hover{
	background: #f4d838;
}

li.photo{
	margin-bottom: 5px;
}

li.photo:hover{
	background: none;
}

li.answer{
	margin-left: 10px;
	margin-top:0px;
	margin-bottom:5px;
}
 
li.text{
	margin-top:0px;
	margin-bottom:5px;
}

a{
	color: #2a2a2a;
	text-decoration: underline;
}

a.menu{
	text-decoration: none;
}

a.menu:hover{
}

a:hover{
	color: #2a2a2a;
	
}

a.permalink{
	text-decoration: none;
}

a.permalink:hover{
	background: #f4d838;
	text-decoration: none;
}

h1{
    font-family: 'EversonMonoBold', "HelveticaNeue-UltraLight", "Helvetica Neue UltraLight", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 53px;
    color: white;
    background-color: #2a2a2a;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h2{
	font-family: "HelveticaNeue-UltraLight", "Helvetica Neue UltraLight", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;;
	font-style: normal;
	font-size: 14pt;
}

h5{
	font-family: Didot, Georgia;
	font-style: normal;
	font-size: 8px;
	margin-top: 5px;
	margin-bottom: 0px;
}

span.permalink{
	float:right;
}
