@import url("/css/lightbox.css");
#content {
	width: 500px;
}
#gallery {
	overflow: hidden;
}
#gallery li {
	float: left;
	margin: 0 10px 10px 0;
}

#albums li {
	margin: 10px 0;
}
#albums li a:link, #albums li a:visited {
	display: block;
	padding: 10px;
	overflow: hidden;
	color: #666 !important;
	background-color: #EFEFEF;
}
.vevent .summary {
	font-weight: bold;
}
.vevent .summary, .vevent .dtstart, .vevent .location {
	display: block;
}
#albums li a:link, #albums li a:visited {
	color: #333 !important;
}
#albums li a:focus, #albums li a:hover, #albums li a:active {
	color: #FFF !important;
	background-color: #454545;
	text-decoration: none;
}
#albums li a img {
	margin-right: 10px;
	float: left;
	clear: none;
}

