body{
	margin: 0px;
	font-family: 'Quattrocento Sans', sans-serif;
	color: #777;
}

a{
	color: #555;
	text-decoration: none;
}
b{
	color: #13afa6;
	font-weight: normal;
}
a:hover{
	color: #13afa6;
}
.clearfix{
	clear: both;
}

#header_top{
	position: fixed;
	z-index: 999;
	top:0px;
	width: 100%;
	background-image: url('img/striped.png');
	background-repeat: repeat;
	height: 70px;
	background-color: white;
}

#header_bottom{
	position: fixed;
	z-index: 999;
	top:70px;
	width: 100%;
	background-color: #f9f9f9;
	height: 20px;
}

#nav{
	
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}


#title{
	margin-top: 14px;
	font-size: 16px;
	float: left;
	color: #777;
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight: normal;
}
#title_hidden{
	display: none;
	float: left;
	margin-left: 6px;
	margin-top: 14px;
	font-size: 16px;
	color: #bbb;
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight: normal;
}
#title_hidden.show{
	display: block;
}
#title_hidden a{
	color: #bbb;
}
#title_hidden a:hover{
	color: #ec1a50;
}

#meta{
	
	float: right;
	margin-top: 16px;
}

#meta ul {
	font-size: 10px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#meta ul li{
	display: inline;
	padding-left: 10px;
}

#bar{
	
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

#work_head{
	color: #333;
}

#work_nav{
	clear: both;
	
}

#work_nav a{
	color: #777;
}

#work_nav a:hover{
	color: #13afa6;
}

#work_nav ul{
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	margin-top: 6px;
}

#work_nav ul li{
	display: inline;
	margin-right: 10px;
}





#wrapper{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 140px;
	background-color: #fefefe;
}


#intro{
	font-size: 24px;
	font-family: 'Quattrocento', sans-serif;
	font-style: italic;
	color: #666;
}
#intro.expand{
	font-size: 24px;
	font-family: 'Quattrocento', sans-serif;
	font-style: italic;
	color: #666;;
}
#intro .proj_main{
	width: 640px;
	height: auto;
	margin-bottom: 80px;
}
#intro.expand .proj_main{
}
#intro.expand #intro_more_button{
	display: none;
}
#intro_more_button{
	color: #13afa6;
	cursor: pointer;
	font-size: 12px;
	font-family: 'Quattrocento Sans', sans-serif;
	font-style: normal;
	margin-left: 6px;
}
#intro_more_button img{
	margin-left: 1px;
	padding-top: 8px;
}
.intro_detail{
	display: none;
	font-size: 12px;
	color: #777;
}
#intro.expand .intro_detail{
	display:inline;
}
.content{
	border-bottom: 6px solid #f9f9f9;
	clear: both;
	margin-bottom: 160px;
	padding-bottom: 16px;
	position: relative;
}

.content.expand{

}

.proj_main{
	float: left;
	width: 400px;
	height: 400px;
	overflow: hidden;
}
.proj_main.expand{
	width: 640px;
}

.proj_info{
	margin-left: 16px;
	width: 220px;
	float: left;
}

.proj_info.expand{
	margin-left: 0px;
	width: 640px;

}

.proj_title{
	color: #555;
	font-size: 10px;
}
.proj_title a{
	color: #999;
}
.proj_title a:hover{
	color: #13afa6;
}
.title_overlay{
	position: absolute;
	top: 380px;
	left: 0px;
	background-color: white;
	opacity: 0.7;
	height: 20px;
	width: 640px;
	padding: 0px;
	font-size: 10px;
	padding-top: 6px;
	padding-left: 6px;
	display: none;
	color: #333;
}
.title_overlay.expand{
	display: block;
}

.proj_desc{
	font-size: 22px;
	font-family: 'Quattrocento', sans-serif;
	color: #777;
	margin-top: 12px;
	margin-bottom: 11px;
}

.proj_desc.expand{
	margin-top: 16px;
	height: auto;
}
.expand_button{
	cursor: pointer;
	font-size: 10px;
	float: left;
}
.expand_button img{
	margin-left: 3px;
}
.expand_button.expand{
	display: none;
}
.proj_links.expand{
	display: none;
}
.proj_desc span{ 
	display: none; 
}
.proj_desc.expand span{
	display:inline;
	font-family: 'Quattrocento', sans-serif;
	font-size: 12px;
	line-height: 18px;
}

/* GALLERY */
.gallery_wrapper{
	position: relative;
	left:-120px;
}
.gallery_wrapper.expand{
	left: 0px;
}
.gallery{
	padding: 0px;
	margin: 0px;
	list-style: none;
	overflow: hidden;
	width: 640px;
	height: 400px;
}
.gallery li{
	padding: 0px;
	margin: 0px;
	zoom:1;
}
.gallery img{
	width: 640px;
	height: 400px;
}
.gallery_nav{
	width: 310px;
	height: 230px;
	color: white;
	font-size: 60px;
	position: absolute;
	top: 0px;
	padding-top: 150px;
	display: none;
	opacity: 0.15;
	cursor: pointer;
	z-index: 800;
}
.gallery_nav:hover{
	opacity: 1;
	color: #13afa6;
}
.gallery_nav.expand{
	display: block;
}
.gallery_nav.L{
	left: 0px;
	text-align: left;
	padding-left: 10px;
}
.gallery_nav.R{
	right: 0px;
	text-align: right;
	padding-right: 10px;
}





#footer{
	height: 20px;
	background-color: #f9f9f9;
	clear: both;
	margin-top: 200px;
	
}
