@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font: .8em Verdana, Arial, Helvetica;
	background: #E2E2E2;
	background-image: url(images/background2.jpg);
	background-repeat : repeat-y;
	background-position:center top;
	color: #333;
}

a:link, a:visited {
	color: #AE0000;
	text-decoration:none
}

a:hover, a:active {
	color: #FF0000;
	text-decoration:underline;
}

a img {
	border:0;
}

hr {
	border: 1px solid #ececec;
}

p {
	padding: 5px 0;
}

.dknvs #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.dknvs #header { 
/*	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.dknvs #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 20px 10px 15px 15px;
}

#kontaktinfo {
	font: Verdana, Arial, Helvetica
	font-size: 1.2em;
	padding-bottom: 15px;
}

#dekorertliste {
	
}

/* Tabellstylinger */

td, th { padding: 5px; vertical-align: top;}

table {text-align: left; }

caption {color: #AE0000;
	font-size: 1.5em;
	padding: 20px 0 5px 0;
	border-bottom: 1px solid #ececec;
	margin-bottom: 10px;
	
}

/* Tabellstyling slutt */

#menu ul {
	list-style: none;
	padding: 0px 10px 0 0px;
}

#menu li {
	padding: 3px 0;
}
	
#menu ul  a {
	color: #AE0000;
	font-weight:normal;
}

#menu ul ul {
	list-style: none;
	padding-left: 20px;
}
	
#menu ul ul a {
	color: #000000;
	font-weight:normal;
}

#menu ul ul li {
	list-style-position: outside;
}

#menu ul ul li.current_page_item {
	/*list-style:circle;*/
	list-style-image:url('images/activeMenuMarker.jpg');
}

.dknvs #mainContent { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 670px;
	/*border: 1px solid #000;*/
} 

.dknvs #mainContent ul {
	margin-left: 20px;
}

h2.title {
	color: #AE0000;
	font-size: 1em;
	padding: 20px 0 5px 0;
	border-bottom: 1px solid #ececec;
	margin-bottom: 10px;
}

#mainLeft {
	width: 430px;
	float: left;
	/*border: 1px solid #000;*/
}

#mainRight {
	width: 210px;
	float: right;
	/*border: 1px solid #000;*/
}

.dknvs #footer { 
	font-size: .7em;
	padding: 10px 10px 10px 270px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

#mainContent div.meta {
	padding: 5px 0;
	border-bottom: 1px solid #ececec;
	margin-bottom: 10px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.meta {
	font-size:0.8em;
	color:#333;
}

.meta a {
	color: #039;
}

.edit {
	padding: 10px 0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Comments */

#comments {
	padding-top: 20px;
	margin-top: 10px;
	border-top: 1px solid #ececec;
}

ol.commentlist {
	padding-left: 20px;	
}

h3.comments {
	padding: 0;
	margin: 0px 0 0px 0;
}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	margin: 2px 0;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #ececec;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

.nocomments {
	display: none;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
	
textarea.comment {
	width: 650px;
}
	
/* end comments */