#projects {
	padding-top: 20px;	
}



#projects .head {
	position: relative;
}


#projects .head  ul{
	position: absolute;
	right:0;
	top:0;
}

#projects .head ul li{
	display: inline;
}










/* LIST */
#projects .list {
	margin-bottom: 30px;
	
}


#projects .list .header{	
	height: 24px;	
	margin-top: 10px;	
	line-height: 24px;
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 2px solid #E53E88;
	margin-top: 15px;
	
}

#projects .list .ui-state-active {
	background-color: #FF358B !important;
	
}


#projects .list .projectHeader{	
	height: 24px;
	background-color: #404040;
	margin-top: 10px;	
	line-height: 24px;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
}

#projects .list .header .title,
#projects .list .projectHeader .title{	
	line-height: inherit;
	margin-left: 40px;	
	width: 267px;	
	font-weight: inherit;
	float: left;
	
}
#projects .list .projectHeader .title {
	color: #36ACDE;
	font-style: italic;	
}



#projects .list .header .client,
#projects .list .projectHeader .client{	
	line-height: inherit;
	color: #fff;
	width: 141px;	
	font-weight: inherit;
	float: left;
}

#projects .list .header .agency,
#projects .list .projectHeader .agency{	
	line-height: inherit;
	color: #fff;
	width: 170px;	
	font-weight: inherit;
	float: left;
}

#projects .list .header .year,
#projects .list .projectHeader .year{	
	line-height: inherit;
	color: #fff;	
	width: 45px;	
	float: left;
}

#projects .list projectDetail {
	height: 115px;
}


/* SQUARE */
#projects .square ul li {
	width: 231px;
	height: 170px;
	float: left;	
	background-color: #353535;
	margin-right: 5px;
	margin-bottom: 20px;
	cursor: pointer;
	
}

#projects .square ul li .picture{
	display: block;
	width: 231px;
	height: 128px;
	position: relative;
	overflow: hidden;
}

#projects .square ul li .picture h5{
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	font-family: Georgia;
}


#projects .square ul li .picture .data{
	width: 231px;
	height: 128px;
	position: absolute;
	top:128px;
	left:0;	
}

#projects .square ul li .picture .data div{
	width: 231px;
	height: 128px;
	position: absolute;
	top:0;
	left:0;
}

#projects .square ul li .picture .data .background{
	background-color: #36ACDE;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#projects .square ul li .picture .data .elements{
	padding: 20px;
}


#projects .square ul li .detail{
	padding: 2px 11px;
	font-family: Georgia;
}

#projects .square ul li .detail h4{
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	font-style: italic;
}


#projects .square ul li .detail h6{	
	font-size: 10px;
	color: #36ACDE;
	font-weight: normal;
}



/* RECTANGLE */
#projects .rectangle ul li {
	height: 118px;	
	background-color: #353535;	
	margin-bottom: 20px;
	cursor: pointer;	
}

#projects .rectangle ul li .picture{
	display: block;
	width: 456px;
	height: 118px;
	overflow: hidden;
	float: left;
	position: relative;
}

#projects .rectangle ul li .detail{
	padding: 20px 30px;
	font-family: Georgia;
	float: right;
	width: 190px; /*250px;*/
	height: /*118px;*/
}

#projects .rectangle ul li .detail h4{
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	font-style: italic;
}

#projects .rectangle ul li .detail h5{
	font-size: 12px;
	color: #B3B3B3;
	font-weight: normal;
}


#projects .rectangle ul li .detail h6{	
	font-size: 10px;
	color: #36ACDE;
	font-weight: normal;
	margin-bottom: 15px;
}


#projects .rectangle ul li .picture .data{
	width: 456px;
	height: 118px;
	position: absolute;
	top:118px; /*0;*/
	left:0;/*456px;	*/
}

#projects .rectangle ul li .picture .data div{
	width: 456px;
	height: 118px;
	position: absolute;
	top:0;
	left:0;
}

#projects .rectangle ul li .picture .data .background{
	background-color: #36ACDE;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#projects .rectangle ul li .picture .data .elements{
	
}

#projects .rectangle ul li .picture .data .elements img{
	padding: 15px 0 15px 15px;
	display: block;
	float: left;
}



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


.sidebar .tags 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 .tags li{
	display: inline;
	font-family: Georgia;
	font-style: italic;
	line-height: 23px;
}
.sidebar .tags li img{
	vertical-align: middle;
}
.sidebar .tags li a {
	color: #fff;
}




