/* Default stylesheet */
body {
	background: #063571 url(http://img5.custompublish.com/getfile.php/1580774.1935.xyytsqqfyb/bg.jpg) no-repeat center top;
	color: #333;
	/*font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;*/
	/*font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;*/
	font-family:  Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;
	/*font-family: "Gill Sans", Calibri, FreeSans, "Trebuchet MS", sans-serif;*/
	font-size: 75%; /* 12px*/
	margin: 0px;
	padding: 0px;
}
table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 1.45em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 10px 5px;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
}

div.forum {
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.layout {
	margin: 0px;
	padding: 0px;
}
td.layout {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/* General links */
a:link { color: #073571; text-decoration: none;}
a:visited { color: #073571; }
a:hover { text-decoration: underline;}

/* read more.. links */
.link { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
.menu a:link {text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:hover {text-decoration: underline;}

.menu a.menuselected:link {text-decoration: underline;}
.menu a.menuselected:visited {text-decoration: underline;}
.menu a.menuselected:hover {text-decoration: underline;}

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */
.cp { }
a.cp:link { }
a.cp:visited { }
a.cp:hover { }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { font-weight: normal;}
.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */
.path	{	}
a.path:link { }
a.path:visited { }
a.path:hover { }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
div.date, span.date { color: #999999; font-size: 0.9em; }
.author { color: #333333; font-size: 0.9em; }
.feedback { }
.copyright { }


/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	/* Set width/height to size of corner images */
	width: 10px;
	height: 10px;
}
span.corner.tl { 
	background-position: top left;
	left: -1px;
	top: -1px;
}
span.corner.tr { 
	background-position: top right;
	right: -1px;
	top: -1px;
}
span.corner.br { 
	background-position: bottom right;
	bottom: -1px;
	right: -1px;
}
span.corner.bl { 
	background-position: bottom left;
	bottom: -1px;
	left: -1px;
} 

.linkcontainer a {
	color: #036;
}


/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
#skiplink { 
  position: absolute;
  left: -1000px;
  width: 900px;
/*  display: none;*/
}
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
h1.headline {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
}
h1.headlineview {
	margin: 0px;
	padding: 0px;
}
.subheadline, h2.subheadline {
	font-size: 1.0em;
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
h2.paragraphheadline {
}
.ingress {
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
}
.ingressview {
font-weight: bold;
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 0px; padding: 0px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
	margin-right: 20px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 15px;
}

.articleblock .imgwrap {
	float: left;
	width: 32.5%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: right;
	width: 65%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol .articleblock { 
	width: 49%;
}
div.twocol .articleblock.pair0 { 
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter */
div.threecol .articleblock { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol .articleblock.treble0 { 
	clear: both;
}
div.threecol .articleblock.treble1 { 
	margin-right: 0;
}
div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #000000;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}

div.articleparagraph {
	margin-bottom: 16px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#page {
	width: 100%;
	
}
#page .inner {
	width: 990px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#top {
	margin: 15px 0px 10px;
	padding: 0px;
}
.logo {
	float: left;
}
#topnav {
	float: right;
}
ul#topmenu{
	list-style: none;
	margin: 0; padding: 0;
	float: right;
	clear: right;
}

ul#topmenu li{
	margin-left: 6px;
	display: inline;
	border-left: 1px solid #FFF;
	padding-left: 6px;
}
ul#topmenu li.firstitem{
	margin-left: 0px;
	border-left: 0;
	padding-left: 0px;
}
ul#topmenu li a{
	color: #FFF;
}

#mainmenubg {
	background: #FFF
}

#mainmenu, #mainmenu * {
	margin:	0;padding:0;
	list-style:	none;
	position: relative;
	z-index:99;
}

#mainmenu ul {
	position:absolute;
	top:-999em;
	width:14em; /* left offset of submenus need to match (see below) */
}
#mainmenu ul li {
	width:100%;
}
#mainmenu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
#mainmenu li {
	float:left;
	position:relative;
}
#mainmenu a {
	display:block;
	position:relative;
	
}
#mainmenu li:hover ul, #mainmenu li.sfHover ul {
	left:0;
	top:100%; /* match top ul list item height */
	z-index:99;
}
ul#mainmenu li:hover li ul, ul#mainmenu li.sfHover li ul {
	top:-999em;
}
ul#mainmenu li li:hover ul, ul#mainmenu li li.sfHover ul {
	left:100%;
	top:0;
}
ul#mainmenu li li:hover li ul, ul#mainmenu li li.sfHover li ul {
	top: -999em;
}
ul#mainmenu li li li:hover ul, ul#mainmenu li li li.sfHover ul {
	left: 100%;
	top: 0;
}

ul#mainmenu {
	color: #FFF;
	font-size: 14px;
}

ul#mainmenu li{
	float: left;
	font-size: 14px;
	text-align: center;
}

ul#mainmenu li a, ul#mainmenu li.noclick{
	color: #06346f;
	display: block;
	padding: 15px 32px;
	text-decoration: none;
	text-transform: uppercase;
}

ul#mainmenu li li {
	font-size: 11px;
	background:	#FFF;
	text-align: left;
}

ul#mainmenu li li a{
	padding: 8px 10px;
}
ul#mainmenu li li li {
	background:	#89a0b2;
}
ul#mainmenu li:hover, ul#mainmenu li.sfHover,  ul#mainmenu a:hover{
	color: #06346f;
	outline:0;
	background: url(http://img5.custompublish.com/getfile.php/1580784.1935.pvavpavcfd/mainmenu_hover.png) repeat-x bottom;
}
ul#mainmenu li.sfHover,ul#mainmenu a:focus,ul#mainmenu a:active {
 	background: url(http://img5.custompublish.com/getfile.php/1580784.1935.pvavpavcfd/mainmenu_hover.png) repeat-x bottom;
}

