/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}


/*
 * Oktavilla Baseline CSS
 * Version 1.0
*/
BODY { font: 100%/1.0 sans-serif; }
OL { padding-left: 2em; }
OL LI { list-style: decimal outside; }
UL { padding-left: 1.5em; }
UL LI { list-style: square outside; }
B, STRONG { font-weight: bold; }
EM, I { font-style: italic; }
TH { font-weight: bold; }
TD, TH { padding: 2px; }
P, TABLE, UL, OL { margin-bottom: .7em; }
INPUT, TEXTAREA, SELECT { padding: 2px; }
.checkbox INPUT, INPUT.checkbox, .radio INPUT, INPUT.radio { padding: 0; width: auto; }
INPUT.submit { width: auto !important; }


HTML, BODY {
	background: #ffcb00;
}
BODY {
	font: 16px/1.3 georgia, serif;
}
H1 {
	color: #502700;
	font: 24px/1.3 georgia, serif;
}
H2 {
	color: #502700;
	font: 28px/1.1 georgia, serif;
}
H3 {
	color: #502700;
	font: bold 18px/1.3 georgia, serif;
	margin-bottom: 7px;
}
A {
	color: #502700;
}
A:hover {
	color: #e8411f;
}


/* STRUCTURE */
#header-wrapper,
#content,
#footer {
	margin: 0 auto;
	width: 940px;	
}
#content.full-size {
	margin: 0;
	width: 100%;
}


/* HEADER */
#header {
	background: #dcaf00;
	height: 130px;
}
#header-wrapper {
	height: 130px;
	position: relative;
	padding-bottom: 20px;
}
#logo {
	display: block;
	position: absolute;
	top: 0;
	right: -30px;
	text-indent: -9999px;
	height: 140px;
	width: 360px;
}


/* MENU */
#menu {
	background: #fff url(../image/bg-menu.gif) no-repeat 0 -100px;
	font-size: 18px;
	padding: 15px 50px;
	width: 510px;
}
#menu A {
	text-decoration: none;
}
#menu A:focus {
	outline: none;
}
#menu UL {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#menu LI {
	float: left;
	list-style: none;
	margin-left: 30px;
}
#menu .active {
	margin-top: -5px;
}
#menu .active A {
	color: #e8411f;
	font-weight: bold;
}
#menu .first {
	margin-left: 0;
}
.menu-1-active #menu {
	background-position: 65px bottom;
}
.menu-2-active #menu {
	background-position: 150px bottom;
}
.menu-3-active #menu {
	background-position: 238px bottom;
}
.menu-4-active #menu {
	background-position: 320px bottom;
}
.menu-5-active #menu {
	background-position: 412px bottom;
}
.menu-6-active #menu {
	background-position: 505px bottom;
}
.menu-1-active #logo {
	background: transparent url(../image/morten-1.jpg) no-repeat right top;
}
.menu-2-active #logo {
	background: transparent url(../image/morten-2.jpg) no-repeat right top;
}
.menu-3-active #logo {
	background: transparent url(../image/morten-3.jpg) no-repeat right top;
}
.menu-4-active #logo {
	background: transparent url(../image/morten-4.jpg) no-repeat right top;
}
.menu-5-active #logo {
	background: transparent url(../image/morten-5.jpg) no-repeat right top;
}
.menu-6-active #logo {
	background: transparent url(../image/morten-2.jpg) no-repeat right top;
}


