/* @override http://potsdamer-erlebnisnacht.de/css/album.css */

/* Album Module */

.album_content {
	width:100%; 
	float:left;
}
.clear {
	clear:both
}
/* Album List UL */
#main .albumlist {
   margin:0;
	padding:0;
	float:left;
}
#main ul.albumlist li {
	background-image: none;
}

/* Picture List UL */
#main ul.picturelist {
	margin: 0 0 10px 0;
	padding: 13px 0 7px 10px;
	float:  left; /* PTR*/
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: #F9E6AA url(../images/layout/bg-yellow.png) repeat-x top left; 
}

#main ul.picturelist li {
		background-image: none;
		padding: 0;
}
/* Album and Picture Lists */
.thumb {
   	float:left;
	padding:0;
	margin: 0 6px 6px 0;
}

.thumb a {
	display:block;
	padding: 3px;
	margin: 0;
	background: #FFF;
	text-decoration:none;
}
.albumcomment { text-align: left; }
.thumb a:visited img { background-color:#FFF; }

.thumb a:hover {
	background: #FD7F25;
}

/* Styling of text and navigation for Album */
.albumname {
	font-size: 12px;
	text-align:center;
	font-weight:bold;
}
.albumname a {
	display: inline;
        border: none;
        margin:0;
        padding:0;
        background-color:transparent;
}
.albumpicturecount {
	font-size: 11px;
	text-align:center;
	font-weight:normal;
	font-style:italic;
}

.albumcomment {
	text-align:center;
	font-weight:normal;
	font-style:normal;
}

.albumnav
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
}

.instructiontext
{
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
	font-style:italic;
}

/* Big Picture */
.bigpicture {
	padding:0.5em 0 0;
	clear:left;
	border-top:1px solid #ccc;
	text-align:center;
}

.bigpicturecaption {
/* Big picture caption */
	text-align:center;
	margin:0 0 5px;
	padding:0;
}

.bigpicture img {
/* Big picture settings */
	padding:18px;
/* Image padding to form photo frame. */
	width:80%;
/* Width of big picture - set to auto for actual width*/
	margin:0;
	background-color:white;
/* Background of picture */
	border-top:1px solid #eee;
/* Borders of picture frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}

.bigpicturenav {
	margin:0;
	padding:0;
	color:#000;
	font-size:smaller;
	line-height:normal;
}