/*Brundibar Arts Festival Website Events Page Stylesheet*/

	.artists-content {
	padding-left:		10px;
	padding-right:		10px;
	color:			#000;
	margin-top:		40px;
	}

	.artist-info {
	border-bottom: 		1px solid #298bcc;
	height:			345px;
	}

	.artist-left {
	float: 			left;
	width:			240px;
	height:			320px;
	margin-left:		10px;
	padding:		10px 20px 10px 20px;	
	color:			#8C1E2E;
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 		20px;
	font-weight:		bold;
	font-variant:		small-caps;
	text-align: 		left;
	}

	.artist-middle {
	float: 			left;
	width:			500px;
	height:			320px;
	padding:		10px;	
	}

	.artist-right {
	float: 			left;
	width:			200px;
	height:			320px;
	margin:			0px 0px 0px 30px;
	padding:		10px 0px 10px 0px;	
	}


	.artist-right .artist-item-link {
	/* background: 		#298bcc; */
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 		14px;
	font-weight:		bold;
	text-align: 		left;
	margin:			0px 0px 0px 0px;
	padding:		17px 0px 0px 20px;
	border-bottom:		1px solid #0483d6;
	}

	.artist-right .artist-item-link a:link, a:visited {
    	color: 			#0483d6; /* MedBlue */
    	text-decoration: 	none;
	}

	.artist-right .artist-item-link a:hover, a:active {
    	color: 			#8c1e2e; /*DeepRed */
    	text-decoration: 	none;
	}
/* --------------------------------------------------------------------- */

	.artist-middle .artist-biog {
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 		14px;
	font-weight:		bold;
	padding:		0px 0px 0px 455px;
	}

	.artist-middle .artist-biog a:link {
    	color: 			#0483d6; /* MedBlue */
    	text-decoration: 	none;
	}

	.artist-middle .artist-biog a:hover, a:active {
    	color: 			#8c1e2e; /*DeepRed */
    	text-decoration: 	none;
	}
/* --------------------------------------------------------------- */

	.artist-left .artist-page-top {
	margin:			245px 0px 0px 0px;
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 		14px;
	font-weight:		bold;
	font-variant:		normal;
	text-align: 		left;
	color:			#0483d6;
	}

	.artist-left .artist-page-top a:link {
    	color: 			#0483d6; /* MedBlue */
    	text-decoration: 	none;
	}

	.artist-left .artist-page-top a:hover, a:active {
    	color: 			#8c1e2e; /*DeepRed */
    	text-decoration: 	none;
	}

	.artist-left .instrument {
	font-size: 		18px;
	font-weight:		normal;
	font-variant:		normal;
	text-align: 		left;
	}
	











