/* CSS1 index style sheet by Didi */


body
	{
	background-color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	color: #dfb487;
	}
	
	
a {text-decoration: none;}
a.mainlink{color:#d74823; font-weight: bold;}
a.mainlink:hover {color: #805b34;}

ADDRESS
	{
	font-family: Times, serif;
	color: #805b34;
	font-style: italic;
	font-weight: normal;
	}


/*
---------------------------------------------------------------------
 HOMEPAGE
--------------------------------------------------------------------
*/


.quote
	{
	color: #dfb487;
	font-style: italic;
	font-weight: normal;
	}

.quotename
	{	
	color: #805b34;
	font-style: normal;
	font-weight: bold;
	}
	

/*
---------------------------------------------------------------------
 BANNER MENU BAR
--------------------------------------------------------------------
*/


table.bannermenu
	{
	background-color: #000000;
	font-size: 10pt;
	}

a.bannermenulink 
	{ 
	color: #000000; 
	text-align: center;
	background-color: #805b34; 
	font-weight: bold;
	display: block; 
	padding: 5px 5px;
	}

a.bannermenulink:visited { color: #dfb487;}
a.bannermenulink:hover { background: #D74823 url("Assets/bg-bannermenuhover.png") 0 -60px no-repeat!important; }

a.bannermenulinklive
	{ 
	color: #000000; 
	text-align: center;
	background: #d74823;
	font-weight: bold;
	display: block; 
	padding: 5px 5px;
	}


/*
---------------------------------------------------------------------
 FOOTER NAVIGATION BAR
--------------------------------------------------------------------
*/

.navbar
	{
	font-size: 10pt;
	background-color: #805b34;
	color: #000000;
	font-weight: bold;
	}
	
a.navbarlink { color: #000000;}
a.navbarlink:hover { text-decoration: underline; color: #000000;}
a.navbarlink:visited { color: #000000;}


/*
---------------------------------------------------------------------
 TEXT STYLES
--------------------------------------------------------------------
*/


.largermain
	{
	font-size: 12pt;
	font-weight: bold;
	}
	
	
a.lyriclink 
	{ 
	color: #dfb487; 
	font-weight: bold;
	}

a.lyriclink:visited { color: #dfb487;}
a.lyriclink:hover { color: #D74823; }

.synopsishead
	{
	font-size: 9pt;
	color: #d74823;
	font-weight: bold;
	}

.synopsis
	{
	font-size: 9pt;
	font-weight: normal;
	color: #dfb487;
	}


li
	{
	margin-bottom: 8px;
	}	


.ullist 
	{
	color: #d74823;
	font-size: 9pt;
	list-style-position: outside;
	list-style-type: square;
	}
	
.photocaption 
	{
	color: #ffffff;
	font-weight: normal;
	}
	


