/* Stilsett for http://einar.haraldseid.net/ og http://einar.slaskete.net - Einar Jørgen Haraldseids hjemmeside og blogg */
/* Som en ekstra bonus fungerer den også som stilsett for CSS Zen Garden - http://www.csszengarden.com/*/
/* Denne CSS-en er tilgjengelig for alle og enhver under Creative Commons - http://creativecommons.org/licenses/by-nc-sa/1.0/ */

@import url(http://fonts.googleapis.com/css?family=Amatic+SC|Crimson+Text:400,400italic,600,600italic);

html, body {
	margin: 0;
	padding: 0;
	background: url('header-striper.png') repeat-x;
	font-family: 'Crimson Text', 'Georgia', serif;
	text-align: left;
}

#container {
	width: 880px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

#pageHeader {
	height: 132px;
}

/*IE6-hack*/
* html #menu {
	margin-top: -65px;
}

#pageHeader h1, div#site-title {
	font: 96px 'Amatic SC', Times, serif;
	text-shadow: 2px 2px 0px #aaaaaa;
	margin: 0;
	padding: 0;
}

#pageHeader h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#menu {
	margin: 0;
	padding-top: 0;
	padding-bottom: 15px;
}

#menu ul {
	padding-left: 0;
	margin-left: 0;
	display: inline;
}

#menu ul li {
	display: inline;
	list-style: none;
}

#menu a {
	text-decoration: none;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

#menu a.active {
	text-decoration: underline;
}

#menu ul li:before {
	content: "\0020 \0020 \002f \0020";
}

#menu ul li.first:before {
	content: " ";
}

#preamble, #content, #supportingText {
	width: 652px;
	float: left;
}

#preamble {
	padding-top: 30px;
}

#content {
	position: relative;
}

#content h1, #content h2 {
	font-size: 24px;
}

#sidebar, #linkList {
	width: 200px;
	font-size: 90%;
}

#sidebar {
	float: left;
	padding-left: 27px;
}

#linkList {
	position: absolute;
	top: 165px;
	left: 690px;
}

#quickSummary {
	position: absolute;
	border: 1px solid black;
	border-radius: 3px;
	width: 300px;
	left: 590px;
	top: 30px;
	background-color: white;
}

#quickSummary p {
	margin: 5px;
	font-size: 0.8em;
}

#sidebar h3, #linkList h3 {
	border: none;
	background: url('h3-striper.png') repeat-x bottom;
}

#sidebar h3 a {
	text-decoration: none;
	color: #000000;
}

a img {
	border: 0px;
}

#sidebar ul, #sidebar ul li, #linkList ul, #linkList ul li {
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}

#sidebar ul li:before, #linkList ul li:before {
	content: "\0020 \0020 \00bb \0020";
}

#footer {
	clear: both;
	margin-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #000000;
}

#footer a {
	color: #000000;
}

#content .wp-caption, .img-border {
	border: 1px solid #000000;
	border-radius: 3px;
	margin: 4px 0 1px 0;
	padding: 5px;
	background-color: #ffffff;
	font-size: 80%;
	display: table;
}

#content .wp-caption {
	padding: 5px 0;
	margin-bottom: 10px;
}

.img-border img {
	margin: 0;
	padding: 0;
	display: block;
	border: 0;
}

.img-border div {
	text-align: center;
	display: block;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}
