/*  linichen.net based on Siriux Gallery 2 Theme */

.block-core-GuestPreview, .block-core-EmergencyEditItemLink {text-align:right;}
a {color:#38c;}
a:hover {color:#05a;}
.breadcrumb {text-align:right;color:#333;}
.breadcrumb span {display:none;}

#album-tpl {padding-top:1em;background:#fff;}

#photo-tpl {padding-top:1em;}
#photo-tpl h3 {text-align:center; background:#fff;}

#photo-tpl .photo{text-align: center;}
#photo-tpl .photo a img{background: #f3f3f3; border: 1px solid #ddd; padding:20px;}
#photo-tpl .photo a:hover img{border-color:1px solid #38c;}

#photo-tpl .embed {background:#fff;}

.album-thumb, .current-thumb, .photo-thumb {text-align: center;}

.current-thumb img, .photo-thumb img {
  background:#f3f3f3;
  border: 2px solid #f3f3f3;
  padding: 3px;
}

.album-thumb img { border: 5px double #f3f3f3; padding: 0px; }

.album-thumb a img, .photo-thumb a img {border-color: #ccc;}

.current-thumb a img {border-color: maroon;}

.album-thumb a:hover img, .photo-thumb a:hover img {border-color: #38c;}

.gallery-album {overflow: hidden;background: #fff;}

.gallery-album .meta {color: #999;}

.gallery-empty {
  padding: 0.5em 1.5em;
  margin: 1.5em 3em;
  border: 1px solid #ddd;
  background: #ffe;
}

.additem {padding:5px;border:1px solid #000;text-align:center}

/* -- Navigator --------------------------- */

.block-core-Navigator {
  text-align: right;
  color: #333;
}

.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;
}
/* -- ExifInfo ---------------------------- */

.block-exif-ExifInfo div {
  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;
}

.gbBusy {
  background: #ae9 !important;
}
/* -- System- / Item-Links ---------------- */

.gbSystemLinks, .block-core-ItemLinks {
	text-align:right;
  clear: both;
}

.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 {
  background: #fff;
}

.gallery-admin h2 {
  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 {
  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 {
  text-transform: uppercase;
  color: #222;
  background: #ffea88;
  padding: 0 3px;
  margin-left: 3px;
}

.autoCompleteShadow {
  background: #a0a0a0 !important;
}

.autoCompleteContainer {
  border: #404040 #404040 #0a0;
  background: #fff;
}

.autoCompleteContainer li.yui-ac-highlight {
  background: #38c;
  color: #fff;
}


textarea { height:auto; }
