/*
	Siriux Lightbox JS 2 Gallery 2 Theme
	Copyright 2005-2006 Nico Kaiser.
	Minor changes by Michal "Ijon" Rydzy 2007
	for Siriux_ijonized theme
*/

body{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
/* -- Main layout definitions ------------- */
#seOuter{
	
}
#seBlock{
	width: 782px;
	margin:auto;
	background-image: url(/template_img/backstrip.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#seFrame{
	
	margin: 0 27px 0 27px;
}
#seContent{
width:700;
padding:0 0 30px 0;
background-color:#fff;
overflow:hidden;

}

#seContent h2{
	display:none;
}
#seMast{
	background-image:url(/template_img/topbanner_left.gif);
	background-repeat:no-repeat;
	background-color:#333333;
	height:30px;
}

#seFoot{
	height:30px;
	background-color:#272727;
	color:#fff;
}

a {
	color: #7c0b08;
	text-decoration: none;
}


a .title, #site-name a h1{
	color: #000;
}

a:hover .title,.title:hover{
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

hr {
	color: #857676;
	height: 1px;
	width: 70%;
	float: left;
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
	clear: both;
}

.clear {
	clear: both;
}

.breadcrumb {
	/*	position: relative; */
	clear: right; 
	/*float: right; */
	/*	color: black; */
	
	margin-top: 5px;
	margin-right: 15px;
	/* margin-bottom: 0.5em; */
	border-bottom: 1px dotted maroon ;
	padding-bottom: 3px;
}

.header {
}

.content {
	clear: both;
	margin: 0 auto;
	text-align: left;
}

.footer {
	font-size: 0.8em;
	color: #999;
	margin-top: 4em;
	padding-top: 1.5em;
	border-top: 1px solid #ddd;
}

.gallery h2 {
	margin-left: 1em;
	clear: none;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	/* border-bottom: 1px solid #ddd; */
	font-size: 1.5em;
}

.gallery h3 {
	clear: both;
	margin: 1.5em 0 1em 0;
	font-size: 1.2em;
}


/* -- Gallery thumbnails ------------------ */

.gallery-thumb {
	margin: 0px;
	float: left;
	/*text-align: center;*/
	font-variant: italic;
}

.gallery-thumb img {
	background: #ffffff;
	border: 2px solid #333333;
	padding: 1px;
	margin: 1px;
	-moz-border-radius: 1px;
}

.gallery-thumb a img {
	border-color: #000000;
}

.gallery-thumb a:hover img {
	border-width: 2px;
	border-color: #b84721;
	margin: 1px;
	padding: 1px;
	-moz-border-radius: 1px;
}


/* -- Gallery Album listing --------------- */

.gallery-albums {
	clear: both;
	margin:20px 0 0 5px;
}

.gallery-albums h4 { /* Years in Album overview (when grouped by year) */
	margin: 10px 0 0 0;
	font-size: 1.1em;
}

.gallery-albums .gallery-thumb {
	margin-right: 5px !important;
}

#seContent .gallery-thumb {
	width:147px !important;
}
#seContent .gallery-album {
	 /*width: 46%; Change to 96% if you want 1 Album per line */
	width:280px;
	padding-right: 12px;
	display: block;
	float: left;
	overflow: hidden;
	height:auto !important;
}

.gallery-album p {
	font-size: 1em;
}

.gallery-album .meta {
	margin-top: 3px;
	color: #665f5f;
	font-size: 0.9em;
}


/* -- Gallery Items ----------------------- */

.gallery-items {
	margin: 0;
	clear: both;
	margin: 20px 0 0 5px;
}

.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;
}


/* -- ijonized Navigator -- */


.navigator {
	margin-right:20px;
	
	/* 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 -- */

/* -- ijonized description text -- */

p.album-description {
	/* float: right; */
	clear: none;
	/* border-right: solid 2px red;
	padding-right: 2em; */
	display: block;
	margin-bottom: 2em;
}

/*
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 {
	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;
}

.gallery-admin h2 {
	font-size: 1.2em;
	margin-top: 2em;
	overflow: hidden;
}

.gallery-admin h4 {
	margin-bottom: 0.5em;
}

.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%;
}

#gsSidebar ul {
	padding: 0.2em 0 1.5em 0;
	margin: 0;
	font-weight: bold;
}

#gsSidebar ul ul {
	font-weight: normal;
}
#gsSidebar li.gbAdminLink {
	background: none;
	list-style: none;
	padding: 0.2em 0;
	margin: 0;
}

.gbTabBar {
	padding: 0.2em 0;
	border-bottom: 1px solid #ccc;
}

.gbTabBar a {
	border: 1px solid #ccc;
	padding: 0.2em 1em;
	background: #eee;
	margin: 0 0.2em;
}

.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('images/userinfo.png') no-repeat 0 1px;
	padding-left: 17px;
}

#giFormGroupname {
	background: url('images/groupinfo.png') no-repeat 0 1px;
	padding-left: 17px;
}

#giFormPassword {
	background: url('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(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(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(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;
}

.orderLink{
	display: block;
	height: 23px;
	width: 89px;
	background-image: url(/order.gif);
	background-repeat: no-repeat;
}	
