@charset "utf-8";
/*	MyClubCity CSS Document
*	Version 1.2 
*/

.photogalleries 
{
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:.8em;
}
#gallery
{
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*	page number styles 
*	example: [prev] 1,2,3,4, [next]
*/
.pagenum {
	margin:4px;
font-size:.8em;
clear:both;

}

/* currently selected page style */
.pagenum .current {
	padding:2px;
	border: 1px solid #000000E;
	background-color:#FF0000;
	color:white;
	text-align:center;
	font-weight:bolder;
	float:left;
	padding:10px !important;
}
/* other number links */
.pagenum a:link, .pagenum a:visited, .pagenum a:active {
	padding:2px; 
	border: 1px solid #333333;
	background-color:#222222;
	color:#666666;
	text-decoration:none;
	font-weight:bolder;
	float:left;
	padding:10px !important;
}
/* when you hover over a page number */
.pagenum a:hover {
	background-color:#333333;
	color:#fff;
}
/* the style for a photo within a gallery listing */
#gallery a img {
	color:white;
	text-decoration:none;
	border:2px solid #222222;
/*	border:3px solid #DFDFDF;	 remove this comment if you want 3 photos per row */

	/* margin: how far apart the images are */
    margin:4px 5px 4px 4px;
/* 	margin:1px; remove this comment if you want 3 photos per row */
}
/* what happens when you hover over an image */
#gallery a:hover img {
	border:2px solid #ffffff;  
/*	border:3px solid #333333;  remove this comment if you want 3 photos per row */	
	text-decoration:none;
}
/* the title of a gallery */
#gallery h3 {
	font-weight:bolder;
	color:#FF0000;
	text-align:left;
	border-bottom:1px solid #333333;
font-family:Verdana, Arial, Helvetica, sans-serif; 
width:95%;

}

.photo
{
float:left;
width:auto;
}

.photogalleries a
{
	text-decoration:none;
	margin:0px;
	display:block;
	float:left;
	color:white;
}
.photogalleries img
{
	border:2px solid #222222;
}
.photogalleries h6
{
	font-weight:bolder;
	display:inline;
	width:auto;
	border:none;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#222222 !important;
}
