@charset "utf-8";

@font-face {
	font-family: 'AlteHaasGroteskBold';
	src: url('../fonts/altehaasgroteskbold-webfont.eot');
	src: local('☺'), 
		url('../fonts/altehaasgroteskbold-webfont.woff') format('woff'), 
		url('../fonts/altehaasgroteskbold-webfont.ttf') format('truetype'), 
		url('../fonts/altehaasgroteskbold-webfont.svg#webfontC6t2uVBa') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AlteHaasGroteskRegular';
	src: url('../fonts/altehaasgroteskregular-webfont.eot');
	src: local('☺'), 
		url('../fonts/altehaasgroteskregular-webfont.woff') format('woff'), 
		url('../fonts/altehaasgroteskregular-webfont.ttf') format('truetype'), 
		url('../fonts/altehaasgroteskregular-webfont.svg#webfont1lwx950I') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: "AlteHaasGroteskRegular", Helvetica, Verdana, Arial, sans-serif;
}

#text-content {
	font-family: "AlteHaasGroteskRegular", Helvetica, Verdana, Arial, sans-serif;
}

h3 {
	font-family: "AlteHaasGroteskBold", Helvetica, Verdana, Arial, sans-serif;
}
/* header :: start */

#header h1 {
	display: inline;
	float: left;
	font-size: 20px;
	margin: 15px 0 10px;
	padding: 0;
	font-family: "AlteHaasGroteskBold", Helvetica, Verdana, Arial, sans-serif;
	text-transform: uppercase;
}

#header h1 a {
	height: 19px;
	overflow: hidden;
	width: 250px;
}
#header h1 a:hover,
#header h1 a:focus,
#header h1 a:active {
	
}
#header h2 {
	display: inline;
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-family: "AlteHaasGroteskRegular", Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
}
#header a h2 {
	background: #fff;
	color: #000;
	font-family: "AlteHaasGroteskRegular", Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
}

#header a:hover h2,
#header a:focus h2,
#header a:active h2 {
	background: #000;
	color: #fff;
}


/* header :: stop */

/* nav :: start */

#nav {
	float: left;
	font-weight: 11px;
	height: 100%;
	left: 38px;
	position: fixed;
	top: 70px;
	white-space: nowrap;
	line-height: 110%;
	z-index: 4;
}

#album #nav {
	width: 536px;
}

#about #nav {
	height: 400px;
}

#page-1 #nav {
	width: 365px;
	left: 172px;
	white-space: normal;
	font-size: 11px;
}

#page-1 #nav div#scroll.scroll-pane div a,
#page-1 #nav div#scroll.scroll-pane div a:link {
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

#page-1 #nav h3 {
	margin-bottom: 12px;
	font-weight: normal;
}

#page-1 #nav p {
	background: none;
	line-height: 160%;
	margin: 0 0 12px;
	padding: 0;
}

/* scroller :: stop */

/* textresizer :: start */

#page-1 #nav ul.textresizer {
	display: inline;
	position: absolute;
	left: -123px;
	top: 605px;
	z-index: 2;
	text-align: left;
	background: none;
}

#page-1 #nav ul.textresizer li {
	width: auto;
	float: left;
}

#page-1 #nav ul.textresizer a {
	
}

#nav a:active {
	background: #000;
	color: #fff;
	z-index: 2;
}

#nav div a {
	font-size: 11px;
}

#nav ul a {
	font-size: 12px;
}

#nav h4 {
	display: inline;
	font-weight: 400;
	width: 134px;
}

#nav div h4 {
	font-size: 11px;
}

#nav #scrolling {
	width: 699px;
	height: 636px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#nav div.scrollabl div.items {
	width: 20000em;
	position: absolute;
}

#nav div.item {
	float: left;
	width: 134px;
	height: auto;
}

#nav div.item div {
	float: left;
	width: 134px;
/

*height:15px;*/
}

#nav ul {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#nav li {
	display: block;
	height: 15px;
	margin: 0;
	padding: 0;
	width: 134px;
}

#nav span {
	background: #000;
	color: #fff;
	display: inline;
	margin: 0 0 0 -2px;
	padding: 0 2px;
}

#nav #actions {
	display: none;
}

/* nav :: stop */

.debug {
	background: yellowgreen;
	border: 5px solid yellow;
}

#facebook-like-btn {
	position: fixed;
	width: 120px;
	left: 38px;
	top: 730px;
	background: #fff;
	overflow: hidden;
	z-index: 6000;
}

#page-1 h3 {
	font-weight: bold;
}

#images {
	height: 600px;
}

/* Landscape:
*	480 x 320 
*	480 x 268 actual size without top/bottom
----------------------------------------------- */

@media screen and (max-height: 768px) {

#facebook-like-btn {
	top: 650px;
}

}