/* BASE 
*************************** */
* {
	padding:0;
	margin:0;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:76%;
	color:#000;
}
h1 {
	font-size:1.8em;
	margin-bottom:0.8em;
}

h2 {
	font-size:1.4em;
	margin-bottom:0.2em;
	margin-top:0.4em;
}
h3 {
	font-size:1.2em;
	margin-bottom:0.2em;
	margin-top:0.4em;
}
p {
	font-size:1.1em;
	line-height:1.3em;
	margin-bottom:0.5em;
}
a {
	text-decoration:none;
}
.hidden {
	display:none;
}
table, tr, td {
    font-size:1.0em;
}
.contentheading {
	color:#888;
}
.contentpaneopen ul {
	padding-left:13px;
}
.contentpaneopen li {
	font-size:1.1em;
	margin-bottom:0.5em;
}



/* HACKS AND FIXES
TODO: Potential IE6 problem with clearfix 
*************************** */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



/* MAGENTA NEWS 
*************************** */
#news h3.meltwater {
	margin:10px 10px 0 20px;
	padding:0 0 5px 0;

}
#news .magentanews {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:0 10px 0 20px;
	height:220px;
	overflow:hidden;
}
#news .magentanews, 
#news .magentanews body {
	color:#686f76; 
	background-color: #ffffff; 
}
#news .magentanews, 
#news .magentanews * { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.0em; 
}
#news .magentanews pre, 
#news .magentanews tt, 
#news .magentanews code, 
#news .magentanews samp, 
#news .magentanews kbd, 
#news .magentanews xmp, 
#news .magentanews listing, 
#news .magentanews plaintext { 
	font-family: monospace; 
}
#news .magentanews h2 { 
	font-size: 1.1em; 
}
#news .magentanews a:link   { color: #686f76; text-decoration: none; }
#news .magentanews a:visited{ color: #686f76; text-decoration: none; }
#news .magentanews a:hover  { color: #686f76; text-decoration: underline; }
#news .magentanews .article { padding-bottom: 10px; line-height:1.2em; }
#news .magentanews .date    {font-size: 0.9em; color: #999999;}
#news .magentanews .source  {font-size: 0.9em; color: #999999;}
#news .magentanews .title   { font-size: 1.0em;  font-weight: bold; color: #686f76; text-decoration: none;}
#news .magentanews .ingress { font-size: 1.0em; color: #686f76; text-decoration: none; }
#news .magentanews .match   { font-size: 1.0em; }
#news .magentanews .title a:link   { font-size: 1.0em;  font-weight: bold; color: #686f76; text-decoration: none;}
#news .magentanews .title a:visited { color: #686f76; text-decoration: none; }



/* INDEX 
*************************** */
.index h1 {
	font-weight:normal;
	margin-bottom:0.4em;
}
.index h1 span {
	font-size:1.1em;
	font-weight:bold;
	margin:0.4em 0 0.4em 0;
	display:block;	
}
.index #flash p {
	font-size:1.2em;
	font-weight:normal;
}
.index {
	color:#686f76;
}

/* PAGE 
*************************** */
.page h1 {
	font-weight:bold;
}
.page #related {
	color:#686f76;
}
.page .meta {
	color:#888;
}

/* LAYOUT 
*************************** */
#header {
	width:910px;
}
	#brand {
		width:227px;
		margin-right:3px;		
		height:65px;
	}
	#brand h2 {
		top:-200px;
		left:-200px;
		position:absolute;
	}
	#globalnav {
		width:680px;
		position:absolute;
		left:230px;
		top:0;
		height:69px;
	}
	#globalnav ul.mainnav {
		/*padding: 3px 0 3px 0;*/
		padding: 0;
		margin:0;
		list-style-type:none;
		position:absolute;
		bottom:0;
		top:auto;
		width:680px;
	}
	#globalnav ul.mainnav li {
		list-style: none;
		/*display: inline;*/
	}
	#globalnav ul.mainnav li a
	{
		padding: 7px 0.5em 3px 0.5em;
		border-bottom: none;
		text-decoration: none;
		/*display: inline;*/
	}
	#globalnav ul.subnav {
		padding:2px;
		border-left:2px solid;
		border-bottom:2px solid;
	}
	#globalnav ul.subnav li {}
	#globalnav ul.subnav li a {
		padding:3px 2px 0 2px;
	}
	
	#settings {
		padding:4px;
	}
	#search {
		float:right;
	}
	#language {
		margin-right:8px;
		padding:2px 4px 0 0;
		float:right;
		width:100px;
	}
	#language a  {
		display:block;
		width:16px;
		height:11px;
		margin:4px;
		float:right;		
	}
	#language .english {
		background:url(../images/flag_english.gif) #fff no-repeat;
	}
	#language .swedish {
		background:url(../images/flag_swedish.gif) #fff no-repeat;
	}
	#language a span {
		display:none;
	}
	
#content {
	width:910px;
	clear:both;
}
	#news,
	#related {
		width:227px;
		margin-right:3px;
		float:left;
	}
	#news li,
	#related li {
		padding:10px 10px 10px 20px;
	}
	#main {
		float:left;
	}
	.index #main {
		width:680px;
		float:left;
	}
	.page #main {
		width:648px;
		padding:10px 16px 10px 16px;
	}
	#main #flash {
		display:block;
		clear:both;
		height:365px;
	}
	#main #presentation {
		display:block;
		clear:both;
	}
	#flash div,
	#presentation div {
		width:318px;
		float:right;
		padding:10px;
	}
	#flash div.first,
	#presentation div.first {
		float:left;
	}
	#presentation div {
		border-left:4px solid #fff;
	}
	#presentation div.first {
		border-left:none;
	}
	

#footer {
	width:664px;
	padding:8px;
	margin-left:230px;
	clear:both;
}
	#footer #tel {
		float:left;
		width:175px;
	}
	#footer #adr {
		float:left;
		text-align:center;
	}
	#footer #email {
		float:right;
		width:175px;
		text-align:right;
	}

