/*

RESTAURANTHUSET BJØRK
JUNI 2009

MARTIN BERG FOR RIKTIG SPOR AS

*/

html {
	height: 100%
	}


body {
	background: url("../img/bg.jpg") repeat-y;
	font-size: 62.5%;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	}
	
html>body {
	 min-height: 100%;
 	height: auto;}

a:focus {
	outline:none;
}

a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #c80000;
}

a:hover {
	border-bottom-color: #444;
}

#container {
	min-height: 100%;
	position: relative;
}

#left-side {
	width: 269px;
	float: left;
	padding-bottom: 202px;
}	

#content {
	width: 625px;
	float: left;
	margin: 0 0 0 45px;
	padding: 35px 20px 0 0;
}	
	#contentu {
	width: 645px;
	float: left;
	margin: 0 0 0 45px;
	padding: 60px 0 0 0;
	}	


.logo {
	background: url("../img/logo.png") no-repeat;
	float: right;
	width: 210px;
	height: 103px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 25px 10px 0 0;
	display: block;
}

a.logo {
	border: none;;
}

.bg {
	position: absolute;
	bottom: 1px;
	left: 1px;
}

#bottombg {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 202px;
	width: 405px;
}

#slideshow {
	width: 620px;
	height: 280px;
	margin: 0 0 30px 0;
}

ul.slide {
	list-style: none;
}

ul.slide li {
	list-style: none;
	list-style-type: none;
}

#event {
	margin: 20px 20px 0 0;
	float: right;}

.eventimg {border: 3px solid #ccc;}

/* MENY */
ul.main-menu {
	margin: 30px 20px 0 0;
	float: right;
	text-align: right;
	list-style: none;
}

	ul.main-menu li {
		padding: 3px 0 3px 0;
	}
	
	ul.main-menu li a {
		font-size: 1.8em;
		color: #9f9c98;
		text-decoration: none;
		border: none;
	}
	
	ul.main-menu li a:hover {color: #eae6df;}
	#left-side li.active a {color: #fff;}
	
	
/* UNDERMENY */
#secmenu {width: 620px; height: 50px; display: block; background: url("../img/sec_menu_bg.jpg") repeat-x top left;}
.secmenu-nav{position:relative;height:43px; width: 620px; display: block; font-size:14px;text-transform:uppercase;background: url("../img/sec_menu_bg.jpg") repeat-x bottom left;font-family:Arial;}
ul.secmenu-nav{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
ul.secmenu-nav li{display:block;float:left;margin:0 2px;}
ul.secmenu-nav li a{display:block;float:left;color:#606060;text-decoration:none;padding:0 15px 0 15px;height:43px;line-height:50px; border: none;}
ul.secmenu-nav li a span{display:block;float:left;padding:0 25px 0 0;height:31px;width:auto;}
ul.secmenu-nav li a:hover{color:#894d12;background:transparent url("../img/sec_menu_on.jpg") no-repeat top left;}
ul.secmenu-nav li a:hover span{display:block;cursor:pointer;}
ul.secmenu-nav li.current,ul.secmenu-nav li a.current:hover{color:#894d12;background:transparent url("../img/sec_menu_on.jpg") no-repeat top left;}
ul.secmenu-nav li a.current span{background:transparent url("../img/sec_menu_on2.jpg") no-repeat top right;height:43px;}


/* TYPOGRAFI */
h1 {
	font-size: 3.2em;
	color: #222;
	margin: 0 0 16px 0;
	font-weight: normal;
}

h2 {
	font-size: 2.4em;
	color: #444;
	margin: 0 0 10px 0;
	font-weight: normal;
}

h3 {
	font-size: 1.6em;
	color: #555;
	line-height: 130%;
	font-weight: normal;
}

p {
	font-size: 1.2em;
	line-height: 150%;
}

b, strong {
	font-weight: bold;
}