select.title {
	font-size: 1.5em;
}
#header {}

#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navbar li {
	float: left;
	height: 48px;
	line-height: 48px;
}

#navbar li.last { margin-right: 0; }

#navbar li a {
	color: #222;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
}

#contentWrapper {
	margin: 2em 0;
}
.exhibit-description p {
	text-indent: 4em;
}
p + p {
	margin-top: 0;
}
/* -----------------------------------*/
/* ------->>> ARTISTS PAGE <<<--------*/
/* -----------------------------------*/
.artist-name {
	font-size: 1.1em;
	color: #666;
	font-weight: bold;
}
a.artist-name {
	text-decoration: none;
}

/* -----------------------------------*/
/* ------>>> ARTWORK GALLERY <<<------*/
/* -----------------------------------*/
#artist-wall {
}
.wall-artwork {
	border: 3px solid #000;
}
#cv-link {
	color: #666;
}
a#cv-link:hover {
	color: black;
}
ul#wall-thumbnails {
	list-style: none;
	margin: 0;
	padding: 0;
}


/* -----------------------------------*/
/* ------->>> HOMEPAGE INFO <<<-------*/
/* -----------------------------------*/
.gallery-info {
	text-align: center;
}
.gallery-intro {
	margin: 0;
	padding: 0;
}
.gallery-presents {
	color: #666;
	font-size: 50%;
	font-weight: normal;
}
.gallery-name {
	font-size: 170%;
}
.gallery-address {
	font-size: 170%;
}
.gallery-date {
	color: #666;
	font-size: 125%;
}

/* -----------------------------------*/
/* ------>>> LIGHTBOX STYLES <<<------*/
/* -----------------------------------*/
.lightbox-image {
	float: left;
}

.lightbox-details {
	float: right;
}

/* -----------------------------------*/
/* ------->>> CONTACT PAGE <<<--------*/
/* -----------------------------------*/
h3.contact {
	font-size: 150%;
	line-height: 1.3em;
}
.mailing-list-title {
	margin-bottom: 0em;
}
input.email-field {
	font-size: 1.5em;
	width: 100%;
	margin-top: 0;
}
#email-success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}