/* --------------- LAYOUT --------------- */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border-color: #97AF94;
}
body {
	background: #738970 url(/graphics/layout_bg.png) repeat-x;
}
#wrap, #header, #content, #footer {
	width: 952px;
}
#wrap {
	position: relative;
	background: #CDE1BE url(/graphics/layout_wrap.png) repeat-y center top;
	margin: 40px auto 30px auto;
}
#header {
	position: relative;
	height: 245px;
	background: #F0F0F0 url(/graphics/layout_header.png) no-repeat;
}
#header h1 {
	position: absolute;
	display: none;
	top: 60px;
	left: 150px;
}
#header img,
#header #home-link {
	position: absolute;
	top: 21px;
	left: 21px;
}
#header #home-link {
	width: 211px;
	height: 220px;
}
#top-menu {
	position: absolute;
	bottom: 4px;
	left: 231px;
	padding: 6px 10px 8px;
	background-color: #738970;
	border: 0 solid #6A7F5F;
	border-width: 1px 1px 0 0;
}
#search-box {
	position: absolute;
	bottom: 4px;
	right: 21px;
	padding: 3px 8px;
	background-color: #738970;
	border: 0 solid #6A7F5F;
	border-width: 1px 0 0 1px;
}
#search-box input {
	font-size: 10px;
	padding: 1px;
}
#content {
	clear: both;
	float: left;
	padding: 15px 0;
}
#main, #sidebar {
	display: inline;
}
#main {
	float: right;
	width: 682px;
	margin-right: 40px;
}
.full-width {
	width: 872px !important;
}
#sidebar {
	float: left;
	width: 170px;
	margin-left: 40px;
}
#footer {
	clear: both;
	padding: 30px 0 25px 0;
	background: #738970 url(/graphics/layout_footer-bottom.png) no-repeat left top;
}


/* --------------- TYPOGRAPHY --------------- */
#wrap {
	font: normal 12px 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #313F2F;
}
#content {
	line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
	color: #434B39;
	letter-spacing: 0;
	line-height: 1.1;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
h1 {
	font-weight: bold;
	font-size: 55px;
	letter-spacing: 1px;
}
h1 a {
	color: black !important;
	text-decoration: none !important;
	border-width: 0 !important;
	padding-right: 10px !important;
}
h2 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0;
	clear: both;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 25px;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 15px;
}
h5, h6 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}
h6 {
	margin-top: 5px;
}


/* --------------- LINKS --------------- */
a:link,
a:visited {
	text-decoration: underline;
}
a:link {
	color: #334411;
}
a:visited {
	color: #434B39;
}
a:hover,
a:active {
	color: black;
	text-decoration: none;
}
a.external {
	background-image: url(/graphics/icon_external.png);
	padding-right: 15px;
}


/* --------------- TABLES --------------- */
table {
	background-color: #D6EBC6;
}
tr.alt {
	background-color: #E0F0D4;
}
th,
td {
	
}
th {
	background-color: #B9D2AD;
	border-bottom-color: #6D7D6A;
	text-align: left;
}
tr.h1 {
	font-weight: bold;
	font-size: 15px;
	background-color: #B9D2AD;
	line-height: 1.1;
}
tr.h1 td {
	border-top: 2px solid #555;
	border-bottom: 1px solid #777;
padding: 7px;
}


/* --------------- IMAGES --------------- */
.image a img {
	border-color: #0000FF;
}
.image a img:hover {
	border-color: #BB0000;
}
.align-left .caption,
.align-center .caption ,
.align-right .caption  {
	font-weight: bold;
}


/* --------------- MAIN --------------- */
#main ol.breadcrumb {
	font-size: 14px;
	color: #555;
	margin-bottom: 7px;
	font-variant: small-caps;
}
#main ol.breadcrumb li {
	padding: 0 6px 0 10px;
	margin: 0;
	border-left-width: 1px;
}
#main ol.breadcrumb li:first-child {
	padding-left: 0;
	border-left-width: 0px;
}
#main .publish {
	padding: 3px 0;
	border-width: 1px 0;
	font-size: 11px;
	color: #777;
	margin-bottom: 15px;
}
#main .author {
	margin-right: 15px;
	margin-left: 5px;
	font-weight: bold;
}
#main .date {
	
}
#main .edit {
	margin-left: 20px;
}
#main .summary {
	font-size: 13px;
}
#main .content {
	
}
#main .attachments {
	margin-bottom: 15px;
	padding: 10px;
	background-color: #B5CDA9;
	border-width: 1px;
	font-size: 13px;
}
#main .attachments h2 {
	font-size: 18px;
	font-weight: bold;
}
#main .attachments ul {
	margin-left: 35px;
}
#main .pagination {
	margin: 15px 0;
	padding: 5px;
	text-align: center;
	background-color: #B5CDA9;
	border-width: 1px;
	font-size: 13px;
	font-weight: bold;
}
#main .pagination span {
	color: #738970;
}
#main .pagination span a {
	text-decoration: none;
	border-bottom: 1px dotted #334411;
}
#main .pagination .show-all {
	margin-left: 20px;
}

