* {
  -webkit-touch-callout:none;	/* prevent iOS link menu from popping up */
}

.ie img { -ms-interpolation-mode: bicubic; }

@font-face {font-family: 'Museo-700';src: url('../fonts/13F12C_0.eot');src: url('../fonts/13F12C_0.eot?#iefix') format('embedded-opentype'),url('../fonts/13F12C_0.woff') format('woff'),url('../fonts/13F12C_0.ttf') format('truetype'),url('../fonts/13F12C_0.svg#wf') format('svg');}
@font-face {font-family: 'Museo-300';src: url('../fonts/13F12C_1.eot');src: url('../fonts/13F12C_1.eot?#iefix') format('embedded-opentype'),url('../fonts/13F12C_1.woff') format('woff'),url('../fonts/13F12C_1.ttf') format('truetype'),url('../fonts/13F12C_1.svg#wf') format('svg');}

body {
	background-color: #fff;
	
  /* mobile stuff */
  -webkit-user-select:none;		/* prevent text copy on hold */
  -webkit-tap-highlight-color: rgba(0,0,0,0.1);
  -webkit-font-smoothing: anitaliased;
  /*min-height: 417px;    /* makes address bar go away when window.scrollTo(0,1) is called */
/*  overflow:hidden;
*/
	background-image:url(../images/bg-pattern.jpg);
}

body.ie_hand {
  cursor: url(/images/cursors/openhand.cur), default !important;
}
body.ie_hand_grab {
  cursor: url(/images/cursors/closedhand.cur), default !important;
}

div#no_js_warning {
  display:none;
}

html.no-js div#no_js_warning {
  position:absolute;
  display:none;
  background-color:#fff;
  padding:100px 0px 0px 0px;
  width:100%;
  height:1000px;
  color:#fcfdfb;
  text-align:center;
  z-index:99999;
}

div#site {
	width:100%;
	height:100%;
	font-family:'Museo-300';
	font-size:16px;
	letter-spacing:0.1px;
	color:#fcfdfb;
}

/* ImageCrops - can be overridden below for different containers */
div.image_crop {
	position:relative;
	float:left;
	width:240px;
	height:240px;
	margin:0 20px 20px 0;
	overflow:hidden;
	outline:1px solid #000;
}

div.image_crop img {
	position:absolute;
	border:0px;
	z-index:1;
}
div.image_crop div {
	position:absolute;
	text-indent:15px;
	bottom:5px;
	z-index:2;
	color:#000;
	font-weight:bold;
	text-shadow: #fff 0px 0px 3px;
}

div.image_crop canvas {
  position:absolute;
  -webkit-transform-origin: top left;
}

div.image_thumb {
	float:left;
	width:75px;
	height:75px;
	margin:0 10px 18px 0;
}

div.image_thumb a,
div.image_thumb img {
	border:0;
	padding:0;
	line-height:0px;
}

/* Background elements */
div#background {
  overflow:hidden;
  position:absolute;
  z-index:1;
}

div#background div.image_crop {
  position:absolute;
  z-index:1;
}

div#background ul#slideshow_data {
  display:none;
}

div#dimmer {
  position:absolute;
  z-index:5;
  background-color:#000;
}

/* Header / logo */

div#nav {
	position: relative;
	width:910px;
	margin:0 auto;
	height:112px;
	padding-top:17px;
}

div#nav a#logo {
	display:block;
	margin-left:197px;
	width:454px;
	height:64px;
	background:url('../images/logo.png') no-repeat;
}

div#nav div#share {
	margin-top:20px;
}

/* Main nav item link transitions*/
.nav_item a {
	-webkit-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

/* Gallery nav */
div#gallery_nav {
	margin-left:197px;
	line-height:44px;
}

div#gallery_nav .nav_item a {
	float:left;
	display:block;
	font-size:22px;
	line-height:50px;
	color:#000;
	margin-right:18px;
	text-decoration:none;
}

div#gallery_nav .nav_item.active a,
div#gallery_nav .nav_item a:hover {
	color:#9dd6c6;	/* 2fc3ea */
}

/* Content nav */
div#content_nav {
	position:absolute;
	left:0;
	top:562px;
	width:140px;
	text-align:right;
}

div#content_nav .nav_item a {
	font-size:21px;
	line-height:30px;
	color:#fcfdfb;
	text-decoration:none;
}

div#content_nav .nav_item.active a,
div#content_nav .nav_item a:hover {
	color:#000;
}



/* Gallery header */
div#gallery {
	clear:both;
	width:100%;
	height:420px;
	background:url('../images/gallery-bg-pattern.jpg') repeat-x;
	overflow:hidden;
}

div#gallery div.image_crop {
	width:370px;
	height:370px;
	margin:25px 0 0 20px;
}

/* Image detail */
div#image_detail {
	width:724px;
	padding-left:186px;
	margin:0 auto;
}

div#image_detail div.image_crop {
	width:370px;
	height:370px;
/*	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
*/}


/* Main content */
div#content {
	position:relative;
	width:563px;
	padding:10px 0 0 25px;
	margin:0 auto;
	border-left:2px dotted #000;
}

div#content h1 {
	font-family:'Museo-700';
	color:#000;
	font-size:28px;
	line-height:58px;
	font-weight:normal;
}

div#content h2 {
	color:#000;
	font-size:18px;
	font-height:24px;
	font-weight:normal;
	margin-bottom:10px;
	border-bottom:1px solid #00baa9;
	clear:both;
}

div#content p {
	line-height:25px;
	margin-bottom:20px;
}

div#content_holder img {
	border:1px solid #000;
}

div#content_footer {
	width:748px;
	margin:0 auto;
	height:60px;
	clear:both;
	line-height:60px;
	margin-top:0px;
	text-align:right;
}


/* Loader */

div#loader {
  position:absolute;
  left:0;
  top:0;
  visibility:hidden;
  z-index:500;
}
div#loader_inner {
  position:absolute;
  width:100px;
  height:100px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}
div#loader_img_holder {
  position:absolute;
  width:50px;
  height:50px;
  left:25px;
  top:25px;
  overflow:hidden;
}
div#loader img {
  position:absolute;
}

/* common nav links */
a,
a:hover,
a:visited {
  color:#00baa9;
}

a.nav_link {
  cursor:arrow;
  display:block;
  font-size:33px;
  line-height:32px;
  color:#fff;
  text-decoration:none;
  text-indent:3px;
  text-transform: uppercase;
}

a.nav_link:hover,
a.nav_link.active {
}

