/* Used for various photo galleries */

/************************ Used by MardiGras2007photos ********************/
.skinny-margins {	
	margin-left:	5%; 
	margin-right:	5%; 
}
.frame-big, .frame-big-brown {
	border-style: solid;
	border-width: 5px;
}

/* 	This makes the border around imgs that aren't link the same color as images 
	that are links. It shows up well with a white or black BG, so I use it */
.frame-big-brown {
	border-color: #7f3f32
}
.small {
	font-size: .8em;
	font-weight: bold; 
	color: #888888;
}

/************************ Used in groupShow####photos ********************/
.poster {	width: 100%; 
			border-style: solid;
			border-width: 5px;
		/*	border-color: rgb(127, 63, 50); */
}
a .poster:hover { /* This doesn't work in explorer */
/*	border-color: #880000; */
}
/* If I convert all group shows to match the 2008 GS, then I can get rid of these next 2 classes */
.image-left {	float: left;
				width: 47%;
				border: 0;
				margin: 0;
				padding: 0;
				text-align: center; 
}
.image-right {	float: right;
					width: 47%;
					border: 0;
					margin: 0;
					padding: 0;
					text-align: center; 
}
.frame {	width: 100%; /* required from images in floats */
			border-style: solid;
			border-width: 5px;
			/*border-color: rgb(127, 63, 50); 	*/
			/*color: rgb(127, 63, 50); */
}

/************************ Used by stateFair2008photos ********************/
.frame-with-color {	border-style: solid;
						border-width: 5px;
						border-color: rgb(127, 63, 50); 
						margin: 5px;
}

/************************ Used by westcottFair photos ********************/
/*	This class can be used to replace .frame-img in Westcott Fair galleries.
	.frame-img conflicted with a class name in .portfolio.css (2008 uses new name) */
.special-frame {	border-style: double;
					border-width: 8px;
					padding: 4px;
}

/************************ Not used yet? ********************/
.frame:hover { /* This doesn't work in explorer */
/*	border-color: #880000; */
}

