/* -- Main layout definitions ------------- */
/* -- version 1.0 2006/01/02 die theaterachse -- */

#itemAdminForm {
	position: relative;
	float: left;
	margin:0 auto;
	left: 0px;
	width:670px;
} 


#siteAdminForm {
	position: relative;
	float: left;
	margin:0 auto;
	left: 0px;
	width:670px;
} 


.gallery-thumb {
        width: 185px;
        height: 160px; 
}

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


a {
	text-decoration: none;
}


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

.clear {
	clear: both;
}

.breadcrumb {
	float: left;
        height: 2.2em;
	font-size: 0.9em;

}

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

#footer {
	font-size: 0.8em;
	color: #999;
}

.footer {
	font-size: 0.8em;
	color: #999;
}


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


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

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


.gallery-thumb p {
	margin-top: -2px;
}

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

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

.gallery-thumb a:hover img {
	border-width: 2px;
	border-color: #909D73;
	margin: 0;
	-moz-border-radius: 7px;
}


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

.gallery-albums {
	margin: 1em 0;
	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: #999;
	font-size: 0.9em;
}


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

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


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

.gallery-photo {
	margin: 5px 0;
	text-align: center;
}

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


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

.block-core-Navigator {
	font-size: 1.1em;
	color: #999;
}

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

.block-core-Navigator .next-and-last{
	display: inline;
	float: right;
}

.block-core-Navigator .last{
	margin: 0px 10px;
}

.block-core-Navigator .first{
	margin: 0px 10px;
}

.block-core-Navigator .current {
	display: inline;
	position: relative;
	left: 310px;
}


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

#gallery ul {
	margin-left: 0;
	padding-left: 0px;
	list-style-type: none;
}
#gallery ul li {
	padding-right: 1.5em;
    float: left;
}

div.block-core-GuestPreview {
  float: right;
  font-size: 0.8em;
  color: #999;
}
#gallery.rtl div.block-core-GuestPreview {
  float: left;
}

.download {
text-align: center;
}


.gcBackground1 {
    background-color: #eee;
}

.gcBackground2 {
    background-color: #e7e7e7;
}

.gcBorder1 {
    border: 0 solid #ccc;
}

.gcBorder2 {
    border: 0 solid #888;
}

.gbEven {
    background-color: #fff;
}

.gbOdd {
    background-color: #eee;
}


div.gbTabBar {
    font-size: 0.9em;
    font-weight: bold;
    margin: 0.8em 0 0;
    padding: 6px;
    background: url('../matrix/images/tab_bg.gif') repeat-x bottom;
    white-space: nowrap;
}

div.gbTabBar span.o {
    padding: 6px 0 5px 8px;
    background: url('../matrix/images/tab_left.jpg') no-repeat left top;
}
#gallery.IE div.gbTabBar span.o {
    display: inline-block;   /* IE loses padding-left on wrapped inline nowrap element */
    margin-bottom: 1px;      /* ..and then adds padding differently with inline-block.. */
}
/* IE may clip off the right end of a long set of tabs, so allow IE to wrap them */
#gallery.IE div.gbTabBar { padding-bottom: 0; white-space: normal; }
#gallery.IE div.gbTabBar span.giSelected { margin-bottom: 0; }

#gallery div.gbTabBar span span {
    padding: 6px 12px 5px 4px;
    background: url('../matrix/images/tab_right.jpg') no-repeat right top;
}

#gallery div.gbTabBar a {
    color: #777;
    text-decoration: none;
}

#gallery div.gbTabBar a:hover {
    color: #333;
}

#gallery div.gbTabBar span.giSelected {
    padding-bottom: 6px;
    background-image: url('../matrix/images/tab_left_on.jpg');
}

#gallery div.gbTabBar span.giSelected span {
    color: #333;
    padding-bottom: 6px;
    background-image: url('../matrix/images/tab_right_on.jpg');
}

.gbBlock {
    /* IE can't inherit these */
    border-left:0 expression(parentElement.currentStyle.borderStyle) expression(parentElement.currentStyle.borderColor); border-right:0 expression(parentElement.currentStyle.borderStyle) expression(parentElement.currentStyle.borderColor); border-top:0 expression(parentElement.currentStyle.borderStyle) expression(parentElement.currentStyle.borderColor); border-bottom:1px expression(parentElement.currentStyle.borderStyle) expression(parentElement.currentStyle.borderColor); padding:0.7em; 
}

.gbBlock ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.gbBlock ul ul {
    margin: 0 0 0.5em 1.0em;
}

.gbBlock li {
    padding: 6px 0 0 0;
}

#gallery .gbBlock h3 {
    margin-bottom: 0.5em;
}

#gallery .gbBlock h4 {
    margin-top: 0.5em;
}

#gsSidebar {
    border-right-width: 1px;
    width: 175px;
    overflow: hidden;
}
#gsSidebarCol {
    width: 1%; /* Expand to fit content ("0" bad4 firefox, "1px" bad4 opera) */
}
#gallery #gsSidebar ul {
    font-size: 1em;
}

div#gsSidebar div.block-core-ItemLinks a {
  display: block;
}

div#gsSidebar div.block-core-PeerList a {
  display: block;
  padding: 3px;
}

div#gsSidebar div.block-core-PeerList span {
  font-weight: bold;
  display: block;
  padding: 3px;
}

div#gsSidebar div.block-core-PeerList span.current {
  color: #0b6cff;
}

.gbItemImage {
	margin: 15px 0;
	text-align: center;
}

