/* CSS RESET */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	-webkit-transform: scaleX(1);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL -------------------------------- */

.unselectable {
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}

.selectable {
   -moz-user-select: text;
   -khtml-user-select: text;
   -webkit-user-select: text;
   user-select: text;
}

a {
	color: #0066aa;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #003355;
	text-decoration: underline;
}

/* visible class for thumbs */
.v {
	display: inline !important;
}

/* POSITIONING ---------------------------- */

html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	
	background-color: #000;
	overflow: hidden;
	
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

#photoArea {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#aboutImageArea {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

#aboutImageArea img {
	position: absolute;
	display: block;
	background: #222;
}

#sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 350px;
	height: 100%;
	
	background-color: #fff;
	z-index: 100;
}

#archivebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 100%;
	
	background-color: #fff;
	z-index: 100;
}

#topBar {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 42px;
	background: #dfdfdf;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#dadada');
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#dadada));
	background: -moz-linear-gradient(top,  #e5e5e5,  #dadada);
	border-top: 1px solid #ebebeb;
}

#topBarContents {
	margin: 0px 40px;
  font-size: 16px;
	line-height: 42px;
}

a.travels {
  display: block;
  float: left;
  height: 42px;
  width: 80px;
  padding: 0px 15px 0px 5px;
  margin-right: 10px;
  background-image: url('/img/travels-bg.gif');
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
}

a.travels:hover {
  text-decoration: none;
  color: #ddd;
}

a.travels:active {
  text-decoration: none;
  color: #aaa;
}

#filterBar {
	position: absolute;
	top: 180px;
	width: 100%;
	height: 30px;
	background: #dfdfdf;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#dadada');
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#dadada));
	background: -moz-linear-gradient(top,  #e5e5e5,  #dadada);
	border-top: 1px solid #ebebeb;
}

#filterContents {
	margin: 6px 40px 0px 35px;
}

.filterButton {
	display: inline;
	margin-right: 4px;
	padding: 2px 8px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	font-size: 12px;
	font-weight: bold;
	
	background: transparent;
	color: #777;
	text-decoration: none;
	cursor: pointer;
	text-shadow: #f5f5f5 1px 1px 1px;
}

.filterButton:hover {
	text-decoration: none;
	background: #ccc;
	text-shadow: #e1e1e1 1px 1px 1px;
}

.filterButton:active {
	background: #6f6f6f;
	color: #fff;
	text-shadow: #555 1px 1px 1px;
}

.filterButtonSelected {
	background: #888;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}

.filterButtonSelected:hover {
	background: #888;
	color: #fff;
	text-decoration: none;
	cursor: text;
	text-shadow: none;
}

.filterButtonSelected:active {
	background: #888;
	color: #fff;
	text-decoration: none;
}

#searchform {
	position: absolute;
	top: 3px;
	right: 35px;
	width: 150px;
	height: 30px;
	background-image: url(/img/searchfield.gif);
	background-repeat: no-repeat;
}

#searchform label {
	display: none;
}

#query {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #bbb;
	background: transparent;
	border: none;
	margin: 3px 0px 0px 20px;
	width: 104px;
}

#submitquery {
	display: none;
}

#clearButton {
	position: absolute;
	display: none;
	right: 5px;
	top: 4px;
	width: 14px;
	height: 14px;
	background-image: url(/img/clearbutton.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

#clearButton:active {
	background-image: url(/img/clearbutton.gif);
	background-repeat: no-repeat;
	background-position: -15px 0px;
}

#searchTip {
	display: none;
	position: absolute;
	left: -10px;
	top: -34px;
	width: 170px;
	height: 22px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	line-height: 22px;
	
	background: #555;
	color: #fff;
	
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#thumbnailsContainer {
	position: absolute;
	top: 210px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: auto;
	background-color: #f7f7f7;
	overflow-y: scroll;
	border-top: 1px solid #c6c6c6;
}

#thumbnailsArea {
	width: auto;
	height: auto;
	margin: 30px 14px 30px 34px;	
}

#thumbnailsArea a {
	display: none;
	width: auto;
	height: auto;
}

#thumbnailsArea img {
	position: relative;
	width: 84px;
	height: 120px;
	margin: 0px;
	padding: 7px;
	background-image: url(/img/thumb_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	opacity: 0.9;
}

.currentThumbnail {
	opacity: 1 !important;
	background-image: url(/img/thumb_hilite.gif) !important;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#thumbnailHilite {
	position: absolute;
	left: -999px;
	top: -999px;
	width: 100px;
	height: 136px;
	background-image: url(/img/thumb_hilite.gif);
}

