@import url("https://cwo.ucsd.edu/_resources/shadowbox/shadowbox-3.0.3/shadowbox.css");

ul#page_nav.artists li a, ul#page_nav.artists li.active {
    padding: 0.5em 0 0.5em 1em;
}

ul#page_nav.artists li a span, ul#page_nav.artists li.active span {
    padding-left: 1em;
    font-size: 0.8em;
    color: #444;
}

ul.artist-grid {
    list-style: outside none none;
    margin-left: 0;
    padding-left: 0;
}
.artist-grid li {
    display: inline;
    float: left;
    margin: 0 1em 1em;
    padding: 0;
}
.artist-grid li img {
    width:250px;
}
.artist-grid li span {
    color: #555;
    font-size: .8em;
}

ul.trip-photos {
    list-style: outside none none;
    margin-left: 0;
    padding-left: 0;
}
.trip-photos li {
    display: inline;
    float: left;
    margin: 0 .5em 1em;
    padding: 0;
    height:135px;
    overflow:hidden;
}
.trip-photos li img {
    width:200px;
}
#artist-list-home li {
    width:27%;
    height: 60px;
}
a.give-button {
    margin: 0 auto;
	text-decoration: none;
	text-align: center;
	width:180px;
	height:34px;
	display: block;
	position: relative;
	z-index: 1000;
	background-color: rgb(246,152,46);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, rgba(255,255,255,0.4)), color-stop(0.4, rgba(255,255,255,0)));
	background-image: -moz-linear-gradient(90deg,rgba(255,255,255,0) 40%,rgba(255,255,255,0.4));
	border-bottom: solid 1px rgb(217,116,11);
	border-top: solid 1px rgb(255,220,180);
	-webkit-border-radius: 3px; -moz-border-radius: 3px; o-border-radius: 3px; border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255, 0.5), 0 -1px 2px rgba(0,0,0, 0.5); -moz-box-shadow: 0 1px 1px rgba(255,255,255, 0.5), 0 -1px 2px rgba(0,0,0, 0.5); -o-box-shadow: 0 1px 1px rgba(255,255,255, 0.5), 0 -1px 2px rgba(0,0,0, 0.5); box-shadow: 0 1px 1px rgba(255,255,255, 0.5), 0 -1px 2px rgba(0,0,0, 0.5);
	-webkit-transition: background .1s ease-in, -webkit-box-shadow .1s ease-in; -moz-transition: background .1s ease-in, -moz-box-shadow .1s ease-in;
}
.no-boxshadow a.give-button {
	width: 178px;
	border-right: solid 1px rgb(217,116,11);
	border-left: solid 1px rgb(217,116,11);
}
a.give-button:hover {
	background-color: rgb(219,123,15);
	border-bottom: solid 1px rgb(200,100,8);
}
a.give-button span {
	color: rgb(255,255,255);
	font-size: 24px;
	line-height: 15px;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	font-style: italic;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.5), 0px 1px 1px rgba(255,255,255,0.5);
	position: relative;
	top: 8px;
}

@media screen and (max-width:900px) {
    #artist-list-home li {
        width:40%;
        min-height: 90px;
    }
}