/*


	Project: Visit Sorlandet
	Version: 1.0
	Last changed: work in progress

	Design: Nina Taraldsen, Recommended Norway
	xhtml/css: Ole-Marius L. Mathiassen, Recommended Norge
	(C) 2008 Recommended Norway


	Colour palette: 
	---------------
	Lime: #8d5e73
	Light lime: #e8f4d9
	Dakest grey: #41525c
	Grey: #7a868d
	Grey: #bcc2c6
	Lightest grey: #d9dcde
	
	
	Table of contents:
	------------------
	1. General styling 
	2. Structure
	3. Header
	4. Sidebar
	5. Content

	   
	   
	6. Buttons
	7. Footer
	8. Booking banner

	Comments: 
	---------
	reset.css (recommended version) is in use

	
*/

/*	1. General styling
------------------------------------------------------------------------------------------------ */
body {
	background: #fff url(../graphics/Water-Style/water_bg-body.gif) repeat-x;
}

/*	3.	Header
------------------------------------------------------------------------------------------------ */

#header {
	background: #265573; /*url(../graphics/bg-sidebar-header.gif) left bottom no-repeat;*/
}
/*	4. Sidebar
------------------------------------------------------------------------------------------------ */

#sidebar ul {
	background-color: #265573;
}
#sidebar ul a:hover {
	background-color: #51778f;
}
#sidebar ul .current {
	border-left: 1em solid #EDE5E9;
}
#sidebar ul ul {
	background-color: #51778f;
}
#sidebar ul ul a:hover {
	background-color: #7d99ab;
}
#sidebar ul ul .active {	
	background-color: #7d99ab;
}

#sidebar ul#qqq {
	background-color: #51778f;
}
#sidebar ul#qqq a:hover {
	background-color: #7d99ab;
}
#search {
	background-color: #7d99ab;
}

#sidebar #highlights h3 {
	background-color: #8d5e73;
}
#sidebar #contact-list h3 {
	background-color: #8d5e73;
}

#sidebar .even {
	background-color: #EDE5E9;
}

a#what-where-when {
	color: #8d5e73;
	border-top: 1px solid #8d5e73;
	border-bottom: 1px solid #8d5e73;
}

.happenings {
	color: #265573;
	border-top: 1px solid #265573;
	border-bottom: 1px solid #265573;
	background: transparent url(../graphics/Mountain-Style/arrow-right-muntain.gif) 12px 9px no-repeat;
}

/*	5. Content
------------------------------------------------------------------------------------------------ */

h1 {
	color: #51778f;
	border-bottom: 1px solid #51778f;
}

/*	Verkt¿ylinje
------------------------------------------------------------------------------------------------ */

#toolbar {
	background: transparent url(../graphics/Water-Style/water_bg-semi-transparent.gif) left top;
}
#tools .tools-txt a {
	background-color: #8d5e73;
}
#tools .tools-txt a:hover {
	background-color: #8c8c80;
	color: #fff
}

/*	Fokusboks
------------------------------------------------------------------------------------------------ */

#focus {
	background-color: #265573;
}

/*	Anbefalt og Mest lest
------------------------------------------------------------------------------------------------ */
#box dl {
	background-color: #51778f;
}
#box .read {
	background-color: #7d99ab;
}
#box.recommended 
{
	background-color: #51778f;
}
/*	Arkiv/S¿k
------------------------------------------------------------------------------------------------ */

#search-box {
	background-color: #7d99ab;
}


#cal-item alt{
		background-color: #EDE5E9;
}