.loader {
	display: none;
}



#content .content {
	margin-left: 328px;	
	margin-bottom: 50px;
	margin-right: 100px;
	/*margin-right: 340px;
	border: 1px solid  #fff;*/
}

#content .twitter {
	margin-bottom: 30px;
}



/* RESULTSET */
#content #resultset {	
	min-height: 340px;
	_height: 340px;
	
}


#content #resultset ul{
	list-style-type: none;
}

#content #resultset li{
	float: left;
	width: 200px;
	height: 64px;
	display: inline;
	margin: 0 0 3px 3px;
}

/* PORTFOLIO */

#content #resultset .portfolio ul{
	list-style-type: none;		
}

#content #resultset .portfolio li{
	float: left;
	padding:0 3px 3px 0;
	margin:0;
	width: 200px;
	height: 64px;
}

#content #resultset .portfolio li a{ 
	margin:0;
	padding:0;
	position: relative;	
	display: block;
	width: 200px;
	height: 64px;
	overflow: hidden;
	text-decoration: none;
}

#content #resultset .portfolio li span.hover { 
	width: 180px;
	height: 44px;
	background-color: #000;
	opacity:0.8;
	filter:alpha(opacity=80);
	position:absolute;
	top:-64px;
	left:0;
	z-index: 1000;
	overflow: hidden;
	color: #000;	
	display: block;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	cursor:pointer;
}


#content #resultset .portfolio li span.hover  span{ 		
	color: #fff;		
	text-align: right;
	width: 180px;
	display: block;	
	line-height: 100%;
	font-weight: bold;
	position: relative;		
	opacity:1;
	filter:alpha(opacity=100);
}

#content #resultset .portfolio li span.hover  span.category{ 		
	color: #D20019;
	font-weight: normal;
	position: relative;	
}


#content #workDetailLoader {
	display: none;	
	margin-bottom: 20px;
	font-size: 12px;
}

#content #workDetailLoader img{
	vertical-align: middle;	
}



.sidebar {
	position: absolute;	
	width: 230px;
	margin:0;
	left:15px;
}




/* CONTACT */ 
ul.contact {
	font-family: Helvetica, Arial, FreeSans;
	list-style-type: none;	
	color: #F2B3BA;
	font-size: 13px;
	/*margin-left: 328px;	*/
}

ul.contact a{
	color: #fff;
	text-decoration: none;
}


/* UPDATING */

.updating {
	display: none;	
	text-align: center;
	margin-bottom: 20px;
}
.updating span{	
	margin-top: 4px;
	text-align: center;
	display: block;
	font-size: 18px;
}