ul#mainmenu a.menuselected {
	background: url(http://img5.custompublish.com/getfile.php/1580784.1935.pvavpavcfd/mainmenu_hover.png) repeat-x bottom;
}
#middle {
	background: #072e61;
	background: rgba(7,46,97,0.7);
	padding: 20px 20px 0;
	margin: 20px 0;
}
.denneskalvarehvit {
	background: #FFF;
	padding: 5px;
	position: relative; 
	zoom: 1;
}
.logobottom {
	background: url(http://img5.custompublish.com/getfile.php/1602570.1935.pvyawbfutu/SMK_logo-Bunn.png) no-repeat top right;
	height: 79px;
	width: 100%;
	text-align: right;
	margin-top: 20px;
}
#navbar {
	float: left;
	margin-right: 10px;
	width: 220px;
}
#main {
	float: left;
	min-height: 500px;
	width: 560px;
}

#mainsidebar {
	float: right;
	width: 180px;
}


/* #main when no sidebar */
.widemain #main, .frontpage #main {
	float: right;
	width: 710px;
}
.widemain #navbar {
	margin-right: 0;
}
.widemain #mainsidebar, .frontpage #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main {
	float: none;
	width: auto;
}
.widefull #navbar, .widefull #mainsidebar {
	display: none;
}


#footer {
	clear: both;
	text-align: center;
}
#footer .inner {
	margin: 10px auto;
}
ul#bottommenu{
	list-style: none;
	margin: 0; padding: 0;
	float: left;
	width: 800px;
}

ul#bottommenu li{
	margin-left: 6px;
	display: inline;
	border-left: 1px solid #FFF;
	padding-left: 6px;
}
ul#bottommenu li.firstitem{
	margin-left: 0px;
	border-left: 0;
	padding-left: 0px;
}
ul#bottommenu li a{
	color: #FFF;
}

#cp {
	float: right;
}
#cp a {
	color: #295b9a;
	text-decoration: none;
}
/* SECTION: Sidebar */
.sidebar {
}

.box {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.box .head {
}
.box .cell {
	padding: 10px;
	background: #FFF;
	border: 1px solid #cccbcb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#navbar .box .cell {
	border-top: 1px;
	
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
#navbar .box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
#navbar .box ul li {
	margin: 0px 0px;
	padding: 0px 0 5px 14px;
	background: url(http://img5.custompublish.com/getfile.php/1580924.1935.yfperyburw/li.png) no-repeat left 4px;
}
#navbar .box ul ul{
	padding-left: 10px;
}
#navbar .box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box h3.caption {
	padding: 8px 10px;
	margin: 0px;
	background: #073571 url(http://img5.custompublish.com/getfile.php/1580848.1935.bxwurrfqbb/boxh3.png) repeat-x top;
	color: #FFF;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.box h3.caption a{
	color: #FFF;
	text-decoration: none;
}
/* SECTION: page elements */
#path {
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu, ul.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu, ul.menu ul {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 0px;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

#tools {
	list-style-type: none;
}
#tools li {
	background-position: center left;
	background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}

#searchform {
	background: url(http://img5.custompublish.com/getfile.php/1580788.1935.dqcqyywssv/search_input.png) no-repeat;
	width: 231px;
	height: 27px;
	margin-top: 10px;
	float: right;
	clear: right;
}
input.searchinput {
	vertical-align: middle;
	background: transparent;
	border: 0;
	padding: 6px;
	width: 190px;
}	
input.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
}
/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
}
#location1 {
	padding: 10px;
}

.icalendardayhead { background-color: #CECECE; }
.monthlycalendartable { width: 100%; }
.calendardate { color:#333333; font-size: 0.9em; }
.errmsg { font-weight: bold; color: #AA0000; }

table.weathertablefivedays { }

table.weathertablefivedays td {
	padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
	width: 100px;
	font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
	width: 75px;
}

input.newslettersubemail {
	width: 98%;
}

/* Kalenderliste */
h2.dayheader {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
div.calendarentry {
	font-size: 0.9em;
}
span.caltime {
	margin-right: 15px;
}
div.vevent {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 5px;
}

#slides {
	clear: both;
	margin: 0 auto 10px;
	position: relative;
	width: 710px;
}
.slides_container {
    width:710px;
    height:390px;
}
.slides {
    position:absolute;
    top:0;
    left:0;
    height: 390px;
  }
.slides_container .slide {
    position:absolute;
    top:0;
    width:710px;
}
.slides_container .slide .slidetext{
    position:absolute;
    top:20px;
    right: 20px;
    padding: 10px;
    width:290px;
    z-index: 2;
    color: #FFF;
    background: url(http://img2.custompublish.com/getfile.php/1387705.1802.wdtabtaeyq/t80b.png) repeat;
}
.slides_container .slide h2 a{
    color: #FFF;
}
ul.pagination {
	list-style: none;
	padding: 6px 8px; 
	margin: 0;
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: rgba(38,51,111,0.5);
	border-radius: 8px;
	z-index: 999;
}
ul.pagination li {
	float: left;
	margin-right: 6px;
}
ul.pagination li a{
	background: url(http://img5.custompublish.com/getfile.php/1588716.1935.bvupdavbut/dot.png) no-repeat;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	display: block;
	outline: 0;
	
}
ul.pagination li.current a {
	background: url(http://img5.custompublish.com/getfile.php/1588715.1935.vwxyespdtb/dot_active.png) no-repeat;
}


@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #navbar, #subnavbar, #mainsidebar, #footer, #searchform, .corner, #taleweb, #PAFTOOLBAR {
		display: none !important;
	}
	#page, #main {
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
}