/*
	style_home.css
	Stylesheet for susanhobbs.com
	
	Copyright ©2010 Gordon Hicks, all rights reserved	
*/	


	.column-left img {
		float: right;
	}

	.caption {
		clear: right;
		padding-top: 6px;
		text-align: right;
		font-size: 13px;
		line-height: 17px;
		color: #242020; /* warm black  */
	}


/* Exhibition */

	.exhibition {
		margin-top: 100px;
		font-size: 14px;
		line-height: 17px;
	}

	.exhibition .artists,
	.exhibition .artist {
		display: block;
		margin: 0;
		font-size: 17px;
		line-height: 22px;
	}

	.exhibition .artists {
		margin-bottom: 15px;
	}

	.exhibition .title {
		display: block;
		margin: 0;
		font-style: italic;
		font-size: 17px;
		line-height: 22px;
	}

	.exhibition .date {
		display: block;
		margin: 0;
		margin-top: 3px;
		/* color: #615f5f; warm grey L=40 */
	}

	.exhibition .opening {
		display: block;
		margin: 0;
		margin-top: 15px;
		font-size: 12px;
		line-height: 16px;
		text-transform: uppercase;
		/* color: #615f5f; warm grey L=40 */
	}

	.exhibition .opening-date {
		display: block;
		margin: 0;
	}

	.exhibition a:link,
	.exhibition a:visited {
		color: #242020; /* warm black  */
	}

	.exhibition a:hover,
	.exhibition a:active {
		color: #ed1c1c; /* red  */
	}

	
/* Footer */	
	
	.footer .copyright {
		right: 288px;
		text-align: right;
	}


