/* @override http://www.segelfliegen-innsbruck.at/fotoalbum/themes/siriux/local/theme.css */

/* @override http://www.segelfliegen-innsbruck.at/fotoalbum/themes/siriux/local/theme.css */

/* @override
	http://www.segelfliegen-innsbruck.at/fotoalbum/themes/siriux/theme.css

/*
	Siriux Gallery 2 Theme
	Copyright 2005-2007 Nico Kaiser.
*/


/* -- Main layout definitions ------------- */

body.gallery {
	margin: 1.5em;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;
	background-color: #fff;
	color: #333;
	text-align: center;
}

a {
	color: #38c;
	text-decoration: none;
}

a.isvImageBlock img.ImageFrame_none {
	margin: 10px 0;
}

a:hover {
	color: #05a;
}

div#folksonomy {
	clear: left;
	margin-top: 10px;
}


input#searchCriteria.textbox {
	margin: 20px;
	width: 152px;
	padding: 2px;
	border:1px solid #333;
	margin-bottom: 10px;
}



div.one-comment h3 span.info {
	font-size:11px;
	color: #666;
}

div.one-comment p.comment {
	margin-top: 1ex;
	margin-bottom: 3ex;
}

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

.clear {
	clear: both;
}

div.block-core-BreadCrumb span {
	display: none;
}

#container #content div.content div.gallery-itemTitle {
	position: relative;
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 3px 0 10px 0;
	font-size: 16px;
	line-height: 24px;
	padding-right:200px;
}


.breadcrumb {
	color: #333;
	font-size: 0.9em;
	margin-bottom: 10px;
}

.header {
}

#addCommentForm .gbBlock h4 {
	font-weight: normal;
}

#addCommentForm input#subject, #addCommentForm textarea  {
	clear: left;
	display: block;
}


#content #gallery .content h2, #content #gallery .content h3 {
	border: 0;
	border-top: 1px solid #999;
	color: #444;
	font-weight: normal;
	margin: 3ex 0;
	padding-top: 1ex;
	}

div#infobox img.ImageFrame_none {
	margin: 8px 0;
}

#content #gallery .content .one-comment h3 {
	border: none;
	padding: 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 0;
	position:relative;
	color: #05a;
}

.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 {
	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: center;
}

.gallery-thumb img {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	margin: 1px;
	-moz-border-radius: 3px;
}

.gallery-thumb a img {
	border-color: #ccc;
}

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


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

.gallery-albums {
	clear: both;
}

.gallery-albums h4 { /* Years in Album overview (when grouped by year) */
	margin: 10px 0 0 0;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 120%;
}

.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 Items ----------------------- */

.gallery-items {
	margin: 8px 0 0 0;
	clear: both;
}

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


/* -- Gallery Photo (detail page) --------- */

div.gallery-photo {
	margin: 0 auto;
}

img.gallery-photo {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	-moz-border-radius: 3px;
}

#prevArrow img, #nextArrow img {
	border-style: none;
	width: 31px;
	height: 35px;
}

div.block-multi {
	margin: 2px 0;
	position:relative;
	font-size: 10px;

}

div.block-multi a {
	padding-left: 20px;
	background: url(../images/download.gif) no-repeat top left;
	display: block;
	line-height: 15px;
}

div.block-multi a.next, div.block-multi a.previous {
	background: none;
	padding: 0;
	display: inline;
}

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

div.gallery-itemTitle div.block-core-Navigator, div.gallery-itemTitle div div.block-core-Pager {
	position: absolute;
	top: 0;
	right: 0;
	color: #333;
	font-size: 11px;
}

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

/* -- Pager ------------------------------- */


/* -- 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;
}

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

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

.gbSystemLinks {
	clear: both;
	border-top: 3px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	padding: 0.5em;
	margin: 0;
}

#giFormUsername, .giFormUsername, #giFormPassword  {
  padding: 2px;
  padding-left: 17px;
  border: 1px solid #333;
  margin-bottom: 5px;
}


.block-core-ItemLinks, .block-core-LoginBlock {
	clear: both;
	border-top: 3px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	padding: 0.5em;
	margin: 0;
}


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

.gbSystemLinks .block-core-SystemLink a,
.block-core-ItemLinks a {
	display: block;
	padding: 0.3em;
}
a.gbAdminLink, a.gbLink {
	color: #555;
}
a.gbAdminLink:hover, a.gbLink:hover {
	background-color: #eee;
	color: #05a;
}
/* -- Toolbar ----------------------------- */

#toolbar {
	clear: both;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	margin: 1em 0;
	padding: 0.5em;
}

span.edit a, span.delete a {
	background: #75b46a url(../images/edit.gif) no-repeat 50% 50%;
	width: 20px;
	height: 20px;
	display: block;
	position:absolute;
	top: -6px;
	right: 25px;
	text-indent: -10000px;
	overflow:hidden;
	}

span.edit:hover a {
	background-color: #299d17;
}

span.delete a {
	background-image: url(../images/trash.gif);
	background-color: #db7d70;
	right: 0;
}

span.delete:hover a {
	background-color: #db2f19;
}

/* -- 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 {
	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;
}

.giUpdated, .giNew {
	font: normal 10px Arial;
	text-transform: lowercase;
	color: #348839;
	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;
}

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

.yui-overlay { /* image preview on recent comments page: http://www.segelfliegen-innsbruck.at/c/view/7.html? */
    z-index: 100;
}

/* Tooltop für Infos unter den Fotos (album.tpl) */
div.gallery-thumb:hover {
  background:#ffffff;
  text-decoration:none;
}
div.gallery-thumb * div.summary-comment {
  display: inline;
  padding:2px 3px;
  text-align: center;
  width:100px;
}
div.summary-comment-full { display: none; }
div.gallery-thumb:hover * div.summary-comment div.summary-comment-full {
  display:block;
  position:relative;
  top: -55px;
  left: 10px
  width: 100px;
  background:#ffffff;
  border:none;
  color:#6c6c6c;
}

