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


#content {
    color: #ffffff;
}

.photogalleries {
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#gallery {
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:20px auto;
	padding-left:30px;
}

/*	page number styles
 *	example: [prev] 1,2,3,4, [next]
 */
.pagenum {
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
	
}

/* currently selected page style */
.pagenum .current {
    color: #ffffff;
    margin-right: 5px;
	border:1px solid #555555;
	padding:6px;
}

/* other number links */
.pagenum a:link, .pagenum a:visited, .pagenum a:active {
    color: #ffffff;
    margin-right: 5px;
	
	padding:6px;
}

/* when you hover over a page number */
.pagenum a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* the style for a photo within a gallery listing */
#gallery a img {
    color: #ffffff;
    border: 2px solid #6F6D61;
}

/* what happens when you hover over an image */
#gallery a:hover img {
    border: 2px solid #ffffff;
    text-decoration: none;
    color: #222;
}

/* the title of a gallery */
#gallery h3 {
    font-weight: bolder;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 100%;
}

#gallery .photo {
    margin: 1px;
    padding: 0px;
    border: none;
    text-align: center;
    color: #000;
	float:left;
}

.photogalleries a {
    color: #000;
}

.photogalleries img {
    color: #000;
}

.photogalleries h6 {
    font-weight: bolder;
    display: inline;
    width: auto;
    border: none;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
}

.apic {
    color: #fff;
    padding: 1px;
}