/*
 * Theme Name: Une Susrud
 * Theme URI: http://unesusrud.no/
 * Description: Design laget av Åsa Vegsundvåg, konvertert til wordpress av Brynjar Eide
 * Version: 1.0
 * Author: Åsa Vegsundvåg & Brynjar Eide
 * Tags: simpelt
 *
 * HTML-versjon av Åsa Vegsundvåg || http://hansgardnes.com/
 * Wordpress-ifisert av Brynjar Eide || http://kaffekoker.net/
 * */
body {
	font-size: 12pt;
	font-family: times new roman, times, serif;
	background-color: #818181;
	margin: 15px 10px;
	color: #000000;
}

h1, h1 a {
	font-weight: normal;
	font-size: 26pt;
	font-family: arial, helvetica, sans-serif;
	color: #808080;
	margin: 2px;
}

h2, h2 a {
	font-weight: normal;
	font-size: 18pt;
	font-family: arial, helvetica, sans-serif;
	color: #808080;
	margin: 2px;
}

h3, h3 a {
	font-weight: normal;
	font-size: 16pt;
	color: #808080;
	margin: 0;
	margin: 2px;
}

h4, h4 a {
	font-weight: normal;
	font-size: 14pt;
	color: #808080;
	margin: 0;
	margin: 2px;
}

A {
	color: #808080;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

div#logo {
	width: 800px;
	height: 62px;
	margin: 50px auto 0 auto;
	background: URL('/images/logo.png');
	
}
div#headerimage {
	width: 800px;
	height: 370px;
	margin: 0 auto;
/*	background: URL('/images/bg_header1.png');*/
}

div#menu {
	width: 800px;
	margin: 0 auto;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	border: 0;
	padding: 0;
	overflow: auto;
	background: URL('/images/bg_button.png');
	line-height: 30px;
}

#menu ul li.first {
	margin-left: -2px;
	border-left: 0;
}

#menu ul li {
	float: left;
	height: 30px;	
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #ccc;
/*	width: 132px;*/
}

#menu ul li.left {
	background: URL('/images/bg_button_left.png');
	float: left;
	height: 30px;
	width: 8px;
}

#menu ul li.right {
	background: URL('/images/bg_button_right.png');
	float: right;
	height: 30px;
	width: 8px;
	border-left: 0;
}

#menu ul li a {
	color: #7b7b7b;
	/*font-family: times new roman, times, serif;*/
	font-family: times new roman, times, serif;
	font-size: 12.5pt;
	font-weight: 400;
	width: 130px;
	display: block;
}

#menu ul li a.current {
	font-style: italic;
}

div#content {
	width: 800px;
	margin: 0 auto;
	background-color: white;
	font-size: 10pt;
	font-family: Verdana, Sans-Serif;
	color: #a0a0a0;
	border-bottom: 1px solid white;
}

div#footer {
	background-color: #d0d68e;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 10pt;
	color: white;
	letter-spacing: 4px;
	font-variant: small-caps;
	padding-bottom: 2px;
}

img.menubuttons {
	border: 0;
	height: 30px;
	width: 130px;
	margin: 0;
	padding: 0;
}

/* fra forrige design */
img {
	border: 0;
}

#content div.post {
	padding: 5px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #aaa;
}

#content div.postfoot {
	clear: both;
}

textarea {
	width: 700px;
}

#commentform {
	margin: 0 15px 0 15px;
}

ol.commentlist {
}
ol.commentlist li {
}

ol.commentlist li.alt {
	background: #eee;
}
table.lenker td {
padding: 5px;
}

