/* Silverprint.co.uk exhibitions.css - for exhibitions pages only*/

/* colours
	orange-a little darker: #f79117; 
	orange: #f7931e;
	light grey - background-container: #f2f2f2;
	grey on the header: #ccc;
	steelblue: color: #4682B4;
	grey on footer: #9d9d9d

 */

body#exhibitions a#exhinav {
	color: #555;
	border-bottom: 1px dotted #ffffff;
}

#exhibitions .exhi h3{
	color: #4682b4;
	font-weight: bold;
}
#exhibitions .exhi .date{
	font-size: 0.9em;
	font-weight: normal;
	color: #666;
	padding: 0 0 0 5px;
}

#exhibitions #content #center .current.exhi ol{
	font-size:0.9em;
	margin: 0 0 0 530px;
}

#exhibitions #content #center .current.exhi ol li{
	list-style: decimal;
	padding: 0 0 1.2em 0 ;
}
.articlesimages{
	display: block;
	float: left;
	width: 210px;
	padding-top: 10px;
	font-size: 0.7em;
}
.articleimages img{
	
}

.italic{
	font-style: italic;
}
.exhi h4{
	font-weight: bold;
	padding: 10px 0 ;
}

.exhi img{
	border: 1px dotted #4682b4;
	float: left;
	margin: 0 10px 0 0;
}

.exhi p{
	font-size: 0.9em;
	padding: 0 0 7px 0;
}

.exhi a:link, .exhi a:visited{
	color: #f79117;
	border-bottom: 1px dotted #4682b4;
	
}

.exhi a:hover{
	color: #4682b4;
	border-bottom: 1px dotted #f79117;
}
.exhi a:actived{
	color: #f79117;
	border-bottom: 1px dotted #4682b4;
}


/*past exhibitions settings*/

.past {
	border-top: 1px dashed #4682b4;
	margin: 30px 0 0 0;
	padding: 20px 0 0 0;
}
