@charset "UTF-8";
/* Ellen Hallie Schiff CSS */
/* ############################################################################################ */
/*	CSS for Slideshow */
panel {
	padding: 0 1.7em;
	width: 29%;
	height: 100%;
	min-height: 1em;
	display: block;
	float: left;
	text-align: center;
}
thumbnail {
	margin: 0 0.3em 0 0;
	padding: 0;
	width: 5.3em;
	height: 5.3em;
	background-color: #000;
	border: thin solid #46453F;
	display: inline-block;
	overflow: hidden;
}
thumbnail:hover {
	cursor: pointer;
	border: #FFF medium solid;
}
thumbnail img {
	width: auto;
	height: 5.3em;
}
figure {
	padding: 0 0 0 3em;
	width: 71%;
	height: 100%;
	min-height: 1em;
	float: left;
}
figcaption, slidetitle, slidedescription, slideuri, slideaddress, slidephone, slidedate {
	display: block;
	font-family: 'Cardo', serif;
	color: #AAA;
}
figcaption {
	margin: 1em 0 0 1em;
}
slidetitle {
	font-variant: small-caps;
	font-size: 1.7em;
	line-height: 1em;
	color: #555;
}
slidedescription {
	margin-bottom: 1em;
	font-size: 1em;
	line-height: 1.6em;
	color: #BBB;
}
slideuri a {
	text-decoration: none;
	color: #DDD;
	white-space: nowrap;
	font-size: 1em;
	line-height: 1.4em;
}
slideuri a:hover {
	text-decoration: underline;
	color: #222;
}
slideaddress, slidedate {
	font-size: 0.9em;
	line-height: 1.5em;
}
slidephone {
	font-size: 1.1em;
	line-height: 1.2em;
}
.slideViewer {
	position: relative;
	-webkit-box-shadow: 0em 0em 0.5625em rgba(34,34,34,0.80);
	box-shadow: 0em 0em 0.5625em rgba(34,34,34,0.80);
}
figure img {
	width: 100%;
	height: auto;
	display: block;
}
previous, next {
	width: 2em;
	position: absolute;
	top: 0;
	height: 100%;
	font-family: 'Cardo', serif;
	font-weight: 900;
	font-size: 4em;
	line-height: 2em;
	background-color: rgba(0,0,0,0.0);
}
previous {
	left: 0;
	text-align: left;
}
next {
	right: 0;
	text-align: right;
}
previous:before, next:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
previous span, next span {
	padding: 0.3em;
	display: inline-block;
	vertical-align: middle;
	color: rgba(255,255,255,0.30);
	background-color: rgba(0,0,0,0.0);
	cursor: pointer;
}
span:hover {
	color: rgba(0,0,0,1.0);
	background-color: rgba(255,255,255,0.80);
}

@media screen and (max-width:800px) {
panel {
	display: none;
}
figure {
	padding: 0;
	width: 100%;
	height: auto;
	min-height: 0;
	float: none;
}
thumbnail {
	width: 6em;
	height: 6em;
}
thumbnail img {
	width: auto;
	height: 6em;
}
span:hover {
	color: rgba(255,255,255,0.30);
	background-color: transparent;
}
}
/* EOF */
