/*
    Siriux Lightbox JS 2 Gallery 2 Theme
    Copyright 2005-2006 Nico Kaiser.
    Minor changes by Michal "Ijon" Rydzy 2007
    for Siriux_ijonized theme
*/


/* -- Main layout definitions ------------- */

body.gallery {
    margin: 1.5em;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: small;
    background-color: #b9b9b9;
    color: black;
    text-align: left;
    background-position: top;
    background-repeat: no-repeat;
    /*padding-top: 120px;*/
    
}
#middle-content-wide {
  width: 98%;
 }

a {
    color: #0C00E7;
    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 {
    /* display: none; */
    /* width: 1px;
    height: 1px; */
    /* clear: left;
    float: left;
    border: 1px dashed blue; */
    /* position: absolute; 
    clear: both; */
}

.breadcrumb {
    /*  position: relative; */
    clear: right; 
    float: left; 
    /*  color: black; */
    font-size: 0.9em;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 0.5em; 
    /* border-bottom: 1px dotted maroon ; */
    padding-bottom: 3px;
}

.content {
    clear: none;
    /* float: left; */
    margin: 0 auto;
    text-align: left;
    width: 100%; 
}

.page-data {
    width: 940px;
    float: left;
    clear: none;
    /* border: dotted 1px yellow; */
}

.footer {
    font-size: 0.8em;
    color: #999;
    margin-top: 4em;
    float:bottom;
    padding-top: 1.5em;
 
}

.gallery h2 {
    margin-left: 1em;
    clear: none;
    margin-top: 1em;
    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, .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 #3D312A;
    padding: 1px;
    margin: 1px;
    -moz-border-radius: 3px;
}

.gallery-thumb a img, .block-imageblock-ImageBlock a img {
    border-color: #3D312A;
}

.gallery-thumb a:hover img, .block-imageblock-ImageBlock a:hover img {
    border-width: 6px;
    border-color: #575447;
    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: block;
    float: left;
    clear: left;
    margin-top:10px;
    text-align: left;
    display:inline;
        
}

div.block-imageblock-ImageBlock div.one-image   {
    font-size: 0.9em;
    margin: 0%;
    padding: 0%;
    display:inline;
    float:bottom;
}

h4.giDescription, p.giInfo {
  font-size: 0.9em;
    margin: 0%;
    padding: 0%;
    display:inline;
    
    }

.block-imageblock-ImageBlock a img {
  /*margin-right:20px;*/
  float:top;
  }
  
 .block-imageblock-ImageBlock h3 {
  width:20%;
}  

.block-imageblock-ImageBlock span.summary {
  font-size:100%;
  }

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: 90%;*/
    width: 940px; 
    /* max-width: 651px; */
    /* border: 1px dotted red; */
    padding: none; 
    /* float: left; */

}

/* Years in Album overview (when grouped by year) */
.gallery-albums h4 { 
    margin: 10px 0 0 0;
    /* font-size: 1.1em; */
}

.gallery-thumb {
  width:23%;
}

.gallery-album {
    /*width: 300px; /* Change to 96% if you want 1 Album per line */
    /*height: auto;*/
    width: 24%; 
    max-width: 400px;
    /* padding-right: 1px; */
    /* margin: auto;*/
    padding: auto; 

    /* display: inline; */
    float: left; 
    overflow: hidden;
    /* border: 1px dotted navy; */
    /* clear: left; */
    margin-bottom:5px;
}
/* Root album overrides */
.root-album {
	width:33%;
	
}
.gallery-albums .root-album .gallery-thumb {
	width:100%;	
}

.gallery-albums .gallery-thumb {
    margin-right: 5px !important;
}
.root-album .gallery-album-text {
	text-align:center;
	width:80%;
}
.root-album .gallery-album-text .meta {
	margin-top:5px;
	display:none;
	
}
.gallery-album p {
    font-size: 1em;
}

.gallery-album .meta {
    margin-top: 15px;
    color: #665f5f;
    font-size: 0.9em;
    width:120%;
	display:none;
}
.gallery-album-text {
  font-size: 1.0em;
  float:left;
  text-align:left;
  margin-top:-0px;
  padding-left:10px;
  height:auto;
  display:block;
  margin-bottom:5px;
  }

/* -- 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;
}

.no-min {
	border:1px dotted #3D312A ;
	width:120px;
	height:60px;
	padding:40px 0 0 0;
}

/* -- Gallery Photo (detail page) --------- */

