@import url(main.css);


/*
	IO blue styles

	Contents:
		Basic tags
		Type


*/



/* Basic tags
----------------------------------------------- */


	body {
			background-repeat:repeat-y;
			background-color: #e1edf1;
			background-image: url(../general_images/plum_bg.gif); 
			}

	
	
			
					
	
/* Type
----------------------------------------------- */


		p, h1, h2, h3 {
			color: #333;
			}
	
		.copyright {
			border-top: 1px solid #666;
			}			

		
		#mainCont ul {
			color: #333;
			}
		
		
		.cast {
			font: normal 14px/22px Arial;
			border-bottom: 1px #fff solid;
			padding-bottom: 8px;
			margin-right: 10px;
			color: #333
			}
	
		.cast strong {
			font: bold 14px Arial;
			color: #333;
			}
		
		.cast_subheading {
			font: bold 16px Arial;
			color: #333å;
			}
		.production_title {
			font: normal 18px Arial;
			color: #fff
			}	
			
		.copyright {
			margin-top: 180px;
			}	
			
/* Links
----------------------------------------------- */		


		p a {
			color: #333;
			text-decoration: none;
			border-bottom: solid 1px #333;
			padding-bottom: 2px;
			font-weight: bold
			}	
			
			
		p a:hover {
			color: #000;
			text-decoration: none;
			border-bottom: solid 1px #000;
			padding-bottom: 2px;
			font-weight: bold
			}		
							
	
	
/* List
----------------------------------------------- */
	
	
		#mainCont ul {
			font-size: 14px;
			line-height: 22px;
			list-style: none;
			margin: 0 18px 0 18px;
			padding: 0;
			}
			
		#mainCont li {
			padding-left: 10px;
			}						
			
				
				
			#mainCont li {
			list-style: none;
			background-image:url(../general_images/bullet.gif);
			background-repeat:no-repeat;
			}							
					