/*
	SBPhoto Gallery 2 Theme
*/


/* -- Main layout definitions ------------- */
body {
	margin-left: 0px; margin-right: 0px;
}

body.gallery {
	/*margin: 1.5em;*/
	padding: 0;
	font-family: "Lucida Sans","Lucida Sans Unicode","Lucida Grande",Lucida,sans-serif;
	font-size: small;
	background-color: #666;
	color: #efefef;
	text-align: center;
}

#gallery {
	background-color: #444444;
	min-width: 800px;
	height: 500px;
	width:100%;
}

a {
	color: #EE6622;
	text-decoration: none;
}

a:hover {
	color: #ff8833;
}

hr {
	color: #fff;
	height: 1px;
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
	clear: both;
}

textarea {
	/*width:100%;*/
}

.clear {
	clear: both;
}

.breadcrumb {
	float: right;
	color: #ccc;
	font-size: 0.9em;
}

.header {
	position: relative;
	height: 50px;
	text-align: left;
	width:100%;
}
.header h1{
	color:#444444;
	font-size:36px;
	font-weight: normal;
	height:36px;
	margin-top:17px;
	padding-bottom:0px;
	position:absolute;
	text-align: center;
	text-transform:uppercase;
	font-stretch: expanded;
	vertical-align:bottom;
	width:100%;
}
.content {
	clear: both;
	margin: 0 auto;
	padding-top:10px;
	text-align: left;
	/*background-color: #444 ;*/
}

.footer {
	font-size: 0.8em;
	color: #999;
	/*margin-top: 4em;*/
	padding-top: 1.5em;
	/*border-top: 1px solid #ddd;*/
	clear:left;
}

.gallery h2 {
/*hide this
	display:none;
	visibility: hidden;
*/
	clear: both;
	margin: 1.5em 0;
	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: 5px;*/
	float: left;
	text-align: right;
}

.gallery-thumb img {
	background-color: #444;
	border: 1px solid #444;
	padding: 5px;
	margin: 0px;
	-moz-border-radius: 5px;
}

.gallery-thumb a img {
	/*border-color: #666;*/
	
}

.gallery-thumb a:hover img {
	border-width: 1px;
	border-color: #bababa;
	margin: 0;
	-moz-border-radius: 5px;
}


/* -- Gallery Album listing --------------- */

.gallery-albums {
	margin: 0;
	clear: right;
	width:480px;

	/*left:320px;*/
	float:right;
	position:relative;
}

.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;
}

.gallery-album {
	width: 46%; /* Change to 96% if you want 1 Album per line */
	padding-right: 3%;
	display: block;
	float: left;
	overflow: hidden;
}

.gallery-album p {
	font-size: 1em;
}

.gallery-album .meta {
	margin-top: 3px;
	color: #999;
	font-size: 0.9em;
}
/* -- Gallery Left pane ------------------ */
#gallery-leftpane {
	float:left;
	clear:none;
	position: relative;
	height: 480px;
 	width:200px;
}
#gallery-list {
	height: 200px;
	width: 200px;
	text-align: left;
	vertical-align: bottom;
	position:absolute;
	top: 280px
}
#gallery-list table {
	border-collapse: collapse;
	border:none;
	height: 100%;
}
#gallery-list dl{
	vertical-align: bottom;
	position:relative;
}


/* -- Gallery Items ----------------------- */

.gallery-items, .gallery-empty{
	margin: 0;
	clear: right;
	width:500px;
	height: 480px;
	/*left:320px;*/
	 float:right; 
	position:relative;
	overflow: auto;
}

.gallery-empty {
	/*padding: 0.5em 1.5em;*/
	/*margin: 1.5em 3em;*/
	/*border: 1px solid #ddd;*/
	/*background-color: #ffe;*/
	font-size: 1em;
}

/* -- #microThumbCurrent -- */
#microThumbCurrent img {
  border: 1px solid #ddd;
  filter: alpha(opacity=40); /* IE's opacity*/
  opacity:.4;
}

