/* Stylesheet for album
----------------------------------------------- */




.albumlist{}

.post div.albumlist ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.post div.albumlist li{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 3px;
	background: transparent;
}

.thumblist{
	padding-top:3px;
	padding-bottom:20px;
}

.albumlink{}

.thumblink{}

.thumblink img{
	border:2px solid #f5f5f5;
}

.albumdescription{
	padding: 3px 0 5px 0;
}

.post a.albumlink{
	font-size:120%;
	font-weight:bold;
	/*border-top: 1px solid #efefef;*/
	/*display:block;*/
	padding-bottom:3px;
}
.post a.albumlink:hover{
	text-decoration:none;
}

.comment-body {
  padding: 0 10px 3px 25px;
  background: transparent;
  }

.albumerror{
	color: #990000;
	border:1px solid #990000;
	background-color:#FFECEC;	
	padding:4px;
	display:block;
}