@font-face {
	font-family: "DT Libra";
	src: url("../fonts/DTLibra.ttf") format("truetype");
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	list-style: none;
	text-decoration: none;
}

body {
	font: 11px/11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #000 url("../../img/bg.jpg") repeat-x fixed center 40px;
	color: #959595;
}

h1, strong, h1 a, h1 a:hover {
	color: #fff200;
}

h2, em, h2 a, h2 a:hover {
	color: #00aeef;
}

a, a:hover {
	-webkit-transition: color 0.15s ease-out;
	color: #fff;
}

#photoPage {
	background: #000;
	overflow: hidden;
}

#header {
	background: #000;
	background: rgba(0, 0, 0, 0.75);
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-box-shadow: 0 0 50px #000;
}

#photoPage #header {
	background: #000;
}

#header.active {
	overflow: hidden;
	height: 40px;
}

#header span {
	margin: 0 5px;
	color: #fff;
}

#header, #header * {
	white-space: nowrap !important;
}

#header * * {
	display: inline;
}

#header dl {
	margin-right: 9px;
	display: inline-block;
}

#header dl, #header dl * {
	white-space: nowrap;
}

#header dt {
	margin-bottom: 6px;
	display: block;
}

#header dl a {
	padding: 0 3px;
	color: #959595;
}

#header dl a:hover {
	color: #fff;
}

#header dl .active a {
	color: #fff200;
}

#header .breadcrumb {
	margin: 6px 0 6px 24px;
}

#header .info {
	margin-left: 24px;
}

#header .info a {
	margin-right: 15px;
}

#content {
	margin: 40px 0;
	overflow: hidden;
	background: url("../../img/ajax-loader.gif") no-repeat center 200px;
	min-height: 250px;
}

#content img {
	display: block;
	margin: 20px auto 0;
}

#photoPage #content img {
	width: 100%;
	margin: 0 auto;
}

#content .breadcrumb {
	width: 780px;
	margin: 50px auto 0;
	padding: 6px 10px;
	background: #000;
}

#content .breadcrumb * {
	display: inline;
}

#content .breadcrumb span {
	margin: 0 5px;
	color: #fff;
}

#calendar {
	position: relative;
}

div[id="bottomShadow"] {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 109px;
	background: url("../../img/bottom-shadow.png") repeat-x;
}