/* content.css are the styles for the content, typography, forms, etc. within the 
container DIVs that are defined in structure.css and this style sheet should only 
contain typographic or content-related styles for a site. The styles within this css 
file should be the only ones necessary to be edited for better integration with iCreate */

/* ----- comment styles well for better reference later! ----- */

/* STYLE REQUIRED BY iCreate -- DO NOT DELETE */
.none { }

.bold {
	font-weight: bold;
}

.caption
{
	margin-top: 2px;
	display: block;
    color: #ffffff;
    padding: 14px 14px 14px 14px;
    background-color: #e6e6e6;
    text-align: center;
}

.captionedpicleft
{
	float: left;
	margin: 0px 20px 20px 0px;
	background-color: #e6e6e6;
	display: inline;
}

.captionedpicright
{
	float: right;
	margin: 0px 0px 20px 20px;
	background-color: #e6e6e6;
	display: inline;
}

.datatable
{	
}

.dateheading {
	font-size: 16px;
	font-weight: bold;
}

.links
{

}

.pageheading {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase; 
}

.pageheadinglower
{
	font-size: 18px;
	font-weight: bold;
}

.pastexhibitionrow
{

}

.picleft 
{
	float: left;
	margin: 0px 20px 10px 0px;
	display: inline
}

.picright 
{
	float: right;
	margin: 0px 0px 10px 20px;
	display: inline;
}
