/* Colors used in this theme
 * Grey Header: #706c66
 * Grey Body copy: #6d6e71
 * Share this page and navi link: #726c66 
 * Blue active navi #0a809a
 * Second level navi #087790
 * Body background color: #9cdbed
 * */


/* Body Background image & colour */
body.troms {
/*    background:#9cdbed url(../images/page_gradient.gif) repeat-x top left;*/
	/*background: #084868;*/
	background: #bcb7a9 url(../images/troms_theme_summer_bg.jpg) no-repeat scroll center top;
    height:100%;
}

    body.troms #page_bg {
        /*background: url(../images/trom_theme_bg.jpg) no-repeat top center;*/
		/*background: transparent url(../images/summer_bg.jpg) no-repeat right top;*/
        height:898px;
    }
    
body.troms #home_header {
    margin:50px 0 145px 5px;
}

body.troms #home_header h1
{
    font-size:2.27em; /*25px */
    color:#706c66;
    margin-bottom:0.05em;
}

body.troms #home_header a
{
    color:#0984b2;
}

body.troms #calendar #calendar_header a,
body.troms #map_header a {
    background:url(../images/blue_bar_left.gif) no-repeat top left;
    color:#fff;
    font-size:0.90em; /*10px*/
    line-height:18px;
    height:18px;  
}

body.troms #calendar #calendar_header a span, 
body.troms #map_header a span {
    background:url(../images/blue_bar_right.gif) no-repeat top right;
}
    
    
    

/*
==============================
VISIT TROMSO
==============================
*/
body.visit_tromso {
    background:#008fba url(../images/visit_tromso_page_gradient.gif) repeat-x top left;
    height:100%;
}

    body.visit_tromso #page_bg {
        background: url(../images/visit_tromso_theme_bg.jpg) no-repeat top center;
        height:898px;
    }
    
    
body.visit_tromso #home_header {
    margin:70px 0 130px 5px;
}

body.visit_tromso #home_header h1
{
    color:#fff;    
}

body.visit_tromso #home_header a
{
    color:#73d4e8;
}

body.visit_tromso #calendar #calendar_header a,
body.visit_tromso #map_header a {
    background:url(../images/blue_bar_left.gif) no-repeat top left;
    color:#fff;
    font-size:0.90em; /*10px*/
    line-height:18px;
    height:18px;  
}

body.visit_tromso #calendar #calendar_header a span, 
body.visit_tromso #map_header a span {
    background:url(../images/blue_bar_right.gif) no-repeat top right;
}


body.visit_tromso #footer a{
    color:#fff;
    border-left:1px solid #fff;
}


/*
==============================
HARSTAD
==============================
*/

body.harstad {
    background:#005480 url(../images/harstad_page_gradient.gif) repeat-x top left;
    height:100%;
}

    body.harstad #page_bg {
        background: url(../images/harstad_theme_bg.jpg) no-repeat top center;
        height:898px;
    }

body.harstad #branding ul#navi li.first a {
    background-image:url(../images/navi_first_sprite_harstad.gif);
}

body.harstad #branding ul#navi li a {
    background-image:url(../images/navi_sprite_harstad.gif);
}


body.harstad #home_header {
    margin:35px 0 170px 5px;
}

body.harstad #home_header h1
{
    color:#7b756f;    
}

body.harstad #home_header a
{
    color:#014f75;
}

body.harstad #home_buttons div.suitcase {
    background-image:url(../images/harstad_suitcase_button-fs8.png);
}


body.harstad #home_buttons div.bed {
    background-image:url(../images/harstad_bed_button-fs8.png);
}

body.harstad #home_buttons div.photo {
    background-image:url(../images/harstad_photo_button-fs8.png);
}

body.harstad #home_buttons div span {
    color:#00486b;
}


body.harstad #calendar #calendar_header a,
body.harstad #map_header a {
    background:url(../images/dark_blue_bar_left.gif) no-repeat top left;
    color:#fff;
    font-size:0.90em; /*10px*/
    line-height:18px;
    height:18px;        
}

body.harstad #calendar #calendar_header a span, 
body.harstad #map_header a span {
    background:url(../images/dark_blue_bar_right.gif) no-repeat top right;
}


body.harstad .photo_link strong {
    color:#244a6f;
}

body.harstad #footer a {
    color:#fff;
    border-left:1px solid #fff;
}