.monthDivider {
	margin: 40px 0px 10px 7px;
	color: #000;
	font-size: 18px;
}

.noResults {
	margin: 40px 0px 2px 14px;
	color: #000;
	font-size: 18px;
}

#topArea {
	display: block;
	margin: 30px 40px 0px 40px;
	height: 38%;
	min-height: 130px;
}

#homeLinkInfo {
	display: none;
	position: absolute;
	left: 15px;
	top: 120px;
	width: auto;
	background: #555;
	background: rgba(0, 0, 0, 0.6875);
	padding: 4px 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#homeLink:hover {
	text-decoration: none;
}

#archiveButton {
	position: absolute;
	top: 26px;
	right: 40px;
}

#closeArchive {
	position: absolute;
	top: 26px;
	right: 40px;
}

.button {
	color: #888;
	
	background: #fcfcfc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
	background: -moz-linear-gradient(top,  #ffffff,  #f8f8f8);

	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #c1c1c1;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
  	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
  	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}

.button img {
	vertical-align: bottom;
	margin-right: 8px;
}

.button:hover {
	text-decoration: none;

	color: #666;
	background: #fdfdfd;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafafa));
	background: -moz-linear-gradient(top,  #ffffff,  #fafafa);

	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #b1b1b1;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.button:active {
	text-decoration: none;

	color: #888;
	background: #ddd;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#d8d8d8');
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#d8d8d8));
	background: -moz-linear-gradient(top,  #e3e3e3,  #d8d8d8);
	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
	-moz-box-shadow: inset 0px 1px 1px #ccc;
  	-webkit-box-shadow: inset 0px 1px 1px #ccc;
  	box-shadow: inset 0px 1px 1px #ccc;
}

#lookText {
	position: absolute;
	padding: 0px 40px;
	top: 40%;
	bottom: 90px;
	height: auto;
	width: 270px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 13px;
	line-height: 16px;
}

#lookText h1 {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 16px;
	font-weight: normal;
}

#lookText h1 .age {
	font-size: 14px;
}

#description p:first-child {
	text-indent: -5px;
}

#timeAndPlace {
	font-size: 11px;
	margin-top: 18px;
}

#news {
	position: absolute;
	background: #fff;
	padding: 8px 40px 13px 40px;
	bottom: 64px;
	width: 270px;
	height: auto;
	overflow-y: none;
	font-size: 12px;
	line-height: 14px;
}

#newsTitle {
	font-size: 11px;
	padding-right: 6px;
}

#archiveLookTexts {
	width: auto;
	height: 137px;
	padding: 32px 40px 10px 30px;
	overflow-y: auto;
	overflow-x: visible;
	border-bottom: 1px solid #cfcfcf;
}

.travels-texts {
  position: relative;
  top: 42px !important;
	padding: 26px 40px 10px 30px !important;
  height: 101px !important;
}

#aboutText {
	position: absolute;
	padding: 0px 40px 0px 40px;
	top: 40%;
	bottom: 54px;
	width: 270px;
	height: auto;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 13px;
	line-height: 16px;
}

#aboutText h1 {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 16px;
	font-weight: normal;
}

#aboutText h2 {
	height: 17px;
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
	margin: 20px 0px 16px 0px;
	padding-left: 16px;
	background-image: url(/img/about_triangle.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#aboutText h2.open {
	background-position: 0px -18px !important;
}

#aboutText p {
	margin-bottom: 14px;
}

#aboutText p.openableParagraph {
	display: none;
}

#copyright {
	font-size: 11px;
	margin-top: 16px;
}

#banner {
	margin: 30px 0px 0px 0px;
	font-size: 11px;
	color: #777;
}

#archivebar h1 {
	width: auto;
	height: auto;
	overflow-y: hidden;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 14px;
	padding-left: 10px;
	font-weight: normal;
}

#archivebar h1 .age {
	font-size: 14px;
}

#archiveDescription {
	width: auto;
	max-width: 400px;
	height: auto;
	overflow-y: hidden;
	margin-top: 10px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 15px;
	
}

#archiveTimeAndPlace {
	margin-top: 10px;
	padding-left: 10px;
	font-size: 11px;
	color: #999;
}

#bottomArea {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 53px;
	background: #fafafa;
	border-top: 1px solid #dadada;
}

#bottomShadow {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 15px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#fafafa');
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fafafa));
	background: -moz-linear-gradient(top,  #ededed,  #fafafa);
}

#aboutLink {
	position: absolute;
	left: 40px;
	top: 18px
}

