@charset "UTF-8";

header, footer, nav, section, article, aside { 
 display:block; 
}

body{
	font-family: Georgia, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.4em;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	text-align: center;
	width: 100%;
	position: relative;
}

a{
	color: rgb(0, 0, 0);
	text-decoration: none;
}

em{color:rgb(150,150,150);}

a:hover{text-decoration:none;color:rgb(150, 150, 150);}

h3{font-style: italic; margin-top: 20px;font-size: .8em;}

#mask{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 900;
	background-color: rgb(0, 0, 0);
	text-align: center;
}
	#mask img{padding-top: 60px;cursor:pointer;}
	
	#front-contact{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		color: rgb(255, 255, 255);
		text-transform: uppercase;
		font-size: .8em;
		padding: 20px 0;
		z-index: 999;
	}
		#front-contact a{color: rgb(255, 255, 255); margin: 0 20px;}

#container{
	width: 940px;
	min-height: 600px;
	margin: 10px auto 30px;
	text-align: center;
	padding: 30px 20px;
	position: relative;
}

#logo{
	width: 960px;
	cursor: pointer;
	background-color: rgb(255, 255, 255);
	width: 100%;
}
	#logo img{padding-top: 30px;}

#contact{
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	padding: 20px 0;
	width: 100%;
	display: none;
	text-transform: uppercase;
	font-size: .8em;
}
	#contact a{color: rgb(255, 255, 255); margin: 0 20px;}

.photo{
	position: absolute;
	margin: 10px;
	width: 300px;
}	
	#about{left:0;top:0;}
	#lookbook{left:320px;top:0;}
	#jeans{left:640px;top:0;}
	#lookbook{left:320px;top:0;}
	#denim{left:0;top:275px;}
	#london{left:320px;top:420px;}
	#art{left:320px;top:661px;}
	#stockists{left:640px;top:329px;}
	
	.title{
		position: absolute;
		top: 30px;
		left: 0;
		z-index: 200;
	}
	
	.back{
		width: 100%;
		height: 100%;
		background: rgb(240, 240, 240); /* the fallback */
		background: rgba(240, 240, 240, .9);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
		display: none;
		text-align: left;
	}
		.back .text{
			margin: 90px 20px 20px;
		}
		.back a{color: inherit; text-decoration: underline;}
		.back a:hover{color: rgb(150, 150, 150);}

#back{
	margin: 0 auto 20px;
}

.button{margin-top: 170px;}
.next, .prev{cursor:pointer;}

#slideshow{
	width: 700px;
	margin: 0 auto;
	text-align: center;
}
	.left{float:left;}
	.right{float:right;}
	.clear{clear:both;}

.images{
	width: 335px;
	height: 600px;
	margin: 0 auto;
	text-align: center;
}

.image{background-color: rgb(255, 255, 255);}

#wardrobe{width:500px; margin:0 auto; padding-top: 20px;}
	
	#wardrobe article, #wardrobe header{margin-bottom:20px;}
	
		#wardrobe article table.drawer img{float:left; padding:10px;}
		
		#wardrobe article table.drawer p{padding:10px;}
		
		#wardrobe article p{padding:10px 0;}
		
		#wardrobe article h2{
			width: 500px;
			height: 40px;
			background-repeat: no-repeat;
			cursor: pointer;
			margin: 10px 0;
			position: relative;
		}
			#wardrobe article h2 span{display:none;}
			
			#wardrobe article .drawer{position:relative;}
			
			#wardrobe article table.drawer{
				border-bottom: rgb(150,150,150) dashed 1px;
				border-top: rgb(150,150,150) dashed 1px;
			}
			
			#denim_text{background-image:url(../modules/denim/image/denim_text.jpg);}
			#yarns_text{background-image:url(../modules/denim/image/yarns_text.jpg);}
			#selvedge_text{background-image:url(../modules/denim/image/selvedge_text.jpg);}
			#the_cut_text{background-image:url(../modules/denim/image/the_cut_text.jpg);}
			#sewing_text{background-image:url(../modules/denim/image/sewing_text.jpg);}
			
			#finishing_text{background-image:url(../modules/finishing/image/finishing_text.jpg);}
			#tinting_text{background-image:url(../modules/finishing/image/tinting_text.jpg);}
			#spraying_text{background-image:url(../modules/finishing/image/spraying_text.jpg);}
			#hand_over_dye_process_text{background-image:url(../modules/finishing/image/hand_over_dye_process_text.jpg);}
			#grinding_nicks_text{background-image:url(../modules/finishing/image/grinding_nicks_text.jpg);}
			#sand_blasting_text{background-image:url(../modules/finishing/image/sand_blasting_text.jpg);}
			#hand_sanding_text{background-image:url(../modules/finishing/image/hand_sanding_text.jpg);}
			#resin_text{background-image:url(../modules/finishing/image/resin_text.jpg);}
			#baking_text{background-image:url(../modules/finishing/image/baking_text.jpg);}
			#three_d_effect_text{background-image:url(../modules/finishing/image/3d_effect_text.jpg);}
			



