/* 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: black;
	background-image: url(../pictures/assets/back_rust.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 20px;
	padding: 0px;
	font: 12px helvetica, sans-serif;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	/*	color:#ddd; */
	color:#FF6600;
	}
h2 {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:12px;
	font-family:helvetica, sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	color:#CCCCCC;
	}
li {
	color:#CCCCCC;
	}
/* a[href^="http://"]:after, a[href^="https://"]:after{content:url('../pictures/assets/link_external.gif')} */
a {
	color: #FF6600;
	/*color: #1e77d3;*/
	font-size:12px;
	font-family:helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color: #FF9900;}
a:visited {color: #CC9900;}
a:hover {color: #FF0000; background-color:#000000;}

/* 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;
	}

.item {
	border-bottom: 1px dashed #B2B2B2;
	}

/* 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
	}
/* approved text replacememt method */
#sitename {
    margin:0; padding:0;
    position:relative;
    width:330px; height:60px;
    overflow:hidden;
	}
#sitename span {
	display:block;
    position:absolute; left:0; top:0; z-index:1;
    width:330px; height:60px;
    margin:0; padding:0;
    background:url("../pictures/assets/sitename.gif") top left no-repeat;
	}
/* right nav info menu */
#navBeta {
	position:absolute;
	width:180px;
	top:20px;
	right:20px;
	border:1px dashed white;
	background-color:#ffffff;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {
	width:180px;
	background-color:black;
	}

#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 white;
	background-color:black;
	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. */
	}

/* vertical CSS menu - no flyout */

#menu9 {
	margin: 10px;
	position:absolute;
	width:130px;
	list-style-type: none; /*turns off display of UL bullet*/	
	top:10px;
	left:10px;
	border:1px dashed white;
	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;
	background-color:black;
	}

#menu9 li a {
	color: #FF9900;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu9 li a:link, #menu9 li a:visited {
	color: #FF9900;
	display: block;
	background:  url(../pictures/assets/menu15.gif);
	padding: 8px 0 0 35px;
	}
	
#menu9 li a:hover {
	color: #FF0000;
	background:  url(../pictures/assets/menu15.gif) 0 -32px;
	padding: 8px 0 0 35px;
	}

#menu9 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu9 img {
    border: none;
	} 

/* Experiemental horizontal menu style for ejkrc */
 #nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.15em;
}

#nav-menu li a
{
background: url(css-nav.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:30em
}

/* Experiemental zebra style for tabular data! */
.zebratable tbody tr.even td {
	background-color: #eee;
    }

.zebratable tbody tr.odd  td {
      background-color: #fff;
    }
