@charset "utf-8";
/* almost, image too low */

/* mobile stylesheet */

* {
	float: none;
	margin: 0;
	padding: 0;
}

#menu,
#content, #content.home,
.container,
#img-container, .gallery_img, .gallery_img img,
ul, li,
hr, hr.top, hr.middle,
#columns, .span1,
div {
	width: 100%; !important
}

.banner,
.artistheader, .artiststatement,
.gallery_img, .gallery_img img,
.span1 p, .span1 h4 {
	width: 92%;
	margin-left: 4%;
}

.span1 blockquote {
	width: 88%;
}

.span4 {
	position: relative;
	left: 10px;
}

#img-container {
	position: relative;
}

.gallery_img, .gallery_img img {
	position: absolute;
	top: 33px;
	bottom: 0;
}

.gallery_text, .gallery_nav {
	position: absolute;
	width: 100%;
	text-align: center;
}

.gallery_text {
	top: 0px;
}

.gallery_nav {
	top: 26px;
}

#menu, #content {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	left: 0px;
}

#menu {
	top: 15px;
	height: 250px;
	border-bottom: 2px solid black;
}

#content {
	top: 240px;
	height:auto;
}

.logo {
	margin-left: -7px;
}

.artistname, .artistcontact {
	position: absolute;
	text-align: left;
}

.artistname {
	top: 54px;
}

.gallery_copyright {
	display: none;
}

.span4 h5 {
	height: 4em;
	line-height: 1.6em;
}