/* CSS Document */

body
{	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11pt;
	background-color:	#FFFFFF;
	color: 				#C0C0C0; 
	background: 		black;
}
p
{	margin-top: 	0.5em;
	margin-bottom: 	0px;
}
p.wide
{	margin-top: 	1.5em;
	margin-bottom: 	0px;
}
.highlight
{	color:			goldenrod;
}
.smallfont
{	font-size:-2px
}
table.marque
{
	text-align:		center;
	font-size:		44px;
	border:			1pt solid coral;
	background:		url(images/world_bg.gif);
 	background-repeat: repeat;
}
td.marque-cell	
{	text-align:		center;
/*	vertical-align: center; */
	padding:		20pt;
}
table.albums
{
/* border:			2pt solid blue;  WORKS, but not needed */
}
td.album-icon-cell
{	text-align:		center;
	vertical-align: center;
	padding:		10pt;
}
td.album-desc-cell
{	text-align:		left;
	vertical-align: top;
	padding:		10pt;
}
h1.album-desc-head
{	font-size:		130%;
	font-weight:	bold;
	margin-top:		0;
	margin-bottom:	0;
}
div.textbox
{	background-color:	#CCCCCC;
	border:				1pt solid coral;
	padding: 			10pt;
	z-index:			1;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10pt;
	color:				#000000;
}
div.icon-border
{	border:			1pt solid black;
	padding: 		5pt;
	z-index:		1;
	width:			90px;
	height:			70px;
}
div.slide-ico
{	border:			2pt solid green;
	width:			100px;
	height:			100px;
	z-index:		1;
}
div.slide-ico-hot	/* **** UNUSED **** */
{	position: 		relative;
    height: 		50px;
    width: 			50px;
    left: 			36px;
    top: 			-88px;
	border:			0pt solid red;
	z-index:		2;
}
a:link { 
	color: goldenrod;
	}
a:visited { 
	color: silver;
	}
a:hover { 
	color: white;
	}
a:active { 
	color: silver;
	}
	
a.textbox:link 		{color: blue}
a.textbox:visited 	{color:#660000}

h2.textbox
{	font-size:		14 pt;
	color:			darkblue;
}

.menu-bar {
  font-size: 120%;
}

/* === Modern browser compatibility additions (non-visual) ===
   Scoped to the collections index page (body.collections-page).
   These rules are intended to preserve the existing look while removing reliance
   on deprecated HTML attributes.
*/
body.collections-page a img { border: 0; }


/* === Centered MARQUEE and MENU BAR (collections index only) === 
Steve: I deleted this to make menu bar in collections_index big,
but it didn't fix index.html
body.collections-page .centered-block {
    text-align: center;
}
 */