#main .article-row {
	clear: both;
	margin-bottom: 15px;
}
#main .article-row .hr {
	margin: 0;
}
#main .article-row .element {
	margin: 3px 0;
	padding: 5px 0;
	border-bottom-width: 1px;
}
#main .article-row .element:first-child {
	border-top-width: 1px;
}
#main .article-row h3 {
	margin-bottom: 5px;
	margin-top: 0;
}
#main .article-row p,
#main .article-row blockquote,
#main .article-row ul,
#main .article-row ol {
	margin-bottom: 7px;
}
#main .article-row .summary {
	margin-bottom: 3px;
	font-size: 12px;
}
#main .article-row .summary :last-child {
	margin-bottom: 0;
}
#main .article-row .author {
	font-size: 11px;
color: #777;
}
#main .article-row .date {
	font-size: 10px;
}
#main .article-row .edit {
	font-size: 10px;
	text-transform: uppercase;
}
#main .article-row .image {
	clear: none;
}

#main .year-select fieldset {
	padding-top: 0;
	padding-bottom: 0;
}
#main .year-select em {
	font-weight: bold;
	font-style: normal;
}

#main iframe {
	width: 100%;
	border-width: 1px;
}
#main iframe.observasjoner {
	height: 530px !important;
}
#main iframe.galleri {
	height: 830px !important;
}

#search h2 {
	font-size: 22px;
	font-variant: small-caps;
	color: #333;
}
#search h2 em {
	font-variant: normal;
}

#program #main table {
	line-height: 1.15;
}
#program table p {
	margin: 0;
}
#program table .date {
	font-size: 14px;
	font-variant: small-caps;
	text-align: center;
	line-height: 1;
}
#program table .content {
	padding: 6px;
}
#program table p.title {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}
#program table p.desc {
	margin-bottom: 8px;
}
#program table p.meet {
	font-variant: small-caps;
	font-size: 13px;
}
#program table p:last-child {
	margin-bottom: 0;
}


/* --------------- NON-CONTENT --------------- */
#top-menu {
	font-weight: bold;
	font-size: 11px;
}
#top-menu ul {
	margin-bottom: 0;
}
#top-menu li {
	margin: 0 5px;
}
#top-menu,
#top-menu a {
	color: #DDD;
}

#sidebar #nav {
	margin-top: 0;
}
#sidebar #nav ul {
	list-style-type: none;
	line-height: 1;
	margin-left: 0;
}
#sidebar #nav li {
	margin: 0;
}
#sidebar #nav li a,
#sidebar #nav li span {
	display: block;
	margin: 0;
	padding: 3px 5px;
	border-left: 4px solid #98BC8C;
	background-color: #B5CDA9;
	text-decoration: none;
	color: #334411;
}
#sidebar #nav li span.d0,
#sidebar #nav li span.d1,
#sidebar #nav li span.d2 {
	text-decoration: none;
	color: #222;
	cursor: default;
}
#sidebar #nav li span {
	padding-top: 5px;
}
#sidebar #nav li a:hover,
#sidebar #nav li a.d0-sel,
#sidebar #nav li a.d1-sel,
#sidebar #nav li a.d2-sel,
#sidebar #nav li a.d3-sel {
	color: black;
	background-color: #98BC8C;
	border-left-color: #5D7D51;
	text-decoration: none;
}
#sidebar #nav li .d0,
#sidebar #nav li .d0-sel {
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
}
#sidebar #nav li .d1,
#sidebar #nav li .d1-sel {
	font-weight: normal;
	font-size: 11px;
	padding-left: 15px;
}
#sidebar #nav li span.d1 {
	font-weight: bold;
}
#sidebar #nav li .d2,
#sidebar #nav li .d2-sel {
	font-size: 10px;
	padding-left: 30px;
}
#sidebar #nav li .d3,
#sidebar #nav li .d3-sel {
	font-size: 10px;
	padding-left: 45px;
}

#footer {
	font-size: 10px;
	text-align: center;
	letter-spacing: 0.2px;
}
#footer,
#footer a {
	color: #222;
}
#footer a {
	padding-right: 0;
	background-image: none;
}
