/*
-----------------------------------------------
Photo Gallery Templates: Album Page Screen
Author:   Adam Thayer
----------------------------------------------- */

/*  ====================== Gallery List Layout ======================= */

#gallery-list {
	list-style:none;
	margin:0;
	padding:0;
}

#gallery-list li {
	list-style:none;
	float:left;
	width:190px;
	padding:0 5px 18px 6px;
}

#gallery-list li a img {
	text-align:center;
  	border:1px solid #BBBBBB;
}

#gallery-list li div {
	margin:0 auto;
}

#gallery-list li p {
	margin-top:0.2em;
	text-align:center;
}

#gallery-list li p a {
	font-size:10pt;
	font-style:normal;
	font-weight:bold;
	color:#fff;
}

/*  ====================== Random Image Layout ======================= */

#random-image a {
	margin:0 36px;
}

#random-image a img {
	margin:0 0 15px 0;
	border:1px solid #BBBBBB;
}

/*  ====================== Gallery Data Layout ======================= */

.gallerydata {
  	width:100%;
  	border-top:1px solid #BBBBBB;
  	font-size:100%;
}

.gallerydata th, .gallerydata td {
	padding:5px;
  	border-bottom:1px solid #BBBBBB;
  	font-size:85%;
  	line-height:1.6em;
  	font-weight:normal;
}

.gallerydata th {
  	text-align:left;
  	white-space:nowrap;
}

.gallerydata td {
  	text-align:right;
  	white-space:nowrap;
}
  
.gallerydata img {
	vertical-align: middle;
	padding:2px;
}