.gbNavigatorMicroThums {
 
  border-width: 1px;
  border-style: inherit;
  border-color: #000;
  /* IE can't inherit these */
  border-style: expression(parentElement.currentStyle.borderStyle);
  border-color: expression(parentElement.currentStyle.borderColor);
}
.gbNavigatorMicroThums img {
	border-width: 1px;
	border-color: #000;
}
.gbNavigatorMicroThums a:hover img {
	border: 1px solid #ddd;
}
/* -- Gallery Photo (detail page) --------- */
#item-description {
	width:200px; 
	margin:10px 3px 0px 3px;
	overflow: hidden;
}
#photo-item {
	margin: 0;
	 clear: right; 
	width:480px;
	height: 480px; 
	/*left:320px;*/
	float:right;
	position:relative;

	background-color: #333;
}
div.gallery-photo {
	/*display:table-cell;*/
	height:480px;
	text-align:center;
	vertical-align:middle;
	text-align: center;
}

.gallery-photo table ,.gallery-photo table td{
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	width: 100%;
	position:relative;
	top:0px;
}
img.gallery-photo {
	background-color: #333;
	border: 0px solid #ddd;
	/*padding: 7px;*/
	-moz-border-radius: 3px;
}

#prevArrow img, #nextArrow img {
	border-style: none;
}


/* -- Navigator --------------------------- */

.block-core-Navigator {
	/*clear:left;
	float: right;*/
	/*margin: 1.5em 0;*/
	
	left:0px;
	/*margin-right:40px;
	margin-left: 40px;*/
	position:relative;
	/*text-align:right;*/
	/*display:inline*/
}

.block-core-Navigator .current,
.block-core-Navigator .first-and-previous,
.block-core-Navigator .next-and-last {
	display: inline;
}

.block-core-Navigator .current {
	margin: 0 0.5em;
}
a.previous, a.next {
	/*hide text get img arrow */
	height: 50px;
	width:50px;
	/*display:block; */
	clear:none;
	border:0px;
 	display:inline;
}
#item-previous {
	width:50px;
	height:50px;
	float:left;
}
a.previous img{
	border:0px;
}
a.next img{
	border:0px;
}
a.backtoalbum img {
	border:0px;
}

.gbBlock {
	/*margin:20px 0pt 0pt;*/
}

#item-navigation{
	/*text-align:right;*/
	height:60px;
	top: 440px;/*leftpane height - 40*/
	position:absolute;
}


/* -- ExifInfo ---------------------------- */
.block-exif-ExifInfo {
	top:20px;
	position:relative;
}
.block-exif-ExifInfo h3 {
	margin:0px 0px 5px 0px;
}
.block-exif-ExifInfo div {
	font-size: 0.8em;
	color: #999;
	margin: 0.5em 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;
}

.gbBusy {
    background-color: #ae9 !important;
}

/* -- System- / Item-Links ---------------- */

.gbSystemLinks, .block-core-ItemLinks {
	background-color:#343434;
	border:1px dashed #EEEEEE;
	clear:both;
	margin:0px 0px 0px 0pt;
	padding:0.5em;
	position:relative;
	top:20px;
}

.block-core-SystemLink { font-weight: bold; }

.gbSystemLinks .block-core-SystemLink a,
.block-core-ItemLinks a {
	/*display: block;*/
	padding: 0.1em;
}


/* -- Toolbar ----------------------------- */

#toolbar {
	clear: both;
	border: 1px solid #ccc;
	background-color: #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: #e53; }

.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 {
	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-color: #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-color: #fff;
	color: #333;
}

.giUpdated, .giNew {
	font: normal 9px Arial;
	text-transform: uppercase;
	color: #222;
	background-color: #ffea88;
	padding: 0 3px;
	margin-left: 3px;
}

.autoCompleteShadow {
    background-color: #a0a0a0 !important;
}

.autoCompleteContainer {
    border: 1px solid #404040;
    background-color: #fff;
    border-top: 0px;
    border-bottom: 1px dotted rgb(0, 172, 0);
    margin-bottom: -1px;
    margin-top: 0px;
    color: #555;
}

.autoCompleteContainer li.yui-ac-highlight {
    background-color: #38c;
    color: #fff;
}


/* special */
#contactinfo {
	/* border: dotted 1px #999; */
	height: 135px;
	position:relative;
	margin-top:30px;
	padding:5px;
}
.client-list {
	color:#888;
}
#watermark_original{
	border: dotted 1px #999 ;
}
.rearrangeTable TD{
	width: 25%;
}