/*  RESETTING & SETTING DEFAULT ELEMENT STYLING  ---------------------- */
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 {
	margin: 0;
	padding: 0;
	border: 0 solid #A2B58C;
	outline: 0;
}
body {
	background-color: #DDD;
	font-size: 76%;
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-size: 1em;
}
blockquote, q {
	quotes: none;
}


/*  MAIN MODULES ---------------------- */
#wrapper {
	max-width: 81.4em;
	margin: 0 auto;
	font: normal 1em 'Trebuchet MS', Arial, sans-serif;
	color: black;
}
#container {
	width: 100%;
	border-width: 1px;
	border-collapse: separate;
}
#header .banner,
#header .banner-noscript {
	background-color: #F2EEE2;
	background-repeat: no-repeat;
	background-position: top left;
	height: 200px;
}
#header .banner-en,
#header .banner-en-noscript {
	background-color: #F2EEE2;
	background-repeat: no-repeat;
	background-position: top left;
	height: 166px;
}
#header .banner-noscript {
	background-image: url(http://www.mhs.no/graphics/banner1.jpg);
}
#header .banner-en-noscript {
	background-image: url(http://www.mhs.no/graphics/banner1_eng.jpg);
}
#header #home-link {
	display: block;
	position: relative;
	top: 1px;
	left: 1px;
	width: 220px;
	height: 160px;
}
#header,
#left,
#right,
#main {
	vertical-align: top;
}
#left,
#right,
#main {
	background: white url(http://www.mhs.no/graphics/gradientTop.png) repeat-x top left;
}
#main {
	padding: 2.1em 1.6em 1em;
}
#left {
	padding-top: 1.7em;
}
#right {
	padding-top: 1.7em;
}
#left,
#left .forced-spacing {
	width: 13em;
}
#right,
#right .forced-spacing {
	width: 14.9em;
}
#footer {
	background: #E1F5C5 url(http://www.mhs.no/graphics/gradientFooter.png) repeat-x top left;
	padding: 1.4em 1em 0.6em;
	text-align: center;
	font-size: 0.8em;
}
#counter,
#counter-sub {
	display: none;
}


