@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/lightpurple_bg2.gif); 
			}

	
	
			
					
	
/* Type
----------------------------------------------- */


		p, h1, h3 {
			color: #333;
			}
			
			
		h2 {
	font-size: 24px;
	color: #ec008c;
	text-decoration: none;
				}	
				
		h3 {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 12px;
			}
			
			
		h4 {
	font-size: 24px;
	line-height: 30px;
	color: #333;
		}		
	
		.copyright {
			border-top: 1px solid #333;
			color: #333;
			}			

		
		#mainCont ul {
			color: #333;
			}
			
		#mainCont li {
			list-style-image: url(../general_images/bullet.gif)
		
			}
			
		.cast {
	font: normal 14px/21px Arial;
	border-bottom: 1px #9284AB solid;
	padding-bottom: 8px;
	margin-right: 10px;	
	
			}
			
			.castnorule {
	font: normal 14px/21px Arial;
	border-bottom: 0px;
	padding-bottom: 8px;
	margin-right: 10px;	
	
			}

		.cast strong {
			font: bold 14px Arial;
			color: #333;
			}
		
		
.ruledDiv {
border-bottom:#9284AB;
border-width:1px;
border-bottom-style:solid;
margin:12px 15px;

}
			
			
/* 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
			}		
							
		.cast a {
			color: #333;
			text-decoration: none;
			padding: 2px 1px 2px 1px;
			border-bottom: 1px #333 dotted
			}

		.cast a:hover {
			color: #000;
			text-decoration: none;
			border-bottom: 2px;
			border-bottom: 1px #000 dotted;
			/*background-color: #a22387;*/
			}	
			
		.subheading a, .subheading a:hover {
			font-size: 18px;
			font-weight: normal;
			border-bottom: 0px;
			}
			
			
		
.reviews a {
	text-decoration: none;
	color: #ec008c;
	font-size: 18px;
	margin-left: 16px;
	display:block;
}

.reviews a:hover {
	color: #fff;
}	
			
