/* 

- html
-- head
--- title
--- meta
--- link
-- head
-- body
--- mainwrp
---- h1
---- textbox
----- mainimg
----- h2
----- textbox p
---- textbox
--- mainwrp
-- body
- html

*/

body {
	background-color: #e6e6e6;
	text-align: center;
	padding-bottom: 5px;
}

a {
	border-width: 0px;
	color: #444444;
}

#top-wrapper {
	width: 950px;
	margin: auto;
	padding: 0;
	text-align: left;
}

#mainwrp {
	background-color: #fefefe;
	margin: 0px;
	margin-top: 10px;
	padding: 2em;
	padding-left: 4em;
	border: none;
}

/* Bildegalleri */

#imageswrapper {
	width: 450px;
	padding: 10px;
	margin-left: 1em;
	margin-right: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0px;
	float: right;
}

#mainimg {
	width: 450px;
	padding-bottom: 0px;
}

#gallerywrapper {
	width: 450px;
	/* margin-right: 0.5em; */
	margin-top: 0.25em;
}

.galleryobject {

	width: 65px;
	height: 65px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 10px;
	overflow: hidden;
	border-width: 0px;

}

/* Bildegalleri slutt */

#textwrapper {
	/* width: 40%; */
	overflow: visible;
}

/* Arkiv-sidene har en "textwrappers"-id som ikke peker noe sted. Funksjonaliteten til denne er erstattet med andre id-er lengre nede i stylesheetet. */

p#menu {
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
	padding-left: 20px;
	margin: 0.6em;
}

p#menu > a {
	text-decoration: none;
}

p#menu > a:hover {
	text-decoration: underline;
}

p#dato {
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

p {

	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 0.85em;
	color: #444444;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
	margin-top: 1em;
}

strong {
	font-family: verdana, helvetica, arial, sans-serif;
	/* font-size: 0.85em; */
}

form {

	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 0.85em;
	color: #444444;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
	margin-top: 1em;

}

p.whitetext {
	color: white;
}

h1 {

	/* Navn på kunstner - bør kanskje være et bilde fordi ikke alle har Palatino Linotype */

	font-family: "palatino linotype", georgia, "times new roman", serif;
	font-weight: normal;
	margin: 0px;
	font-size: 40pt;
	padding-top: 0px;
	padding-bottom: 14px;

}

h1#smaller { /* midlertidig for gruppeutstillingen i desember 2009! */
	font-size: 28pt;
}

h2 {

	/* Tittel på utstilling */
	
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 1.5em;
	margin-bottom: 0.1em;

}

h3 {
	font-family: verdana, helvetica, arial, sans-serif;
	line-height: 1.5;
	color: #444444;
	font-size: 1.25em;
	margin-bottom: 0.5em;
	margin-top: 1.2em;
}

ul {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 0.85em;
	color: #444444;
	line-height: 2;
	list-style-type: none;
}

dl {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 0.85em;
	color: #444444;
	line-height: 1.5;
	list-style-type: square;
}

dt {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

dd {
	margin-bottom: 1.5em;
}

#mainwrp p {
	line-height: 1.5;
}

#gallerilogo {
	clear: none;
	float: right;
	/* margin-right: 5px; */
	margin-right: -3px;
	background-color: #e6e6e6;
	/* padding-left: 10px;
	padding-bottom: 10px; */
	padding: 0px;
	border-left-width: 10px;
	border-bottom-width: 10px;
	border-color: #e6e6e6;
	border-style: solid;
}

#arkivwrapper {
	background-color: white;
	margin: 10px;
	padding: 20px;
	overflow: auto;
}

* html #arkivwrapper {
	overflow: visible;
	height: 100%;
}

#arkivwrapper h1 {
	font-family: "palatino linotype", georgia, "times new roman", serif;
	font-weight: normal;
	margin: 0px;
	font-size: 32pt;
	padding-top: 0px;
	padding-bottom: 0px;
}

#arkivwrapper p {
	line-height: 1.5;
}

/* clearfix */

.clearfix:after {
     visibility: hidden;
     display: block;
     content: ".";
     clear: both;
     height: 0;
     }

/* clearfix end */