/* Electrofly.com GALLERY CSS Document */



#navBreadcrumbs {
	color: #CCCCCC;
	margin-bottom: 5px;
	font-size: 90%;
	padding-left: 5px;
	text-transform: capitalize;
}
#navBreadcrumbs img {
	margin-top: 3px;
}
#navBreadcrumbs a, #navBreadcrumbs a:visited, #navBreadcrumbs a:active {
	text-decoration: none;
	color: #CCCCCC;
}
#navBreadcrumbs a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}


#rightColumn .boxBody {
	display: block;
}


/* GALLERY */
#galleryListing {
	background-image:url(../images/bg_waffle.gif);
	padding-bottom: 5px;
	padding-top: 5px;
	display: block;
	clear: both;
	height: 100%;
}
#galleryListing.preview {
	height: 83px;
	padding: 0px;
	margin: 3px 5px;
	display: block;
	height: 100%;
	clear: both;
}
#galleryListing img.thumbnail {
	margin: 0px;
	float: left;
	margin-right: 10px;
	padding: 0px;
}

#galleryListing.preview h1 {
	padding-top: 5px;
}

#galleryListing h1 {
	margin: 0px;
	color: #3399FF;
	font-size: 120%;
	padding: 0px 10px;
}
#galleryListing h1 a, #galleryListing h1 a:active, #galleryListing h1 a:visited {
	color: #3399FF;
	text-decoration: none;
}
#galleryListing h1 a:hover {
	color: #3399FF;
	text-decoration: underline;
}

#galleryListing h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-left: 10px;
	color: #CCCCCC;
	font-size: 80%;
	font-weight: normal;
}

#galleryListing h6 {
	display: block;
	background-color: #333333;
	color: #999999;
	font-size: 70%;
	font-weight: normal;
	width: 100%;
	height: 24px;
}
#galleryListing h6 .detailGroup {
	display: block;
	float: left;
	padding-left: 3px;
	padding-top: 4px;
	padding-right: 20px;
	/*padding-top: 3px;*/
}
#galleryListing h6 .detailGroup img {
	/*display: block;*/
	margin-bottom: 4px;
}
#galleryListing h6 a {
	color: #999999;
}
#galleryListing h6 a:hover {
	color: #CCCCCC;
}


/* THUMBNAILS */
#galleryImgThumbnails {
	width: auto;
}
#galleryImgThumbnails td {
	background-color: #191919;
	padding: 5px;
	text-align: center;
}
#galleryImgThumbnails img a:hover {
	border: 10px solid #FF9900;
}



/* PHOTO styles */
#galleryPhotoInfo {
	margin-left: 15px;
}

#galleryPhotoInfo .photoStats {
	margin-right: 18px;
}

#galleryPhoto {
	text-align: center;
}

.photoRecordsetNav {
	text-align: right;
}



/* CLASSES (some redefined) */
#rightColumn h5.orangeH {
	color: #FF6600;
	padding-left: 10px;
	padding-bottom: 2px;
	margin: 0px;
}


/*GALLERY THUMBNAIL PAGE */

#galleryThmb {
	width: 550px;
	height: auto;
	position: relative;
	clear: both;
	text-align: center;
}
#galleryThmb td:hover {
	background-color: #373737;
}
#galleryThmb a:link {
}
#galleryThmb a:hover {
	background-color: #373737;
}
#galleryThmb table {
	border: collapse;
	width: 550px;
	margin: 0px 5px;
}	

#galleryThmb table tr td {
	width: 125px;
	height: 125px;
	margin: 5px;
	background-color: #333333;
}	

#galleryThmb img {
	margin: auto 0;
	padding: auto;
}	

#galleryDetails {
	width: 550px;
	position: relative;
	clear: both;
}

/* #galleryDetails div {
	margin-left: 14px;
	position: relative;
	float: left;
}	*/

#galleryDetails ul{
	list-style-type: none;
	float: left;
	display: inline;
	margin: 5px 0px;
	clear: both;
}

#galleryDetails ul li{
	list-style-type: none;
	display: inline;
	margin-right: 10px;
}

#galleryImage {
	text-align:center;
	background-image: url(../images/loading_image.gif);
	background-repeat: no-repeat;
	background-position: center;
	min-height: 100px;
}

#galleryDetailsMenu {
	width: 550px;
	padding-left: 8px;
/*	position: relative;
	clear: both; */
}

#galleryDetailsMenu ul{
	list-style-type: none;
	float: right;
	display: inline;
	margin: 0px 0px;
}

#galleryDetailsMenu ul li{
	list-style-type: none;
	display: inline;
	margin-right: 30px;
}

#emailFriend {
	color: #FF6600;
	font-weight: bold;
	width: 540px;
	padding-left: 8px;
	height: 24px;
	padding-top: 3px;
	margin: 0px auto;
}

#emailSend {
	float: left;
}

#galleryRate {
	float: right;
}

#eventInfo {
	padding-left: 5px;
}
#eventInfo h1 {
	color: #3399FF;
	margin: 0px;
	padding: 5px 0px;
}


address {
	display: inline;
	font-style: normal;
}
.galleryListingItem {
	clear: both;
	padding-top: 8px;
}
.galleryListingItem:hover {
	clear: both;
	padding-top: 8px;
	background-color: #373737;
}

.nocursor {
	/*cursor: default;*/
	cursor: text;
}

.galleryAddy {
	padding-left: 15px;
}