/*  LINKS ---------------------- */
a:link,
a:visited {
	text-decoration: underline;
}
a:link {
	color: #005AAB;
}
a:visited {
	color: #4F799F;
}
a:hover,
a:active {
	color: #5F2C91;
	text-decoration: none;
}
a.external,
a[href^='mailto:'],
a[href$='.doc'],
a[href$='.xls'],
a[href$='.pdf'],
a[href$='.mp3'],
a[href$='.avi'] {
	padding-right: 20px;
	background-position: center right;
	background-repeat: no-repeat;
}
a.external {
	background-image: url(http://www.mhs.no/graphics/icon_external.gif);
}
a[href^='mailto:'] {
	background-image: url(http://www.mhs.no/graphics/icon_mailto.gif);
}
a[href$='.doc'] {
	background-image: url(http://www.mhs.no/graphics/icon_doc.gif);
}
a[href$='.xls'] {
	background-image: url(http://www.mhs.no/graphics/icon_xls.gif);
}
a[href$='.pdf'] {
	background-image: url(http://www.mhs.no/graphics/icon_pdf.gif);
}
a[href$='.mp3'] {
	background-image: url(http://www.mhs.no/graphics/icon_audio.gif);
}
a[href$='.avi'] {
	background-image: url(http://www.mhs.no/graphics/icon_video.gif);
}


/*  FORMS ---------------------- */
form {
	font-size: 1em;
}
fieldset {
	border: 1px solid #999;
	line-height: 1.8em;
	margin: 0.8em 0;
	padding: 0.5em 1em;
}
fieldset.submit {
	border-width: 0;
	padding: 0;
}
fieldset.submit input {
	font-weight: bold;
	font-size: 1.2em;
	height: 1.7em;
}
legend {
	font-size: 1.6em;
	color: black;
	letter-spacing: 0.05em;
	padding: 0 0.2em;
}
label {
	display: block;
	font-size: 1.1em;
	margin: 0.3em 0;
	font-weight: bold;
}


/*  IMAGES ---------------------- */
.image,
.image img,
.image .caption {
	display: block;
}
.image {
	margin-bottom: 0.8em;
	clear: both;
}
.image img {
	border-width: 1px;
}
.image a img {
}
.image a img:hover {
	border-color: #888;
}
.image .caption {
	font-size: 0.9em;
}
.align-left,
.align-right {
	margin-bottom: 0.2em;
}
.align-left {
	float: left;
	margin-right: 0.7em;
}
.align-right {
	float: right;
	margin-left: 0.7em;
}
.align-center {
	width: 100%;
	text-align: center;
}
.align-center img {
	display: inline !important;
	vertical-align: bottom;
}


/*  MISC ---------------------- */
.hidden {
	display: none;
}
.hr,
.hr-dashed {
	margin: 1em 0;
	height: 0;
	border-top-width: 1px;
	border-color: #A2B58C;
	clear: both;
}
.hr-dashed {
	border-style: dashed;
}
.no-border,
.no-border img,
table.no-border th,
table.no-border td {
	border-width: 0 !important;
}
.underline {
	text-decoration: underline;
}
.clear {
	height: 0;
	clear: both;
}


/*  NAVIGATION ---------------------- */
#nav {
	margin-bottom: 1em;
	font: normal 0.85em Verdana, sans-serif;
}
#nav ul {
	list-style-type: none;
	line-height: 1.4em;
}
#nav li {
	background: #EBF5DD url(http://www.mhs.no/graphics/gradientMenu.png) repeat-x top left;
}
#nav li a {
	display: block;
	margin: 0;
	padding: 0.2em 0.1em 0.2em 0.6em;
	border-top: 1px solid #F4FAED;
	border-bottom: 1px solid #A2B58C;
	border-left: 0 solid #C3DCA5;
	background-color: transparent;
	text-decoration: none;
	color: black;
}
#nav li a:hover,
#nav li a.d1-sel,
#nav li a.d2-sel,
#nav li a.d3-sel,
#nav li a.d4-sel {
	color: #5F2C91;
	background-color: #D8EBBD;
	text-decoration: none;
}
#nav li a.d1,
#nav li a.d1-sel {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 2px;
}
#nav li a.d2,
#nav li a.d2-sel {
	font-size: 0.9em;
	border-left-width: 0.5em;
}
#nav li a.d3,
#nav li a.d3-sel {
	font-size: 0.9em;
	border-left-width: 1em;
}
#nav li a.d4,
#nav li a.d4-sel {
	font-size: 0.9em;
	border-left-width: 1.5em;
}
#nav .d0,
#nav .d0-eng {
	display: block;
	margin: 5px;
	height: 17px;
}
#nav li a.pdf,
#nav li a.doc,
#nav li a.external {
	background-repeat: no-repeat;
	background-position: bottom right;
}
#nav li a.pdf {
	background-image: url(http://www.mhs.no/graphics/icon_pdf.gif);
}
#nav li a.doc {
	background-image: url(http://www.mhs.no/graphics/icon_doc.gif);
}
#nav li a.external {
	background-image: url(http://www.mhs.no/graphics/icon_external.gif);
}


