﻿body {
	position: relative;
	text-align: center;
	margin: 0px;
	background-color: #eee;
	}

#start {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: #eee url('../img/_N2C8300.JPG') no-repeat top left;
	background-size: cover;
	cursor: pointer;
	}

#start #name {
	position: absolute;
	width: 30%;
	top: 10%;
	left: 10%;
	text-align: left;
	}

#start #name h1, #start #name h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 10px 0px;
	letter-spacing: 2px;
	opacity: 0.80;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	}

#start #name h1 {
	font-size: 48px;
	}

#start #name h2 {
	font-size: 28px;
	}

#fblink {
	display: block;
	position: absolute;
	top: 20px;
	right: 10px;
	width: 50px;
	height: 50px;
	z-index: 100;
	}

#meta {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: right;
	width: 0px;
	z-index: 50;
	background-color: #ccc;
	-webkit-box-shadow: -0px 0px 10px 5px rgba(200, 200, 200, 0.5); /* WebKit */
	-moz-box-shadow: -0px 0px 10px 5px rgba(200, 200, 200, 0.5); /* Firefox */
	box-shadow: -0px 0px 10px 5px rgba(200, 200, 200, 0.5); /* Standard */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	}

#meta .wrapper {
	margin: 10px;
	}

#meta h1 {
	font-size: 24px;
	}

#meta h2 {
	font-size: 18px;
	}

#meta a {
	text-decoration: none;
	color: #666;
	}

#meta a:hover {
	text-decoration: underline;
	color: #999;
	}

#meta div.info {
	line-height: 140%;
	}
	
#meta span.label {
	vertical-align: top;
	margin-right: 10px;
	color: #666;
	}

#meta span.value {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 250px;
	}

#meta input[type=text] {
	width: 240px;
	}

#meta textarea {
	width: 240px;
	height: 100px;
	resize: none;
	}

#meta #mobile_fb {
	display: none;
	}
	
#container {
	float: right;
	width: 750px;
	min-height: 1100px;
	margin: 20px 70px 20px 0px;
	border: 20px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: -0px 0px 10px 5px rgba(200, 200, 200, 0.5); /* WebKit */
	-moz-box-shadow: -0px 0px 10px 5px rgba(200, 200, 200, 0.5); /* Firefox */
	box-shadow: -0px 0px 10px 5px rgba(200, 200, 200, 0.5); /* Standard */
	}

#meta-opener, #container-opener {
	display: none;
	}
	
#images {
	position: relative;
	width: 900px;
	margin: auto;
	}

#navi {
	display: block;
	margin: 0px;
	width: 100%;
	position: fixed;
	text-align: center;
	border-bottom: 1px solid #ccc;
	background-color: #333;
	z-index: 99;
	}

#navi ul {
	display: inline-block;
	position: relative;
	min-height: 30px;
	text-align: center;
	margin: auto;
	padding: 0px;
	list-style-type: none;
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
	}

#navi ul li {
	display: block;
	position: relative;
	cursor: pointer;
	text-align: center;
	float: left;
	padding: 7px;
	}

#navi ul li:hover {
	background-color: #666;
	}

