@charset "UTF-8";
/* CSS Document */

#backgroundholder {
	width: 1100px;
	margin: 0 auto;
}

#wrapper {
	width: 1000px;
	background: #FAFAFA;
	-webkit-box-shadow: 3px 0px 5px #CCC, -3px 0 5px #CCC, 0 3px 5px #EEE;
	-moz-box-shadow: 3px 0px 5px #CCC, -3px 0 5px #CCC, 0 3px 5px #EEE;
	box-shadow: 3px 0px 5px #CCC, -3px 0 5px #CCC, 0 3px 5px #EEE;
	padding: 20px 50px 25px 50px;
	float: left;
}

h1 {
	padding-top: 25px;
	font-size: 36px;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
	float: left;
}

#logo {
	width: 125px;
	height: 65px;
	background: #000;
	position: relative;
	float: left;
	margin-left: 440px;
	margin-top: -20px;
	-webkit-box-shadow: 3px 0px 5px #AAA, -3px 0 5px #AAA, 0 2px 5px #AAA;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#logo img {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.dots {
	color: #F03;
}

p {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	margin-top: 25px;
	padding: 0 25px;
	line-height: 1.3;
	clear: both;
}

p a {
	color: #777;
}

.bold {
	font-weight: 700;
}

.underline {
	text-decoration: underline;
}

blockquote {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	padding: 0 50px;
	line-height: 1.2;
	margin: 0;
	margin-top: 10px;
}

#info p {
	margin-top: 10px;
}

#info a {
	color: #777;
}


#gallery {
	margin-top: 35px;
	padding: 0 25px;
	margin-left: -20px;
	margin-right: -10px;
	clear: both;
}

.artist {
	width: 1000px;
	float: left;
	clear: both;
	margin-bottom: 15px;
}

#gallery .name {
	width: 275px;
	float: left;
}

#gallery .name p {
	float: left;
	font-size: 24px;
	color: #777;
	clear: none;
	padding: 0;
}

#gallery .name blockquote {
	width: 275px;
}

#gallery .twoline .name p:nth-of-type(2) {
	margin-top: 0;
	clear: both;
}

.bio {
	width: 0;
	float: left;
	margin: 0;
	padding: 0;
	clear: none;
	display: none;
}

.bio p {
	width: 300px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

.images {
	float: right;
	width: 675px;
}


.images a {
	float: left;
	width: 150px;
	margin-left: 25px;
	margin-bottom: 25px;
}

.images a:nth-of-type(1),
.images a:nth-of-type(5),
.images a:nth-of-type(9),
.images a:nth-of-type(13) {
	margin-left: 0;
}

.moreimages a:nth-of-type(5),
.moreimages a:nth-of-type(9),
.moreimages a:nth-of-type(13) {
	margin-left: 25px;
}

.moreimages a:nth-of-type(1),
.moreimages a:nth-of-type(4),
.moreimages a:nth-of-type(7),
.moreimages a:nth-of-type(10),
.moreimages a:nth-of-type(13) {
	margin-left: 0;
}

#gallery .more,
#gallery .less {
	float: right;
	margin: 0;
	padding: 0;
	color: #777;
	clear: both;
}

#gallery .less {
	display: none;
}

.boldtitle {
	font-weight: 400;
}

#gallery .smalltext p{
	font-size: 12px;
}

.sold {
	position: relative;
	overflow: hidden;
	opacity: 0.7;
}

.soldtext {
	color: #FFF;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
	background: red;
	height: 22px;
	position: absolute;
	bottom: 75px;
	left: -20px;
	width: 190px;
	-webkit-transform:rotate(-30deg);
	opacity: 0.85;
}

#spacing{
	float: left;
	height: 20px;
	width: 1000px;
}