@import url(main.css);


/*
	IO blue styles

	Contents:
		Basic tags
		Type


*/



/* Basic tags
----------------------------------------------- */


	body {
			background-image: url(../general_images/paleblue_bg.gif); 
			background-repeat:repeat-y;
			background-color: #e1edf1;
			}

	#artist_image {
	padding-left: 0px
}
	
			
					
	
/* Type
----------------------------------------------- */


		p, h1, h2, h3 {
			color: #333;
			}
	
		.copyright {
			border-top: 1px solid #666;
			}			

		
		#mainCont ul {
			color: #333;
			}
			
		#mainCont li {
			list-style-image: url(../general_images/bullet.gif)
		
			}
			
#artistCaption {
	position: absolute;
	top: 45px;
	left: 220px;
	z-index: 3;
	width: 220px;
	color: #464646;
	font-size: 12px;
	line-height: 15px;
}
		
#artistCaptiontop {
	position: absolute;
	top: 29px;
	left: 438px;
	z-index: 3;
	width: 220px;
	color: #464646;
	font-size: 12px;
	line-height: 15px;
}	
			
			
			
/* Links
----------------------------------------------- */		


		p a {
			color: #333;
			text-decoration: none;
			border-bottom: solid 1px #ccc;
			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
			}		
							
			
