﻿@media all {
	.clear { clear: both; }	
}

@media screen, projection {
	body { font-family: verdana, Sans-Serif; font-size: 11px; color: #2D4553; background: #f7f7f7; }
	
	.articleSummary { font-weight: bold; }
	
	/* Overskrifter */
	h1 { font-size: 20px; font-weight: normal; }
	h2 { font-size: 16px; }
	h3, h4, h5, h6 { font-size: 14px; }
	
	/* Lenker */
	a:link { color: #369; }
	a:visited { color: #369; }
	a:active { color: #369; }
	a:hover { color: #333; }
	
	/* Navigasjon */
	table.Layout { width: 760px; margin-left: auto; margin-right: auto; }
	td.Layout-SiteMenu { color: #ccc; }
	td.Layout-SiteMenu a { text-decoration: none; }
	td.Layout-SiteMenu a:hover { text-decoration: underline; }
	td.Layout-SiteImage { border: 1px solid #ccc; border-bottom: 0px; }
	td.Layout-GlobalNavigation { border: 1px solid #ccc; border-bottom: 0px; background: #fff url(../../img/aafk/border_bg.gif) repeat-x; color: #ccc; height: 25px; }
	td.Layout-GlobalNavigation a { text-decoration: none; font-weight: bold; }
	td.Layout-GlobalNavigation a:hover { text-decoration: underline; }
	td.Layout-SiteContent { background-color: #fff; border: 1px solid #ccc; padding-bottom: 30px; }
	td.Layout-PageBottom { padding: 5px; }
	td.Layout-RightArea { width: 35%; padding: 10px; }
	td.Layout-LeftArea { width: 25%; padding: 10px; }
	
	/* Diverse */
	.page-ContentHeader { padding-bottom: 15px; }
	.centered { width: 760px; margin-left: auto; margin-right: auto; }
	
	/* Modules */
	.module-Wrapper { padding: 5px; margin-bottom: 5px; clear: both; }
	.module-ClientWrapper { border: 1px solid #ccc; background-color: #f7f7f7; padding: 5px; margin:-5px; clear: both; }
	.module-Wrapper h2.module-Title { margin: 5px 0px 7px 0px; }
	.module-SummaryWrapper { margin-bottom: 10px;}
	
	/* Søk */
	.QuickSearch-TextBox { border: 1px solid #ccc; width: 100px; font-size: 11px; }
	.QuickSearch-Button { font-family: verdana, Sans-Serif; font-size: 10px; }
	
	div.rssFeedItem {
		background: url(../admin/img/icons/rss.gif) no-repeat;
		padding-left: 22px;
		margin-bottom: 15px;
	}
	
	.article-MetaInfo {
		margin-top: 15px;
		border-top: 1px dashed #ccc;
		background-color: #f7f7f7;
		border-bottom: 1px dashed #ccc;	
		padding: 5px 10px 5px 10px;
		line-height: 150%;
	}
	
	/* KULTURNETT */
	
	table#footerTable {
		font-family: verdana;
		color: #fff;
		font-size: 0.7em;
		padding: 10px;
	}
	table#footerTable a {
		color: #fff;
		text-decoration: none;
	}
}

@media print {
	.printHidden { display: none; }	
}