.gallery-teaser {
	margin: 10px 0 25px;
	overflow: hidden;
	float: left;
	height: 100%;
	width: 297px;
}
.gallery-teaser:nth-child(2n+1) {
	clear: both;
	margin-right: 25px;
}
	.gallery-teaser-image { position: relative; }
	.gallery-teaser-image img { border: solid 1px #9BB078; }
	.gallery-teaser-image .border { display: none; position: absolute; top: 0; left: 0; border: solid 1px #9BB078; }
	.gallery-teaser-image .border div { border: solid 3px #F8F4F1; width: 289px; height: 184px; }
	.gallery-teaser-image a:hover .border { display: block; }

	.gallery-teaser-header {
		float: none;
		clear: both;
		height: 100%;
		overflow: hidden;
	}
	
		.gallery-teaser-header .gallery-date {
			color: #7D9165;
			font-family: Arial, sans-serif;
			font-size: 14px;
			font-style: italic;
			text-align: left;
			padding: 0;
			margin: 8px 0 7px 0;
		}
		.gallery-teaser-header .gallery-title {
			margin: 8px 0 8px 0;
		}
		.gallery-teaser-header .gallery-title a {
			font-family: 'PTSansNarrow', sans-serif; font-size: 20px; color: #3E3E3E; line-height: 24px; text-decoration: none;
		}
		.gallery-teaser-header .gallery-title a:hover {
			text-decoration: underline;
		}
	
	.gallery-teaser-announce {
		float: none;
		clear: both;
		text-align: justify;
		color: #7D9165;
		font-family: Arial, sans-serif;
		font-size: 14px;
		font-style: italic;
	}

.gallery-full {
}

	.gallery-full h1 {
		font-family: 'PTSansNarrow', sans-serif; font-size: 26px; font-weight: normal; color: #3E3E3E; padding: 0; margin: 6px 0 20px 0!important; clear: both;
	}

	.gallery-full .gallery-full-date {
		font-size: 16px;
		background-color: #7D9165;
		color: #fff;
		float: right;
		font-style: italic;
		padding: 3px 6px 2px 5px;
		text-align: center;
		margin: 2px 0 7px 20px;
	}
	.gallery-full-content {
		margin-bottom: 24px;
	}
	
.gallery-main { clear: both; }
.gallery-main-header { float: none; clear: both; height: 100%; overflow: hidden; }
.gallery-main .gallery-main-image img { border: solid 1px #7D9165; }
.gallery-main .gallery-date { background-color: #7D9165; color: #fff; float: right; font-style: italic; padding: 3px 6px 2px 5px; text-align: center; margin: 12px 0 7px 10px; }
.gallery-main .gallery-title { margin: 8px 0 8px 0; }
.gallery-main .gallery-title a { font-family: 'PTSansNarrow', sans-serif; font-size: 20px; color: #7c9064;  line-height: 24px; }
.gallery-main .gallery-title a:hover { text-decoration: none; }
.gallery-main .gallery-announce { font-family: 'pt_serif', Arial, sans-serif; font-size: 13px; color: #333333; text-align: justify; }

.gallery-main .gallery-title a { text-decoration:  none; }  /* !!!!! */
.gallery-main .gallery-title a:hover { text-decoration: underline; }  /* !!!!! */

