/* Start of CMSMS style sheet 'Module: Album' */
/* 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 */
.albumlist
{
	margin-left: 0;
	padding-left: 0;
	float: left;
}

/* Picture List UL */
.picturelist
{
	margin-left: 0;
	padding-left: 0;
}

/* Album and Picture Lists */
.thumb
{
	padding: 0;
	width: 150px;
	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: 100px;
	/* Thumb width*/
	/* Thumb height*/
	padding: 10px;
	/* Thumb padding to form thumb frame */
	/* You can set the above to 0px = no frame - but no hover indication!*/
	margin: 0;
	background-color: white;
	/*Background of thumb */
	border-top: 1px solid #eee;
	/* Borders of thumb frame */
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #eee;
	text-decoration: none;
}

.albumcomment { text-align: left; }

.thumb a:visited img
{
	background-color: #eee;
	/*Background of thumb on hover - sort of a light grey */
}

.thumb a:hover img
{
	background-color: #dae6e4;
	/*Background of thumb on hover - sort of light blue/green */
}

/* Styling of text and navigation for Album */
.albumname
{
	font-size: smaller;
	text-align: center;
	font-weight: bold;
	font-style: normal;
}

.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-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;
}

/* Start of CMSMS style sheet '02.1 Gallery CMotion horizontal' */
/* CMOTION GALLERY */
/* Please check gallerystyle.css and motiongallery.js for double-/hard-codings! */
div.largeview { text-align: center; }

#motioncontainer
{
	margin-top: 5px;
	height: 70px;
	/* according to gallery height */
	width: 99.99%;
}

#motioncontainer a img
{
	border: 0;
	/* Set image border color */
	margin: 0;
	/* chage this if you want some air inbetween images*/
	height: 60px;
	width: auto;
}

/* change cursor when clicking on image */
/*#motioncontainer a:active img {
cursor: progress;
}*/

#statusdiv
{
	background-color: #fff;
	color: #FFBF00;
	/*#8f8f8f;*/
	font-size: 65%;
	font-weight: bold;
	border: 0px solid #afafaf;
	padding: .1em;
	width: 100px;
	position: absolute;
	/* Stop Editing Gallery Styles */
	top: -10px;
	left: 0px;
	visibility: hidden;
}

#motioncontainer a:hover
{
	color: red;
	/* Dummy definition to overcome IE bug */
}

/* Those are already set in the template using
the "style"-tag for both of the divs. It seems to
work only this way - if someone could tell me why,
I'll appreciate!  */

/*
div#motioncontainer {
position:relative;
overflow:hidden;
}

div#motiongallery {
position:absolute;
left:0;
top:0;
white-space: nowrap;
}*/

/* END CMOTION GALLERY */
/* End of '02.1 Gallery CMotion horizontal' */

/* Gallery */

#gallery
{
	width: 260px;
	height: auto;
	padding: 10px 0 10px 10px;
	margin: 20px 0 20px 20px;
	float: right;
}

#gallery .thumb
{
	padding: 0;
	width: 120px;
	margin: 0 10px 10px 0;
	/* Thumbnail spacing */
	text-decoration: none;
	line-height: normal;
	list-style-type: none;
	text-align: center;
	float: left;
}

#gallery .thumb a
{
	display: block;
	height: 120px;
	/* Set link formatting*/
	width: 120px;
	/* Thumb width*/
	/* Thumb height*/
	padding: 0;
	/* Thumb padding to form thumb frame */
	/* You can set the above to 0px = no frame - but no hover indication!*/
	margin: 0;
	background-color: white;
	/*Background of thumb */
	text-decoration: none;
	border: none;
}

#gallery h1
{
	font-size: 12px;
	line-height: 1.3em;
	color: #fffde4;
	margin: 0 0 5px 0;
	padding: 5px;
	background-color: #e53428;
	height: auto;
}

#gallery h3
{
	font-size: 10px;
	line-height: 1.3em;
	padding: 0px;
	border-bottom: 1px #e53428 solid;
	color: #e53428;
	font-weight: normal;
	margin-bottom: 10px;
}

/* END GALLERY */
/* End of 'Module: Album' */

