body{	
	background:DimGray;
	text-align:center;
	font-size:14px;
	font-family: helvetica, arial, san-serif;
	color:white;
	text-decoration:none;
    //font-variant: small-caps;
	}
	
h1	{	
	font-family:"Hoefler Text", "Times New Roman", times, serif;
	font-size:30px;
	font-weight: normal;
	font-variant: small-caps;
	}
	
h2	{	
	font-family:"Hoefler Text", "Times New Roman", times, serif;
	font-size:25px;
	font-weight: normal;
	font-variant: small-caps;
	}
a:link, a:visited {color:white;
                   text-decoration:none;
        }
a:hover {color:black;}
.footer {
         display: block;
         width: 100%;
        }
.image_info {
    
    font-size:18px;
    color:black;
    border:0px;
    text-align: right;
    }
.wrapper {
    //margin:0px auto;
    //padding-top:0px;
    //padding-left:20px;
    //padding-right:0px;
    //padding-bottom:0px;
    width:610px;
    //border: 0px solid #000;
    text-align:left;
    position: relative;
}
.show_title {
    font-size:30px;
}
.image_info a {
    text-decoration:none;
    color:black;
}
img {
	border-width: 0;
}
.image {
    margin-top: 10px;
    margin-bottom:10px;
}
.image img {
    padding:6px;
    border: 1px solid #000;
    display:block;
    background-color: #fff;
    margin-top: 10px;
}
.navigation{
    
    font-size:18px;
    color:white;
    border:0px;
    text-align: right;
    text-decoration:none;
    margin-bottom: 5px;
}
.thumbnail_row {
    margin-top: 1px;
}
.thumbnail_row img {
    border:0px solid #aaa;
    margin-top:10px;
}
.thumbnail_center {
    padding:1px;
    border:1px solid #fff !important;
}
.small, .small a {
    margin-top: 20px;
    text-decoration:none;
    color:#777;
}

/* -- Gallery thumbnails ------------------ */
.thumnail-box {
	width:190px;
	height: 190px;
	display: table-cell;
	vertical-align: middle;
}

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

.gallery-thumb img {
	background: white;
	border: 1px solid black;
	padding: 5px;
/*	margin-top: 10px; 
margin-left: 5px;*/
	
}

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

.gallery-thumb a:hover img {
	background: white;
	border: 3px solid black;
/*	padding: 5px;
	margin-top: 10px; */
}


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

.gallery-albums {
	clear: both;
}

.gallery-albums h4 {
	text-align: right;
	font-weight: normal;
	margin: 30px 0 0 0;
	font-size: 1.1em;
}
.gallery-albums .gallery-thumb {
	margin-right: 5px !important;
}

.gallery-album {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 10px;
}

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

.gallery-album .meta {
	text-align: right;
	margin-top: 3px;
	color: #999;
	font-size: 0.9em;
}


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

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


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

.gallery-photo {
	text-align: center;
	margin-top: 30px;
}

.gallery-photo img {
	padding:6px;
    border: 1px solid #000;
    display:block;
    background-color: #fff;
    margin-top: 10px;
    float: left;
}


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

.block-core-Navigator {
	font-size:16px;
    color:white;
    border:0px;
    text-align: left;
    text-decoration:none;
    margin-top: 40px;
    margin-bottom: 5px;
}

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

.breadcrumb {
	font-size: 18px;
	text-transform: lowercase;
	text-align: left;
	margin-top: 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;
}


