@charset "UTF-8";
body {
	font-family: "Adobe Caslon Pro", "Times New Roman", Times, serif;
	color: #191919;
	font-size: 14px;
	background-color: #F0F0F1;
}
html {
	background-color: #F0F0F1;
}
.imageCredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 5px;
	padding-bottom: 15px;
	color: #999;
	padding-right: 10px;
	padding-left: 10px;
}
.bottomSeparator {
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #191919;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#navDiv {
	padding-right: 10px;
}
#infoDiv {
	padding-left: 10px;
}


#infoDiv h1 {
	padding-bottom:10px;
}

#infoDiv h2 {
	padding-bottom:8px;
}
#infoDiv h3{
	font-size: 14px;
	padding-bottom:8px;
}
#infoDiv h4{
	font-size:10px;
	padding-bottom:7px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
}

#infoDiv .bottomSeparator {
	margin-bottom: 15px;
	padding-bottom: 20px;
	 
}

#masterDiv #navDiv {
	width: 200px;
}
#masterDiv #contentDiv {
	width: 410px;
	padding-right: 10px;
	padding-left: 10px;
	min-height:550px
}
#masterDiv #infoDiv {
	width: 280px;
}
#masterDiv {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-top: 3%;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.clearFIx {
	clear: both;
}

*{
	padding:0px;
	margin:0px;
}
img{
	border:none;
}

h1{
	font-size: 24px;
 }

h2{
	font-size: 14px;
	text-transform:uppercase;
}
h2.subArtists{
	font-size: 14px;
	text-transform:uppercase;
	padding-bottom: 8px;
}
h3{
	font-size: 16px;
	font-weight:normal;
}
h4{
	font-size: 12px;
	text-transform: uppercase;
}
h4.otherArtists{
	font-size: 14px;
	font-weight:normal;
	text-transform: capitalize;
}

h1{
	font-weight:normal;
}

a{
	color:#191919;
	text-decoration: none;
	outline:none;
}
a:visited{
	color:#333;
}

a.activeLink{
	color:#09C;
}
a.activeLink:visited{
	color:#09C;
}

.activeLink{
	color:#09C;
}

a:hover{
	color:#09C;
}
a.subSectionLink {
	display: block;
	
}
/* CSS Document */

a.mainSectionLink {
	display: block;
}
/* CSS Document */

a.mainSectionLink:visited {
	color: #191919;
}
/* CSS Document */

a.mainSectionLink:hover {
	color: #09C;
}
p {
	 
}
.floatLeft {
	float: left;
}
.exhibInfo {
	font-size: 18px;
	padding-bottom: 15px;
	padding-top: 10px;
}
.artistLink {
}
.exhibCoverThumb {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.artistIndex {
	width: 530px;
	float: left;
}
.artistIndex a {
	float: left;
	width: 175px;
	padding-bottom: 3px;
}
div.otherArtists {
	width: 49%;
	float: left;
	height: 115px;
	margin-right:1%;
	padding-bottom:16px;
	padding-top: 8px;
}
div.otherArtists:nth-child(odd){
	margin-right:0px;
	margin-left:1%;
	
}
.topLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 4px;
}
