﻿/* CSS RESET */
a img { border: 0; }

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, img, small, strike, strong,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body 
{
    font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* STYLES */
body 
{
	font-family:  Helvetica, Arial, sans-serif;
	color: #999;
}

p
{
    padding-bottom: 20px;
}

img
{
    display: block;
    margin-bottom: 20px;
}

a img { border: 0; }

a
{
    color: #999;
    text-decoration: underline;
}

a:hover
{
    color: #333;
    text-decoration: none;
}

#wrapper
{
	margin: 0 auto;
	width: 960px;
}

#nav
{
	float: left;
	margin: 0;
	padding: 0;
	width: 160px;
	text-align: left;
}

#nav li
{
    margin: 20px 0 0 0;
	padding: 0;
    font-size: 11px;
}

#nav a
{
    display: block;
    background: url(../images/nav_bg.png) no-repeat;
    clear: both;
    padding: 0;
    margin: 0;
    width: 160px;
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

#nav a:hover
{
    background: url(../images/nav_bg.png) -160px 0 no-repeat;
    color: #fff;
}

#nav a:active,
#nav .active,
#nav a.highlight
{
    background: url(../images/nav_bg.png) -320px 0 no-repeat;
    color: #fff;
}

#nav span
{
	display: block;
	width: 150px;
	margin: 0;
	padding: 0;
	background: transparent;
	text-align: right;
}

#nav li dl a
{
    background: none;
    font-weight: normal;
    margin: 0;
    color: #999;

}

#nav li dl a:hover
{
    background: none;
    color: #333;
}

#nav li dl a:active
{
    color: #77dd44;
}

#nav dt
{
	text-align: right;
    margin: 19px 10px 0 0;
    font-weight: bold;
    color: #666;
    border-bottom: solid 1px #efefef;
}

#nav dt
{
	text-align: right;
}

ul#nav dl.subnav span
{
	width: 150px;
}

strong
{
    color: #666;
}

.accordion dl
{
	display: none;
}

.active-parent dl
{
	display: block;
}

#content
{
	width: 760px;
	float: left;
	margin: 20px 0 0 20px;
	padding: 0;
}

ul#languages 
{
	float: right; 
	margin: 10px 20px 0 0;
}

	ul#languages li
	{
		padding-left: 25px;
	}

	ul#languages li.en
	{
		background: transparent url(../images/flag-gb.png) 0 4px no-repeat;
	}

	ul#languages li.sv
	{
		background: transparent url(../images/flag-sv.png) 0 4px no-repeat;
	}

		ul#languages li a
		{
			text-decoration: none;
		}

h1#logo,
h1#logo a
{
	width: 160px;
	height: 70px;
	display: block;
}

h1#logo a 
{
	background: url(../images/logo-green.png) no-repeat;
}

#logo a span
{
	margin-left: -9999px;
}

.story-container,
.project-container
{
    display: inline;
    width: 760px;
    float: left;
    clear: both;
}

.project-container h3
{
    margin: 20px 0 5px 0;
}

.left_col
{
    display: inline;
    width: 280px;
    float: left;
}

.left_col_narrow
{
    display: inline;
    width: 160px;
    float: left;
    margin-right: 20px;
}

.mid_col
{
    display: inline;
    width: 400px;
    float: left;
}
.right_col
{
    /*display: inline;*/
    width: 460px;
    float: right;
}

.right_col_narrow
{
    display: inline;
    width: 160px;
    float: right;
}

.right_col_wide
{
    display: inline;
    width: 580px;
    float: right;
}

.two_col
{
    display: inline;
    width: 760px;
    float: right;
}

div.left-project-photos
{
    float: left;
    margin: 0 18px 0 0;
    width: 221px;
}
div.right-project-photos
{
    float: left;
    margin: 0;
    width: 221px;
}

ul.project-list a.project-link
{
	background: #fff url(../images/link-arrow-hover.png) no-repeat right center;
	padding: 0 25px 2px 0;
    margin: 0 0 0 5px;
	color: #666;
	text-decoration: none;
}

	ul.project-list a.project-link:hover
	{
		background: #fff url(../images/link-arrow.png) no-repeat right center;
		text-decoration: none;
		color: #77dd44;
	}
	
.portrait
{
    display: inline;
    position: relative;
    width: 100px;
    float: left;
    margin-right: 20px;
    font-size: 10px;
}

.portrait img
{
    margin-bottom: 0;
}

.portrait a
{
    text-decoration: none;
}

.imgtext_white
{
    width: 100px;
    padding: 10px;
    color: #FFF;
    position: absolute;
    bottom: 20px;
    z-index: 1;
    font-weight: bold;
    margin-bottom: 0;
    text-decoration: none;
    
}

div.header-container
{	
    width: 280px;
    float: left;	
    background: #77dd44;
    margin-bottom: 20px;
}

	div.header-container h2
	{
	    font-size: 18px;
	    line-height: 20px;
	    color: #fff;
	    padding: 10px 10px 30px 10px;	
	}
	
div.main-header h2
{
	float: left;
	width: 282px;
	height: 63px;
	background: transparent url(../images/maf-header.png) top left no-repeat;
	margin-bottom: 20px;
}

	div.main-header h2.en
	{
		background: transparent url(../images/maf-header-en.png) top left no-repeat;
	}

	div.main-header h2 span
	{
		display: none;
	}
	
.header-container-white
{	
    width: 280px;
	position: absolute;
	z-index: 9999;
    background: #77DD44;
}

	div.header-container-white h3,
	div.header-container-white p
	{
	    color: #666;
	    padding: 10px 10px 30px 10px;
	}
	
	
.header-container-white-narrow
{	
    width: 100px;
	position: absolute;
	z-index: 9999;
	background: #fff;
    /*background: url(../images/puff_bg_white.png) no-repeat bottom;*/
}

	div.header-container-white-narrow h3,
	div.header-container-white-narrow p
	{
	    color: #666;
	    padding: 10px;	
	}

h3 
{
    font-size:14px;
    line-height: 20px;
    color: #666;
}

.table_display dt
{
	float: left;
	width: 80px;
	padding-right: 20px;
	font-weight: bold;
	color: #666;
}

	.table_display dd span.invisible
	{
		visibility: hidden;
	}

/* CODA-slider */
		/*.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}*/
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0 0 35px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			/*border: 5px solid #000; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 760px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 460px;
			clear: both;
			background: #fff;
			margin-bottom: 20px;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 760px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			/*padding: 10px;*/
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			z-index: 1000;
			top: 460px; /*420px*/
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 60px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("../images/case-arrow-left.png") no-repeat center;
		}
		
		.stripNavR {
			background: url("../images/case-arrow-right.png") no-repeat center;
		}
		
.stockholm_blob
{
    float: right;
    overflow: hidden;
}

.stockholm_blob a
{
    height: 70px;
    width: 208px;   
    background: url(/images/blob-stockholm.png) no-repeat;
    float: left;
}

.stockholm_blob a:hover
{
    background-position: bottom;
}

/* COMMON */
.clr { clear: both; }
.alignleft { float: left; }
.alignright { float: right; }
.relative { position: relative; }

#nav li.address-container  dl dt
{
	padding-top: 15px;
}

ul.project-list p
{
	margin: 0;
	padding: 0;
}

ul.project-list img
{
	margin: 20px 0 0 0;
}

.project-container ul,
.story-container ul
{
	list-style-type: circle;
	margin: 0 0 0 20px;
}

/* debug ie6 */

.png8 #nav li ul li
{
	margin: 0;
}

.png8 ul.project-list a.project-link
{
	display: block;
	width: 48px;
	margin: 0;
}

/*******/
.png8 #nav li div
{
    height: 20px;
}

.png8 #nav li.address-container
{
    margin-top: 0;   
}

.png8 ul.project-list li
{
    height: 250px;
}

.png8 ul.project-list li.intro-container
{
    height: auto;
}

/* ie7 */

.ie7 ul.project-list a.project-link
{
	display: block;
	width: 48px;
	margin: 0;
}

.ie7 #nav li.address-container
{
    margin-top: 0;   
}

.ie7 #nav
{
	margin: 0;
}

.ie7 #nav  div
{
	height: auto;
	margin: -15px 0 0 0;
}

.ie7 #nav div li.accordion
{
	margin: 0;
}

.ie7  div.story-container
{
	margin-bottom: 20px;
}

.ie7  div.project-list li
{
	margin: 0;
}

/* news banner */ 

.news-banner
{
	background-color: #eee;
	padding: 10px;
	margin-bottom: 10px;
}

	.news-banner p
	{
		margin: 0 0 4px 0; 
	}
