/* Album Module CSS for Heather's Place */
/* This stylesheet is exclusively for the Lytebox template */

#album {
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}

/* Album List UL */
#album .albumlist {
	width: 100%;
	padding: .3em;
}

#album .albumcontainer {
	background-color: #dda0dd;
	color: yellow; font-weight: bold;
	border: 2px dotted #ffd700;
	padding: 0; margin-bottom: 1em;
	list-style: none; display: list-item;
	height: 130px; width: 99%;
}

#album .albumname {
	background: #dda0dd url(../../../images/mod_titlebar.jpg) repeat-x;
	color: purple; text-align: left;
	height: 25px; width: 99.4%; text-decoration: none;
	padding-top: 4px; padding-left: 5px;
	font-size: 10.5pt; margin: 0 0 6px 0;
}

#album .albumname a {
	height: 24px;
	color: purple;
	background: transparent;
}

#album .albumname a:hover {
	text-decoration: underline;
	background: transparent;
	color: #3f8000;
}

/* Album li */
#album .thumb {
	list-style-type: none;
	width: 15%; height: 100px;
	float: left;
}

#album .thumb img {
	width: 96px; height: 72px;
	border: 2px solid #ccc;
	background-color: #fff;
	color: inherit; text-align: center;
	margin: 0 auto;
}

#album .albumcomment { 
	margin-left: 10px; text-align: left;
	border-left: 1px dotted Yellow;
	height: 100px; width: 79%;
	padding-left: 5px;
	float: right; display: inline;
}

.album_content {
	width:100%; 
	float:left;
}

.clear {
	clear:both
}

#picture {
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}

#picture .albumcomment {
	font-size: 11pt;
	border: 0; margin: 0;
	float: none; width: auto;
}

#picture .instructiontext {
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
}

/* Picture List UL */
#picture .albumlist {
	width: 100%;
	padding: .3em;
}

/* Picture li */
#picture .thumb {
	list-style-type: none;
	float: left; margin: .5em;
	width: 100px; height: 76px;
	border: 1px solid #dda0dd;
	padding: 8px;

}

#picture .thumb img {
	width: 96px; height: 72px;
	border-top: -4px solid #ffd700;
	border-left: -4px solid #ffd700;
	border-right: 4px solid #ffd700;
	border-bottom: 4px solid #ffd700;
	background-color: #fff;
	color: inherit; text-align: center;
	margin: 0 auto; padding: 0;
}

/* Styling of text and navigation for Album 

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

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