div.gallery-photo {
    text-align: center;
    margin-top:10px;
}

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;
}
.block-core-Pager {
  clear: right;
    float: right; 
    display: block;
    margin-right: 2em;
    
  
  }

/*
#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 #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background: #fff;
    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: 1em;
    float:left;
	width:935px;
	border:1px dashed #f2f2f2;
	background:#fefefe;
}
.gallery-admin table {
	margin:0.5em 0 0 0;
	
}
.gallery-admin table td {
	vertical-align:top;
}
.gallery-admin h2 {
    font-size: 1.2em;
    margin-top: 1em;
    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: .5em 0 2em 0;
}

#gsSidebar {
    width: 13em;
    overflow: hidden;
    padding-right: 1em;
}

#gsSidebarCol {
    width: 1%;
	vertical-align:top;
}

#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;
}

#gsContent {

}
.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;
}
/* $Id: lightbox.css,v 1.1.2.18 2008/06/22 20:38:10 snpower Exp $ */
#lightbox {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}

#lightbox a img {
  border: none;
}

#outerImageContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  min-width: 240px;
  overflow: hidden;
}

#imageContainer, #frameContainer, #modalContainer {
  padding: 10px;
}

#modalContainer {
  line-height: 1em;
  overflow: auto;
}

#loading {
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  position: absolute;
  top: 40%;
  left: 45%;
  *left: 0%;
}

#hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#imageContainer>#hoverNav {
  left: 0;
}

#frameHoverNav {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  position: relative;
  top: -60px;
}

#imageData>#frameHoverNav {
  left: 0;
}

#hoverNav a, #frameHoverNav 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, #framePrevLink {
  left: 0;
  float: left;
}

#nextLink, #frameNextLink {
  right: 0;
  float: right;
}

#prevLink:hover, #prevLink:visited:hover, #prevLink.force_show_nav, #framePrevLink {
  background: url(../images/prev.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover, #nextLink.force_show_nav, #frameNextLink {
  background: url(../images/next.gif) right 15% no-repeat;
}

#prevLink:hover.force_show_nav, #prevLink:visited:hover.force_show_nav,
#framePrevLink:hover, #framePrevLink:visited:hover {
  background: url(../images/prev_hover.gif) left 15% no-repeat;
}

#nextLink:hover.force_show_nav, #nextLink:visited:hover.force_show_nav,
#frameNextLink:hover, #frameNextLink:visited:hover {
  background: url(../images/next_hover.gif) right 15% no-repeat;
}

#framePrevLink, #frameNextLink {
  width: 45px;
  height: 45px;
  display: block;
  margin-bottom: -60px;
  position: relative;
  top: 60px;
}

#imageDataContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  min-width: 240px;
}

#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 #node_link_text {
  display: block;
  padding-bottom: 1.0em;
}

#imageData #bottomNav {
  height: 66px;
}

#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;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html>body .clearfix {
  display: inline;
  width: 100%;
}

* html .clearfix {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */
}


/* Image location mod */
#bottomNavClose {
  display: block;
  background: url(../images/close.gif) left no-repeat;
  position: relative;
  top: 33px;
  right: 0px;
  float: right;
  padding-top: 0.7em;
  height: 26px;
  width: 26px;
}

#bottomNavClose:hover {
  background-position: right;
}

#loadingLink {
  display: block;
  background: url(../images/loading.gif) no-repeat;
  width: 32px;
  height: 32px;
}

#bottomNavZoom {
  display: none;
  background: url(../images/expand.gif) no-repeat;
  width: 34px;
  height: 34px;
  position: relative;
  left: 30px;
  float: right;
}

#bottomNavZoomOut {
  display: none;
  background: url(../images/contract.gif) no-repeat;
  width: 34px;
  height: 34px;
  position: relative;
  left: 30px;
  float: right;
}

#lightshowPlay {
  position: relative;
  top: 42px;
  float: right;
  margin-right: 5px;
  margin-bottom: 1px;
  height: 20px;
  width: 20px;
  background: url(../images/play.png) no-repeat;
}

#lightshowPause {
  position: relative;
  top: 42px;
  float: right;
  margin-right: 5px;
  margin-bottom: 1px;
  height: 20px;
  width: 20px;
  background: url(../images/pause.png) no-repeat;
}

.lightbox_hide_image {
  display: none;
}

    

.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;
}


