/*
-----------------------------------------------
birmingham opera screen style
author:  alex knights - lloydparkin.co.uk
version:  1.3 - January 2005
----------------------------------------------- */

	body {
		background: #333 url(../global_images/bg.gif) repeat-y;
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		/* commented backslash hack v2 \*/
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		/* end hack */
		line-height:1.4em;
		color: #333;	
		margin:0;
		padding:0;
		}

	a:link {
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		/* commented backslash hack v2 \*/
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		/* end hack */
		line-height:1.2;
		color: #333;	
	}
	
	a:visited {
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		/* commented backslash hack v2 \*/
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		/* end hack */
		line-height:1.2;
		color: #333;	
	}
	
	a:hover {
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		/* commented backslash hack v2 \*/
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		/* end hack */
		line-height:1.2;
		color: #333;	
	}
	
	h1 a:link {
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		/* commented backslash hack v2 \*/
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		/* end hack */
		line-height:1.2;
		font-weight: bold;
		color: #aba111;	
	}
	
	h1 a:visited {
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		/* commented backslash hack v2 \*/
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		/* end hack */
		line-height:1.2;
		font-weight: bold;
		color: #aba111;	
	}
	
	h1 a:hover {
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		/* commented backslash hack v2 \*/
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		/* end hack */
		font-weight: bold;
		line-height:1.2;
		color: #666;	
	}
	
	#centercontent {
		background:#fff;
		width:498px;
		padding:0 0 5px 0;
		margin:0;
   		margin-left: 30px;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 30px;
		}
	html>body #centercontent {
		border: 5px white solid;
		width:488px;
   		margin-left: 30px;
		}

	form td {
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		/* commented backslash hack v2 \*/
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		/* end hack */
		line-height:1.2;
		color: #333;	
		background:#fff;
		width:498px;
		padding: 0 0 0 5px;
		}

	form textarea {
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		/* commented backslash hack v2 \*/
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		/* end hack */
		line-height:1.2;
		color: #000;	
		background:#fff;
		width:180px;
		margin:0;
		padding:0 0 0 2px;
		}

	form input {
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		color: #000;	
		vertical-align: top;
		width:140px; 
		height:15px; 
		margin:0;
		padding:0 0 0 2px;
		background-color:#FFFFFF;
		border-width:1px;
		border-style:solid;
		border-color:#333;
		}
		
	form select {
		width: 100px;
	}
	
	#microcontent {
		background:#999999;
		width:498px;
		padding:0 0 0 0;
		margin:0;
   		margin-left: 30px;
		}

	img {
		padding: 0 6px 6px 0;
		margin: 0;
	}
	
	img#spacer {
		padding: 0;
		margin: 0;
	}
	
	img#micro {
		padding: 0;
		margin: 0;
		background-color: #444444;
	}
	
	img#current {
		padding: 0;
		margin: 0;
		background-color: #333;
	}
	
	img#latraviatalive {
		padding: 0;
		margin: 0;
		background-color: #444444;
	}
	
	img#latraviatalive {
		padding: 0;
		margin: 0;
		background-color: #333;
	}
	
	#subnav {
		width:200px; 
		height:30px; 
		margin:0;
		padding:0;
		z-index:4;
		background: url(../global_images/sub_nav_bg.gif) no-repeat;
 	 }
	 		 
	#subnav a {
		text-decoration: none;
	}
	
	#rightcontent {
		position: absolute;
		left:534px;
		top:135px;
		width:192px;
		background:#333;
	}
	
	#banner {
		background: transparent url(../global_images/banner_bg.gif) no-repeat;
		margin:0;
		padding:0;
		height:135px;
		width:750px;
		border:0;
		}
		
	p {
		margin:4px 25px 10px 7px;
		}
		
	td.one {
		color: #aba000;
		color: #aba111;
		font-weight:bold;
		margin:0;
		padding:0;
/*		color: #787000; */
	}
		
	#search {
		 position:absolute; 
		 left:534px; 
		 top:95px; 
		 width:170px; 
		 height:45px;
		 border:0; 
		 z-index:7;
		 }		 	 	
	
	input.srchbut {
		float:left;
		width: 19px;
		height: 25px;
		padding:0;
		margin:0;
		border:0;
		}
		
	input.srchfill {
		float:left;
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		color: #333;	
		vertical-align: top;
		width:140px; 
		height:15px; 
		margin:2px 0 0 0;
		padding:0;
		/* commented backslash hack v2 \*/
		padding:2px 0 0 5px;
		/* end hack */
		border:0;
		}
		
	input.atomz_srchbut {
		width: 17px;
		height: 20px;
		padding: 0;
		margin: 5px 0 0 0;
		border: 0;
		}
		
	em {
		font:10px Verdana, Arial, Helvetica, sans-serif;
		color: #000;
		margin:0 0 2px 0;
		}

	h1 {
	/*	font-size:14px;
		padding-top:10px;*/
		margin:4px 25px 10px 7px;
		font-size:10px;
		font-weight:bold;
		color: #aba111;
	/*	color: #787000;*/
		}
		
	h2 {
		font:11px Verdana, Arial, Helvetica, sans-serif;
		color: #000;
		margin:0 0 2px 0;
		}

	h3 {
		font: 9px Verdana, Arial, Helvetica, sans-serif;
		/* commented backslash hack v2 \*/
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		/* end hack */
		color: #fff7c2;
		color: #cdc333;
		font-weight:bold;
		margin:3px 0 0 34px;
		/* commented backslash hack v2 \*/
		margin:3px 0 0 34px;
		/* end hack */
		}

	h4 {
		margin:0;
		padding:0;
		font:9px Verdana, Arial, Helvetica, san-serif;
		color:#fff;
		}
		
	h5 {
		margin:4px 25px 10px 7px;
		font-weight:normal;
		font-size:9px;
		}

	#banner h2 {
		font:11px Verdana, Arial, Helvetica, sans-serif;
		padding:26px 10px 0px 30px;
		color: #fff;
		margin:0px;
		}
	
	.mainlinks a:link, .mainlinks a:visited {
		color: #fff7c2;
		color: #efe555;
		color: #aba111;
		text-decoration: none; 
		font-size: 10px;
		line-height:1.5;
		}
	
	.mainlinks a:hover, .mainlinks a:visited:hover, .mainlinks a:active {
		color: #fff;
		text-decoration: none;
		font-size: 10px;  
		line-height:1.5;
		}
		
	.selected a:link, .selected a:visited, .selected a:hover, .selected a:visited:hover, .selected a:active {
		color: #fff;
		text-decoration: none;
		font-size: 10px;  
		line-height:1.5;
		}
		
	ul { 
		list-style-type: none;
		margin:4px 25px 10px 7px;
		}	

	li { 
		list-style-type: none;
		margin:0;
		padding:0;
		}	

	.navlist {
		padding: 0;
		margin: 10px 0 0 30px;
		width:80px;
		}
	.navlist ul { 
		list-style-type: none;
		margin: 0;
		}	
	.navlist li { 
		font-size:10px;
		list-style-type: none;
		margin: 0;
		}

	.oddone {
		padding: 0;
		margin: 10px 0 0 30px;
		width:95px;
		}
	.oddone ul { 
		list-style-type: none;
		margin: 0;
		}	
	.oddone li { 
		font-size:10px;
		list-style-type: none;
		margin: 0;
		}

	#d_none {
		display:none;
		}		
	#d_white {
		color:#fff;
		}
		
/***************************/
/* BEN'S ADDITIONAL STYLES */
/***************************/

/* News menu stuff */

	.newslist {
		float: left;
		padding: 0;
		margin: 10px 0 0 0;
		width:192px;
		}
	.newslist ul { 
		list-style-type: none;
		margin: 0;
		}	
	.newslist li { 
		font-size:10px;
		list-style-type: none;
		border-bottom: 1px solid #484848;
		margin: 0;
		padding: 8px 0 8px 0;
		}
	.newslist a, .newslist a:hover { 
		width: 192px;
		text-decoration: none;
		display: block;
		}

/* Current Production text styles */

#current_production { position: relative; color: #666; font:normal 11px Verdana, Arial, Helvetica, sans-serif; line-height: 1.42em; }
.prod_title { color: #CB3; font-weight: bold; font-size: 20px; line-height: 2em; }
.prod_quote { font-size: 15px; line-height: 22px; }
#current_production a { color: #CB3; font-weight: bold; text-decoration: none; }
#current_production a:hover { color: #666; font-weight: bold; text-decoration: underline; }

hr { border: 1px; color: #d9d9d9; background-color: #d9d9d9; height: 1px; clear: both; }
