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

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

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

a:hover {
	text-decoration: underline;
}


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

.clear {
	clear: both;
}

.breadcrumb {
	color: #999;
	font-size: 0.9em;
}

.block-core-BreadCrumb  { 
 
          font-family : Century Gothic, Georgia, "Times New Roman", Times, serif;
          font-weight : normal;
          font-size : 18px;
          color : #000000;
          line-height : 18px;
          font-variant : small-caps;
}


.content {
	margin: 0 auto;
	text-align: left;
}

.footer {
	font-size: 0.8em;
	color: #999;
	margin-top: 3em;
	display: none;
}

.gallery h2 {
	clear: both;
	margin: 1.5em 0;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #ccc;
	font-size: 1.4em;
}


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

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

.gallery-thumb img {
	background: #e6e6e6;
	border: 10px solid #e6e6e6;
	padding: 0px;
	margin: 1px;
	-moz-border-radius: 7px;
        filter: alpha(opacity=90);
        -moz-opacity: 0.9;
        opacity: 0.9;
}

.gallery-thumb a img {
	border-color: #e6e6e6;
float: left;
}

.gallery-thumb a:hover img {
	border-width: 10px;
	border-color: #ddd;
	margin: 1px;
	-moz-border-radius: 7px;
        filter: alpha(opacity=100);
        -moz-opacity: 1.0;
        opacity: 1.0;

}


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

.gallery-albums {
	clear: both;
        margin-top: 25px;
}

.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-top: 20px;
	clear: both;
}


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

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

.gallery-photo img {
	background: #eee;
	border: 1px solid #ccc;
	padding: 7px;
	-moz-border-radius: 5px;
}


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

.block-core-Navigator {
	float: right;
	margin: 1.5em 0;
	font-size: 0.9em;
	color: #999;
}

.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;
}

.block-core-GuestPreview {
        margin-left: 10px;
}

.block-core-EmergencyEditItemLink  {
        margin-left: 10px;
}

/* -- ExifInfo ---------------------------- */

.block-exif-ExifInfo div {
	font-size: 0.8em;
	color: #999;
	margin: 1em 0;
}

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

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


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



#gsContent { 

padding-top: 0px;

}



#gsSidebar {
	width: 130px;
	overflow: hidden;
margin-top: 15px;
}

#gsSidebarCol {
	width: 1%;
}

#gsContent { padding-top: 20px;}

.gbBlock img, h3{display:none;}

.gallery-admin textarea {
        
        width : 350px;
}

#gsSidebar ul {
	padding: 0 0 0 0px;
}

#gsSidebar li.gbAdminLink {
	list-style: none;
}

.gbTabBar a {
	border: 1px solid #ccc;
	padding: 0.2em 1em;
	background: #eee;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.gbTabBar .giSelected {
	padding: 0.2em 1em;
	border-bottom: none;
	font-weight: bold;
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

}

.gbTabBar span {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.gbBlock  a:link{
	color: #000;
	font-weight: bold;
	padding: 0 0;
	margin: 0 0;
}

.gbBlock a:hover {
	color: #666;
}

.gbBlock h2 {
	display: none;}

.gbBlock h3 {
	padding: 0px;
}

h4 {
	font-size: 18px;
	font-variant: small-caps;
	font-weight: normal;
}

/* repositioning of control bar */

#gsSidebarCol {
position: absolute; 
right: 267px;
top: 858px;
}
