body {
	background: #ffc829 url("../images/bg-site.jpg") 0 0 fixed no-repeat;
	background-size: 100%;
	color: #fff;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	height: 100%;
	margin: 0 auto;
	overflow-y: scroll;
	padding: 0;
	text-align: center;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	z-index: 400;
}

.wrapper {

	height: 100%;
	margin: 0 auto;
	padding-top: 5%;
	width: 100%
}

#logo {
	background-image: url("../images/logo-ratio.png");
	background-repeat: no-repeat;
	background-size: 200px 148px;
	display: block;
	height: 148px;
	margin: 0 auto 5% auto;
	width: 200px;
}

h1 {
	font-style: italic;
	font-size: 200%/100%;
	margin: 0px 0 5px 0;
	letter-spacing: -2px;
	color: #f1b01b;
}
.credits {
	border-bottom: solid 1px #000;
	padding-bottom: 5px;
	margin: 0 0 30px 0;
	font: 120% Garamond, Georgia, serif;
}
.credits em {
	color: #363636;
}
#bottom {
	color: #FFF;
	border: 0;
	border-top: solid 1px #000;
}
.backlink a {
	font-size: 10px;
	text-decoration: none;
	color: #AAA;
}
.backlink a:hover,
.backlink a:visited:hover {
	color: #000;
}
img {
	border: none;
}
#page_nav {
	color: #999;
	clear:both;
	text-align: center;
}
#page_nav a:link, #page_nav a:visited, #page_nav a:hover, #page_nav a:visited:hover {
	text-decoration: none;
	color: #222;
}
#breadcrumb_nav {
	color: #999;
}
#breadcrumb_nav a:link, #breadcrumb_nav a:visited, #breadcrumb_nav a:hover, #breadcrumb_nav a:visited:hover {
	text-decoration: none;
	color: #222;
}
a {
	color: #fff;	
}
#container {
	overflow: auto;
	width: 100%;
/*	background-color: #000; */
}
.hidden {
	visibility: hidden;
	position:absolute;
	top:0;
	left:0;
	display:inline;
}
#topbar {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding-top: 5px;
	border: none;
	float: none;
	width: 100%;
	height: 25px;
	text-align: center;
	background-color: #000;
	border-bottom: 1px solid #000;
	font-size: 14px;
	color: #e1261c;
}
#topbar img{
	position: absolute;
	right: 6;
	top: 6;
	vertical-align: middle;
}

#codeInput {
  margin: 20px 40px;
  border: 0;
  padding: 14px 0 5px 0;
}

#codeInput form {
	display: block;
	width: 100%;
}

#codeInput input[type="text"] {

}

#codeInput input[type="text"],
#codeInput input[type="submit"] {
	background-color: #fff;
	border-top: 1px solid #000;
	border-right: 0px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	width: 200px;
}

#codeInput input[type="submit"] {
	background-color: #ffc829;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	color: #000;
	cursor: pointer;
}



/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.gallery li {
	padding: 10px;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.gallery li:hover img {
	border-color: #000;
	background: #ddd;
}
.gallery img {
	background: #fff;
	border: solid 1px #888;
	padding: 5px;
}
.gallery em {
	color: #000;
	font-style: normal;
	padding: 2px 5px;
	display: block;
	position: absolute;
	top: 140px;
	left: 9px;
}
.gallery em-pdf {
	color: #666;
	font-style: normal;
	font-size: 10px;
	padding: 3px 7px;
	display: block;
	position: absolute;
	top: 118px;
	left: 9px;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover em {
	color: #666;
}