/* -- Main layout definitions ------------- */
body.gallery {
	font-family: verdana, arial, sans-serif;
    font-size: 0.62em;
	margin-top:0px;
	margin: 1.5em;
	background-color: #eee;
	color: #000;
	text-align: center;
}


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



a {
	color: #555;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


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

.container {
	width:auto;
	background-color:#efefef;
	border:1px solid #bbb;
	padding:10px;
	clear:both;
	margin: 0 auto;
	padding-bottom:20px;
}

.clear {
	clear: both;
}

.breadcrumb {
	float: right;
	color: #555;
	font-size: 11px;
	padding:5px;
	background-color:#ddd;
}

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

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

.gallery h2 {
	clear: both;
	margin: 1.5em 0;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #ccc;
	color:#555;
	font-size: 1.4em;
	visibility:visible;
	z-index:100;
}


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

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

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

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

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


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


/* -- Sidebar on add items page ----------- */

#gsSidebar {
	margin: 0 2.0em 0 0;
}


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

/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/


#header1 {
  height: 144px;
  background: url(http://deafmonkey.org/images/head_pipes.jpg) no-repeat top center;
}

#header1 .title1 {
  padding: 10px 0 0 10px;
  font-size: 2.5em;
  line-height: 0.9em;
  letter-spacing: -1.5px;
  color: #eee;
}

#header1 .subTitle1 {
  padding: 0 0 0 12px;
  color: #EEE;
}

#header1 .subTitle1 a {
  text-decoration: none;
  color: #EEE;
}

#header1 .subTitle1 a:hover {
  color: #BBB;
  background-color: transparent;
}

h6 {
  clear: both;
  padding: 5px 0 12px 10px;
  margin: 0;  
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -1.5px;
}

h7 {
  clear: both;
  padding: 0 0 0 5px;
  margin: 0 0 -10px 0;  
  font-size: 1.0em;
  font-weight: normal;
  text-transform: uppercase;
  color: #56B600;
}

/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/

#menu1 {
  text-align: center;
  margin-bottom: 20px;
}

#menu1 a {
  padding: 6px 20px 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
}

#menu1 a:hover, #menu1 a.active {
  background: url(http://deafmonkey.org/images/menu_tab.gif) no-repeat top center;
}