/* scrn.css */
/* &copy; Joern T. Larsen - norwegianwoodworker.com 2008-2010 */

/* check how content fit on a 600x800px screen */
 /*#setframe {position:fixed; border-style:solid; width:800px; height:600px; z-index:6;} */


/* properties, background for navigation bar */
#navbg img {position:fixed; top:0px; left: 0%; width:270px; height:1200px;}
#navbg-info {position:fixed;top:400px;z-index:4; font-size: 70%; font-family:sans-serif; text-align:center; width:160px; padding:10px; color:maroon;}
#copyright-notice {position:fixed; top:80px; z-index:4; font-size: 70%; font-family:sans-serif;text-align:center; width:160px; padding:10px; color:maroon;}

/* adsense */
#adsense {position:fixed; left:770px; z-index:1;width:135px; height:650px;}

/* navigation bar properties*/
#navigation {position:fixed; top: 80px; left:5px;}							
#navigation a{display: block}
#navigation a:link {color: maroon;}
#navigation a:visited {color: maroon; /* font-style:italic; */}
#navigation a:hover {background-color:#acacac}
#navigation a:hover.current {background-color:transparent}

/* web counter properties */
#counter {position:fixed;top:340px;width:160px; z-index:3; font-size: 70%; font-family:sans-serif; text-align:center; padding:10px; color:maroon;}
#counter a:link {color: maroon;}

/* content properties */
#content {position:absolute; top: 0px; left: 285px; right: 5%; background-color: white; padding:5px; max-width: 450px; /*font-family: sans-serif; */}
#content a:hover{background-color:#cccccc; }


/* text- and formatting properties */
h1	{font-size: 150%;}
h2	{font-size: 125%;}
h3 {font-size: 100%;}
h1,h2,h3, h4	
	{
	color: maroon;      
	font-family: sans-serif;
	}
.cprt
	{
	font-style:italic;
	font-size:80%;
	text-align:center;
	}

dt
	{
	margin-top:20px;
	height:30px;  
	font-weight:bold;
	font-size:115%;
	}
.heading
	{
	margin-bottom:5px;
	text-align:center;
	}
.htext
	{
	margin-top:0px;
	text-align:center;
	font-style:italic;
	font-size:95%;
	font-family: sans-serif;
	}
.active
	{
	font-weight:bold;
	font-style:italic;
	font-size: 120%;
	font-family:sans-serif;
	margin-left:-15px;
	}
.center	{text-align:center}
ul.none {list-style-type: none;}	
ul.bullet{list-style-type: disc;}

ul.toc
	{
	line-height: 130%;
	list-style-type: none;
	font-size: 90%;
	font-family: sans-serif;
	margin-left: -15px;
	}
.listintro:first-letter
	{
	font-weight: bold;
	color: maroon;
	}
.small {font-size:75%;}
.indent {text-indent:10px;}
.intro:first-letter
	{
	font-weight: bold;
	font-size: 120%;
	color: #464646;
	}

/* picture properties */
/* margin order is top right bottom left*/
.figure {margin: 8px 15px 12px 15px;}
.figure p
	{
	border:none;
	font: small sans serif;
	font-style: italic;
	color: #333;
	text-align: center;
	padding: 5px;
	margin: 3px 0 0 0;
	height: 25px;
	 /*border: 1px solid #666; just to see where borders are for the captions */
	}
.w150 {width:150px;}
.w200 {width:200px;}
.w250 {width:250px;}
.w300 {width:300px;}
.w600 {width:600px;}
.float_left{float: left;}
.float_right{float:right;}
.float_none{float:none;}
