/* @override http://mahonyart.com/css_style.css */

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}
.textBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.textItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #00476F;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #00476F;
	text-decoration: none;
}
#Layer1{
	text-align: left;
}

#exhibitions{
margin: 20px 0 0 0;
padding: 0;
	text-align: left;
}
#exhibitions div.exhibit{
	border-bottom: 1px solid #999;
	padding:0px 20px 20px 20px;
}


#exhibitions div.exhibit h2{
font-size: 1.2em;
}
#exhibitions div.exhibit p{
margin: 0;
}

h1{
	font-size:1.2em;
}
h2{
	font-size:1em;
	margin-bottom:0;
}
img.p_thumb_img{
	width:100px;
	height:auto;
}
#gallery{
position:absolute;
width:650px;

}
#gallery li.img{
list-style-type:none;
margin:0;
padding:0;
float:left;
line-height:200px;
width:125px;
height:180px;
display:table-cell;
position:static;
vertical-align:middle;

}
#gallery li.img img{
margin:0 auto;
vertical-align:middle;
margin-top:-15%;
padding:8px;
background:#eee;
border:1px solid;
}
