/* Start of CMSMS style sheet 'sciia_album_css' */
/* Album Module CSS for default, ImageGallery, and Thickbox templates */

/* Used for categories to make things clear correctly */
.album_content {
	width:100%; 
	float:left; 
}



/* Picture Thumb */
div.sciia_photo_thumb0 {
	border: 0px solid #fff;
	padding: 0;
	width:9.8em;
        height:14em;
        background-color:transparent;
}

div.sciia_photo_thumb {
        display:block; 
	padding: 0;
	width:9.8em;
        height:10em;
	margin:0.2em; 
	text-decoration:none;
	border:1px solid #fff; 
        background-color:#fff;
        border-style:outset;  
}


.sciia_photo_thumb2 {
/* border: 1px solid red;  */
	width:9.8em;
        height:10em;
 	padding: 0;
        margin: 0;
	text-decoration:none;
       display: table-cell; 
       vertical-align: middle; 
       text-align:  center;
}


div.sciia_photo_thumb2 img {
	width:auto;   
        height: auto;  
	padding:0;           
        margin: 0;
}




/* Album & Photo List */

.sciia_albumlist_ul {
/*  border: 1px solid blue; */
/* Thumbnail spacing */
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center; 
        float: left;
	font-size:100%;
  margin: 0.2em;
}

.sciia_albumlist_albumname
{
	font-size:smaller;
	text-align:center; 
	font-weight:bold;
	font-style:normal;
        margin-top: 0.5em;
}

p.sciia_albumlist_albumname 
{
	text-align:center; 
}


.sciia_albumlist_albumpicturecount
{
	font-size:smaller;
        text-align:left;
	font-weight:normal;
	font-style:italic;
}



/*  Content Styling*/



.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: 0;
        margin:0;
        padding:0;
        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;
}


/* End of 'sciia_album_css' */

