
#page 
{ 
	margin:0;
} 

#nav-trail
{
	padding:0;
	margin:0;
	background: #aaa;
}

#nav-trail li 
{
	display:inline; 
	color:#888;
}

#nav-trail li a 
{
	color:#222;
	padding-left:2px;
	padding-right:2px;
	margin-right:4px;
	text-decoration:none;
}

#nav-trail li a:hover 
{ 
	color:black;
	background:white;
	padding-left:2px;
	padding-right:2px;
}

#nav-trail li strong   /* used to indicate current gallery level */
{
	color: #d42;
	padding:2px 1px 1px 1px;
}

/* IE hacks for trail follow */

/* * html #nav-trail li { position: relative; bottom: 8px; } */

#tab-box 
{
	background: #aaa;
	margin:0;
	padding:10px 0 0 0;
	width:100%;
}

#nav-tabs 
{
	list-style:none;
	margin:0; 
	padding:0;
	border-bottom:1px solid black;
}

#nav-tabs li 
{
	display:inline;
	white-space:nowrap;
	margin:0;
	padding:0;
}

#nav-tabs li a, #nav-tabs li a:visited
{
	margin:0;
	padding:0px 10px;
	color: #ddd;
	background: #888; /* #a66; */
	border:1px solid #666;
	border-bottom:none;
	text-decoration:none;
}

#nav-tabs li a:hover 
{ 
	background-color: white; /* #08c; */
	color:black;
}

#nav-tabs li.current-tab        /* used to indicate current gallery level */ 
{ 
	margin:0;                  /* must be same as #nav-tabs li */
	padding:0px 10px;          /* must be same as #nav-tabs li a */
	background: #aaa;
	color:#d42;
	border:1px solid black;
	border-bottom: 1px solid #aaa;  /* same as background */
	text-decoration:none;
}

* html #nav-tabs li.current-tab  /* for IE 6 (and 5?), not sure why */
{
	padding-right:7px;
	margin-right:3px;
}

/* child selector isn't recognized by IE 5 and 6, but makes first line  
   indent more than wrapped lines, which looks good in firefox */
#nav-tabs > li:first-child { margin-left:10px; }


#index 
{ 
	width:300px;
	height:300px;
}

#index a 
{ 
        text-decoration:none;
	margin:0;
	padding:0;
}

#index a span 
{ 
	/*---- CSS POPUPS: DISPLAY NONE UNTIL HOVER ----*/
	display:none; 
	position:relative;
	/* z-index:50; */
	margin:0;
	padding:0;
}

#index a:hover span 
{ 
	display:none; 
	color:#fff;  
	background:#000;
	padding:2px;
	padding-right:4px;
	padding-left:4px;
	border:1px solid white;
}

#index img 
{ 
	float:left;
	border:none;
	margin:0;
	background: #ccc;
	padding:0;
}

#index-clear
{
	clear:left;
	width:100%;
}

#pager {
	color:#000;
	font-weight:bold;
	line-height:20px;
	width:300px;
	margin:auto;  /* SAME AS INDEX */
	text-align:right;
}

#pager a 
{ 
	color:blue;
	padding:0 4px; 
	text-decoration: none;
}

#pager strong 
{ 
	padding:0 4px; 
	background:#ccc;
}

#pager a:hover 
{ 
	color:black;
	background:#fff;
}	

#button-bar
{
	text-align:center;
	padding:0;
	height:20px;
}

#button-bar a
{
	color:blue;
}

#no-image-selected 
{
	display:none;
}

#gallery-info, #place_holder {
}

#place_holder
{
	/* background:url(/bones/graphics/bones-placeholder.png); */
}


#gallery-info
{
	/* background:url(/bones/graphics/bones-placeholder-fade.png); */
	margin:0;
}

#gallery-info h2
{
	margin:0;
}

#gallery-info h3
{
	margin:0;
	border-top: 1px solid #aaa;
}

#gallery-info em
{
	background:none;
}

#image-info 
{
	padding-top:10px;
	background-color:#aaa;
	text-align:right;
}

#main-image
{
	text-align: center;
}

#nav-cover
{
	background-color:#fff;
	min-height:20px;
}

/* (a) display:none with nav-cover min-height: 
	nav area shrinks when not displayed
   (b) visibility:hidden:
	nav area disappears but the space doesn't shrink 
*/
/* #nav-cover > #tab-box, #nav-cover > #nav-trail */

#nav-cover
{
	visibility:hidden;
}

#head-gasket
{
}

#head-gasket:hover #nav-cover
{
	visibility:visible;
}

#nav-bkg {  
	background-image:url(/bones/graphics/cover-bg.jpg);	
	background-repeat:no-repeat;
}

#nav-instructions
{
	display:none;
	color:#766;
	font-size:80%;
	position:absolute;
	top:-30px;
	width:300px;
	margin-right:100px;
} 

#nav-instructions a
{
	color:#46d;
	padding-left:10px;
	border-left:10px solid #68d;
	
}

#container #mouse-off 
{
	border-left:10px solid #f55;
	padding-left:10px;
	display:block;
}

#container:hover #mouse-off
{
	display:none;
}

#container #mouse-on
{
	border-left:10px solid #dd4;
	padding-left:10px;
	display:none;
}

#container:hover #mouse-on
{
	display:block;
}


/* disable effects for IE */

* html #nav-instructions
{
	display:none;
}

* html #container #nav-cover, * html #container #pager, * html #container #button-bar, * html #container #site-header
{
	visibility:visible;
}

#ie-warning
{
	display:none;
	position:absolute;
	padding:4px;
	color:#766;
	font-size:80%;
	top:-30px;
	left:320px;
	width:200px;
	margin-right:10px;
	background:#ddd;
}

* html #ie-warning
{
	display:block;
}


