﻿A:hover {
	TEXT-DECORATION: underline; COLOR: #3c3c3c
}
A {
	TEXT-DECORATION: underline; COLOR: #c0c0c0
}
.display-box {
	width: 330px;
}

/* Query list styles */


.display-box {
	float: left;
	width: 330px;
	height: 208px;
	/*padding-left: 15px;*/
	/*padding-right: 15px;*/
	/*margin-bottom: 30px;*/
         margin-bottom: 1 px;
	position: relative;
	overflow: hidden;
}

.display-box a {
	color: #fff;
}
.display-box a:hover {
	text-decoration: none;
}

a.boxLink {
	color: #fff;
	display: block;
	position: relative;
	overflow: hidden;
	line-height: 0;
}

.boxInner {
	width: 100%;
	height: 208px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(125, 235, 255, 0);
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

.boxInner:hover {
	background: rgb(125, 235, 255); /* fallback w/o opacity */
	background: rgba(125, 235, 255, 0.9); /* color on hover */
}

.boxInner h4 {
	width: 100%;
        FONT-FAMILY: Tahoma; 
	font-size: 1.65em; /* 20px */
	line-height: normal;
	padding: 15px 6%;
	margin: 0;
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	bottom: 0;
	text-align: center;
	text-shadow: 1px 1px 0 #000;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;

}

.boxInner:hover > h4 {
	color: #383838; /* title on hover */
	text-shadow: none;
	background: none;
	background: rgba(0, 0, 0, 0);
	bottom: 45%;
FONT-FAMILY: Tahoma;
}

.boxInner {
	width: 100%;
	height: 208px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(125, 235, 255, 0);
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

.excerpt {
	color: #383838;
	font-size: 1,5em; /* 16px */
	font-style: italic;
        
	/*margin: 0 10px;*/
         margin: 0 1px;
	opacity: 0;
	position: absolute;
        bottom: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	line-height: normal;
	text-align: center;
}

.boxInner:hover >

 .excerpt {
	opacity: 1;
	bottom: 15%;

}

.boxInner .tag {
	display: block;
	text-align: left;
	font-size: 0.786em; /* 11px */
	font-style: italic;
	padding: 5px 0 0 10px;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	transition: color 0.2s ease;
	line-height: normal;
}

.boxInner:hover > .tag {
	color: #4b8e87;
}

.display-box img {
	width: auto;
	min-width: 100%;
	height: auto;
	max-height: 208px;
	min-height: 208px;
        margin-left:-5px;
}

.overlay {
       
	position: absolute;
        width:285px;
	top: 15px;
	left: 115px;
	text-transform: uppercase;
  FONT-FAMILY: Tahoma;font-size:15px;
	/*font-size: 0.95em;*/ /* 10px */
	font-weight: 700;
	color: red;
	/*text-shadow: 0 1px 1px #000;*/
	/*z-index: 1;-/
}

	
	