@import url('extensions.css');

body {
	font: 12px/17px helvetica,arial,sans-serif;
	background: #949698 url('img/bg.jpg') repeat-x;
	color: #222;
	margin: 0;
	padding: 0;
	*text-align: center;
}

p {
	margin: 8 0;
}

h1 {
	font-size: 18px;
	display: none;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 10px;
}

a {
	color: #456;
}
a:hover {
	color: #789;
	text-decoration: underline;
}

#container_outer {
	margin: 0 auto;
	width: 770;
	text-align: left;
}
#container_inner {
	position: relative;
	width: 770;
	1border: solid 1px red;
	background: url('img/bg_tile.png') repeat-y;
}

#logo {
	display: block;
	height: 70;
	width: 580;
	margin: 0 auto;
	*margin: 0 95;
	background: url('img/logo.jpg') bottom left no-repeat;
	text-decoration: none;
}
#hattedame {
	display: none;
	position: absolute;
	top: 5;
	left: 10;
}
#hattedame_stor {
	width: 77;
	height: 211;
	background: url('img/hattedame_stor.jpg') top left no-repeat;
	margin: 100 0 0 500;
}

#topbanner {
	height: 150;
	width: 580;
	margin: 0 auto;
	*margin: 0 95;
	border-top: solid 4px #000;
	border-bottom: solid 4px #000;
}

#home {
	height: 380;
	width: 580;
	margin: 0 auto;
	*margin: 0 95;
	background: #eee url('../../repository/mettegreta/forside.jpg') top left no-repeat;
}
#portrait {
	position: absolute;
	top: 330;
	left: 95;
	height: 260;
	width: 175;
	background: #eee url('../../repository/mettegreta/portrait.jpg') top left no-repeat;
}

#bottom {
	1display: none;
	height: 15;
	1border-top: solid 1px #ccc;
	background: url('img/bg_bottom.jpg') top left no-repeat;
}

#articles {
	width: 330;
	*width: 580;
	padding: 0 0 70 250;
	margin: 80 auto 0;
	*margin: 80 95 0;
}
#articles img {
	margin-top: 30;
	margin-left: 200;
}
#articles_fullsize {
	width: 580;
	padding: 0;
	padding-bottom: 70;
	margin: 80 auto 0;
	*margin: 30 95 0;
}

.nav_top {
	list-style-type: none;
	width: 580;
	margin: 10 auto;
	*margin: 10 95;
	padding: 0;
	text-transform: uppercase;
}
li.top {
	display: inline;
	padding: 0 20 0 0;
}
li.top a {
	color: #bbb;
	text-decoration: none;
}
li.top.active a {
	color: #000;
}
li.top.first {
	display: none;
}
.nav_pages {
	display: none;
}

.nav_sub {
	display: none;
}

#credits {
	width: 770;
	margin: 0 auto;
	padding: 15 0;
	text-align: center;
	font-size: 10px;
	color: #aaa;
	background: url('img/bg_bottom.png') top left no-repeat;
}
#credits p {
	margin: 0;
	color: #666;
}
#credits a {
	color: #666;
	text-decoration: none;
}

/*
	SNIPPETS
	
	opacity: 0.85;
	*filter: alpha(opacity=85);
	
	background: url('1x1_000_70.png');
	*background: url('img/1x1.gif');
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/backyard/img/1x1_000_70.png',sizingMethod='scale');

	
*/