/* Start of CMSMS style sheet 'GALLERY: Siriux' */
.breadcrumb {
	/*	position: relative; */
	clear: right; 
	float: right; 
	/*	color: black; */
	font-size: 0.9em;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0.5em; 
	/* border-bottom: 1px dotted maroon ; */
	padding-bottom: 3px;
}

.page-data {
	width: 100%;
	float: left;
	clear: none;
	/* border: dotted 1px yellow; */
}

/* -- Gallery thumbnails ------------------ */

.gallery-thumb, .block-imageblock-ImageBlock {
	margin: 5px;
	float: left;
	text-align: center;
	font-variant: italic;
}

.gallery-thumb img, .block-imageblock-ImageBlock img {
	background: #ffffff;
	border: 6px solid #000000;
	padding: 1px;
	margin: 1px;
	-moz-border-radius: 3px;
}

.gallery-thumb a img, .block-imageblock-ImageBlock a img {
	border-color: #000000;
}

.gallery-thumb a:hover img, .block-imageblock-ImageBlock a:hover img {
	border-width: 6px;
	border-color: red;
	margin: 1px;
	-moz-border-radius: 5px;
}

/* -- ijonized description text -- */

p.album-description {
	/* float: left; */
	/* clear: right; */
	/* border: solid 1px green; */
	padding-right: 3em;
	padding-left: 2em;
	/* display: block; */
	margin-bottom: 2em;
	/* vertical-align: bottom !important; */
	/* max-width: 300px;  */
}




div.block-imageblock-ImageBlock, div.block-html-HtmlBlock {
	display: inline;
	float: right;
	clear: right;
	/* position: static; */
	/* top: 200px;
	right: 200px; */
	/* vertical-align: top !important; 
	border: 1px dotted red; */
	max-width: 150px; 
	text-align: left;
	
}

div.block-imageblock-ImageBlock div.one-image  h4.giDescription, p.giInfo {
	font-size: 0.9em;
	margin: 0%;
	padding: 0%;
}

div.block-html-HtmlBlock h3 {
	text-align: left;
	margin-bottom: 0%;
	/* padding: 0%; */
}


div.block-html-HtmlBlock h3 ul {
	/* padding: 0%;
	margin: 0%; */
	text-align: left;
	text-indent: 0.5em;
}


/* -- Gallery Album listing --------------- */

.gallery-albums {
	clear: left;
	float: left;
	width: 96%;
	padding: none; 
}

.gallery-albums .gallery-thumb {
	margin-right: 5px !important;
}

.gallery-album {
	padding: auto;
	float: left;
        width: 100%;
        background-color:#99cc99;
        margin-top : 5px;

}

.gallery-album .meta {
	margin-top: 3px;
	color: #665f5f;
	font-size: 0.9em;
}


/* -- Gallery Items ----------------------- */

.gallery-items {
	margin: 0;
	clear: left; 
	float: left;
	/* border: 1px dotted maroon; */
	display: block;
	width: 99%;
}

.gallery-empty {
	padding: 0.5em 1.5em;
	margin: 1.5em 3em;
	border: 1px solid #ddd;
	background: #ffe;
	font-size: 1.2em;
}


/* -- Gallery Photo (detail page) --------- */

div.gallery-photo {
	text-align: center;
}

img.gallery-photo {
	background: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	-moz-border-radius: 3px;
}

#prevArrow img, #nextArrow img {
	border-style: none;
}


/* -- Navigator --------------------------- */


.block-core-Navigator {
	/* float: right;
	margin: 1.5em 0;
	font-size: smaller;
	color: #333;
	display: inline;
	clear: right;
	border: solid  #ff0000; */
	margin-bottom: 0.2em;
	
}

.block-core-Navigator .current,
.block-core-Navigator .first-and-previous,
.block-core-Navigator .next-and-last {
	/* ijonized, it was
	  display: inline;	*/ 
	display: block;
}

.block-core-Navigator .current {
	margin: 0 0.5em;
}


/* -- ijonized Navigator -- */


.navigator {
	font-size: smaller;
	/* border: solid  #00ff00; */
	float: right;
	display: inline;
	color: #6a6966;
}


/*
#gsPages {
	float: right;
	display: inline;
}
*/

/*
.block-core-Pager {
	font-size: smaller;
	float: right; 
	display: inline;
	clear: right;
	border: 2px solid green;
*/

/* -- end of ijonized Navigator -- */



/*
p.album-description:first-letter {
	font-weight: bold;
	
}
*/

/* -- ijonized ends -- */


/* -- ijonized album select -- */

block-albumselect-AlbumTree {
	font-size: smaller;
}

/* -- ExifInfo ---------------------------- */

.block-exif-ExifInfo div {
	font-size: 0.8em;
	color: #999;
	margin: 1em 0;
}

table.gbDataTable {
	width: 100%;
	border-collapse: collapse;
}

table.gbDataTable td {
	padding: 0.2em 0.5em 0.2em 0;
	border-bottom: 1px solid #eee;
}

table.gbDataTable td.gbEven {
	font-weight: bold;
}


/* -- System- / Item-Links ---------------- */

.gbSystemLinks, .block-core-ItemLinks {
	width: 100%;
	clear: both;
	border-top: 3px solid #9c9;
	border-bottom: 1px solid #9c9;
	background: #efe;
	margin: 1.5em 0;
	padding: 0.5em;
}

.block-core-SystemLink { font-weight: bold; }

.gbSystemLinks .block-core-SystemLink a,
.block-core-ItemLinks a {
	display: block;
	padding: 0.3em;
}


/* -- Toolbar ----------------------------- */

#toolbar {
	clear: both;
	border: 1px solid #ccc;
	background: #f1f1f1;
	margin: 1em 0;
	padding: 0.5em;
}


/* -- Admin ------------------------------- */

.gallery-admin {
	font-size: 0.9em;
}


.giSuccess, .giWarning, .giError  {
	font-weight: bold;
}

.giSuccess { color: #5c0; }
.giWarning { color: #c50; }
.giError { color: #a44; }

.gallery-admin .gbBlock {
	margin: 1.5em 0 2em 0;
}

#gsSidebar {
	width: 13em;
	overflow: hidden;
	padding-right: 1em;
}

#gsSidebarCol {
	width: 1%;
}



.gbTabBar {
	padding: 0.2em 0;
	border-bottom: 1px solid #ccc;
}


.gbTabBar .giSelected {
	margin: 0 0.2em;
	padding: 0.2em 1em;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	background: #fff;
}

.giUpdated, .giNew {
	font: normal 9px Arial;
	text-transform: uppercase;
	color: #222;
	background: #ffea88;
	padding: 0 3px;
	margin-left: 3px;
}

#giFormUsername, .giFormUsername {
	background: url('gallery2/themes/siriux_ijonized/images/userinfo.png') no-repeat 0 1px;
	padding-left: 17px;
}

#giFormGroupname {
	background: url('gallery2/themes/siriux_ijonized/images/groupinfo.png') no-repeat 0 1px;
	padding-left: 17px;
}

#giFormPassword {
	background: url('gallery2/themes/siriux_ijonized/images/key7-16-bw.gif') no-repeat 0 1px;
	padding-left: 17px;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	font-weight: normal;
	}

#lightbox a img { 
	border: none; 
}
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(gallery2/themes/siriux_ijonized/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(gallery2/themes/siriux_ijonized/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(gallery2/themes/siriux_ijonized/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

/* albumselect tree */
.dtree {
	font-size: 0.9em;
}




/* End of 'GALLERY: Siriux' */

