/*-------------------------------------------------------------------------
	T Y P O G R A P H Y   C S S
---------------------------------------------------------------------------	*/


/* RED COLOR:  #EE4043 */

.exhibitDetails {
	font-size:18px;
}

.exhibitSecondaryDetails {
	font-size:14px;
	margin-top:40px;
}

	.exhibitSecondaryDetails p {
		margin-bottom:10px !important;
	}
	
.artistBio {
	font-size:12px;
	margin-bottom:30px;
}

	.artistBio p {
		margin-bottom:10px !important;
	}
	
#exhibitions > .exhibitSecondaryDetails {
	font-size:14px;
	margin-top:0;
	margin-bottom:30px;
}

#detailRight > .title {
	font-size:14px;
	font-weight:bold;
}

.cv a {
	font-size:11px;
	font-weight:normal;
	color:#666;
}

.cv a:hover {
	color:#EE4043;
}

.specs .title {
	font-weight:bold;
	font-style:italic;
}

.exhibitionsSched {
	font-size:14px;
	font-weight:bold;
	color:#000;
}
	
	.exhibitionsSched a:hover {
	font-size:14px;
	font-weight:bold;
	color:#EE4043;
	}

.date {
	color:#999;
}

.currentDate {
	color:#EE4043;
	border:none;
}

.pieceTitle {
	color:#999;
	font-style:italic;
	font-size:11px;
}

#subInfo, #subInfoNewsletter {
	font-size:11px;
}

#footer {
	font-size:11px;
}