@charset "utf-8";
/* CSS Document */

html{
	overflow: hidden;
}
body{
	background-image: url(//www.lizzyarcher.co.uk/images/background.png);
	background-position: center middle;
	background-repeat: repeat;
	background-color: #dadada;
}
*{
	margin: 0;
	padding: 0;
}
h1{
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 880px;
	height: 560px;
	margin-top: -300px;
	margin-left: -450px;
}
.content{
	padding: 10px;
	height: 480px;
	width: 880px;
	background-color: rgba(237,237,237,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.8); 
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.8); 
	box-shadow:0 0 10px rgba(0,0,0,0.8);
	border: thin solid rgba(0,0,0,0.5);
	opacity: 0.99;
	z-index: 1;
}
.behind{
	opacity: 0.2;
	position: absolute;
	left: 40px;
	top: 50%;
	z-index: -100;
}
.images{
	width: inherit;
	height: inherit;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7); 
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.7); 
	box-shadow:0 0 10px rgba(0,0,0,0.7);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.content img{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.caption{
	display: none;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.8); 
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.8); 
	box-shadow:0 0 10px rgba(0,0,0,0.8);
	border: thin solid rgba(0,0,0,0.5);
	margin-top: -40px;
	z-index: 2;
	background-color: rgba(197,197,197,0.8);
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	bottom: 27px;
	left: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.6em;
	color: #222;
}