body, p {
	color: #E6E6E6;
}

pre {
	font-family: inherit;
	line-height: 1.2em;
}

a {
	color: inherit;
	text-decoration: none;
}

h3 {
	margin-bottom: 0.5em;
}

ul {
	
}

ul li {
	list-style: none;
}

ul.artist-list {
	margin-bottom: 0;
}

ul.artist-list li {
	list-style: none;
	padding: 0.5em;
}

ul.gallery-list {
	margin: 0;
}

ul.gallery-list li {
	float: left;
	margin-left: 1.5em;
}

ul.photo-list {
	margin: 0;
	margin-left: -5px;
	width: 500px;
}

ul.photo-list li {
	float: left;
	margin-left: 5px;
}

/*=UTILITIES*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
