/* Classes voor het foto album */

.album_overview {
}

.album_title {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.photo_title {
	font-size: 12px;
	color: #000000;
}

.photo_text {
	font-size: 12px;
	font-weight: bold;
	color: #330099;
}


.album_link {
	color: #000000;
	font-weight: bold;
}

.wingding_small {
	font-family: wingdings;
	font-size: 16px;
	text-decoration: none;
	vertical-align: bottom;
}

.aantal_reacties {
	font-size: 10px;
}

.album_grid {
	margin: 10px 0px 10px 0px;
	float: left;
	height: 150px;
}

.album_thumb {
	margin-top: 5px;
	border: 1px solid #000;
}

.page_flipper {
	clear: both;
}

.photo_page_container {
	text-align: left;
}

.full_photo {
	margin: 10px 0px 10px 0px;
	border: 1px solid #000;
}

.prev_next {
	margin: 10px 0px 10px 0px;
}

.formulier {
	margin: 10px;
	clear: both;
}

.photo_number {
	font-size: 10px;
	font-weight: bold;
}

.frontpage_fotoblock {
	border: 1px solid #000;
}
	
.wingding {
	font-family: wingdings;
	font-size: 25px;
	text-decoration: none;
	vertical-align: middle;
}