#project {
	padding-top: 20px;
}


#project .image li {
	position: relative;
}

#project .flashContainer {
	z-index:1;
	position:absolute;
}

#project .image{
	display: block;
	width: 708px;
	height: 399px;	
	overflow: hidden;
	position: relative
}

#project .image .description{
	position: absolute;
	width: 708px;
	height: 50px;
	left:0;
	bottom: 0;		
}


#project .image .background{
	position: absolute;
	width: inherit;
	height: inherit;
	background-color: #000;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#project .image span{
	display: block;
	padding:10px 25px;
	position: absolute;
	width: 658px;
	height: 30px;
	font-size: 12px;
}



#project .download {
	position:absolute;
	height: 35px;
	margin-top: 20px;	
	text-align: left;	
	right: 0;	
	top: 55px;
}

#project .download a {
	background-color: #343434;
	line-height: 21px;
	border: 1px solid #8c8c8c;
	padding: 2px 10px; 
	font-size: 10px;
	margin-left: 10px;
}

#project .download a:hover {
	background-color: #FF358B;
}



#project .social {
	display: inline;
	
}

#project .social li{
	display: inline;
}


#project h4 {
	font-family: Georgia;
	font-size:30px;
	font-weight: normal;
	margin-bottom: 16px;
	color: #fff;
}


/* DETAIL */
#project .detail {
	width: 460px;
	float: left;
	position: relative;
}


#project .detail ul {
	font-size: 12px;
	margin-bottom: 5px;
}


#project .detail ul li{
	line-height: 16px;	
}
#project .detail ul label {
	color: #36ACDE;
}


#project .detail a {
	color: #fff;
}

#project .detail .brief {
	margin-bottom: 17px;
	text-align: justify;
	margin-top: 16px;
}

#project .detail h5 {
	display: inline;
	font-family: Georgia;
	font-size:17px;
	font-weight: normal;
	margin-bottom: 16px;
	color: #fff;
	/*background-color: #fff;*/
	line-height: 21px;
	 
}

#project .detail .description {
	color: #B3B3B3;
	font-size: 15px;
	line-height: 18px;
}

#project .detail .description p {
	margin-bottom: 20px;
}



/* IMAGES */
#project .images {
	margin-top: 20px;
	margin-bottom:20px;	
}

#project .images ul {
	margin-top: 15px;
}

#project .images ul li {
	width:70px;
	float: left;
	margin: 0 5px 5px 0;
}

#project .images ul .video {
	border-right: 1px solid #ff358b;
	padding-right:10px;
	margin-right: 10px;
	 
}

#project .images ul .video a{	
	width:70px;
	display: blocK;
	height: 70px;
	background-color: #ff358b;
	color: #fff;
	font-size: 15px;
	font-family: Georgia;
	font-style: italic;
	text-align: center;
}



#project .images ul .video a span{
	line-height: 65px;
}





/* BACK */
#project .back {
	width: 230px;
	float: right;
	height: 300px;
	background: url(../i/projectBack.gif) repeat-y;
}












/* SIDEBAR */
.sidebar .projectList{
	margin-bottom: 30px;
}

.sidebar .projectList h5{
	font-size: 18px;
	color: #36ACDE;
	font-family: Georgia;
	font-style: italic;
	padding-bottom: 3px;
	border-bottom: 1px solid #36acde;
	width: 200px;
	margin-bottom: 15px;
	
}

.sidebar .projectList ul{
	height: 355px;
	overflow: auto;
	width: 200px;
	padding:0;
	margin:0;
}

.sidebar .projectList ul li{
	margin-bottom: 10px;
	font-size: 14px;
	color: #EEEEEE
}

.sidebar .projectList a {
	color: #fff;
}



