body
{
	background-color: #f4f4f4 !important;
}

.albumimage
{
	width: 210px;
	height: 210px;
}

.albumwrapper a
{
	text-align: center;
	border: 1px;
	border-style: solid;
	/*border-color: theme-color("primary");*/
	padding: 15px;
	background-color: #fff;

	display: block;
	width: 230px;
	min-height: 250px;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	cursor: pointer;
}

.albumwrapper a:hover
{
	background-color: #fafafa;
}

.albumcaption
{
	border-top: 0px;
}

.albumname
{
	font-size: 0.9em;
	font-weight: bold;
}

.albuminfo
{
	font-size: 0.75em;
	font-style: italic;
}

.photocaption
{
	border-top: 0px;
	display: inline-block;
}

.photoname
{
	font-size: 0.8em;
}

.albumthumbnailcontainer
{
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	margin-bottom:20px;
}

.albumthumbnail
{
	position:absolute;
	width: 210px;
	height: 210px;
}

.albumthumbnail img
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.imagedate
{
	font-size: 85%;
	float: right;
}

div.pagetitle
{
	font-size: 1.6rem;
	font-weight: bold;
}

