/* CONTEUDO-HOME */

#blocos-principal-lateral{
	width:100px;
	float:left;
	background-image:url(../Imagens/lateral-home.png);
	background-position:top;
	background-repeat:no-repeat;
	height:930px;
}

#blocos-principal-conteudo{
	width:480px;
	padding:15px;
	float:right;
	background-color:#FFFFFF;
}

.blocos-juntor-15{
	margin-bottom:15px;
}
.blocos-juntor-10{
	margin-bottom:10px;
}
.blocos-juntor-5{
	margin-bottom:5px;
}
.blocos-juntor-0{
	margin-bottom:0;
}
	
/*#############################################################*/
/*#############################################################*/
/*#############################################################*/

/* RESOURCES */
	
.listaresources li{
	list-style:none;	
	width:480px;
	height:80px;
	margin-bottom:10px;
}

	.listaresources li .resources-imagem{
		width:143px;
		height:70px;
		float:left;
		border:5px solid #666666;
	}
	.listaresources li .resources-imagem:hover{
		border:5px solid #333333;
	}
	
	.listaresources li .resources-textos{
		position:relative;
		width:317px;
		height:75px;
		float:right;
		border-bottom:5px solid #666666;
	}
		.listaresources li .resources-textos h1{
			color: #c0e142; 
			font-size: 18px;
			font-family: Arial, Verdana, Helvetica, sans-serif; 
			line-height:20px; 
			margin-bottom:5px;
		}
		.listaresources li .resources-textos h1 a{
			color: #c0e142; 
			font-size: 18px;
			font-family: Arial, Verdana, Helvetica, sans-serif; 
			line-height:20px; 
			margin-bottom:5px;
			text-decoration:none;
		}
		
		.listaresources li .resources-textos p{
			color: #333333; 
			font-size: 12px; 
			font-family: Arial, Verdana, Helvetica, sans-serif;
			line-height:15px;
		}
			
/*#############################################################*/
/*#############################################################*/
/*#############################################################*/

/* VIDEOS */

.thumbvideos li{
	list-style:none;
	float:left;
	
	width:143px;
	height:110px;
	margin-bottom:10px;
	margin-right:10px;
	border:5px solid #666666;
}
.thumbvideos li:hover{
	border:5px solid #333333;
}

.thumbvideos .semmargem{
	margin-right:0;
}
	
/*#############################################################*/
/*#############################################################*/
/*#############################################################*/

/* LINKS */

#listalinks li{
	list-style:none;
	width:480px;
	margin-bottom:10px;
}

	#listalinks li h1{
		color: #c0e142; 
		font-size: 18px;
		font-family: Arial, Verdana, Helvetica, sans-serif; 
		line-height:20px; 
	}
	
	#listalinks li h1 a{
		color: #c0e142; 
		font-size: 18px;
		font-family: Arial, Verdana, Helvetica, sans-serif; 
		line-height:20px;
		text-decoration:none;
	}
	
	#listalinks li p{
		color: #333333; 
		font-size: 12px; 
		font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	
	#listalinks li p a{
		color: #f7c400; 
		font-size: 12px; 
		font-family: Arial, Verdana, Helvetica, sans-serif;
		line-height:15px;
		text-decoration:none;
		font-weight:bold;
	}
	
/*#############################################################*/
/*#############################################################*/
/*#############################################################*/

/* INSPIRATIONS */

#listainspirations li{
	list-style:none;
	width:60px;
	height:60px;
	float:left;
	border:5px solid #666666;
	margin-right:12px;
	margin-bottom:10px;
}
#listainspirations li:hover{
	border:5px solid #333333;
}
#listainspirations .semmargem{
	margin-right:0;
}
	
/*#############################################################*/
/*#############################################################*/
/*#############################################################*/

/* PROJECTS */

#listaprojects li{
	list-style:none;
	width:470px;
	height:60px;
	border:5px solid #666666;
	margin-bottom:10px;
	position:relative;
}
#listaprojects .semmargem{
	margin-bottom:0;
}
	#listaprojects li img{
		position:absolute;
		top:0;
	}
	#listaprojects li .cover{
		position:absolute;
		top:0px;
		
		width:460px;
		height:60px;
		background-image:url(../Imagens/fundorodape.png);
		padding-left:10px;
	}
		#listaprojects li .cover h1{
			color: #c0e142; 
			font-size: 18px;
			font-family: Arial, Verdana, Helvetica, sans-serif; 
			line-height:20px;
		}
		#listaprojects li .cover h1 a{
			color: #c0e142; 
			font-size: 18px;
			font-family: Arial, Verdana, Helvetica, sans-serif; 
			line-height:20px; 
			margin-bottom:5px;
			text-decoration:none;
		}
		
		#listaprojects li .cover p{
			color: #eeeeee; 
			font-size: 12px; 
			font-family: Arial, Verdana, Helvetica, sans-serif;
			line-height:15px;
			font-weight:bold;
			margin-top:15px;
		}