﻿@charset "utf-8";

/*========================================index
/* +hasLayout
/* +for IE7 page zoom
/* +box model
/* +margin with float
/* +font-size
/* +external link
/* +a11y
========================================index*/

/*====================
 +hasLayout
====================*/
*+html body div#shortGlobalNavigation,
* html body div#shortGlobalNavigation,
* html body div.newlist{
	zoom: 1;
	}

/*====================
 +for IE7 page zoom
====================*/
*:first-child+html body {
	letter-spacing: 0;
	}

/*====================
 +box model
====================*/
* html body#vw02 div#primaryArticle{
	display: inline;
	width: 420px;
}
* html body div#leftNavigationColumn{
	overflow: hidden;
}

*+html body#sjomagasinet div#header,
* html body#sjomagasinet div#header{
	left:-89px;
	margin-left: 0;
}
/*====================
 +margin with float
====================*/
* html body div#leftNavigationColumn div#shortGlobalNavigation ul{
	padding-top:35px;
}
* html body #leftNavigationColumn {
	display: inline;
	}
* html body #main {
	display: inline;
	}
* html body#vw01 div#primaryArticle,
* html body div#utilityNavigation{
	display: inline;
}
/*====================
 +font-size
====================*/
* html body {
	font-size: 75%;/* 12px(12/16) */
	}
* html .caption {
	font-size: 84%;/* 10px(10/12) */
	}
	
/*====================
 + Layout Arrange
====================*/
* html body #leftNavigationColumn #shortGlobalNavigation ul{
	zoom: 1;
	margin-top: 17px;
}
* html body p.newsdate{
	top: -2px;
	left:-75px;
}
/*====================
 +external link
====================*/
* html a.external {
	}
* html a {
	behavior: expression(
	this.className += this.getAttribute("href").match(/^http.*/) && (!this.getAttribute("href").match("foo.com")) ? " external" : "",
	this.style.behavior = "none"
	);
	}

/*====================
 +a11y
====================*/
* html .a11y {
	position: absolute;
	visibility: hidden;
	}

