/* the style used here was shared freely by www.bluerobot.com
Some concepts also found at exploding-boy.com
Reference to these authors would be a courtesy */

body {
	color:#333;
	background-color:white;
	margin:20px;
	padding:0px;
	font:14px/16px georgia, serif;
	}
h1 {
	font-size:28px;
	font-weight:900;
	margin:0px 0px 15px 0px;
	padding:0px;
	/*	color:#ddd; */
	color:#999999;
	}
h2 {
	font-size:18px;
	font-weight: bold;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#999999;
	}

#header {width:700px; height:230px; overflow:hidden; background:#ef8221;}
#header h1 {width:700px; height:0px; padding-top:30px; overflow:hidden; background:transparent url(../pictures/assets/banner.gif);}
* html #header h1 {height:30px; he\ight:0;}

#header h2 {width:700px; height:0px; padding-top:200px; overflow:hidden; background:transparent url(../pictures/assets/murcielago.jpg);}
* html #header h2 {height:200px; he\ight:0;}

p {
	font: 14px/16px georgia, serif;
	margin:0px 0px 16px 0px;
	padding:5px;
	}
a {
	color:##9F9F9F;
	font: 14px/16px georgia, serif;
	text-decoration:underline;
	}
a:link {
	color:#9F9F9F;
	text-decoration:underline;
	}
a:visited {
	color:#999999;
	}
a:hover {
	background-color:#ddd;
	}

/* Experimental thumbnail displayer class */
.thumbnail {
	float: left;
	width: 110px;
	height: 110px; /* to make float more predictible no other purpose (from www.satzansatz.de) */
	border: 0px;
	margin: 0 10px 10px 0;
	padding: 5px;
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	/* ...and incidentally required for IE6 not to block child divs under the parent div. */
	}
.thumbnail img {
	border: 0px;
	}

/* clearfix necessary for floats within divs coz IE6 does not fully enclose the float
within the parent div thanks to http://positioniseverything.net */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides clearfix fix from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.strikethru {text-decoration:line-through; color:#999999;}

#navBeta {
	position:absolute;
	width:190px;
	top:20px;
	right:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}

#container {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	/* ...and incidentally required for IE6 not to block divs under the parent div. */
	}

/* Start Vertical CSS Popout Menu */

#menu9 {
	margin: 10px;
	position:absolute;
	width:130px;
	list-style-type: none; /*turns off display of UL bullet*/	
	top:10px;
	left:10px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:130px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#menu9 {width:130px;}


#menu9 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu9 li a:link, #menu9 li a:visited {
	color: #FFF;
	display: block;
	background:  url(../pictures/assets/menu4.gif);
	padding: 8px 0 0 35px;
	}
	
#menu9 li a:hover {
	color: #FFF;
	background:  url(../pictures/assets/menu4.gif) 0 -32px;
	padding: 8px 0 0 35px;
	}

#menu9 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu9 img {
    border: none;
	} 
