/*
Theme Name: IFCBD
Theme URI: http://ifc-bd.dk/
Description: IFC-BD theme
Author: Translucent ApS
Version: 1.0
Tags:
*/

body {
background-color:#ffffff;
font-family: "arial";
color:#444;
width:auto;
height:auto;
margin:0 0 0 0;
background-image:url('images/bg.png');
background-repeat:repeat-y;
background-position:top center;
}

#page {
width:844px;
height:auto;
margin-left: auto;
margin-right: auto;
}

#header{
float:left;
height:150px;
width:844px;
background-image:url(images/header.png);
background-repeat:no-repeat;
background-position:right top;
}

#header a.home{
display:block;
width:844px;
height:150px;	
}

#content {
margin:10px 40px 0 20px;
padding-bottom:50px;
width:580px;
height:auto;
float:right;
background-image:url(images/content_bg.png);
background-repeat:no-repeat;
background-position:right top;
font-size:14px;
min-height:500px;
}

#content h2{
margin: 0 0 10px 0;
font-weight:normal;
}

#sidebar {
margin-top:50px;
width:200px;
float:left;
}

.sidebar_image {
width:200px;
height:130px;
padding:10px;
}

#sidebar ul{
margin:0 0 0 0;
padding:0 0 0 15px;
list-style: none;
}

#sidebar h2{
font-size:16px;
}

#sidebar a{
font-size:14px;
}

#footer{
position: fixed;
bottom: 0;
clear:both;
width:844px;
height:30px;
text-align:center;
font-size:14px;
border-top:1px solid #a4a4a4;
background-color:#ffffff;
padding-bottom:10px;
}

a, a.link, a.visited {
color:#888888;
text-decoration:none;
}
a:hover, a:active {
color:#006600;
}


/* TEXT */

h1, h2, h3, h4, h5, h6{
font-family:arial;
margin: 1em 0px 0.4em 0px;
}
h1 {
font-size:2.0em;
margin:5px 0;
font-weight:bold;
color:#000066;
}

h2 {
font-size:1.8em;
margin:5px 0;
font-weight:bold;
color:#000066;
}

#content h2 {
	font-size:1.8em;
	margin:5px 0;
	font-weight:bold;
	color:#000066;
}

h3 {
font-size:1.5em;
margin:5px 0;
font-weight:bold;
color:#000066;
}
h4 {
font-size:1.4em;
font-weight:bold;
color:#000066;
}
h5 {
font-size:1.2em;
font-weight:bold;
color:#000066;
}
h6 {
font-size:1.0em;
font-weight:bold;
color:#000066;
}