@charset "utf-8";

/* 

	Kunde: Heradstveit Herberge
	Design: snedig.no
	E-post: kjetil@snedig.no
	Opprettet: 20-06-08

*/


* {margin: 0; padding: 0; border: none;}

body {background-color: #1d1d1d; color: #822816; font: 76%/1.6 'Arial', 'Helvetica', sans-serif; text-align: center;}

a {color: #c45b37; text-decoration: none; }

a:hover {text-decoration: underline;}

h1 a 			{
				margin-left: 10px;
				color: white; 
				font-size: 1.2em;
				font-weight: normal;
				font-family: 'Arial', 'Helvetica', sans-serif; 
				}

h1 a:hover 		{
				color: white; 
				}

/*---Main layout---*/

#wrapper			{
				width: 900px;
				margin: 0 auto;
				background-color: #e8e3c3;
				text-align: left;
				}
		
#header			{
				height: 150px;
				background: #942817 url("headerimg.png") repeat-x top;
				}
				
				
#langbar		{
				float: right;
				}	
				
#langbar a img	{
				border: 0px;
				}			
				
		
#mainNav		{
				margin-left: 40px;
				padding-top: .8em;
				width: 820px;
				}

#submenu		{
				clear: both;
				padding-top: .3em;
				width: 820px;
				}
		
#content		{
				clear: both;
				width: auto;
				margin: 20px 40px 30px 40px;
				}
			
#footer			{
				clear: both;
				margin-top: 1em;
				margin-left: 40px;
				width: 820px;
				height: 3em;
				line-height: 2em;
				background-color: #e8e3c3;
				}
				
/*---Divs&details---*/

#header h1		{
				text-indent: 6px;
				}

#mainNav ul		{
				list-style-type: none;
				font-size: 1em;
				font-family: 'Arial', 'Helvetica', sans-serif; 
				}
				
#mainNav ul li	{
				float: left;
				}
				
#mainNav ul a	{
				display: block;
				font-weight: bold;
				float: left;
				padding-right: 1em;
				line-height: 1.2em;				
				}

#mainNav ul a:hover	{
				text-decoration: none;
				color: #822816;
				}

#mainNav ul li.current_page_item a {
				color: #822816;
				}
		
#submenu ul		{
				list-style-type: none;
				font-size: 1em;
				}
				
#submenu ul a	{
				display: block;
				float: left;
				padding-right: 1em;
				font-family: 'Arial', 'Helvetica', sans-serif; 
				font-weight: normal;
				line-height: 1.2em;
				}

#submenu ul li.current_page_item a {
				color: #822816;
				}				

#footer			{
				font-size: .9em;
				line-height: 2em;
				color: #c45b37;
				}



/*---Typography---*/

#content p a{
				
				}
				
#content ul	{
				margin-left: 2em;
				margin-bottom: 1em;
				clear: both;
				}				
				
#content p		{
				clear: both;
				margin-top: .3em;
				margin-bottom: .6em;
				font-size: 1.1em;
				line-height: 1.3em;
				}
				
#content h2		{
				clear: both;
				font-family: 'Arial', 'Helvetica', sans-serif; 
				font-size: 2em;
				font-weight: bold;
				}
				
#content h3		{
				clear: both;
				}
				
table			{
				border-collapse: collapse;
				text-align: right;
				}
				
table thead		{
				font-weight: bold;
				}
				
table td		{
				padding-left: 2em;
				}
				
table td		{
				border-bottom: 1px solid #BFCAAB;
				}
				
/*---Bilder---*/

#content img	{
				border: 7px solid white;
				margin: 0 9px 9px 0;
				float: left;
				}

/*
img.centered {
	display: block;
	margin: 0 0 9px 0;
	}

img.alignright {
	padding: 0;
	margin: 0 0 9px 9px;
	display: inline;
	}

img.alignleft {
	padding: 0;
	margin: 0 9px 9px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
*/
	
/*---Redigeringsknappen (som bare er synlig når man er pålogget admin) ---*/
				
.redigerknapp	{
				padding-top: 1em;
				}

.redigerknapp a	{
				margin-top: .3em;
				background-color: #ff4f08;
				padding: .3em .5em .3em .5em;
				font-size: .7em;
				text-transform: uppercase;
				letter-spacing: .15em;
				color: white;
				}

.redigerknapp a:hover	{
				background-color: #bd3408;
				}