/*  GENERAL STYLING OF TEXT MARKUP ---------------------- */
#main {
	line-height: 1.7em;
}
#main h1 {
	font-size: 2em;
	margin-bottom: 0.4em;
	padding: 0.4em;
	background: #8557AE url(http://www.mhs.no/graphics/gradientPageTitle.png) repeat-y right;
	letter-spacing: 0.1em;
	font-variant: small-caps;
	color: white;
}
#main h2 {
	font-size: 1.9em;
	line-height: 1.1em;
	margin-bottom: 0.3em;
	font-weight: normal;
}
#main h3 {
	font-size: 1.25em;
	font-style: italic;
	margin-bottom: 0.2em;
	margin-top: 1.2em;
}
#main h4 {
	font-size: 1.1em;
	margin-bottom: 0.1em;
	margin-top: 0.6em;
}
#main p,
#main blockquote,
#main ul,
#main ol {
	margin-bottom: 0.5em;
}
#main blockquote {
	margin-left: 1.8em;
}
#main ul,
#main ol {
	margin-left: 2em;
}
#main li {
	margin-bottom: 0.2em;
}


/*  TABLES ---------------------- */
#main table {
	margin-bottom: 0.8em;
	clear: both;
	background-color: #FAFAFA;
	font-size: 1em;
}
#main tr.alt-color {
	background-color: #F5F5F5;
}
#main th,
#main td {
	border-width: 1px;
	border-color: #BBB;
}
#main th {
	padding: 0.3em;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #A2B58C;
	text-align: left;
	letter-spacing: 0.03em;
}
#main th.sub {
	font-size: 1.15em;
	background-color: #CEE5AD;
}
#main td {
	padding: 0.3em;
}


/*  BASIC CONTENT ELEMENTS IN MAIN MODULE ------------------- */
#main .attachments {
	font-size: 1.2em;
	margin: 1em;
	clear: both;
	color: #333;
	font-weight: bold;
	border: 1px solid #CEE5AD;
	background-color: #E5F1D4;
	padding: 0.5em;
}
#main .attachments ul {
	font-size: 0.9em;
}
#main .author {
	font-size: 1.15em;
	margin-bottom: 0.2em;
	font-weight: bold;
	font-style: italic;
}
#main .breadcrumb {
	font-size: 1.1em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
#main .breadcrumb em {
	color: #444;
}
#main .content {
	font-size: 1.1em;
}
#main .content table {
	font-size: 0.9em;
}
#main .date {
	margin-bottom: 0.4em;
}
#main .external-link {
	font-size: 1.1em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
#main .stats {
	margin-bottom: 1em;
	text-align: right;
}
#main .stats .keyword {
	font-style: italic;
	font-weight: bold;
}
#main .summary {
	font-size: 1.3em;
}
#main .article-row {
	clear: both;
}
#main .article-row .element {
	margin: 0.8em 0;
	clear: both;
}
#main .article-row h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 0.2em;
	margin-top: 0;
}
#main .article-row p,
#main .article-row blockquote,
#main .article-row ul,
#main .article-row ol {
	margin-bottom: 0.2em;
}
#main .article-row .attachments {
	font-size: 1em;
	margin: 0 0 0 0.5em;
	color: #777;
	border-width: 0;
	background-color: transparent;
	padding: 0;
	clear: none;
}
#main .article-row .attachments .element {
	color: black;
}
#main .article-row .breadcrumb {
	font-size: 1em;
	margin-bottom: 0.3em;
}
#main .article-row .date {
	font-size: 0.8em;
	margin-left: 0.5em;
}
#main .article-row .image {
	clear: none;
}
#main .article-row .multiple-pages {
	margin: 0.5em;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
}
#main .article-row  .multiple-pages .manual-link {
	text-transform: uppercase;
}
#main .article-row  .multiple-pages .active {
}
#main .article-row  .multiple-pages .inactive {
	color: #CCC;
}
#main .article-row .read-more {
	font-weight: bold;
	margin-left: 0.4em;
}
#main .article-row .summary {
	font-size: 1em;
}




/*  SITE-SPECIFIC MODULES ------------------- */