/* CONTENT */
#content {
	margin: 30px auto;
	overflow: hidden;
}
#content H1 A {
	color: #e8411f;
	text-transform: uppercase;
}
#content H1 A:hover {
	background: #ed6118;
	color: #fff;
	text-decoration: underline;
}
.start #content H1 {
	margin: 0 0 40px;
	width: 600px;
}
.page #content H1 {
	font-size: 28px;
	line-height: 1.1;
	margin: 7px 0 10px;
}
#posts {
	float: left;
	margin-right: 80px;
	width: 540px;
}
#posts .post {
	background: #fff2bf;
	clear: both;
	float: left;
	margin-bottom: 30px;
	min-width: 500px;
	padding: 20px;
}
#posts .post H2 {
	margin: 15px 0 7px;
}
#posts .post H2 A {
	text-decoration: none;
}
#posts .post BLOCKQUOTE {
	background: #fff;
	border-left: solid 2px #ffcb00;
	color: #000;
	float: right;
	font-size: 14px;
	margin: 0 -40px 11px 0;
	min-width: 508px;
	padding: 10px 15px 1px;
}
#posts .post IMG,
#posts .post IFRAME {
	border: solid 10px #fff;
	float: right;
	margin: 5px -40px 0.7em 0.7em
}
#posts .post .about {
	color: #6d0230;
	font: 12px/1.3 arial, sans-serif;
	text-align: right;
}
#posts .post .about A {
	color: #6d0230;
	text-decoration: underline;
}
#posts .post .about A:hover {
	color: #e8411f;
}
#posts .post .about P {
	margin-bottom: 0;
}
#posts .post LI {
	margin-bottom: 0.7em;
}
#navigation {
	clear: both;
	float: left;
	font: 12px/1.3 arial, sans-serif;
	min-height: 25px;
	height: 25px;
	margin: -10px 20px 20px;
	overflow: hidden;
	position: relative;
	width: 500px;
}
#navigation A {
	color: #e8411f;
}
#navigation DIV {
	position: absolute;
}
#navigation .alignleft {
	left: 0;
}
#navigation .alignright {
	right: 0;
}


/* SINGLE POST */
#commentlist {
	margin: 0;
	padding: 0;
}
#commentlist LI {
	background: #fff2bf none repeat scroll 0 0;
	list-style: none;
	margin-bottom: 30px;
	padding: 20px;
}
#commentlist .comment-body {
	overflow: hidden;
}
#commentlist .comment-author {
	color: #6d0230;
	float: right;
	margin-bottom: 0.7em;
}
#commentlist .comment-meta {
	float: right;
	font: 12px/1.0 arial, sans-serif;
}
#commentlist P {
	clear: both;
}
#commentlist .vcard SPAN {
	display: inline;
}


/* SERVICES */
#services {
	margin: 0;
	padding: 0;
}
#services LI {	
	display: inline-block;
	margin: 0 20px 20px 0;
	min-height: 200px;
	vertical-align: top;
	width: 220px;
}
#services LI A {
	color: #6d0230;
}
#services LI A:hover {
	color: #e8411f;
}
#services LI DIV {
	background: #fff2bf;
	padding: 20px;
}
#services LI H2 {
	font: bold 16px/1.1 georgia, serif;
}
#services LI P {
	font: 16px/1.3 georgia, serif;
	margin: 0.3em 0;
}
#services .image {
	display: block;
	margin-bottom: -15px;
	position: relative;
	left: -20px;
	top: -20px;
}
#services .last {
	margin-right: 0;
}


/* BOKEN */
#column1,
#column2,
#column3 {
	float: left;
	width: 260px;
}
#column1,
#column2 {
	background: #fff2bf;
	margin: 0 19px 30px 0;
	padding: 20px;
}
#column1 {
	background: #ffcb00;
	padding: 2px 0 0 2px;
	width: 300px;
}
#column1 IMG {
	position: relative;
	top: -2px;
	left: -2px;
}
#column1 #book {
	background: #fff2bf;
	margin-top: -6px;
	padding: 20px; 
}
#column1 #book P {
	margin: 0.7em 0;
}
#column2 {
	margin-top: 2px;
}
#column3 {
	margin: 22px 0 0;
}
#column1 P,
#column2 P,
#column3 P {
	line-height: 1.4;
}
#column2 FORM {
	margin: 10px 0 0;
}
#column1 A,
#column2 A,
#column3 A {
	text-decoration: underline;
}
#column3 A {
	color: #e8411f;
}
#column3 UL,
#column3 OL {
	margin: 0.7em 0;
	padding: 0;
}
#column3 LI {
	list-style: none;
	margin-bottom: 1.4em;
}


/* FORM */
#comment {
	border: none;
	padding: 10px;
	width: 520px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#commentform .submit,
