/* INDEX */

body{
	background:#fff;
	background-size:cover;
	background-position:bottom right;
}
#logo{
	width:680px;
	height:50px;
	text-indent:-9999px;
	padding:15px;
	background:url(../img/index_logo.png) no-repeat center;
	margin:30px auto 0 auto;
}
#logo a{
	display:block;
	width:270px;
	height:50px;
	overflow:hidden;
}
#wrapper{
	width:840px;
	margin:0 auto 0 auto;
}
#lead{
	width:500px;
	height:150px;
	text-indent:-9999px;
	margin:10px auto 40px auto;
	background:url(../img/index_lead.png) no-repeat;
}
@-webkit-keyframes TitleArea {
	0% {
		-webkit-opacity:0;
		-moz-opacity:0;
	}
	100% {
		-webkit-opacity:1;
		-moz-opacity:1;
	}
}
@-moz-keyframes TitleArea {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
#title{
	-webkit-animation-name: TitleArea;
	-webkit-animation-fill-mode:backwards;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: TitleArea;
	-moz-animation-fill-mode:backwards;
	-moz-animation-delay: 0.5s;
	-moz-animation-duration: 1.5s;
	-moz-animation-iteration-count: 1;
	width:840px;
	height:210px;
	background:url(../img/index_title.png) no-repeat center;	
	margin:0 0 40px 0;
	padding-top:20px;
}
h1,#subtitle{
	text-indent:-9999px;
	width:840px;
	height:1px;
}
#photoset{
	width:840px;
	height:160px;
	margin:0 auto 0 auto;
	padding-left:15px;
}
#photoset img{
	margin-right:15px;
}
#topics{
	-webkit-animation-name: TopicsArea;
	-webkit-animation-fill-mode:backwards;
	-webkit-animation-delay: 2s;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	width:720px;
	margin:30px auto;
	padding:6px 10px 10px 10px;
	border-radius:5px;
	background-color:rgba(0,0,0,0.4);
	background-color:#000\9;
	border:1px solid #666;
}
#topics:not(:target){
	background-color:rgba(0,0,0,0.4);
}
#topics p{
	margin-top:6px;
}
#topics a{
	color:#fff;
	text-decoration:none;
}
#topics a:hover{
	color:#c2b27c;
}
#links{
	text-align:center;
	margin-bottom:30px;
	letter-spacing:10px;
	z-index:9999;
}

#next{
	text-indent:-9999px;
	position:absolute;
	top:195px;
	right:0;
	width:55px;
	height:80px;
	display:block;
	background:url(../img/next02.png)no-repeat;
	overflow:hidden;
	float:right;
}
#next:hover{
	width:60px;
}