@import url(http://fonts.googleapis.com/css?family=Josefin+Sans+Std+Light);

html, body {
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	background:#000;
}
a {
	color: #000;
}
#toolbar {
	position:fixed;
	z-index:2;
	right:10px;
	top:10px;
	padding:5px;
	background: url(../../images/b20.png);
	display: none;
}
#toolbar img {
	border:none;
}
#img_title {
	position:fixed;
	z-index:2;
	left:10px;
	top:10px;
	padding:10px;
	background: url(../../images/b20.png);
	color:#FFF;
	font-family:'Josefin Sans Std Light', arial, serif;
	font-size:24px;
	text-transform:uppercase;
}
#bg {
	position:fixed;
	z-index:1;
	overflow:hidden;
	width:100%;
	height:100%;
}
#bgimg {
	display:none;
	-ms-interpolation-mode: bicubic;
}
#preloader {
	position:relative;
	z-index:2;
	width:32px;
	padding:50px;
	top:80px;
	margin:auto;
	background: url(../../images/b40.png);
}
#outer_container {
	z-index:2;
	position:fixed;
	bottom:-90px;
	margin:0;
	height:170px;
	padding:40px 5px;
}
#thumbScroller {
	position:relative;
	overflow:hidden;
	background: url(../../images/b20.png);
}
#thumbScroller .container {
	position:relative;
	left:0;
}
#thumbScroller .content {
	float:left;
}
#thumbScroller .content div {
	margin:0px 5px 0px 5px;
	height:100%;
}
#thumbScroller img {
	border:5px solid #000;
}
#thumbScroller a {
	padding:0px;
	display:block;
}

#text_container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
#text {
	position:relative;
	width: 550px;
	background: url(../../images/b60.png);
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 20px;
}
#text h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/*background: url(../../images/b20.png);*/
	color:#FFF;
	font-family:'Josefin Sans Std Light', arial, serif;
	font-size:24px;
	text-transform:uppercase;
}
#text h2 {
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	letter-spacing: .1em;
	font-weight: normal;
}
#text h3 {
	color: #bbb;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	letter-spacing: .05em;
}
#text h3 span.year {
	float: right;
}
#text p {
	color: #eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	padding: 20px 0px 20px 0px;
	margin: 0px;
}
#text p.note {
	margin: 10px -20px -20px -20px;
	padding: 10px 20px 10px 20px;
	font-size: 14px;
	font-style: italic;
	color: #999;
	font-weight: bold;
	background: url(../../images/w10.png);
}
#text p.note:hover {
	background: url(../../images/w30.png);
	color: #fff;
}
#text p.note span {
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	float: right;
	margin-top:-2px;
}
#text hr {
	color: #444;
	background-color: #444;
	height: 1px;
	margin:0px;
	padding:0px;
}