FORM .submit {
	float: right;
	overflow: hidden;
	margin: -5px 20px 10px 0;
}
#commentform .submit {
	margin-top: 0;
}
FORM DIV {
	margin: 10px 0;
}
FORM LABEL {
	display: block;
	margin: 3px 0;
}
#commentform LABEL {
	display: inline;
	font: 12px/1.0 arial, sans-serif;
	margin-left: 0.7em;
}
FORM LEGEND {
	color: #502700;
	font: 12px/1.0 arial, sans-serif;
}
FORM LABEL EM,
#commentform LABEL EM {
	color: #e8411f;
}
FORM INPUT,
#commentform INPUT {
	border: none;
	margin-bottom: 10px;
	padding: 7px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 240px;
}
#commentform INPUT,
#commentform TEXTAREA {
	background: #fff2bf;
}
#commentform INPUT:focus,
#commentform INPUT:hover,
#commentform TEXTAREA:focus,
#commentform TEXTAREA:hover {
	background: #fff;
}
#commentform .submit INPUT,
FORM .submit INPUT {
	background: #a84570;
	/*background: #e8411f;*/
	border: none;
	color: #fff;
	cursor: pointer;
	margin-left: 10px;
	padding: 4px 7px;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 60px;
}
#commentform .submit INPUT:focus,
#commentform .submit INPUT:hover,
FORM .submit INPUT:focus,
FORM .submit INPUT:hover {
	background: #2fbf5f;
	/*background: #fff;
	color: #e8411f;*/
}

/* SUBSCRIBE */
#subscribe {
	display: none;
}
.javascript #subscribe {
	background: transparent url(../image/icon-subscribe.gif) no-repeat top left;
	color: #e8411f;
	display: block;
	font: 12px/1.3 arial, sans-serif;
	padding: 2px 0 2px 35px;
}
.javascript #overlay {
	background-color: #000;
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#icpsignup358 LEGEND {
	font: 12px/1.2 arial, sans-serif;
}
.javascript #icpsignup358 {
	background-color: #ffcb00;
	display: none;
	position: absolute;
	top: 25%;
	left: 35%;
	width: 30%;
	padding: 20px;
	z-index:1002;
	overflow: auto;	
}
.javascript #icpsignup358 FIELDSET {
	width: 340px;
}
.javascript #icpsignup358 INPUT {
	width: 300px;
}
.javascript #icpsignup358 .submit {
	margin-top: -5px;
}
.javascript #icpsignup358 .submit INPUT {
	width: 60px;
}
.javascript #icpsignup358 LABEL,
.javascript #icpsignup358 .alert-box {
	color: #502700;
}
.javascript .alert-box-heading {
	color: #e8411f;
}
.javascript #close-subscribe-form {
	color: #e8411f;
	cursor: pointer;
	font: 12px/1.3 arial, sans-serif;
	position: absolute;
	top: 20px;
	right: 20px;
}
.subscribe {
	display: none;
}
.javascript .subscribe {
	display: block;
}


/* SIDEBAR */
#sidebar {
	float: right;
	width: 320px;
}
.start #sidebar {
	margin-top: -165px;
}
#sidebar A {
	text-decoration: underline;
}
#sidebar H2 {
	font: bold 16px/1.3 georgia, serif;
	margin-bottom: 7px;
}
#sidebar UL {
	padding: 0;
	margin: 0;
}
#sidebar LI {
	font: 12px/1.3 arial, sans-serif;
	list-style: none;
	margin: 0 0 3px;
}
#sidebar P {
	font: 12px/1.3 arial, sans-serif;
	margin: 7px 0;
}
#sidebar LI A {
	color: #e8411f;
}
#archive A {
	display: block;
	margin-top: 3px;
}
#archive UL UL A {
	margin-top: 0;
}
#sidebar .links UL A:visited,
#archive UL UL A:visited {
	color: #a84570;
}
#sidebar .links H2 A {
	text-decoration: none;
}
#sidebar .links .description {
	display: none;
}
.javascript #sidebar .links .description {
	background: transparent url(../image/bg-tooltip.png) no-repeat bottom left;
	padding-bottom: 10px;
	position: absolute;
	width: 200px;
}
.javascript #sidebar .links .description SPAN {
	background: #fff;
	display: block;
	padding: 15px 10px 15px 10px;
}
#archive .year,
#archive .month {
	background: transparent url(../image/list-item-archive-close.gif) no-repeat 0 3px;	
	padding-left: 18px;
}
#archive .active {
	background: transparent url(../image/list-item-archive-open.gif) no-repeat 0 3px;	
}
.javascript #archive UL,
.javascript #archive .active .month UL {
	display: none;
}
.javascript #archive .active UL,
.javascript #archive .active .active UL {
	display: block;
}
#archive .month UL {
	margin-left: -18px;
}
#sidebar .widget {
	border-top: solid 1px #dcaf00;
	margin: 10px 0 0 10px;
	padding-top: 9px;
}
#sidebar .first {
	border: none;
	margin-top: 0;
	padding-top: 0;
}
#sidebar .tags {
	overflow: hidden;
}
#sidebar .tags LI {
	float: left;
	margin: 0 2px 2px 0;
}
#sidebar .tags LI A {
	display: block;
	padding: 1px 2px;
}
#sidebar .tags LI A:hover {
	background: #e8411f;
	color: #fff;
}
#sidebar .tags .row-2 A {
	color: #ed6118;	
}
#sidebar .tags .row-2 A:hover {
	background: #ed6118;
}
#sidebar .tags .row-3 A {
	color: #f27d12;
}
#sidebar .tags .row-3 A:hover {
	background: #f27d12;
}
#sidebar .tags .row-4 A {
	color: #f8a309;
}
#sidebar .tags .row-4 A:hover {
	background: #f8a309;
}
#sidebar .tags .row-5 A {
	color: #fdbd03;
}
#sidebar .tags .row-5 A:hover {
	background: #fdbd03;
}

