@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/purple_bg.gif); 
			}

	
	
			
					
	
/* Type
----------------------------------------------- */


		p, h1, h3 {
			color: #fff;
			}
			
			
		h2 {
				font-size: 24px;
				color: #F9A319;
				text-decoration: none;
				}	
				
		h3 {
			font-size: 24px;
			line-height: 30px;
			}		
	
		.copyright {
			border-top: 1px solid #fff;
			color: #fff
			}			

		
		#mainCont ul {
			color: #333;
			}
			
		#mainCont li {
			list-style-image: url(../general_images/bullet.gif)
		
			}
			
		.cast {
				font: normal 14px/21px Arial;
				border-bottom: 1px #a04d8e solid;
				padding-bottom: 8px;
				margin-right: 10px;
				color: #fff
			}

		.cast strong {
			font: bold 14px Arial;
			color: #F9A319;
			}
		
		
			
			
/* Links
----------------------------------------------- */		


		p a {
			color: #F9A319;
			text-decoration: none;
			border-bottom: solid 1px #F9A319;
			padding-bottom: 2px;
			font-weight: bold
			}	
			
			
		p a:hover {
			color: #fff;
			text-decoration: none;
			border-bottom: solid 1px #fff;
			padding-bottom: 2px;
			font-weight: bold
			}		
							
		.cast a {
			color: #fff;
			text-decoration: none;
			padding: 2px 1px 2px 1px;
			border-bottom: 1px #999 dotted
			}

		.cast a:hover {
			color: #fff;
			text-decoration: none;
			border-bottom: 2px;
			border-bottom: 1px #999 dotted;
			background-color: #a22387;
			}	
			
		.subheading a, .subheading a:hover {
			font-size: 18px;
			font-weight: normal;
			border-bottom: 0px;
			}
			
			
			
			
