@import url(dtp1_main.css);

#detail{
	padding-top: 95px;
	max-width: 980px;
}
#detail h1{
	height: auto;
	text-indent: 0px;
	font-family: sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 70px;
	line-height: 55px;
	margin: -16px 0px 30px 0px;
	color: #fff;
	position: relative;
}
#detail p{
	display: block;
}
#detail .info{
	/* position: fixed; */
	width: 400px;
	margin-left: 525px;
}
#detail .info p{
	font-size: 14px;
	color: #fff;
}
#detail .info .meta{
	border-bottom: 1px dotted #555;
	margin-bottom: 19px;
	padding-bottom: 16px;
	padding-top: 4px;
	-webkit-font-smoothing: antialiased;
}

/* Project Title */

#detail .info .meta div{
	font-family: sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 14px;
	margin-bottom: 4px;
	color: #555;
}
#detail .metasummary div{
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 14px;
	margin-bottom: 4px;
	color: #555;
}
#detail .info .meta div span{
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
}
#detail .metasummary div span{
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 5px;
}

/* End Project Title */


#detail .images{
	/* position: fixed; */
	
	width: 400px;
	margin-left: 15px;
	margin-top: -840px;
}
#detail img{
	border-radius: 2px;
	max-width: 500px;
	display: block;
	margin-bottom: 15px;
}
a.goback{
	display: block;
	margin-top: 20px;
	opacity: .7;
	height: 16px;
	width: 16px;
	font-size: 1px;
	text-indent: -99999px;
	background-image: url(../img/dtp1_backarrow.png);
	background-size: 16px auto;
	background-repeat: no-repeat;
}
a.goback:hover{
	opacity: 1;	
}
.lockbottom{
	background: red;
}
