/* @override 
	http://muldtilbeton.dk/textpattern/css.php?s=0808
	http://muldtilbeton.dk/textpattern/css.php?s=1207
*/

/*
From Mould to Concrete
Fra Muld til Beton
Designed by Christian Nolle
Powered by Textpattern.
Copyright and so forth
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background:#f7f7f7;
}

#header {
	text-align:left;
	width: 650px;
	margin: 1em auto 0 auto;
	
}

	#header h1 a {
		margin: 0;
		padding: 0;
		font: 1em georgia,serif;
		color: #222;
		text-decoration:none;
	}

	#header h1 a:hover {
		background: #f0f0f0;
		border-bottom: 1px solid #a21616;
	}
	

	#header h2 {
		font: 1.2em helvetica,arial,sans-serif;
		text-transform:uppercase;
		letter-spacing:0.1em;
		margin: 0;
		color: #a21616;
	}


h3 a {
	color: #222;
	text-decoration:none;
}

	h3 a:hover{
		color: #a21616;
		border-bottom: 1px solid #222;	
	}
	
#photo {
	text-align:center;
	width: 650px;
	margin: 0 auto;
}

	#photo ul {
		list-style:none;
	}
	
	#photo ul li {
		padding: 1em 0 2em 0;
		margin: 1em 0;
		width: 650px;
		display: block;
		text-align:left;
		border-bottom:1px solid #a21616;
	}
	
	#photo ul li p {
		margin: 0.2em 0 0 0;
		float: right;
		color: #666;
		font: 0.8em helvetia,arial,sans-serif;
	}
	
/* CHAPTER NAV */

ul.section_list {
	width:650px;
	margin: 0.5em auto;
	list-style:none;
	text-align:center;
	background:#f8f8f8;
	
}
	
	ul.section_list li {
		font-size: 0.85em;
		display: inline;
	}
	
	ul.section_list a {
		color: #222;
		text-decoration:none;
		padding: 0.2em;
	}
	
	ul.section_list a.current, ul.section_list a:hover {
		background:#666;
		color: #fff;
	}

/* Set Footer */

#setfooter {
	padding: 1em 0;
	width: 650px;
	margin: 1em auto;
	text-align:center;
	border-top:1px solid #666;
	color: #666;
}	

	#setfooter p {
		font-size:0.8em;
	}

	#setfooter p a {
		color: #666;
		text-decoration:none;
	}
	
	#setfooter p a:hover {
		color: #222;
	}