/* -- WP Header Stuff ------------- */

#blogTitle {
	position: absolute;	
	font-family: 'Arial Black', Sans-Serif;
	color: #990000;
	font-size: 10pt;
	text-transform: uppercase;
	text-align: left;
	}
#blogTitle a {
	color: #990000;
	}

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

body.gallery {
  margin: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 70%;
  text-align:left;
  color:#999999;
  background-color: #000000;
  }


h1 {
	/* text-transform: lowercase; */
	letter-spacing: 5px;
	font-size: 1.5em;
	color: #FFFFFF;
	padding: 0 0 5px 0;
	}
	
#hleft {
	text-align:left;
	}

a {
	color: #6699CC;
	text-decoration: none;
	font-size: 1.0em;
	}

a:link {
  text-decoration:none;
  }

a:hover {
	color: #6699CC;
	text-decoration: underline;
  }

a img {
  border-width:0;
  }


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

hr {
	color: #ffffff;
	height: 0px;
	/*
	margin: 0;
	padding: 0;
	clear: both;
	border-bottom: 1px dashed #2B2F5E;
	*/
}

.clear {
	clear: both;
}

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

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

.footer {
	color: #666666;
	font-size:smaller;
	margin-top: 3em;
	border-top: 1px dashed #2B2F5E;
}

.gallery h2 {
/*	clear: both;
	margin: 0;
	padding-bottom: 5px;
	font-size: 1.2em; 
*/
	letter-spacing: 8px;
	text-align: left;
	font-size: 1.0em;
	padding: 0 0 20px 0;
	margin: 0;
}


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

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

.gallery-thumb img {
	background: #eee;
	border: 1px solid #ccc;
	margin: 1px;
}

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

.gallery-thumb a:hover img {
	border-width: 2px;
	margin: 0;
}


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

.gallery-albums {
	clear: both;
	border-bottom: 1px dashed #2B2F5E;
	border-top: 1px dashed #2B2F5E;
}

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

.giTitle{
    margin: 0px;
	padding: 0px;
}

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

.gallery-items {
	margin: 0;
	clear: both;
	border-bottom: 1px dashed #2B2F5E;
}


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

.gallery-photo {
	text-align: center;
	padding: 20px;
}

.gallery-photo img {
	border: 1px solid #ccc;
}


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


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

/* -- Item Actions ------------------------ */

/* Nav Bar -- Copy from main CSS bit naughty */

#Menu {
	width:100px;
	float: left;
	margin-top:20px;
	text-align:left;
}

.content {
	left:auto;
	top:0px;
	width:auto;
	height:auto;
	margin-left:10px;
	float: left;
}

.footer {
    position:relative;
    top:20px;
	width:100%;
	text-align:left;
	clear:both;
	text-indent: 10px;
	padding-top: 5px;
	margin-top:30px;
}


	
ul#mainNav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	}
	
ul#mainNav li {
	display: block;
	margin: 0 0 5px 5px;
	padding: 0;
	}

ul#mainNav a {
	text-transform: lowercase;
	letter-spacing: 1px;
	padding: 0 0 0 15px;
	line-height: 1.8em;
	}

	
ul#mainNav a.highlight {
	color: #FFFFFF;
	background: url(/dot.gif) no-repeat 0 50%;
	}
	

