/* CSS Document */
body {
	background: white url('/_images/Backgrounds/aboutUs.jpg') repeat top right;
}

#artistGallery {
	background-color: white;
}

h2 {
	border-bottom: 1px dotted #336699;
}

 .galleryList {
	list-style: none;
	margin: 0;
	padding: 0;
}

 .column2 {
	width: 50%;
	float: left;
}

 .column3 {
	width: 30%;
	float: left;
}

 #mainArea a{
	text-decoration:none;
}


 a {
	text-decoration: none;
}

 a:hover {
	text-decoration: underline;
}

#sidebar {

}

#sidebar a.plusSign:hover {
	text-decoration: none;
}

#side {
	float: right;
}

#side ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#side li {
	padding-top: 3.1em;
	float: left;
}

#sidebar .section {
	margin-bottom: 1em;
	border-bottom: none;
}

#sidebar.artistLinks ul {
	position: absolute;
	left: 10px;
	bottom: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

 #sidebar.artistLinks li {
	float: left;
	margin-right: 0.5em;
	padding-top: 20px;
	padding-right: 0.5em;
	border-right: 1px dotted #336699;
}

 #fullGalleryIndex a {
	margin-right: 10px;
	font-weight: bold;
}

.clickToEnlarge {
	position: absolute;
	right: 10px;
	margin-top: 0.7em;
	text-transform: uppercase;
	color: #993300;
	cursor: default;
}

/* @group Two-column display section */

	 .column2 li {
		float: left;
		width: 435px;
		background-color: white;
		margin-top: 20px;
		margin-left: 10px;
		padding: 10px;
	}
	
	* html  .column2 li {
		width: 421px;
	}
	
	 .first li {
		margin-left: 0;
	}

	 .column2 li a.artwork {
		width: 178px;
		float: left;
	}

	 .column2 li div.info {
		float: left;
		width: 233px;
		overflow: hidden;
		padding-top: 2em;
		padding-left: 2em;
	}
	
	* html  .column2 li div.info {
		width: 223px;
	}

	 .column2 li div a.title {
		font-family: Georgia, serif;
		font-size: 12pt;
	}

/* @end */

/* @group Slideshow */

	div.slideshow {
		float: right;
		clear: none;
		text-align: center;
		width: 257px;
		overflow: hidden;
	}

	.slideshow img {
		height: 150px;
		border: none;
	}

	#artworkSlideshowCache {
		display: none;
	}

/* @end */

/* @group Full Gallery */

	.fullgallery #fullGalleryIndex {
		position: absolute;
		margin-left: 15em;
		margin-top: 0.5em;
	}
	
	.fullgallery #fullGalleryIndex a {
		margin-right: 10px;
		font-size: 11pt;
		font-weight: bold;
	}
	
	
/* @end */

/* @group Museum Gallery */

	.artgallery .clickToEnlarge {
		left: 10px;
		bottom: 10px;
	}
	
/* @end */

/* @group About the Artist */

	div.aboutArtist {
		float: left;
		width: 625px;
		clear: both;
		margin: 1em 0 0 0;
		padding: 10px;
		background-color: white;
	}
	
/* @end */

