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


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

body.gallery {
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background: #000 url('/images/bg_map.jpg') top center no-repeat;
	font-size: small;
	color: #333;
	text-align: center;
}

a {
	color: #38c;
}

a:hover {
	color: #05a;
}

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

.clear {
	clear: both;
}

.breadcrumb {
	padding: 5px 0 5px 10px;
	color: #333;
	background-color: #9FB5D2;
}
	
.content {
	/*clear: both;
	margin: 0 auto;*/
	text-align: left;
}

.content p {
	margin: 0;
	padding: 10px;
}

.gallery-albums p {
	padding: 10px 0;
}

.content h2 {
	font-size: 1.5em;
	border-bottom: 1px solid #ddd;
	margin: 0 10px;
	padding: 15px 0 5px 0;
}

.photo_title {
	border-bottom: 1px solid #ddd;
	margin: 0 10px;
	padding: 15px 0 5px 0;
	height: 30px;
}

.photo_title h2 {
	margin: 0;
	border: 0;
	padding: 8px 0 0 0;
	float: left;
	width: 60%;
}

#siteAdminForm{
	background-color: #fff;
}

#siteAdminForm h2{
	font-size: 1.5em;
}

.footer {
	height: 20px;
	font-size: 0.8em;
	color: #999;
	padding-top: 1em;
	border-top: 1px solid #ddd;
}

.gallery h2 {
	clear: both;
	display: block;
	padding: 1em 0;
	border-bottom: 1px solid #ddd;
	font-size: 1.5em;
}

.gallery h3 {
	clear: both;
	margin: 1.5em 0 1em 0;
	font-size: 1.2em;
}

.photo_page, .album_page {
	background-color: #fff;
}

/* -- Gallery thumbnails ------------------ */

.gallery-thumb {
	margin: 5px;
	float: left;
	text-align: center;
	width: 240px;
	height: 240px;
}

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

.gallery-thumb a, .gallery-thumb a:visited {
	color: #808080;
	text-decoration: none;
}

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

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

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

.gallery-albums {
	/*padding: 20px 0;*/
	clear: both;
}

.gallery-albums h3 { /* Years in Album overview (when grouped by year) */
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0 0 0;
}

.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-albums .meta {
	color: #999;
	font-size: 0.8em;
	
}


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

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

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

.small_thumbs {
	height: 85px;
	width: 100%;
	padding-left: 30px;
}

.nav_thumb, .nav_thumb_current{
	width: 80px;
	height: 80px;
	margin: 0 10px;
	float: left;
	border: 1px #eee solid;
	text-align: center;
}

.nav_thumb_current {
	border: 2px #38c solid;
}

.thumbs_prev a, .thumbs_next a {
	margin-top: 30px;
	background: #eee url('/images/gallery_arrows.jpg') repeat scroll;
	text-indent: -999em;
	height: 20px;
	width: 20px;
	float: left;
}

.thumbs_prev a, .thumbs_prev a:visited{
	background-position: 0 0;
}

.thumbs_next a, .thumbs_next a:visited{
	background-position: 20px 0;
}

.thumbs_prev a:hover{
	background-position: 0 40px;
}

.thumbs_next a:hover{
	background-position: 20px 40px;
}

.image_features{
	height: 27px;
	width: 228px;
	float:right;
}

.enlarge_image a{
	float:right;
	background: #fff url('/images/enlarge_print_gallery.jpg') repeat scroll;
	text-indent: -999em;
	height: 27px;
	width: 95px;
	margin-right: 5px;
}

.purchase_image a{
	float:right;
	background: #fff url('/images/buy_print_gallery.jpg') repeat scroll;
	text-indent: -999em;
	height: 27px;
	width: 128px;
}

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

div.gallery-photo {
	padding: 10px 0 20px 0;
	text-align: center;
}


img.gallery-photo {
}

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

.photo-blanket{
	background: transparent url('/images/clear.gif') repeat scroll;
}


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

.block-core-Navigator {
	float: right;
	margin: 10px 0;
	padding-right: 10px;
	font-size: 0.9em;
	color: #333;
}

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

.block-core-Navigator .current {
	margin: 0 0.5em;
}


/* -- 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, .block-core-ItemLinks {
	float:left;
	padding: 0.5em;
}

.gbSystemLinks span {
	float:left;
}

.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-color: #f1f1f1;
	margin: 1em 0;
	padding: 0.5em;
}


/* -- Admin ------------------------------- */

.gallery-admin {
	font-size: 0.9em;
	background-color: #fff;
}

.gallery-admin h2 {
	font-size: 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;
}

.gbBlock {
	padding: 10px;
}

.block-core-EmergencyEditItemLink{
	background-color: yellow;
}

#gsSidebar {
	width: 13em;
	overflow: hidden;
	padding-right: 1em;
}

#gsSidebarCol {
	width: 1%;
	padding-left:10px;
}

#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 9px Arial;
	text-transform: uppercase;
	color: #222;
	background-color: #ffea88;
	padding: 0 3px;
	margin-left: 3px;
}

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

.autoCompleteContainer {
    border-color: #404040 #404040 #0a0;
    background-color: #fff;
}

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

#footerLinks {
	padding: 10px;
	margin: 0;
	background-color: #fff;
}

#footerLinks_home {
	padding: 10px;
	margin: 0;
}

#footerLinks span, #footerLinks_home span{
	padding-right: 20px;
}


.block-search-SearchBlock{
	padding: 5px;
}

.search-submit:hover{
	cursor: pointer;
}
	
ul.giInfo{
	list-style: none;
}

.gbItemImage{
	text-align: center;
}