/* 
-------------------------------
GLOBAL STYLES
-------------------------------
*/

body {
	background-color: #a7b7cd;
	margin: 0px;
	color: #445566;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img { border: 0px;}

h1 {
	font-family:"Palatino Linotype", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 32px;
	margin: 0px;
	letter-spacing: -1px;
}

h2 {
	font-family: "Palatino Linotype","Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 19px;
	margin: 0 0 0.3em 0;
	color: #718aae;
	letter-spacing: -1px;
}

h3 {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 17px;
	margin: 0 0 0.2em 0;
	color: #718aae;
	letter-spacing: -1px;
}
h3 a, h2 a {
	color: #718aae;
}

p {
	line-height:1.4em;
	margin: 0 0 1.5em 0;
}

blockquote {
	font-style:italic;
	display: block;
	margin: 0 50px 0px 20px;
}
blockquote.enhanced {
	float: left;
	clear: both;
	padding: 18px;
	font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	margin: 10px 0px 10px 0px;
	border: 1px dotted #a7b7cd;
}
blockquote.enhanced cite {
	font-size: 20px;
}
blockquote.enhanced p {
	font-style:normal;
	margin-top: 1em;
	color: #667788;
	font-size: 12px;
}

a {
	color: #0072bb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.ingress {
	font-size: 12px;
}
p.author {
	text-align: right;
	margin-right: 70px;
}

ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0px;
}

ul li {
	background-image:url(../graphics/bullet.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding: 0 0px 0px 15px;
	margin-bottom: 0.5em;
}

ul.linkList li {
	background-image: none;
	padding-left: 0px;
}

dl {
	width: 100%;
	clear: both;
	padding: 0px;
	margin: 1em 0 1.5em 0;
	float: left;
}
dt { 
	width: 25%;
	float: left;
	display: block;
	margin-bottom: 0.5em;
	clear: left;
}
dd {
	width: 60%;
	display: block;
	margin-bottom: 0.5em;
	float: left;
	padding: 0px;
}

dl.schedule dt {
	width: 5%;
}
dl.schedule dd {
	width: 80%;
}
dl.schedule_wide dt {
	width: 30%;
	font-weight: bold;
}
dl.schedule_wide dd {
clear: both;
	width: 84%;
}


td { vertical-align: top; padding: 0.3em 0.5em 0.3em 0; }
/* 
-------------------------------
PAGE STRUCTURE
-------------------------------
*/



#pageContainer {
	margin: 0 auto;
	width: 970px;
	background-color: #ffffff;
	min-height: 300px;
	background-image:url(../graphics/page_shadow.gif);
	background-repeat: repeat-y;
}

#pageHeader {
	margin: 0px 8px;	
	height: 120px;
}

#pageFooter {
	clear: both;
	float: left;
	margin: 0 auto;
	width: 970px;
	height: 20px;
	background-image:url(../graphics/page_shadow_footer.gif);
	background-repeat:no-repeat;
}

#mainLogo {
	float: left;
	margin-left: 40px;
	margin-top: 25px;
}
#feiringLogo {
	margin-top: 30px;
	margin-right: 80px;
	float: right;
}


/* 
-------------------------------
MAIN MENU 
-------------------------------
*/

#mainMenu {
	background-image: url(../graphics/main_menu_bkg.gif);
	background-repeat: repeat-x;
	background-color: #adca30; 
	font-size: 13px;
	padding-left: 25px;
	margin: 0 8px;
	clear: both;
	height: 31px;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
}

#mainMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#mainMenu li {
	background-image: none;
	padding: 0px;
	margin: 0px;
	float: left;
}
#mainMenu li a {
	padding: 6px 15px 5px 15px;
	margin: 1px 0px 1px 1px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}
#mainMenu li.selected a {
	background-color: #ffffff;
	color: #445566;
}
#mainMenu a:hover {
	color: #445566;
	background-color: white;
	text-decoration: none;
}

/* 
-------------------------------
Page Content
-------------------------------
*/

#contentContainer {
	width: 100%;
	clear: both;
}
.mainContent {
	padding-top: 30px;
	width: 640px;
	float: left;
	margin-left: 25px;
}

.subContent {
	float: left;
	width: 220px;
	padding-top: 30px;
	padding-left: 28px;
	padding-right: 20px;
	background-image: url(../graphics/vertical_shadow_flip.gif);
	background-position: top right;
	background-repeat: no-repeat;
	min-height:300px;
}

