/* CSS Document */

/* artists' lists */

ul.artists {
	padding top: 5px;
	margin-left: 5px;
	list-style: none;
	line-height: 200%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	}
	ul.artists a{
		color: black;
		text-decoration: none;
		}
	
	.artists a:link {
		color: black;
		}
		
	.artists a:hover {
		text-decoration:none;
		font-weight: bold;
		}
	
ul#bullets {
	list-style: disk;
	padding top: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	}
	ul#bullets a{
		color: black;
		text-decoration: none;
		}
	
	ul#bullets a:link {
		color: black;
		}
		
	ul#bullets a:hover {
		text-decoration:none;
		font-weight: bold;
		}

/* EVENT SCHEDULE on "Upcoming" page */
.entry {
				height: auto;
				margin-top: 20px;
				padding-bottom: 20px;
			}
			
			.info-container {
				margin: 0px;
				margin-top: 20px;
				padding: 0px;
				font-size: 12px;
				color: #000;
			}
			
			.info-date {
				padding-left: 10px;
				margin: 0;
				font-weight: bold;
				letter-spacing: .1em;
				size: 10px;
				color: #000;
				border-bottom: 1px dotted #cfcdc7;}
			
			.info-opening {
				padding-left: 10px;
				letter-spacing: .1em;
				size: 10px;
				color: #000;}
			
			.info {
				height: auto;
				padding-left: 75px;
				margin:0;
				line-height: 100%;
				font-size: small;
				font-family: arial, helvetica, sans-serif;
			}
			.info-now {
				height: auto;
				padding-left: 10px;
				margin:0;
				line-height: 100%;
				font-size: 12px;
				font-family: arial, helvetica, sans-serif;
			}
			.info ul, .info ul li, .info-now ul, .info-now ul li{
			list-style: none;
			padding: 0;
			margin-top: 10px;
			}

			.info img { margin: 5px 0px;}
