/** RANGIFER */
body {
	background-color: #e6e6bf;
	font-family: 'Myriad Pro', Verdana, sans-serif; /** Meny, brødsmuler, bunntekst */
	}
	
#body {
	margin:0 auto;
	width:940px;
}
	
	
a:link, a:visited, a:active  {
	text-decoration:none;
	color:#4b63ab;
}

a:hover  {
	background:none;
	text-decoration:underline;
}

/**
 * Fjerner toppelement på hjemmeside
 */
#header {
	background-image:url(header_tile.jpg);
	background-color:#6b6f2a;
	border-bottom:1px solid #4964AB;
	height:150px;
	position:relative;
}
 
#header #headerBannerLeft {  
	float:left;  
	margin:0;
	}
	
#header #headerBannerRight {  
	float:right;  
	margin:0;
	}

#header h1 {
	font-family:'Myriad Pro', Verdana, sans-serif;
	font-weight:normal;
	line-height:130%;
	min-width:754px;
	margin:0 auto;
	padding:0;
}
/**	Stein - nytt alternativ kommentert ut
#header h1 {
	font-family:'Myriad Pro', Verdana, sans-serif;
	font-weight:normal;
	line-height:0;
	min-width:754px;
	margin:0 auto;
	padding:0;
}
*/
#navbar {
	background-color:#f4f5de;
	border:1px solid #6b6f2a;
	color:#6b6f2a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	margin:20px 18px;
	padding:0 15px;
	letter-spacing:0.04em;
}

#navbar a {
	color:#6b6f2a;
	background:none;
}

#navbar a:hover {
	text-decoration:underline;
}

#main {
	background-image:url(ran-main-bgrd.gif);
	border-width:0;
	float:right;
	margin:0;
	min-height:750px;
	padding:0;
	width:740px;
}

#breadcrumb {
	/**Stein - fjernet border-bottom:1px solid #6b6f2a; */
	border-top:;
	color:#6b6f2a;
	font-size:0.85em;
	margin:0px 18px;
	padding:1px 15px;
}

#breadcrumb a {
	color:#6b6f2a;
}

#breadcrumb a:hover {
	text-decoration:underline;
	background-color: none;
}

#content {
	border:0 none;
	display:block;
	font-family:'Myriad Pro', Verdana, sans-serif; /** Publisher, ISSN */
	font-size:0.8em;
	padding:0 33px 60px;
	color:#404040;
}

#main h2 {
	color:#404040;
	font-family:'Myriad Pro', Verdana, sans-serif;
	font-size:1.75em;
	font-weight:normal;
	margin:0;
	padding:20px 33px;
}

/**
Stein: Gjelder bl.a. for heftenummer
*/
#content h3 {
	color:#6b6f2a;
	font-family: 'Myriad Pro', Verdana, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.35em;
	padding-top:10px;
	text-align:left;
}

/**
Stein: Gjelder bl.a. for heftetittel
*/
#content h4 {
	color:#6b6f2a;
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size:1.2em;
	font-weight: bold;
	margin:30px 0 20px;
}

table.tocArticle {
	background-color:#FAFAFA;
	margin:0 0 1px 0;
}

table.tocArticle td.tocTitle {
	color:#000000;
	font-size:1.2em; /** Tekst for artikkeltittel */
	width:70%;
	padding:3px 7px;
}

table.tocArticle td.tocAuthors {
	color:#7e7e7e;
	font-size:1.1em;
	font-style:italic;
	padding:0 7px 5px;
	vertical-align:top;
	width:70%;
}

table.tocArticle td.tocPages {
	color:#4b63ab;
	font-size:0.9em;
	padding:0 0px 0 0;
	text-align:right;
	vertical-align:top;
}

#rightSidebar {
	font-family:'Myriad Pro', Verdana, sans-serif;
	font-size:1.00em;
	margin:0 0 0 20px;
	width:180px;
}

#rightSidebar ul {
	padding:0;
	margin:3px 0 0 0;
}

#rightSidebar li {
	padding:0;
	line-height:1.8em;
}

#rightSidebar a {
	color:#7e7e7e;
	background:none;
	text-transform:capitalize;
}

#rightSidebar a:hover {
	color:#4b63ab;
	text-decoration:underline;
}


#rightSidebar #sidebarDevelopedBy {
	text-transform:none;
	font-size:0.75em;
}

#rightSidebar #sidebarDevelopedBy a {
	text-transform:none;
	color:#bebebe;
}

#sidebar div.block {
	font-size:0.85em;
	padding-bottom:1.5em;
}

/** Styrer bl.a. overskrifter i høgre meny */
#sidebar div.block span.blockTitle {
	border-bottom:1px solid #BEBEBE;
	color:#4b63ab;
	display:block;
	font-size:0.95em;
	margin:0 0 10px;
	padding:15px 0 3px;
	text-transform:uppercase;
}

#sidebar div.block span.blockSubtitle {
	display:block;
	font-size:0.95em;
	margin:3px 0 5px;
	padding:0;
	text-transform:uppercase;
}

ul.plain {
	line-height:1.9em;
	list-style-type:none;
	padding-left:1.5em;
}

input.button {
	background-color:#4B63AB;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:-0.2px;
	margin:3px 0;
	padding-bottom:2px;
	padding-left:5px;
	padding-top:2px;
}
/**
Stein: Lagt til for ojs-referanse i bunntekst
*/
#ojs {
	border-top:0px double #6b6f2a;
	width: 100%;
	background-color: #e6e6bf;
	text-align: center;
	color:#6b6f2a;
	font-size:0.9em;
	padding-bottom:20px;
}
#ojs a {
	color:#6b6f2a;
	text-decoration:none;
}
#ojs a:hover {
	text-decoration:underline;
	background:none;
}
/**
Stein: Lagt til for tekst om utgiver hjemmeside
*/
#publisherheader {
	padding-top:20px;
	text-align: left;
	color:#6b6f2a;
	font-size:1.2em;
	font-weight:bold;
}
#publishertext {
	text-align: left;
	color:#6b6f2a;
	font-size:1.2em;
}

/**
Stein: Lagt til for tekst for ISSN på hjemmeside
*/
#issn {
	padding-top:10px;
	margin-bottom:15px;
	text-align: left;
	color:#6b6f2a;
	font-size:1.2em;
	border-bottom:1px double #6b6f2a;
}


