/*		index.css		*/


body
{
	/* overflow: hidden; */
}
/*==============================
	Logo Bar
================================*/
#logobar
{
	height: 75px;
}
#logobar h1 a
{
	width: 319px;
	height: 75px;
	background: url("../images/MbiraSlice.jpg") no-repeat top left;
}
#logobar h2 a
{
	height: 75px;
	margin-left: 319px;
	background-image: url("../images/SiteLogo.jpg");
}

/*==============================
	Main Menu
================================*/
#menuwrapper
{
	float: left;
	max-width: 20em;
/*
	background-color: aqua;
	border: 1px dashed blue;
*/
}
ul.menu
{
	float: left;
	clear: left;
	max-width: 20em;
	margin: 1em 0 0 0;
	padding: 0;
	list-style: none;
}
ul.menu li
{
	margin: 0;
	padding: 0;
}
ul.menu li a
{
	display: block;
	padding: 3px;
}
ul.menu li a
{
	border: none;
	text-decoration: none;
}
ul.menu li a
{
	display: block;
	font-size: x-large;
	font-family: Lithograph, Lithos, Austere, Krypta, Liddie, Liste, Listium, Literat, "Lithographic Script", Litschi, Tribeca, "Trebuchet MS", sans-serif;
	/* color: #05949D; */
	white-space: nowrap;
	color: rgb(0,88,89);		/* dark blue */
}
ul.menu li a:hover,
ul.menu li a:hover
{
	/* color: #FFB340;		/* orange */
	color: #05949D;		/* light blue */
}

/*==============================
	Sub Menu
================================*/
ul#submenu
{
	margin: 1ex 0 0 0;
	padding-top: 1ex;
	border-top: 2px dashed #FFB340;		/* orange */
}
ul#submenu li a
{
	font-size: large;
}

/*==============================
	Spotlight
================================*/
#spotlight
{
}
#spotlight div.inner
{
	width: 482px;
	margin: 0 auto;
	padding: 25px 0 0 10em;
	text-align: center;
/*
	background-color: yellow;
	border: 1px dashed red;
*/
}
#spotlight h3
{
	font-size: x-large;
	font-family: Lithograph, Lithos, Austere, Krypta, Liddie, Liste, Listium, Literat, "Lithographic Script", Litschi, Tribeca, "Trebuchet MS", sans-serif;
	color: #05949D;
}
#spotlight h4
{
	font-size: x-large;
	font-style: italic;
	color: #05949D;
	color: rgb(0,88,89);		/* dark blue */
}
#spotlight p
{
	font-size: medium;
}
#spotlight p.sub
{
	font-size: large;
	font-style: italic;
	color: #05949D;
	color: rgb(0,88,89);		/* dark blue */
}
#spotlight div.desc
{
	text-align: left;
}
#spotlight ul.tracks
{
	margin-left: 1em;
	margin-bottom: 1em;
	list-style-type: none;
}
a.spotlightLink
{
	border: none;
	text-decoration: none;
}
a.spotlightLink img,
img#spotlight-image
{
	border: 1px solid #000;
	xpadding: 2px;
}
a.spotlightLink:hover img
{
	border: 2px solid #FFB340;		/* orange */
	padding: 0;
}
a.spotlightLink:hover span
{
	color: #FFB340;		/* orange */
	border-color: #FFB340;		/* orange */
}
a.spotlightLink span
{
	display: block;
	font-family: Lithograph, Lithos, Austere, Krypta, Liddie, Liste, Listium, Literat, "Lithographic Script", Litschi, Tribeca, "Trebuchet MS", sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #05949D;
	text-decoration: none;
}
ul#spotlight-links li
{
	display: inline;
	padding: .3em 1em;
	white-space: nowrap;
	list-style-type: none;
}

/*
#spotlight #image a
{
	display: block;
	width: 420px;
	height: 140px;
	margin: 10px auto;
	xbackground: url("../images/Zimfest2007.gif") no-repeat top left;
}
#imageTumbuka a
{
	width: 400px;
	height: 123px;
}
#spotlight .image a
{
	display: block;
	text-decoration: none;
	border: 1px solid #000;
}
#spotlight .image a:hover
{
	border-color: #05949D;
}
#spotlight #image span
{
	display: none;
}
#spotlight #link
{
	padding-top: 10px;
}
#spotlight #link a
{
	font-size: x-large;
	font-weight: bold;
	color: #05949D;
	text-decoration: none;
}
#spotlight #link a:hover
{
	color: #FFB340;		/* orange * /
	border-color: #FFB340;		/* orange * /
}
*/
