/* Album Module CSS for default, ImageGallery, and Thickbox templates */
/* Used for categories to make things clear correctly */
.album_content {
	width:100%; 
	float:left;
}
.clear {
	clear:both
}
/* Album List UL */

#backbutton {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}

.albumlist
{
	margin:0 0 0 0 !important;
	padding:0;
	float:left !important;
}

/* Picture List UL */
.picturelist
{
	margin:0 0 20px 0 !important;
	padding:0;
}

	.picturelist li {
		padding: 0 0 20px 0;
	}

/* Album and Picture Lists */
.thumb
{
	float: left;
	width: 110px;
	height: 175px;
	padding:0;
	margin:0 10px 20px 0;
    text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	display: inline-block;
	vertical-align: top;
}

.thumb a
{
	float: left;
	display:block;
	padding:5px;
	margin:0;
	background-color:white;
	border-top:1px solid #eee;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}

.thumb img {
	padding: 0 !important;
}

.albumcomment { text-align: left; }
.thumb a:visited img
{
	background-color:#eee;
/*Background of thumb on hover - sort of a light grey */
}

.thumb a:hover {
	background-color:#0ea4e1;
/*Background of thumb on hover - sort of light blue/green */
}

/* Styling of text and navigation for Album */
.albumname
{
	margin: 10px 0 0 0;
	
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3d3d3d;
	text-decoration: none;
	text-align: center;
}
.albumname a
{
	display: inline;
    border: none;
    margin:none;
    padding:none;
    background-color:transparent;
}
.albumpicturecount
{
	font-size:smaller;
	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;
}

