/*


	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: #285f82; /*url(../graphics/bg-sidebar-header.gif) left bottom no-repeat;*/
}
/*	4. Sidebar
------------------------------------------------------------------------------------------------ */

#sidebar ul {
	background-color: #285f82;
}
#sidebar ul a:hover {
	background-color: #5a86a2;
}
#sidebar ul .current {
	border-left: 1em solid #d8e5b9;
}
#sidebar ul ul {
	background-color: #5a86a2;
}
#sidebar ul ul a:hover {
	background-color: #84a4b8;
}
#sidebar ul ul .active {	
	background-color: #84a4b8;
}

#sidebar ul#qqq {
	background-color: #51778f;
}
#sidebar ul#qqq a:hover {
	background-color: #84a4b8;
}
#search {
	background-color: #7d99ab;
}

#search INPUT {
	color:#939da4;
}

#sidebar #highlights h3 {
	background-color: #6a8e46;
}
#sidebar #contact-list h3 {
	background-color: #6a8e46;
}

#sidebar .even {
	background-color: #d3e2b6;
}

a#what-where-when {
	color: #6a8e46;
	border-top: 1px solid #6a8e46;
	border-bottom: 1px solid #6a8e46;
}

.happenings {
	color: #265573;
	border-top: 1px solid #285f82;
	border-bottom: 1px solid #285f82;
	background: transparent url(../graphics/Mountain-Style/arrow-right-muntain.gif) 12px 9px no-repeat;
}

/*	5. Content
------------------------------------------------------------------------------------------------ */

h1 {
	color: #5a86a2;
	border-bottom: 1px solid #5a86a2;
}

/*	Verkt¿ylinje
------------------------------------------------------------------------------------------------ */

#toolbar {
	/*background: transparent url(../graphics/Water-Style/water_bg-semi-transparent.gif) left top;*/
	background:none;
	background-color:#D3E2B6;
}
#tools .tools-txt a {
	background-color: #6a8e46;
}
#tools .tools-txt a:hover {
	background-color: #8c8c80;
	color: #fff
}

/*	Fokusboks
------------------------------------------------------------------------------------------------ */

#focus {
	background-color: #285f82;
}

/*	Anbefalt og Mest lest
------------------------------------------------------------------------------------------------ */
#box dl {
	background-color: #5a86a2;
}
#box .read {
	background-color: #84a4b8;
}
#box.recommended 
{
	background-color: #5a86a2;
}
/*	Arkiv/S¿k
------------------------------------------------------------------------------------------------ */

#search-box {
	background-color: #84a4b8;
}


#cal-item alt{
		background-color: #EDE5E9;
}

.sendbtn
{
	background: url(../graphics/new_btn-green.png) no-repeat right top; 
	width : 40px;
}

a.sendbtn:hover
{
	background: url(../graphics/new_btn-green.png) no-repeat right top; 
	width : 40px;
}