/* Styles for Anna Westlake Gallery */

/* Layout styles for main Gallery page */

#content-full {
width: 775px;
}

.content-feature {
width: 370px;
height: 200px;
float: left;
margin-right: 15px; 
margin-top: 15px;
}

.content-feature-img {

}

.content-feature-txt {
padding-left: 10px;
}

/* Layout detail pages */

#content-main {
	width: 400px;
	float: left;
	padding-top: 15px;
}



#content-gallery {
	float: left;
	width: 370px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.content-gallery-row {
	clear:both;
}

/*Used on gallery homepage*/

.image-medium {
float: left;
width: 210px;
}

.image-medium a:link, .image-medium a:visited {
	display: block;
	background-color: #CCCCCC;
	height: 207px;
	width: 202px;
	padding-top: 1px;
	text-align: center;
}

.image-medium a:hover, .image-medium a:active {
	background-color: #990000;
	text-align: center;
	display: block;
}


/* Used for gallery thumbnails */

.image-thumb {
	float: left;
	margin: 0px 0px 17px 17px;
	padding: 0px;
	clear: right;
	height: 100px;
	width: 100px;
}

.image-thumb a:link, .image-thumb a:visited {
	display: block;
	background-color: #CCCCCC;
	height: 107px;
	width: 102px;
	padding-top: 1px;
	text-align: center;
}

.image-thumb a:hover, .image-thumb a:active {
	background-color: #990000;
	text-align: center;
	display: block;
}

/* Large Gallery Image */

.image-gallery {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 5px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

strong {
	font-weight: bold;
	color: #990000;
}
.content-gallery-caption {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	clear: left;
}
