﻿/*
Title: 		Utenriksdepartementet - Norgesportalen
Author: 	Espen André Lund, Objectware (2009)
File:		Red.css
Desc:		Styles for red design
*/

/*GENERAL*/

.darkcolor, .lightcolor
{
    color: #89181c !important;
}

.darkimage
{
    background-image: url('../Images/red_h1.gif') !important;
}
.lightimage
{
    background-image: url('../Images/red_h2.gif') !important;
}

.darkimageTitle
{
    background-image: url('../Images/red_h1_gradient.gif') !important;
}
.lightimageTitle
{
    background-image: url('../Images/red_h2_gradient.gif') !important;
}

h1, .h1
{
    background-image: url('../Images/red_h1_gradient.gif');
    color: #89181c;
}
h2
{
    background-image: url('../Images/red_h2_gradient.gif');
    color: #89181c;
}

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: #89181c;
    text-decoration: none;
}

h3, h4
{
    color: #89181c;
}

.h1border
{
    background-image: url('../Images/red_h1.gif');
}

.h2border
{
    background-image: url('../Images/red_h2.gif');
}
ul.level3 li.active
{
    border-top: 2px solid #89181c;
}

/*HEADER*/

.header .global
{
    background-image: url('../Images/red_box.png');
}

/*NAVIGATION*/


/*FOOTER*/

.footer h2
{
    color: #89181c;
}

.footer .star
{
    background-image: url('../Images/red_star.gif');
}

/*SIDEBAR*/

.box .month, .box .subtitle
{
    color: #89181c;
}

.box .star
{
    background-image: url('../Images/red_sidebar_star.gif');
}

.sidebar .box .title
{
    background-image: url('../Images/red_sidebar.gif');
    color: #89181c;
}

.sidebar .white .box .title
{
    background-image: url('../Images/red_sidebar_whitebkgr.gif');
}

.sidebar .white .box .title a, .sidebar .box .title a{
	color: 			    #89181c;
	text-decoration: 	none;
}

/*ARTICLE*/
.page .factbox{
	border-bottom: 		3px solid #89181c;
	border-top: 		3px solid #89181c;
}

.button
{
    background: #89181c url("../Images/red_button.gif") repeat-y;
}

.button a
{
    background: url("../Images/red_button.gif") no-repeat;
}

.divider
{
    background: #89181c url('../Images/red_gradient.gif');
}

.eventlist .month, .event .placeholder .month, .event .placeholder .date, .page .article .factbox h3
{
    color: #89181c;
}
