/* Start of CMSMS style sheet 'Album' */
/*
Den här mallen behövs om du använder någon av mallarna default, ImageGallery eller Thickbox i Album-modulen.
Den kan skrivas över när modulen uppgraderas och kommer att tas bort när modulen avinstalleras, så se till att göra en kopia om du vill ändra den.
*/

/* Album Module CSS for default, ImageGallery, and Thickbox templates */
/* Album List UL */
.albumlist
{
	margin-left:0;
	padding-left:0;
}

/* Picture List UL */
.picturelist
{
	margin-left:0;
	padding-left:0;
}

/* Album and Picture Lists */
.thumb
{
	padding:0;
	width:auto;
	margin:0 0.5em 0.5em 0;
    
/* Thumbnail spacing */
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	float:left;

}

.thumb a
{
	display:block;
	height:72px; 
/* Set link formatting*/
	width:110px; 
/* Thumb width*/ 
	
/* Thumb height*/
	padding:3px;
/* Thumb padding to form thumb frame */

/* You can set the above to 0px = no frame - but no hover indication!*/
	margin:0;
	/*background-color: #d4e4ff;*/
/*Background of thumb */
	/*border-top:1px solid #93bafc;*/
/* Borders of thumb frame */
	/*border-right:2px solid #93bafc;*/
	/*border-bottom:2px solid #93bafc;*/
	/*border-left:1px solid #93bafc;*/
	text-decoration:none;
}

.thumb a:visited img
{
	/*background-color:#dfd2c0;*/
/*Background of thumb on hover - sort of a light grey */
}

.thumb a:hover
{
	/*background-color:#93bafc;*/
/*Background of thumb on hover - bakgrund då musen pekar över*/
}


/* Styling of text and navigation for Album */
.albumname
{
	font-size:11px;
	text-align:center;
	font-weight:bold;
	font-style:normal;
}

.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;
}


/* End of 'Album' */

