/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

	::selection {
		background: #000;
		color: #fff;
		}
	::-moz-selection {
		background: #fff;
		color: #000;
	}

	body {
		background-color: #000;
		color: #fff;
		font-size: 12px;
		font-family: "aktiv-grotesk-std", sans-serif;
	}
	
	h1 {
		position: relative;
		display: inline-block;
		margin-left: 24px;
		margin-bottom: 8px;
		z-index: 999;
	}
	
	h2 {
		text-transform: uppercase;
		font-size: 12px;
		font-family: "aktiv-grotesk-std",sans-serif;
		font-weight: 600;
		margin-top: 14px;
		margin-left: 34px;
		margin-bottom: 12px;
		color: #fff;
	}
	
	h3 {
		font-size: 16px;
		font-weight: bolder;
		line-height: 22px;
		color: #fff;
	}
	
	a, a:visited {
		color: #fff;
		text-decoration: none;
	}
	
	a:hover {
		color: #888;
		-webkit-transition: color 0.35s ease;
		   -moz-transition: color 0.35s ease;
		        transition: color 0.35s ease;
	}
	
	nav {
		text-align: center;
	}
	
	ul {
		margin-top: 18px;
		margin-bottom: 0;
	}
	
	nav li {
		font-family: "aktiv-grotesk-std",sans-serif;
		font-style: normal;
		font-weight: 400;
		
		display: inline-block;
		text-transform: uppercase;
		margin-right: 46px;
		text-align: center;
		font-size: 12px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	
	nav span {
		display: inline-block;
		text-align: center;
		margin-top: 4px;
		width: 55px;
		height: 1px;
		border-bottom: 1px solid #fff;
		color: #000;
	}
	
	#topbar {
		position: absolute;
		display: block;
		background: #000;
		width: 100%;
		top: 0;
		padding: 20px 0 38px 0;
		text-align: center;
		height: 0px;
		overflow: hidden;
		-webkit-transition: height 0.3s linear;
		   -moz-transition: height 0.3s linear;
		        transition: height 0.3s linear;
		z-index: 800;
	}
	
	#topbar:hover {
		height: 66px;
	}
	
	#tobhiddenbar {
		background: #000;
	}
	
	.facebook {
		position: absolute;
		z-index: 998;
		top: 20px;
		right: 20px;
	}
	
	.facebook img {
		height: 70%;
		width: 70%;
	}
	
	.hidden {
		display: none;
	}

/* #Page Styles
================================================== */

	/*TOP PAGE*/
	
	.top-mobile-portrait-bg {
		display: none;
	}




	/*BIOGRAPHY PAGE*/
	
	.biography-wrap {
		width: 736px;
		margin: 0 auto;
		text-align: center;
	}


	.biography, .creation-subpage, .exhibition, .news {
		font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", serif;
		background-color: #fff;
		color: #000;
	}
	
	.biography h2 {
		color: #000;
	}
	
	.biography h3 {
		margin-bottom: 98px;
		color: #000;
	}
	
	.biography p, .biography h4, .biography li {
		font-size: 12px;
		letter-spacing: 0.3px;
		line-height: 22px;
	}
	
	.biography h4 {
		font-weight: bolder;
		margin-top: 36px;
		margin-bottom: 0;
	}
	
	.biography ul {
		margin-top: 0;
	}
	
	.biography li {
		margin: 0;
		list-style: disc;
		margin-left: 12px;
	}
	
	.biography-left {
		display: inline-block;
		width: 380px;
		margin: 0;
		float: left;
		text-align: left;
	}
	
	.biography-right {
		display: inline-block;
		width: 306px;
		margin: 0;
		float: right;
		text-align: left;
	}
	
	.biography-right img {
		height: 292px;
	}



	/*CREATION PAGE*/
	
	.creation h3 {
		margin-top: 28px;
		margin-left: 22px;
		margin-bottom: 30px;
	}
	
	#container {
		margin-left: 22px;
	}
	
	.creation img {
		width: 128px;
		height: 128px;
	}
	
	.item {
		margin-right: 10px;
		margin-bottom: 4px;
		
		-webkit-filter: grayscale(100%);
		   -moz-filter: grayscale(100%);
		    -ms-filter: grayscale(100%);
		     -o-filter: grayscale(100%);
		        filter: grayscale(100%);
	}

	.grid-sizer,
