﻿/*
Title: 		Utenriksdepartementet - Norgesportalen
Author: 	Espen André Lund, Objectware (2009)
File:		Grey.css
Desc:		Styles for grey design
*/



/* ------------------------- GENERAL ----------------------- */
.darkcolor
{
    color: #414c41 !important;
}

.lightcolor
{
    color: #728074 !important;
}

.darkimage
{
    background-image: url('../Images/grey_h1.gif') !important;
}

.lightimage
{
    background-image: url('../Images/grey_h2.gif') !important;
}

.darkimageTitle
{
    background-image: url('../Images/grey_h1_gradient.gif') !important;
}

.lightimageTitle
{
    background-image: url('../Images/grey_h2_gradient.gif') !important;
}

ul.level3 li.active
{
    border-top: 2px solid #414c41;
}

h1, .h1
{
    background-image: url('../Images/grey_h1_gradient.gif');
    color: #414c41;
}

h1 a:link, h1 a:active, h1 a:visited, h1 a:hover
{
    color: #414c41;
    text-decoration: none;
}

h2
{
    background-image: url('../Images/grey_h2_gradient.gif');
    color: #728074;
}

h2 a:link, h2 a:active, h2 a:visited, h2 a:hover, h3 a:link, h3 a:active, h3 a:visited, h3 a:hover
{
    color: #728074;
    text-decoration: none;
}

h3
{
    color: #728074;
}

h4
{
    color: #414c41;
}

h4 a:link, h4 a:active, h4 a:visited, h4 a:hover
{
    color: #414c41;
    text-decoration: none;
}

.h1border
{
    background-image: url('../Images/grey_h1.gif');
}


.h2border
{
    background-image: url('../Images/grey_h2.gif');
}

/*HEADER*/

/* farge/bakgrunnsbilde på boks til høyre */

.header .global
{
    background-image: url('../Images/grey_box.png');
}

/*NAVIGATION*/

/* Søkeknapp og farge på breadcrumbs

/*FOOTER*/

.footer .star
{
    background-image: url('../Images/grey_star.gif');
}

/*SIDEBAR*/

.sidebar .box .title
{
    background-image: url('../Images/grey_sidebar.gif');
    color: #414c41;
}

.sidebar .white .box .title
{
    background-image: url('../Images/grey_sidebar_whitebkgr.gif');
}

.box .star
{
    background-image: url('../Images/grey_sidebar_star.gif');
}

.box .subtitle, .box .month
{
    color: #414c41;
}

.sidebar .white .box .title a, .sidebar .box .title a{
	color: 			    #414c41;
	text-decoration: 	none;
}


/*ARTICLE*/
.page  .factbox{
	border-bottom: 		3px solid #728074;
	border-top: 		3px solid #728074;
}

.page .factbox h3, .eventlist .month
{
    color: #728074;
}

.divider
{
    background: #414C41 url("../Images/grey_gradient.gif") no-repeat;
}

.button
{
    background: #414c41 url("../Images/grey_button.gif") repeat-y;
}

.button a
{
    background: url("../Images/grey_button.gif") no-repeat;
}

.event .placeholder .month, .event .placeholder .date
{
    color: #414c41;
}
