﻿h1 {
    margin-bottom:10px; line-height:2; text-align:center; font-size:18px; color:#475fbb;
}

h2 {
    margin-top:20px; line-height:1.4; font-size:14px; color:#475fbb;
}

p {
    line-height:1.4;
}

b{
    font-weight:bold;
}
ul{
    list-style:square;
    padding-left:20px;
    line-height:1.4;
    margin-top:10px;
    margin-bottom:10px;
}

.ulink:link {color: blueviolet; text-decoration:none;
}
.ulink:visited {color: blueviolet;
}
.ulink:hover {color: mediumorchid;
}

/* SLIDE SHOW */

#slideshow {
	position: relative;
	width: 700px;
	height: 400px;
	padding: 0px;
	border: 0px solid #fff;
	margin: 0 auto 2em;
	background: #FFF;
	/*background: -webkit-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background: -moz-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background: -ms-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background: -o-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background: linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);*/
	
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	
	/*-webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0, 0.2);
	box-shadow: 0 0 3px rgba(0,0,0, 0.2);*/
}

#slideshow .container {
	position:relative;
    width: 700px;
	height: 400px;
	overflow:hidden;
    /*box-shadow: -10px 10px 10px #bbbbbb;*/
}
/* timeline base */
#slideshow .container:after {
	position:relative;
	bottom: 0; left:0px;
	content: " ";
	background: #999;
	width: 100%;
	height: 1px;
}

@-webkit-keyframes slider {
	0%, 10%, 100%	{ left: 0.0% }
	12.5%, 22.5%	{ left: -100.5% }
	25%, 35%		{ left: -201.0% }
	37.5%, 47.5%	{ left: -301.5% }
	50%, 60%		{ left: -402.0% }
	62.5%, 72.5%	{ left: -502.5% }
	75%, 85%		{ left: -603.0% }
    87.5%, 97.5%	{ left: -703.5% }
}
@-moz-keyframes slider {
	0%, 10%, 100%	{ left: 0.0% }
	12.5%, 22.5%	{ left: -100.5% }
	25%, 35%		{ left: -201.0% }
	37.5%, 47.5%	{ left: -301.5% }
	50%, 60%		{ left: -402.0% }
	62.5%, 72.5%	{ left: -502.5% }
	75%, 85%		{ left: -603.0% }
    87.5%, 97.5%	{ left: -703.5% }
}
@keyframes slider {
	0%, 10%, 100%	{ left: 0.0% }
	12.5%, 22.5%	{ left: -100.5% }
	25%, 35%		{ left: -201.0% }
	37.5%, 47.5%	{ left: -301.5% }
	50%, 60%		{ left: -402.0% }
	62.5%, 72.5%	{ left: -502.5% }
	75%, 85%		{ left: -603.0% }
    87.5%, 97.5%	{ left: -703.5% }
}

#slideshow .slider {
	position:relative;
    left:0px;
    top:0;
    right:0px;
	width: 820%;
	height: 225px;
	
	-webkit-animation: slider 64s infinite;
	-moz-animation: slider 64s infinite;
	
    animation: slider 64s infinite;
}
.sl_i:target ~ #slideshow .slider {
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	transition: left 1s;
}
.sl_command:target ~ #slideshow .slider {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}


#slideshow figure {
	display:inline-block; 
	position:relative;
	padding:0; margin:0px;
}

@-webkit-keyframes figurer {
	0%, 12.5%, 25%, 37.5%, 50%, 62.5%, 75%, 87.5%, 100%					{ -webkit-box-shadow: 0 0 65px rgba(0,0,0, 0) inset; box-shadow: 0 0 65px rgba(0,0,0, 0) inset;	}
	/*5%, 12.5%, 20%, 25%, 30%, 45%, 55%, 70%, 80%, 95%		{ -webkit-box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset;	box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset; }*/
}
@-moz-keyframes figurer {
	0%, 12.5%, 25%, 37.5%, 50%, 62.5%, 75%, 87.5%, 100%				{ -moz-box-shadow: 0 0 65px rgba(0,0,0, 0) inset; box-shadow: 0 0 65px rgba(0,0,0, 0) inset;	}
	/*5%, 20%, 30%, 45%, 55%, 70%, 80%, 95%		{ -moz-box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset;	box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset; }*/
}
@keyframes figurer {
	0%, 12.5%, 25%, 37.5%, 50%, 62.5%, 75%, 87.5%, 100%					{ -moz-box-shadow: 0 0 65px rgba(0,0,0, 0) inset; box-shadow: 0 0 65px rgba(0,0,0, 0) inset;	}
	/*5%, 20%, 30%, 45%, 55%, 70%, 80%, 95%		{ -moz-box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset;	box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset; }*/
}
#slideshow figure:after {
	position: absolute;
	display:block;
	content: " ";
	top:0; left:0px;
	width: 100%; height: 100%;
	-webkit-box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset;
	-moz-box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset;
	box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset;
	
	-webkit-animation: figurer 32s infinite;
	-moz-animation: figurer 32s infinite;
	animation: figurer 32s infinite;
}

@-webkit-keyframes figcaptionner {
	0%, 25%, 50%, 75%, 100%						{ bottom: -55px;	}
	5%, 20%, 30%, 45%, 55%, 70%, 80%, 95%		{ bottom: 5px;		}
}
@-moz-keyframes figcaptionner {
	0%, 25%, 50%, 75%, 100%						{ bottom: -55px;	}
	5%, 20%, 30%, 45%, 55%, 70%, 80%, 95%		{ bottom: 5px;		}
}
@keyframes figcaptionner {
	0%, 25%, 50%, 75%, 100%						{ bottom: -55px;	}
	5%, 20%, 30%, 45%, 55%, 70%, 80%, 95%		{ bottom: 5px;		}
}

#slideshow figcaption {
	position:absolute;
	padding: 20px 20px; margin:0;
	left:0px; right:0; bottom: 5px;
	text-align:center;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	background: #000;
	background: rgba(255,255,255,0.7);
	border-top: 1px solid rgb(225,225,225);
	color: #555;
	text-shadow: -1px -1px 0 rgba(255,255,255,0.3);
	
	-webkit-animation: figcaptionner 32s infinite;
	-moz-animation: figcaptionner 32s infinite;
	animation: figcaptionner 32s infinite;
}

