/*
	Siriux Gallery 2 Theme
	Copyright 2005-2007 Nico Kaiser.
*/


/* -- Main layout definitions ------------- */

body.gallery {
	margin: 1.5em;
	margin-top: 6;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 76%;
	background-color: #000;
	color: #fff;
	text-align: center;
}

a {
	color: #38c;
	text-decoration: none;
}

a:hover {
	color: #05a;
	text-decoration: underline;
}

hr {
	color: #fff;
	height: 1px;
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
	clear: both;
}

.clear {
	clear: both;
}

.breadcrumb {
	float: right;
	margin-top: 1em;
	color: #fff;
	font-size: 1.0em;
}

.header {
}

.content {
	clear: both;
	margin: 0 auto;
	text-align: left;
}
/* ----- BlueDog Images Specific ----- */
#mastheadRI {
	position: relative;
	width: 780px;
	height: 70px;
	margin: 0 auto;
	border-bottom: 2px solid #fff;
}

#logoRI {
	position: absolute;
	margin-top: 10px;
	width: 283px;
	height: 39px;
	bottom: 10px;
	left: 0;
}

#logoRI img {
	border: none;
}
/* image replacement */
#logoRI h1 {
	display: none;
}

#navigationRI {
	position: absolute;
	width: 400px;
	height: 1.8em;
	bottom: 10px;
	right: 0;
	text-align: right;
}

#navigationRI a {
	color: #fff;
	text-decoration: none;
}

#navigationRI a:hover {
	color: #fff;
	text-decoration: underline;
}

#navigationRI ul {
	margin: 0;
	padding: 0;
}

#navigationRI ul li {
	list-style: none; 
	display: inline;
	font-size: 1.2em;
	padding-left: 1em;
	line-height: 1.8em;
	margin-top: 0.2em; 
	margin-bottom: 0.1em; 
}

.footer {
	clear: both;
	color: #666;
	margin-top: 0;
	/*padding-top: 1.5em; */
	border-top: 1px solid #ddd;
	text-align: center;
	
}

/* ---- End BlueDog Specific ---- */

.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;
}

.gallery-thumb a img {
	border-color: #ccc;
}

.gallery-thumb a:hover img {
	border-width: 2px;
	border-color: #38c;
	margin: 0;
}


/* -- 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.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 Items ----------------------- */

.gallery-items {
	margin: 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 {
	text-align: center;
}

img.gallery-photo {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
}

#prevArrow img, #nextArrow img {
	border-style: none;
}


/* -- Navigator --------------------------- */

.block-core-Navigator {
	float: right;
	margin: 1.5em 0;
	font-size: 1.2em;
	color: #fff;
}

.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 {
	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 {
	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-color: #f1f1f1;
	margin: 1em 0;
	padding: 0.5em;
}

/* --------------------------------------
	News
----------------------------------------- */
#news p { text-align: center; }
#news p a:link 		{ color: #FFF; }
#news p a:visited 	{ color: #FFF; }
#news p a:hover 	{ color: #FFF; text-decoration: underline; }
#news p a:active 	{ color: #CCC; }
