@charset "UTF-8";
/* CSS Document */

#photo_area {
	display:block;
	width:960px;
	min-height:100%;
	padding:10px 20px;
}

#splash_photos {
	float:right;
	width:720px;
	/* width:480px; for 2 photos across */
}

ul.album {
	display:block;
	clear:both;
}

ul#splash_album {
	float:right;
	text-align:right;
}

ul span#album_title {
	display:block;
	width:100%;
	color:#000000;
	font:24px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	clear:both;
	float:left;
	margin:15px 0 5px -20px;
	padding:5px;
}

li.photo {
	display:block;
	float:left;
	width:125px;
	height:125px;
	background:top left no-repeat;
	border:3px solid #ccc;
	margin:3px;
	text-align:right;
	padding:0;
	position:relative;
}

li.photo:hover {
	border-color:#000000;
}

li.splash_photo {
	display:block;
	float:left;
	width:220px;
	height:220px;
	background:top left no-repeat;
	border:5px solid #ccc;
	margin:5px;
	text-align:right;
	padding:0;
	position:relative;
}

li.splash_photo:hover {
	border-color:#000000;
}

ul#album li a {
	display:block;
	width:100%;
	height:100%;
}

ul#splash_album li a {
	display:block;
	width:100%;
	height:100%;
}

.photohover {
	background-color:#999999;
	color:#FFFFFF;
}

.caption {
	display:none;
	background:#000;
	color:#fff;
	padding:1px 1px 1px 5px;
	font:13px Arial, Helvetica, sans-serif;
	position:absolute;
	bottom:0;
	right:0;
}

.splash_caption {
	display:none;
	background:#000;
	color:#fff;
	padding:1px 1px 1px 5px;
	font:32px Arial, Helvetica, sans-serif;
	position:absolute;
	bottom:0;
	right:0;
}

.showme {
	display:block;
}