a, a:active, a:visited {
	text-decoration: underline;
	color: #636B70;
}

a:hover {
	text-decoration: none;
	color: #F7B512;
}

body {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

li {
	margin-bottom: 0.5em;
}

.title {
	font-weight: bold;
	display: block;
}

.description {
	border-left: 2px solid #DDDDDD;
	padding-left: .5em;
}

.authors {
	display: block;
}
	
.booktitle {
	font-style: italic;
}

div#content {
	margin-left: 2em;
	margin-right: 2em;
}

/*
 * Header, title, description
 */

div#header {
	padding-left: 1em;
	padding-bottom: 0.5em;
	margin: 0;
	background-color: #000;
}

h1#site-title {
	margin: 0;
	letter-spacing: 0.2em;
	font-weight: 100;
	
}

h1#site-title a, h1#site-title a:active, h1#site-title a:hover, h1#site-title a:visited {
	color: #DDD;
	text-decoration: none;
}

div#site-description {
	width: 100%;
	text-align: right;
	color: #BBB;
	font-family: "Century Gothic", Helvetica Neue, Helvetica, sans-serif;
	font-weight: 100;
	letter-spacing: 0.2em;
}

div#site-description:before {
	content: "{";
	font-size: 1.4em;
	color: #444;
	padding-right: 0.5em;
}

div#site-description:after {
	content: "}";
	font-size: 1.4em;
	color: #444;
	padding-left: 0.5em;
}