/*  SIDE COLUMN LISTS ---------------------- */
.side-column-list {
	margin-bottom: 1em;
	padding: 0 0.8em;
}
.side-column-list h1 {
	font-size: 1.3em;
	line-height: 1.2em;
	font-variant: small-caps;
	color: #5F2C91;
	margin-bottom: 0.3em;
}
.side-column-list h2 {
	margin-bottom: 0.7em;
	font-size: 1em;
	text-align: right;
	text-transform: none;
}
.side-column-list ul {
	font-size: 0.9em;
	margin-left: 1.3em;
	font-family: Arial, sans-serif;
	list-style-type: disc;
	list-style-position: outside;
}
.side-column-list li {
	margin-bottom: 0.2em;
}
.internt ul {
	font-size: 1em;
	font-weight: bold;
}
.internt li {
	margin-bottom: 0.4em;
}


/*  SEARCH BOX ---------------------- */
.search-box {
	margin-bottom: 1em;
	padding: 0.8em 0.7em;
	background: #EBF5DD url(http://www.mhs.no/graphics/gradientMenu.png) repeat-x top left;
	border: 0 solid #C6DFA7;
	border-width: 1px 0;
}
.search-box button,
.search-box input {
	font-size: 1.1em;
}
.search-box button {
	width: 3.9em;
	margin-left: 0.2em;
}
.search-box input {
	width: 7.4em;
}


/*  WEB FEED ---------------------- */
.web-feed {
	display: block;
	padding: 0.6em 1em;
	background: #EBF5DD url(http://www.mhs.no/graphics/gradientMenu.png) repeat-x top left;
	border: 0 solid #C6DFA7;
	border-width: 1px 0;
}
.web-feed ul {
	font-size: 1.1em;
}
.web-feed a.rss {
	padding-left: 20px;
	background-position: center left;
	background-repeat: no-repeat;
}
.web-feed a.rss {
	background-image: url(http://www.feedburner.com/fb/images/pub/feed-icon16x16.png);
}

/*  MAIN PAGE ---------------------- */
#main h1.main-page-news {
	margin-top: 0.4em;
}
#main .main-page .feature .image,
#main .main-page .feature .image img {
	width: 240px;
	height: 175px;
}
#main .main-page .feature h2 {
	font-size: 2.2em;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 0.4em;
	color: #005AAB;
}
#main .main-page .feature p {
	font-size: 1.1em;
	margin-bottom: 0;
}
#main .main-page .feature ul {
	font-size: 1em;
	margin-bottom: 0.3em;
	margin-left: 2em;
}
#main .main-page .feature li {
	margin-bottom: 0;
}


#main .main-page .testing h2 {
d-isplay: none;
}
#main .main-page .testing .image {
float: none;
margin-left: 0;
margin-bottom: 1em;
top: 0;
}
#main .main-page .testing .image,
#main .main-page .testing .image img {
width: auto;
}





#main .main-page .welcome {
	display: none;
}
#main .main-page .welcome h3 {
	font-size: 1.3em;
	font-style: normal;
	line-height: 1em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.4em;
}
#main .main-page .welcome ul {
	font-size: 1.1em;
	margin-bottom: 1em;
}
#main .main-page .welcome li {
	margin-bottom: 0;
}

/*  MAIN PAGE (english) ---------------------- */
#main .main-page-info {
	margin-bottom: 0.8em;
	line-height: 1.5em;
}
#main .main-page-info .image,
#main .main-page-info .image img {
	width: 190px;
	height: 256px;
}
#main .main-page-info .heading {
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight: bold;
	margin-bottom: 0.4em;
	color: #005AAB;
}
#main .main-page-info .en {
	font-size: 1.5em;
}
#main .main-page-info p {
	font-size: 1.15em;
	margin-bottom: 0.2em;
}
#main .main-page-info ul {
	font-size: 1em;
	margin-bottom: 0.3em;
	margin-left: 220px;
}
#main .main-page-info li {
	margin-bottom: 0em;
}





