#logo{
	/*background-image: url("http://www.stationsessions.com/layout/lay01/css/../gfx/festival-logo.jpg");*/
	background-position: center center;
	background-repeat: no-repeat;
		
}

#artistModal {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;	
	background:black;
	z-index:2000;
	display:none;
}
#artDiv1 {
	width:640px; 
	margin-right:13px;
}
#artDiv2 {
	width:280px;
}

#artTopCombo {
	position:relative;
	width:100%;
	height:82px;
	margin-left:24px;
}
#artTopCombo h1 {
	padding-top:16px;	
}

#artPagination {
	position:absolute;
	right:50px;
	top:35px;
		
}
	#artPagination ul {
		
	}
	#artPagination li {
		float:left;
		font-size:15px;
		padding:2px;
	}
	#artPagination li:before {
		content: "/";
	}
	#artPagination li.f:before {
		content: "Select a Season ";
	}
	#artPagination li span {
		color:#000;
		font-size:15px;
		font-weight:bold;
		font-style: italic;
	}
	#artPagination a  {
		font-size:15px;
		color:#6D6E70;
		font-style: italic;
	}
	

#artFeatList {

}
#artFeatList li {
	border-top:10px solid #000;
	padding-top:4px;
	width:277px;
	height:287px;
}
#artFeatList img {
	padding-bottom:6px;
	border-bottom:5px solid #000;
}
#artFeatList h3 {
	padding-top:16px;
}
	#artFeatList h3, #artFeatList h3 a {
		color:#6D6E70;
		font-family:BaskB;
		font-size:14px;
		line-height:14px;
		font-weight:bold;
	}
	#artFeatList h3 a:hover {
		color:#000;
	}

#artList {
		
}
#artList li {
	border-top:10px solid #000;
	padding-top:4px;
	width:165px;
	margin-right:20px;
	height:196px;
	float:left;
}
#artList li.l {
	margin-right:0;	
}
#artList img {
	padding-bottom:6px;
	border-bottom:5px solid #000;
}
#artList h3 {
	padding-top:1px;
}
	#artList h3, #artList h3 a {
		color:#6D6E70;
		font-family:BaskB;
		font-size:12px;
		line-height:12px;
		font-weight:bold;
	}
	#artList h3, #artList h3 a:hover {
		color:#000;
	}
#artList i {
	font-family:BaskI, Georgia, serif;
	font-size:12px;	
	color:#6D6E70;	
}

#artistDetail {
	position:absolute;
	z-index:6000;
	top:211px;
	left:30px;
	min-height:680px;
	width:640px;
	background:#e6e7e9;
	display:none;
}
	#artDetCont {
		position:relative;
		padding-left:18px;
		padding-top:30px;
		padding-bottom:50px;
		width:530px;
		display:none;
	}
		
		#artistDetail h1 {
			font-family:BaskB, Georgia, serif;
			font-size:30px;	
			font-weight:bold;
			color:#404041;
			text-transform: uppercase;
			padding:0;
			margin:0;
		}
		#artistDetail h2 {
			font-size:16px;
		}
		#artistDetail h2 small {
			font-family:BaskB, Georgia, serif;
			font-size:10px;	
			font-weight:bold;
			color:#404041;
		}
		#artDetCont .d {
			margin-top:0;
			padding-top:0;
		}
		#artistDetailImg {
			width:277px;
			height:178px;
			position:relative;
			overflow:hidden;
			margin-top:80px;
			margin-bottom:40px;
		}
		#artDetImgMask {
			position:absolute;
			top:0;
			right:0;
			width:106px;
			height:178px;
			background:url(../gfx/featured-artist-mask.png) no-repeat;
		}
	
		.detT {
			margin-top:24px;
		}
		
		.detT, .detT p {
			font-size:16px;
			color:#404041;
		}
		.detT p {
			margin-bottom:18px;
		}
	
		#artDetFoot {
			margin-top:40px;
			position:relative;
			width:594px;
			height:60px;
		}
	
	
		#artDecPanclogo {
			width:94px;
			height:58px;
			background:url(../gfx/logo.stpancras.jpg) no-repeat;
			position:absolute;
			top:34px;
			right:0;
		}
		#artDecPanclogo img {
			width:100%;
			height:100%;
		}
		#artDetFoot li {
			font-size:12px;
		}
		#artDetFoot li a {
			font-size:12px;
		}
		#artDetFoot li.l a {
			color:#000;
		}
		#artClose {
			position:absolute;
			cursor:pointer;
			width:60px;
			height:24px;
			top:30px;
			right:-65px;
			background:url(../gfx/artClose.png) 38px 0 no-repeat;
		}
		#artClose:hover i {
			display:block;
		}
		#artClose i {
			position:absolute;
			top:0;
			left:0;
			font-size:18px;
			color:#6D6E70;
			display:none;
		}
			
