@import url('css/print.css') print;
@import url('css/screen.css') screen;
@import url('css/rollingarchives.css') screen;
@import url('css/footer.css') screen;
@import url('css/crossbar.css') screen;
@import url('css/typography.css') screen;
@import url('css/buttons.css') screen;

header {
	display:block;
	height:36px;
	padding-top: 72px;
}
nav {
	display: block;
	height: 72px;
	clear: both;
	width: 100%;
	background: black;
	position: absolute;
	top: 0;
	left: 0;
	background: url('images/header.png') repeat-x;
	margin: 0 auto;
}
.center {
	margin: 0 auto;
	display: block;
	width: 960px;
	position: relative;
	text-align: left;
}
nav ul {
	padding: 10px 0px;
	list-style: none;
}
nav li a {
	list-style: none;
	display: block;
	height: 20px;
	float: left;
	width: 120px;
	color: #c7b299;
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
	text-align: center;
}
nav li a:hover, 
nav li a:active,
nav li a:focus   {
	color: #fff;
	}
.leadin {
	display: block;
	margin: 0 0 1em 0;
}
dd {
	margin: 0 1.5em 0 0;
}
dt {
	padding-bottom: 0.5em;
}
dt a {
	font-size: 125%;
	font-weight: normal;
}
.comments {
	display: block;
	clear: both;
	margin-bottom: 3em;
}
footer {
	background-color: white;
	display: block;
	height: 40px;
	padding-top: 150px;
/*	background: url('images/fugleperspektiv2.png') no-repeat bottom left; */
	background: url('images/fugl-foniks-laila-tegning.png') no-repeat bottom left;
	text-align: center;
	font-size: 80%;
	color: #ddd;}
footer a{
	color: lightblue;
	text-decoration:none;
}
.logo {
	position: fixed;
	bottom: 30px;
	left: 10px;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
.entry-date {
	text-align: right;
	font-style: italic;
	border: 0px;
	color: #777;
}
.entry-meta {
	margin: 0 0 0.5em 0;
	font-style: italic;
}
.entry-content {
	margin-top: 1em;
}
.entry-content img {
	margin: 1em 0;
}
.intro {
	display: block;
	border-bottom:2px solid #ccc;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	}
.alignleft {
	display: block;
	position: relative;
	left: -120px;
	padding: 1.5em 0;
}
.alignright {
	display: block;
	float: right;
	padding: 1.5em;
}