#aboutLink a {
	font-size: 12px;
	font-weight: bold;
	/*color: #9f9f9f;*/
}

#aboutLink img {
	margin-right: 5px;
}

#followLinks {
	position: absolute;
	right: 40px;
	top: 16px
}

#followLinks li {
	display: block;
	float: left;
	width: 23px;
	height: 23px;
	margin-left: 6px;
}

.followLink {
	display: block;
	width: 23px;
	height: 23px;
	overflow: hidden;
}

.hiddenText {
	visibility: hidden;
}

.followLink:hover {
	color: transparent;
}

.followLink:active {
	color: transparent;
}

#rssLink {
	background-image: url(/img/icon_rss.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#rssLink:hover {
	background-position: -25px 0px;
}

#rssLink:active {
	background-position: -50px 0px;
}

#tumblrLink {
	background-image: url(/img/icon_tumblr.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#tumblrLink:hover {
	background-position: -25px 0px;
}

#tumblrLink:active {
	background-position: -50px 0px;
}


#twitterLink {
	background-image: url(/img/icon_twitter.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#twitterLink:hover {
	background-position: -25px 0px;
}

#twitterLink:active {
	background-position: -50px 0px;
}

#fbLink {
	background-image: url(/img/icon_fb.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#fbLink:hover {
	background-position: -25px 0px;
}

#fbLink:active {
	background-position: -50px 0px;
}

#followLinkInfo {
	display: none;
	position: absolute;
	right: 10px;
	bottom: 44px;
	width: auto;
	background: #555;
	padding: 4px 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.lookPhoto {
	position:relative;
	display: block;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
	width: auto;
	height: 100%;
/*
	max-width: 717px;
	max-height: 1024px;
*/
	right: 175px;
	margin: 0 auto;
}

.archiveLookPhoto {
	position:relative;
	display: block;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
	width: auto;
	height: 100%;
	max-width: 717px;
	max-height: 1024px;
	right: 25%;
	margin: 0 auto;
}

.prevButtonContainer {
	position: absolute;
	top: 41%;
	left: 0%;
	width: 80px;
	height: 100px;
}

html.js .prevButtonContainer {
   display: none;
}

.archivePrevButtonContainer {
	position: absolute;
	top: 43%;
	left: 0px;
	width: 80px;
	height: 100px;
}

.activePrevButton {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 100px;
	background-image: url(/img/prevButton.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	z-index: 100;
}

.activePrevButton:hover {
	background-position: -80px 0px;
}

.activePrevButton:active {
	background-position: -160px 0px;
}

.nextButtonContainer {
	position: absolute;
	top: 41%;
	right: 350px;
	width: 80px;
	height: 100px;
}

html.js .nextButtonContainer {
   display: none;
}

.archiveNextButtonContainer {
	position: absolute;
	top: 43%;
	right: 50%;
	width: 80px;
	height: 100px;
}

.activeNextButton {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 100px;
	background-image: url(/img/nextButton.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	z-index: 100;
}

.activeNextButton:hover {
	background-position: -80px 0px;
}

.activeNextButton:active {
	background-position: -160px 0px;
}

.keyboardNaviFeedback1 {
	background-position: -80px 0px;
}

.keyboardNaviFeedback2 {
	background-position: -160px 0px;
}

#zoomOutButton {
	position: absolute;
	top: 0px;
	right: 50%;
	width: 80px;
	height: 74px;
	background-image: url(/img/zoomout.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	cursor: pointer;
	display: none;
	z-index: 100;
}

#zoomOutButton:hover {
	background-position: -80px 0px;
}

#zoomOutButton:active {
	background-position: -160px 0px;
}

#loadingIndicator {
	position: absolute;
	left: 18px;
	top: 0px;
	width: 32px;
	height: 74px;
	margin: 0px;
	background-image: url(/img/big_loading.png);
	background-repeat: no-repeat;
	background-position: 0px 18px;
	display: none;
}

#noscript {
	position: absolute;
	width: 400px;
	height: auto;
	top: 100px;
	left: 50%;
	margin-left: -200px;
	padding: 130px 30px;
	background: #fff;
	border: 2px solid black;
	font-size: 16px;
	text-align: center;
	z-index: 200;
}

.ui-zoomable {
	cursor: url('/img/cursor-magnify.png'), url('/img/cursor-magnify.cur'), default;
}

.ui-draggable {
	cursor: url(/img/cursor-hand.cur), move;
}

.ui-draggable-dragging {
	cursor: url(/img/cursor-closedhand.cur), move;
}