/*
SCREENDEF
Stylesheet for dinosaurusbok
WXT-styles
course description sites, SiteLite 3
Børre Stenseth,2004
*/

/*
Colorscheme is based on
- black typing on white backgnd as basis
- light brown background  #EED9B0, in headings etc
- dark brown typing #993306, used on white background
Types are
- Verdana as running text
- Ariel as headings
*/

body {
	color: black;
	font-family:"Arial","Verdana","Geneva",sans-serif;
	font-size: 14px;
	text-align: left;
	margin-left:10px;
	margin-top:10px;
}

p,ul,ol,td,th{font-size:14px;}
li{margin-top:7px;}


a:link	 {color:#993306}
a:visited {color:#669906}
a:hover   {color:blue}
a:active  {color:black}

h1,h2,h3,h4,.pagename{
   font-family:"Arial", sans-serif;
   font-weight:normal;
   color:black;
   background-color:#EED9B0;
   margin-top:15px;
}

h1,.pagename{
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:5px;
}
.pagename{display:none}

h2{
  font-size:18px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
}

h3{
  font-size:14px;
  padding-top:3px;
  padding-bottom:3px;
  padding-left:5px;
}


h4{
   font-size: 13px;
   font-weight: normal;
   font-style: italic;
   color:#993306;
   background-color:#ffffff;
}
.next{padding-left:20px}
.prev{padding-right:20px}

.sitename{
 font-family:"Arial","Helvetica", sans-serif;
  font-size:32px;
  font-weight: bold;
  color:#2D2D7D;/*#993306;*/
}

.legend{
	font-size: 12px;
	font-weight:600;
	font-style: italic;
	line-height:100%;
   color:#000000;
}

.fieldcontent{
   color:blue;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
   padding-bottom: 15px;
}
.tocline{background-color:#FFFFFF;text-align:center; font-size:20px}

/* ----- styles hardcoded by WXT ------*/
/* only the ones used in this layout        */
/* tocchildren and tocsiblings */

.tocsiblings-0, .tocsiblings-a0, .tocchildren{
  font-size: 20px;
  font-weight:600;
  background-color:#FFFFFF/*#EED9B0*/;
  text-decoration:none;
  line-height:160%;
}
.tocsiblings-a0{
  color:#EED9B0;
}



/* -------- END OF styles hardcoded by WXT -------*/

/* card and opinion at bottom */
.mainpop{
  margin-left:0px;
  cursor:pointer;
}


.leftfooter{
  font-size:8pt;
  color:#555555;
}
