/* Electrofly.com EVENTS CSS Document */
@import url(efly_css-gallery.css);


#boxBody img .horizBar {
	margin-bottom: 3px;
}

/* EVENT */
#eventListings {
	background-image:url(../images/bg_waffle.gif);
}
.eventListing {
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
}
.eventListing:hover {
	background-color: #373737;
}
.eventListing.preview {
	height: 83px;
	padding: 0px;
	margin: 3px 5px;
}
.eventListing img.thumbnail {
	margin: 0px;
	float: left;
	margin-right: 10px;
	padding: 0px;
}

.eventImg {
	border: 2px solid #333333;
}
.eventImg:hover {
	border: 2px solid #3399FF;
}
.eventListing.preview h1 {
	padding-top: 5px;
}

.eventListing h1 {
	margin: 0px 0px 5px;
	color: #3399FF;
	font-size: 120%;
	padding: 0px 10px;
	word-spacing: 0.1em;
}
.eventListing h1 a, .eventListing h1 a:active, .eventListing h1 a:visited {
	color: #3399FF;
	text-decoration: none;
}
.eventListing h1 a:hover {
	color: #3399FF;
	text-decoration: underline;
}

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

.eventListing h6 {
	background-color: #333333;
	color: #999999;
	font-size: 70%;
	margin: 2px 0px 0px 0px;
	padding: 2px 10px;
	font-weight: normal;
}
.eventListing h6 .detailGroup {
	padding-right: 10px;
	padding-left: 10px;
}
.eventListing h6 a {
	color: #999999;
}
.eventListing h6 a:hover {
	color: #CCCCCC;
}

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


/* EVENT DETAILS */
#eventDetails {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
}
#eventDetails h1 {
	color: #3399FF;
}

.eventListing p#description {
	margin: 20px 10px;
	/*font-style: italic;*/
	/*text-align: justify;*/
	background-color: #333333;
/*border: 1px solid #999999;*/
	padding: 10px;
}

.description {
	/*margin: 20px 10px;*/
	background-color: #333333;
	padding: 15px;
}

#eventRSVPform form#rsvpEvent {
	font-size: 90%;
}
#eventRSVPform #rsvpSubmit {
	margin-top: 10px;
}



#eventMiniInfo a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
#eventMiniInfo a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
