﻿/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

	Stylesheet for Ny i Norge
	media: print

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Layout
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#page
{
	width: 650px;
}

#mainContent
{
	float: none;
	width: 650px;
}

#relatedContent
{
	display: none;
}

#mainNav
{
	display: none;
}

#theEnd
{
	width: 650px;
}
	#footerWrapper
	{
		width: 650px;
		border-top: 1px solid #999;
	}
		#footer
		{
			float: none;
			width: 650px;
		}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Elements
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Header */
#global
{
	margin-left: 0;
}

#chooseLanguage
{
	display: none;
}

#siteNavigation
{
	display: none;
}

/* Site title area */
#siteTitle
{
	padding: 15px 0;
}
	#siteTitle .status
	{
		display: none;
	}
	#siteTitle .title
	{
		margin: 0;
		font-size: 1.3em;
		font-weight: bold;
	}
	#siteTitle .subtitle
	{
		margin: 0 0 10px;
		font-size: 1.1em;
	}

/* bread crumbs */
#breadcrumbs
{
	display: none;
	/*padding: 6px 0 13px;*/
}
/*
	#breadcrumbs a
	{
		color: #999;
		padding-right: 8px;
		border-right: 1px solid #999;
	}
*/

/* Article */
.article
{
	margin-left: 0;
}

/* List for regulations etc. */
dl.tableList
{
}
	dl.tableList dt
	{
		float: left;
	}
	dl.tableList dd
	{
		margin-left: 50px;
	}

/* Section header */
#sectionHead
{
	margin: 0;
	padding: 0 0 20px;
}
	p.sectionTitle
	{
		margin: 0;
		font-size: 2.1em;
		font-weight: bold;
	}
	body .sectionTitle { color: #000 !important; }
	#sectionHead p
	{
		line-height: 1.35em;
	}

/* Intro area */
#intro
{
	padding-left: 0;
}
	#intro h1
	{
		margin-top: 0;
		border-bottom: 1px solid #666;
	}
	body #intro h1 { border-bottom: 1px solid #999 !important; }
	body.article #intro h1
	{
		padding-left: 0;
	}

	a.printPage
	{
		display: none;
	}

/* Section list */
ul.sectionList
{
	margin: 0;
	padding: 0;
	list-style: none;
}
	ul.sectionList li
	{
		float: none;
		width: auto;
		margin: 0 10px 5px 0;
		padding: 0;
	}
	ul.sectionList li.alt
	{
		margin-right: 0;
	}
	ul.sectionList h3
	{
		padding: 0;
		font-size: 1.3em;
		font-weight: bold;
	}
	ul.sectionList p
	{
		padding-right: 0;
		padding-left: 0;
	}

/* Article list */
ul.articleList li
{
	margin-left: 0;
}
body.frontpage ul.articleList h2
{
	position: relative;
	border-bottom: 1px solid #999;
}
	body.frontpage ul.articleList h2 a
	{
		position: relative;
		top: 0;
		left: 0;
		display: block;
		margin-bottom: 0;
		padding: 4px 0;
		font-size: 1.2em;
		font-weight: bold;
		color: #000;
	}

/* All topics area */
#allTopics
{
	padding-left: 0;
}
	#allTopics h2
	{
		font-size: 1.8em;
		border-bottom: 1px solid #666;
	}
		#allTopics ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		#allTopics li
		{
			float: left;
			width: 270px;
			margin: .1em 0;
			padding: 0;
		}

/* Tip a friend */
#tipAFriend
{
	display: none;
}

/* Footer */
#footer ul.info
{
	width: 430px;
}

/* Hide overlay items */
div.pp_overlay,
div.pp_pic_holder,
div.ppt
{
	display: none;
}

/* Search results */
#searchArea
{
	min-height: 0 !important;
	padding: 0;
}
	#searchArea input,
	#searchArea div.submit,
	#searchArea ul.paging
	{
		display: none;
	}
