﻿/*
Title: 		Utenriksdepartementet - Norgesportalen
Author: 	Espen André Lund, Objectware (2009)
File:		Green.css
Desc:		Styles for green design
*/


/*GENERAL*/
.darkcolor, .lightcolor{
    color: #526226 !important;
}
.darkimage{
    background-image: url('../Images/green_h1.gif')
}
.lightimage{
    background-image: url('../Images/green_h2.gif')
}
.darkimageTitle{
    background-image: url('../Images/green_h1_gradient.gif') !important;
}
.lightimageTitle{
    background-image: url('../Images/green_h2_gradient.gif') !important;
}

ul.level3 li.active{
    border-top: 2px solid #526226;
}

h1, .h1{
    background-image: url('../Images/green_h1_gradient.gif');
    color: #526226;
}

h2{
    background-image: url('../Images/green_h2_gradient.gif');
    color: #526226;
}

h3, h4{
    color: #526226;
}

h1 a:link, h1 a:active, h1 a:visited, h1 a:hover, 
h2 a:link, h2 a:active, h2 a:visited, h2 a:hover, 
h3 a:link, h3 a:active, h3 a:visited, h3 a:hover, 
h4 a:link, h4 a:active, h4 a:visited, h4 a:hover{
    color: #526226;
    text-decoration: none;
}

.h1border{
    background-image: url('../Images/green_h1.gif');
}

.h2border{
    background-image: url('../Images/green_h2.gif');
}

/*HEADER*/

.header .global{
    background-image: url('../Images/green_box.png');
}

/*NAVIGATION*/

/*FOOTER*/

.footer .star{
    background-image: url('../Images/green_star.gif');
}

/*SIDEBAR*/

.sidebar .box .title{
    background-image: url('../Images/green_sidebar.gif');
    color: #526226;
}
.sidebar .white .box .title{
    background-image: url('../Images/green_sidebar_whitebkgr.gif');
}

.sidebar .white .box .title a, .sidebar .box .title a{
	color: 			    #526226;
	text-decoration: 	none;
}

.box .star{
    background-image: url('../Images/green_sidebar_star.gif');
}

.box .subtitle, .box .month{
    color: #526226;
}

/*ARTICLE*/
.page  .factbox{
	border-top: 		3px solid #526226;
	border-bottom: 		3px solid #526226;
}

.page .factbox h3, 
.eventlist .month, 
.event .placeholder .month, .event .placeholder .date{
    color: #526226;
}

.divider{
    background: #526226 url('../Images/green_gradient.gif');
}

.button{
    background: #526226 url('../Images/green_button.gif') repeat-y;
}

.button a{
    background: url('../Images/green_button.gif') no-repeat;
}