.contentFooter {
	background-image: url(../graphics/footer_bkg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height:20px;
	padding: 5px 20px 0px 0px;
	margin: 0px 8px;
	color: #f1f1f1;
	text-align: center;
}
.contentFooter a {
	color: #ffffff;
}
.clearer {
	width: 100%;
	clear: both;
}

/* 
-------------------------------
Frontpage
-------------------------------
*/

.section {
	width: 100%;
	border-bottom: 1px solid #ebf1f5;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}
.section p {
	margin-bottom: 1em;
}
.mainStory img.campaign {
	margin-bottom: 20px;
}
img.pageIllustration {
	margin-bottom: 20px;
}

.section:last-child {
	border-bottom: 0px;
}
.section .logo {
	margin-bottom: 10px;
}


/* 
-------------------------------
Subpage
-------------------------------
*/

#leftColumn {
	padding-top: 20px;
	float: left;
	width: 180px;
	padding-left: 8px;
	padding-right: 20px;
	background-image:url(../graphics/vertical_shadow_flip.gif);
	background-position: top right;
	background-repeat: no-repeat;
	min-height: 550px;
}
#rightColumn {
	padding-top: 20px;
	float: right;
	width: 700px;
	padding-left: 20px;
	padding-right: 28px;
}
#fullColumn{
	padding-top: 0px;
	float: left;
	padding-left: 48px;
	padding-right: 8px;
}

ul.subMenu {
	margin-left: 0px;
}
ul.subMenu li {
	font-size: 15px;
	font-family:"Palatino Linotype", "Times New Roman", Times, serif;
	background-image: none;
	background-position: 0px 3px;
	padding-left: 20px;
	letter-spacing: -1px;
}
ul.subMenu li.selected {
	background-image:url(../graphics/menu_bullet.gif);
	font-weight: bold;
}
ul.subMenu li a {
	color: #445566;
}
ul.subMenu li a:hover {
	color: #0072bb;
	text-decoration:none;
}

ul.subMenu ul {
	margin: 0px;
}
ul.subMenu ul li {
	background-image: url(../graphics/menubullet_off.gif);
	font-size: 14px;
	font-weight: normal;
	background-position: 0 6px;
	padding-left: 12px;
	margin-bottom: 2px;
}
ul.subMenu ul li.selected {
	background-image: url(../graphics/menubullet.gif);
	font-weight: bold;
}
ul.subMenu h3 {
	font-size: 1em;
}

.image.right {
	float: right;
	clear: both;
	margin: 10px 0px 20px 20px;
}
.image.right img {
	margin-bottom: 10px;
}

.image.right p {
	max-width: 250px;
	width: auto;
}
.image.right p.author {
	color: #718aae;
}
.image.main img { margin-top: 5px;}


/* SubStories - horizontal list with three columns*/
.subStories {
	width: 100%;
	float: left;
	clear: both;
}
.subStories .section {
	width: 30%;
	margin-right: 20px;
	float: left;
	border-bottom: 0px;
}

h3.inline {
	float: left; margin-right:10px;
}
.article {
	width: 600px;
}

/** GALLERY */
.thumbs .section {
	width: 100%;
	clear: both;
	float: left;
	border-bottom: none;
}
.thumb {
	width: 100px;
	height: 130px;
	vertical-align: middle;
	text-align: center;
	float: left;
	overflow: hidden;
	padding: 7px 5px;
	margin: 0px 3px 0px 2px;
	background-image: url(../graphics/thumb_bkg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.thumb img {
}

.highslide-caption {
	float: left;
}
.highslide-caption p {
	float: left;
	margin: 0px;
	line-height: 1.1em;
	width: 70%;
	font-size: 11px;
}
a.previousImage {
	line-height: 1.1em;
	width: 70px;
	margin-right: 10px;
	float: left;
	display: block;
	font-size: 11px;
}
a.nextImage {
	line-height: 1.1em;
	width: 70px;
	float: right;
	display: block;
	font-size: 11px;
}




/** FORM */
form {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 2em;
}
form .formRow {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 5px;
}

form .formRow label {
	float: left;
	clear: both;
	text-align: right;
	padding-top: 2px;
}
form .formRow input {
	float: left;
	clear: both;
	margin-bottom: 5px;
	width: 95%;
}
form .formRow textarea{
	float: left;
	clear: both;
	width: 95%;
}
form .formRow .button {
	width: auto !important;
}

/** Gjestebok */
.guestbook .formArea {
	padding-top: 20px;
	width: 38%;
	padding-right: 20px;
	height: 450px;
	background-image:url(../graphics/vertical_shadow_flip.gif);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
}
.guestbook .entriesArea {
	padding-top: 20px;
	padding-left: 20px;
	float: right;
	width: 55%;
}
.guestbook .entriesArea .entries {
	width: 100%;
	height: 470px;
	overflow: auto;
}
.guestbook .entriesArea .section {
	float: left;
	width: 480px;
}
.guestbook .section p.timestamp {
	font-size: 10px;
	margin: 0px 0px 0.5em 0px;
	color: #718aae;
}
.guestbook .section p.name {
	font-style: italic;
}
.guestbook .pageNavigation {
	float: left;
	width: 100%;
	margin: 15px 20px 0px 0px;
	padding-bottom: 20px;
}
.guestbook .next {
	float: right;
	margin-right: 20px;
}
.guestbook .previous {
	float: left;
}



table.styre {
	border-collapse: collapse;
	margin-bottom: 1em;
}
table.styre caption {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 15px;
	margin: 0.5em 0 0.2em 0;
	color: #718aae;
	letter-spacing: -1px;
	text-align: left;
}
table.styre tr td {
	width: 160px;
}