/*
Theme Name: Fr&#248;tvedt g&#229;rd
Theme URI: http://www.mafos.no/
Description: Wordpress theme designet av mafos
Version: 1.0
Author: Marius Foss (Mafos)
Author URI: http://www.mafos.no/
Tags: white, custom header, fixed width, centered, two columns
*/

/* ----------------------------------------------------------- */
/*          STILSETT (C) 2009 Bryggerhuset Frøtvedt            */
/*                  http://www.frotvedt.no/                    */
/* ----------------------------------------------------------- */


/* --- generelle stiler --- */


body {
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	color:#b6b6b6;
	background-color:#4f4a43;
	margin: 0 auto;
	text-align:left;
}

p{
	color:#b6b6b6;
	}

img{
	border:0;
	}
	
h1,h2,h3,h4,h5,h6 {

}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 120%;
	font-weight:100;
	letter-spacing:0.2em;
}

h3 {
	font-size: 120%;
	font-weight:bold;
	color:#ffffff;
	letter-spacing:0.2em;
	margin-top:0;
}

h4 {
	font-size: 100%;
	margin-bottom:0px;
	color:#636363;
}

p {
	margin:0;
	padding:0;
	margin-bottom:15px;
}

a {
	width: auto;
	height: auto;
	text-decoration:none;
	color:#c99c71;
}


.mainContainer{
	width:981px;
	margin: 0 auto 0 auto;
	background-color:#4f4a44;
	

}

.leftColumn{
	width:205px;
	/*background-color:#5b544c;*/
	background-image: url(http://www.frotvedt.no/wp-content/themes/frotvedt/images/sidebarbakgrunn.jpg);background-repeat:no-repeat;
	float:left;
	margin:0;
	padding:40px 60px 20px 60px;
}

.rightColumn{
	float:left;
	background-color:#4f4a43;
	width:405px;
	padding:40px 60px 20px 60px;
	margin:0;
}


.patternContainer{
	background-repeat:no-repeat;
	width:980px;
	margin: 0 auto;
	}

.contentContainer{
	width:850px;
	margin:0 auto;
	}
	
.contentIndendt{
	margin: 0 15px 0 15px;
	}

ul{
	margin:0;
	padding:0;
	list-style:none;
	}

li{
	margin:0;
	padding:0;
	color:#ffffff;
	}
/*menyen */
body{behavior:url(cssHoverFix.htc);}

#navigation
{
	float:right;
	height:45px;
	letter-spacing: 0.3em;
	
	}

#navigation ul
{margin:0px; padding:0px;}

#navigation ul li{
	display:inline;
	float:left;
	list-style:none;
	height:15px;
	position:relative;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	margin-right:0;
	margin-left:18px;
	background-color:#c0bfbb;
	}

#navigation li a{
	color:#000;
	text-decoration:none;
	padding:20px 22px;
	height:28px;
	}

#navigation li a:hover{
	color:#fff;
	text-decoration:none;
	background-color: #333333;
	padding: 15px 22px 13px 22px;
	
	}

#navigation li ul{
	margin:0px;
	padding:0px;
	display:none;
	position:absolute;
	left:0px;
	top:45px;
	background-color:#ffffff;
	border-left:2px solid #ed750a;
	}

#navigation li:hover ul{
	display:block;
	width:160px;
	
	}

#navigation li li
{list-style:none; display:list-item;clear:both;border-bottom: 2px solid #d7d7d7;width:100%;text-align:left;padding:10px 0 0 0;height:25px;}

#navigation li li a{
	color:#000000;
	text-decoration:none;
	padding:10px 50px 10px 20px;
}

#navigation li li a:hover{
	text-decoration:none;
	background:none;
	padding:10px 50px 10px 20px;
	color:#ed750a;
	}
	

#footer{margin-top:20px;}



/* slutt menyen */




