/* CSS Document */
/* MencapMusic Typograthy */
/* webmaster@mencap.org.uk */

/*************************************************************************************/
/* Common typograthy styles */		

p {		
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 80%;
		color: #771A01;
	}
	
ul li {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #771A01;
		}
		
a:link {
			color: #771A01;
			text-decoration: none;
			}
			
a:visited	
		{
			color: #771A01;
			text-decoration: none;
			}
			
a:hover	{
		color: black;
		text-decoration: none;
		border-bottom: 1px solid;
		}

.latest_news {

			font-size: 80%;
			margin-left: -1.4em;
			#margin-left: 1.5em; 
			}


.right_col_titles
{
			text-align: center; 
			padding: 0.4em; 
			font-size: 80%; 
			text-transform: uppercase; 
			font-weight:bold;
}

/**************************************************************************************/
/* Menu typography Size */

#navlist a
{
padding-left: 0px;
padding-bottom: 0px;
font-weight: bold;
font-size: 75%;
text-decoration: none;
}


/*************************************************************************************/
/* Content headings */

.heading	{	color: #ffffff;
				text-transform: uppercase;
				text-align: center;
				font-size: 80%;
				font-weight: bold;
				padding-top: 0.2em;
				padding-right: 0.0em;
				padding-left: 0.2em;
				padding-bottom: 0.2em;
				margin-bottom: 0em;
}

.main_heading	{	color: #ffffff;
				text-transform: uppercase;
				text-align: left;
				font-size: 80%;
				font-weight: bold;
				padding-top: 0.2em;
				padding-right: 0.0em;
				padding-left: 0.2em;
				padding-bottom: 0.2em;
				margin-bottom: 0em;
}

.line_up

{
				list-style: none; 
				#list-style: none; 
				font-size: 80%;
				text-decoration: none;
				text-align: center;
				margin-left: -1.0em;
				#margin-left: 0em;
}

.music_footer_detail 	{
				color: #ffffff; 
				text-align: center; 
				font-weight: bold; 
				font-style: italic; 
				font-size: small;
				padding-left: 2em;
				margin-top: -3em;
}

/*This is to identify which typography stylesheet is currently active*/

#small	{
				border-bottom: 1px solid #771A01;
}

.sold_out

		{
				font-weight: bold;
				color: red;
				text-transform:uppercase;
		}