/* Main CSS */
body {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	padding-top: 100px;
	color: #999999;
}
a {
	color: #999999;
}
a:hover {
	color: #000000
}
a img {
	border: none;
}
a.works {
	background: url(/images/works-icon.png) no-repeat 0;
	padding-left: 18px;
}

/*-----------Main Menu---------------------*/
#menu {
	width: 980px;
	margin: auto;
	text-align: center;
	padding-bottom: 4px;
	padding-left: 40px;
}
#menu a {
	margin: 0px 10px;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}

/*-----------Content-----------------------*/
#content {
	width: 890px;
	margin: auto;
	margin-top: 10px;
	font-size: 12px;
}
#content #submenu {
	margin-bottom: 25px;
}
#content #submenu a {
	margin: 0px 4px;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
#content #submenu span {
	margin: 0px 4px;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
#content #submenu strong {
	margin: 0px 4px;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}
#content h1 {
	font-size: 20px;
	margin-bottom: 5px;
}
#content h2 {
	font-size: 14px;
}
#content p {
	font-size: 12px;
}
#content p .caption {
	font-size: 10px;
}
#content ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#content ul li {
}
#content ul li a {
	font-size: 12px;
	text-decoration: none;
}
#content .imageCaption {
	text-align: center;
	font-size: 10px;
}
#content .artistThumbnails {
	float: left;
	width: 200px;
}
#content .artistThumbnails img {
	padding: 2px;
}
#content .artistBio {
	float: right;
	width: 650px;
}
#content div.showTitle {
	font-size: 14px;
	margin-bottom: 10px;
}
#content div.showDesc {
	font-size: 10px;
	margin-top: 10px;
}

div.gallery {
	position: relative;
	margin-top: 20px;
	height: 100%;
}
div.gallery div.image {
	width: 100%;
	text-align: center;
	min-height: 400px;
	padding: 4px;
}

div.gallery div.prev {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 40%;
}
div.gallery div.next {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40%;
}

div.gallery div.next a, div.gallery div.prev a {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}

div.gallery div.next a span, div.gallery div.prev a span {
	background-image: url(/images/gallery-sprite.png);
	display: block;
	height: 27px;
	width: 16px;
	position: absolute;
	top: 200px;
}
div.gallery div.prev a span {
	background-position: 0 0;
	left: 0;
}
div.gallery div.next a span {
	background-position: 17px 0;
	right: 0;
}
div.gallery div.prev a:hover span {
	background-position: 0 28px;
}
div.gallery div.next a:hover span {
	background-position: 17px 28px;
}

#thumbs {
	float: right;
	text-align: right;
	width: 456px;
}
#thumbs a {
	padding: 2px;
	vertical-align: middle;
	height: 72px;
	display: block;
	float: right;
	text-align: center;
}
#thumbs a img {
	vertical-align:middle
}

#books {
	clear: both;
}
div.book {
	float: left;
	height: 180px;
	margin: 10px 20px;
	padding: 4px 2px;
	text-align: center;
	width: 100px;
}
div.book p.title {
	font-weight: bold;
}
p.author {
	font-style: italic;
}

#jewlery-group {
	clear: both;
}
div.jewelry {
	float: left;
	height: 180px;
	margin: 10px 20px;
	padding: 4px 2px;
	text-align: center;
	width: 100px;
}
div.jewelry p.title {
	font-weight: bold;
}

/*-----------Footer----------------------*/
#footer {
	width: 890px;
	margin: auto;
	padding-top: 30px;
	color: #CCCCCC;
	font-size: 10px;
	clear: both;
}
#footer a {
	color: #CCCCCC;
}