/* @marceloalegria >>> http://marceloalegria/css/style.css */

/* GLOBAL */
body {
	font-family:Tahoma;
	font-size:12px;
	
	text-align:center;
	margin:0px;

	border: 0px solid #560006;
}


/* portfolio */
#portfolio{
	width:980px;
	height:1260px;
	
	padding:0px;
	
	border: 0px solid #323943;
}

.tit_sites{
	margin:75px 0px 0px 0px;

}

.tit_outrosjobs{
	margin:700px 0px 0px 0px;

}

#job_linha1{
	width:970px;
	height:1125px;
	
	margin-top:67px;
	
	border: 0px solid #323943;
}

#job_linha2{
	width:970px;
	height:235px;
	
	margin-top:25px;
	
	border: 0px solid #323943;
}

#portfolio_left{
	width:260px;
	text-align:right;
	
	float:left;

	border: 0px solid #323943;
}

#portfolio_right{
	width:700px;
	text-align:center;

	float:right;

	border: 0px solid #323943;
}

/* Lightbox */

#gallery {
	width: 685px;
	margin-left:0px;
			
	border: 0px solid #000;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline-block; width:131px; float:left; padding:2px; border: 0px solid #000; }
#gallery ul img { width:131px; }
#gallery ul a:hover img { }
#gallery ul a:hover { color: #fff; }