/*  KVALITETSHAANDBOK ---------------------- */
#main ul.kvalitetshaandbok {
	list-style-type: none;
	margin-left: 0;
	font-weight: bold;
}
#main .kvalitetshaandbok li {
	margin-top: 0.5em;
}
#main .kvalitetshaandbok .l1 {
	margin-left: 0em;
	text-transform: uppercase;
	font-size: 1.2em;
}
#main .kvalitetshaandbok .l2 {
	margin-left: 1.5em;
	text-transform: none;
	font-size: 1.1em;
}
#main .kvalitetshaandbok .l3 {
	margin-left: 3em;
	font-size: 1em;
}
#main .kvalitetshaandbok .l4 {
	margin-left: 5em;
	font-size: 1em;
	font-weight: normal;
}


/*  ANSATTE ---------------------- */
#main .ansatte .testing {
	display: none;
}
#main .ansatte .old {
	display: block;
}
#main .ansatte ul.main-info {
	font-size: 1.1em;
	margin-left: 0;
	list-style-type: none;
	padding: 0;
}
#main .ansatte ul.main-info li {
	padding: 0.1em 0;
}
#main .ansatte ul.main-info .label {
	font-weight: bold;
}
#main .ansatte .publikasjoner,
#main .ansatte .verv {
	margin-left: 0em;
}
#main table.ansatte-liste a[href^="mailto:"] {
	padding-right: 0 !important;
	background-image: none !important;
}


/*  HOEGSKOLESTYRET ---------------------- */
#main ul.hoegskolestyret {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.5em;
}
#main ul.hoegskolestyret li {
	padding: 0;
}


/*  BROSJYRER ---------------------- */
#main .bestille-brosjyrer {
	font-size: 0.85em;
}
#main .bestille-brosjyrer p {
	font-size: 1.2em;
}
#main .bestille-brosjyrer .necessary {
	color: red;
}


/*  ALUMNI ---------------------- */
#alumni #main p,
#alumni #main td,
#alumni #main input,
#alumni #main select {
	font-size: 1.1em;
}
#alumni #left h1 {
	font-size: 1.3em;
	margin-left: 0.3em;
}
#alumni #left h2 {
	font-size: 1.1em;
	margin: 0.7em 0 0 0.5em;
	color: #005AAB;
}
#alumni #left .comment {
	font-size: 1.2em;
	margin-left: 0.5em;
	margin-bottom: 1em;
}
#alumni #main table.main-info {
	clear: left;
}
#alumni #main .main-info th {
	font-size: 1.1em;
	background-color: transparent;
}
#alumni #main .intro h1 {
	margin-bottom: 0.2em;
}
#alumni #main .intro p {
	padding: 0.3em 0;
	font-size: 1.3em;
}
#alumni #main .intro blockquote {
	margin-left: 2em;
	font-style: italic;
	font-size: 1.1em;
}
#alumni .profile-image img[src$='empty.gif'] {
	display: none;
}


/*  MISC ---------------------- */
.language-selection {
	padding: 0 1.5em;
	margin-bottom: 0.6em;
	text-align: right;
	font-variant: small-caps;
	font-size: 1.15em;
}
.language-selection a {
	background-position: center right !important;
	background-repeat: no-repeat;
}
.language-selection a.norsk {
	background: transparent url(http://www.mhs.no/graphics/flag_norway.gif) no-repeat left;
	padding-right: 25px;
}
.language-selection a.english {
	background: transparent url(http://www.mhs.no/graphics/flag_united_kingdom.gif) no-repeat left;
	padding-right: 35px;
}
#main .content h1 {
	background-color: transparent;
	background-image: none;
	font-variant: normal;
	color: black;
	padding: 0;
}
#main .research-groups-participant {
	margin-top: 1.5em;
}
#main .bibeloversettelse th, 
#main .bibeloversettelse td {
	text-align: center !important;
}
.lastUpdated {
	list-style-type: none;
	font: normal 1.1em Arial;
	padding: 1em 2em;
}
.lastUpdated li {
	margin: 1em 0;
}