/*
Theme Name: parergon
Theme URI: http://www.parergon.no/
Description: A really simple theme
Version: 0.1
Author: jhk
*/

body, td { font-family: Verdana; font-size: 10pt; color: #99A691; }
li {
	color: #000000;
	font-size: 10px; }
	
a { font-size: 10pt;
font-style: bold; }

a:link {
	color: #000000;
	font-size: 10px;
text-decoration: none;
	
}
a:visited {
	color: #000000;
	font-size: 10px;
text-decoration: none;}

a:hover {
	color: #000000;
background-color: #ffffff;	
font-size: 10px;
text-decoration: none;}

a:active {
	color: #000000;
background-color: #ffffff;	

	font-size: 10px;
text-decoration: none;}

h1 {
	font-style: italic;
	font-family: Dante MT;
	font-size: 40px;
	color: #000000;
	font-weight: bold;
}
h2 {font-style: italic;
	font-family: Dante MT;
	
font-size: 18px;
	font-weight: normal;
	color: #000000;
}
h3 {font-style: bold;
	font-family: Verdana;
	
font-size: 18px;
	font-weight: normal;
	color: #000000;
}
hr {
color: #000000;
background-color: #000000;
height: 2px;
border: 0px solid #000000;
align: bottom;
}

p {
	font-size: 10px;
	color: #000000;
}

img {padding: 10px;
}

#banner {
position:absolute;
	left:50px;
	top:10px;
	width:850px;
	height:100px;
	background-color: #99A691;
	font-weight: bold;
}
#main {
position:absolute;
	left:260px;
	top:150px;
	width: 700px;
	height: 100%px;
	background-color: #99A691;}

#sidebar {
position:absolute;
	left:10px;
	top:150px;
	width: 250px;
	height: 500px;
	background-color: #99A691;
	}

#redaksjon {
position:absolute;
	left:10px;
	top:150px;
	width: 250px;
	height: 320px;
	background-color: #99A691;
	}
#sidebar li {
   list-style: none;
}

#rightcol {
position:absolute;
	left:600px;
	top:150px;
	width: 30px;
	height: 320px;
	background-color: #99A691;}
	
#footerhr {
position:relative;
left:-200px;	
width: 850px;
	height: 3px;
	background-color: #99A691;}

#searchform input
{
border: 1px solid #4A2C00;
background-color: #CCCCCC;
}

#searchform #s
{
width: 80%;
background-color: white;
}