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

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

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

a:link {
color: #FFFFFF;
text-decoration: underline;
 }
a:visited {
	color: #FFFFFF; }

a:active {
	text-decoration: none;
}

.style9 {font-size: 9px; color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; }

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

.clear {
	clear: both;
}

.breadcrumb {
	color: #FFF;
	font-size: 0.9em;
	padding: 5px;
}

.header { 
	width: 768px; 
	height: 178px;
	border: 4px solid #ffffff;
	margin: 0 auto;
background: url('/gallery/themes/gatski/images/header.gif') no-repeat center center;
}

.header img { text-align: left; }

.content {
	clear: both;
	margin: 0 auto;
	text-align: left;
	padding: 15px;
}
.footer {
	width: 768px;
	height: 48px;
	background: url('/gallery/themes/gatski/images/footer.gif') no-repeat center center;
	margin: 0 auto;
	border: 4px solid #ffffff;
}
.copyright {
	margin: 0 auto;
	width: 768px;
	font-size: 0.8em;
	color: #FFF;
	text-align: left;
}

.gallery h2 {
	clear: both;
	margin: 1.5em 0;
	padding-bottom: 0.2em;
	font-size: 1.4em;
	text-align:center;
}


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

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

.gallery-thumb img {
	background: #FFF;
	border: 1px;
	padding: 4px;
	margin: 1px;
}

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

.gallery-thumb a:hover img {
	border-width: 1px;
	border-color: #FFF;
	margin: 0;
	text-decoration: none;
}


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

.gallery-albums {
	clear: both;
}

.gallery-albums h4 {
	margin: 10px 0 0 0;
	font-size: 1.1em;
}

.gallery-albums .gallery-thumb {
	margin-right: 5px !important;
}

.gallery-album {
	display: block;
	float: left;
	overflow: hidden;
}

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

.gallery-album .meta {
	margin-top: 3px;
	color: #FFF;
	font-size: 0.9em;
}


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

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


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

.gallery-photo {
	text-align: center;
}

.gallery-photo img {
	background: #FFF;
	border: 1px solid #FFF;
	padding: 4px;
}

.photoDesc p { margin-left: 100px; margin-right: 100px; padding-top:1em; border-top: #CCC solid 1px; }

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

.block-core-Navigator {
	text-align: center;	
	margin: 1.5em 0;
	font-size: 0.9em;
	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: #FFF;
	margin: 1em 0;
}

table.gbDataTable {
	width: 100%;
	font-size: 0.8em;
	margin: 1.5em 0;
}

table.gbDataTable .gbOdd {
	font-weight: bold;
}

.block-core-GuestPreview, .block-core-SystemLink, .block-core-EmergencyEditItemLink
{ font-size: .8em; text-align:center; line-height: 1.5em;  }