#sidebar .vcard {
	background: #fff url(../image/bg-sidebar.png) no-repeat top left;
	margin-bottom: 15px;
	padding: 10px 10px 10px 20px;
	position: relative;
}
#sidebar .vcard #map-wrap {
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	height: 90px;
	width: 160px;
}
#searchform {
	font: 12px/1.0 arial, sans-serif;
	position: relative;
}
#searchform SPAN {
	display: none;
	position: absolute;
	top: 8px;
	left: 11px;
}
#searchform .screen-reader-text {
	display: none;
}
#s {
	border: none;
	padding: 7px 10px;
	width: 230px;
}
#searchsubmit {
	/*background: #e8411f;*/
	background: #a84570;
	border: none;
	color: #fff;
	cursor: pointer;
	margin-left: 10px;
	padding: 6px 8px;
	text-transform: uppercase;
	width: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#searchsubmit:focus,
#searchsubmit:hover {
	/*background: #fff;*/
	background: #2fbf5f;
	/*color: #e8411f;*/
}


/* MAP */
.full-size #map {
	height: 760px;
	width: 100%;
}
.full-size #map .info-window-content H2 {
	font-size: 20px;
}
.full-size #map .info-window-content DIV {
	font-size: 14px;
	line-height: 1.2;
}


.vcard {
	font: 12px/1.3 arial, sans-serif;	
}
.vcard .fn {
	font-weight: bold;
}
.vcard A {
	color: #e8411f;
}
.vcard  SPAN {
	display: block;
}
.vcard .postal-code,
.vcard .locality {
	display: inline;
}
#footer .vcard .type,
.vcard .type,
.vcard .region {
	display: none;
}
#footer .vcard A {
	color: #000;
}


/* TWEETS */
#tweets {
	font: 12px/1.3 arial, sans-serif;
	opacity: 0;
	position: absolute;
	top: 70px;
	right: 160px;
	text-align: right;
	width: 420px;
}
#tweets A {
	color: #fff;
}
#tweets .more {
	display: block;
}


/* UTILITY */
.hidden {
	display: none !important;
}
.hilite {
	background: #ed6118;
	color: #fff;
	padding: 1px 3px;
	margin: 0 -1px;
	/*color: #ed6118 !important;*/
}


/* FOOTER */
#footer {
	border-top: solid 1px #dcaf00;
	clear: both;
	font: 12px/1.3 arial, sans-serif;
	margin-bottom: 30px;
	overflow: hidden;
	padding-top: 10px;
}
#footer .vcard {
	float: left;
}
#footer SPAN {
	display: inline;
}
#footer .vcard .fn {
	font-weight: normal;
	margin-left: 0.3em;
}
#footer UL {
	float: right;
	margin: 0;
	overflow: hidden;
}
#footer LI {
	float: left;
	list-style: none;
	margin-left: 15px;
}