.grid-item { width: 20%; }
	
	.parent:hover > .item {
		opacity: 1;
		
		-webkit-transition: -webkit-filter 0.35s linear;
		
		-webkit-filter: none;
		   -moz-filter: grayscale(0%);
		    -ms-filter: grayscale(0%);
		     -o-filter: grayscale(0%);
		        filter: grayscale(0%);
		        filter: auto;
	}
	
	.parent:hover > .item:hover {
	  /*opacity: 0.8;*/
	}
	

	
	

	
	/*CREATION SUB PAGE (DETAIL PAGE) */
	
	.creation-subpage .banner {
		display: block;
		height: 216px;
		background-size: cover;
		background-position: 50% 100%;
	}
	
	.creation-sub-wrap {
		width: 615px;
		margin: 0 auto;
		text-align: center;
		margin-top: 34px;
	}
	
	.creation-subpage h2 {
		font-family: "Adobe Garamond Pro", serif;
		font-size: 28px;
		color: #000;
		text-transform: none;
		margin-left: 0;
		margin-top: 0;
	}
	
	.creation-subpage .title {
		display: inline-block;
		float: left;
	}
	
	.creation-subpage .story {
		display: inline-block;
		float: right;
		width: 355px;
		text-align: left;
	}
	
	.creation-subpage p {
		font-size: 12px;
		font-weight: bolder;
		line-height: 22px;
		margin-bottom: 34px;
		margin-right: 0;
	}
	
	.sub-item img {
		display: block;
		margin: 20px auto 0;
	}
	
	
	
	
	/*EXHIBITION, NEWS PAGE*/
	
	.exhibition, .news {
		color: #000;
	}
	
	.exhibition .post, .news .post {
		width: 350px;
		margin: 0 auto 40px;
		padding-bottom: 20px;
		border-bottom: 1px solid #000;
	}
		
	.exhibition h2, .news h2 {
		color: #000;
	}
	
	.exhibition h3, .news h3 {
		font-family: "Adobe Garamond Pro", serif;
		font-size: 21px;
		color: #000;
		margin-bottom: 20px;
	}
	
	.exhibition p, .news p {
		font-size: 12px;
		line-height: 22px;
	}
	
	.exhibition a, .news a {
		color: #000;
	}
	
	.exhibition a:hover, .news a:hover {
		opacity: 0.5;
		-webkit-transition: opacity 0.3s linear;
		   -moz-transition: opacity 0.3s linear;
		        transition: opacity 0.3s linear;
	}
	
	.news img {
		max-width: 350px;
	}
	
	h4.date {
		font-family: "aktiv-grotesk-std",sans-serif;
		font-size: 12px;
		font-weight: 600;
	}


/* #Media Queries
================================================== */

	/*Full screen*/
	@media only screen and (min-width: 1280px) {
		.creation img {
			width: 256px;
			height: 256px;
		}
		
		/*.creation-subpage .banner {
			height: 325px;
		}*/
		
		.item {
			margin-right: 22px;
			margin-bottom: 16px;
		}
	}
	/*Big screen*/
	@media only screen and (min-width: 767px) {
		.overlay {
			position: absolute;
			background-color: rgba(0, 0, 0, 0.5);
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			display: none;
		}
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

		.biography-wrap {
			width: 100%;
		}
		
		.biography-left {
			margin-left: 34px;
			width: 80%;
		}
		
		.biography-right {
			clear: both;
			float: left;
			margin-top: 34px;
			margin-left: 34px;
			width: 80%;
		}
		
		.biography-right img {
			width: 100%;
			height: 100%;
		}
		
		.biography-left h3 {
			margin-bottom: 34px;
		}
		
		.biography img, .sub-item img {
			width: 80%;
		}
		
		.item {
			-webkit-filter: grayscale(0%);
			   -moz-filter: grayscale(0%);
			    -ms-filter: grayscale(0%);
			     -o-filter: grayscale(0%);
			        filter: grayscale(0%);
		}
		
		.creation-sub-wrap {
			width: 100%;
		}
		
		.creation-subpage .title {
			margin-left: 20px;
		}
		
		.creation-subpage .story {
			margin-right: 20px;
		}

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.item {
			margin-right: 5px;
			margin-bottom: 0px;
		}
		
		nav li {
			margin-right: 26px;
		}
		
		.creation-subpage .story {
			clear: both;
			float: left;
			width: 94%;
		}
		
		.creation-subpage .story {
			margin-left: 20px;
			margin-right: 20px;
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
		.top-bg {
			display: none;
		}
		
		.top-mobile-portrait-bg {
			display: block;
		}
	
		nav img {
			margin-left: 70px;
			line-height: 0;
			font-size: 0;
		}
		
		nav li {
			display: block;
			margin-right: 0;
		}
		
		#topbar:hover {
			height: 240px;
		}
	
		.item {
			margin-right: 20px;
			margin-bottom: 18px;
		}
		
		.creation-subpage .story {
			clear: both;
			float: left;
			width: 87%;
		}
		
		.creation-subpage .story {
			margin-left: 20px;
			margin-right: 20px;
		}
		
		.exhibition .post, .news .post {
			width: 280px;
		}
		
		.news p {
			font-size: 11px;
		}
		
		.news img {
			max-width: 280px;
		}
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/