.clear{
	display: block;
	clear: both;
	width: 0;
	padding:0;
	margin: 0;
}

body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/bg-body.gif) 0 0;
	}
	
.geral{
	margin: 0 auto;
	width: 725px;
	background:#fff;
	padding: 10px 45px 30px 45px;
	min-height:1000px;
	}
	
.geral .topo h1 a{
	width:725px;
	height:192px;
	float:left;
	background:url(../images/logo.gif) 0 0 no-repeat;
	border-bottom:15px solid #000;
	margin:0 0 10px 0;
	}
	
.geral .topo h1 a span{
	display:none;
	}	
	
.geral .lateral{
	width:160px;
	float:left;
	overflow:hidden;
	}	
	
.geral .lateral ul li{
	display:block;
	overflow:hidden;
	}
	
.geral .lateral ul li a{
	width:160px;
	height:34px;
	float:left;
	border-bottom:1px solid #231f20;
	}
	
.geral .lateral ul li a span{
	display:none;
	}
	
.geral .lateral ul li.tit-blog a{background:transparent url(../images/tit-blog.gif) left center no-repeat;}	
.geral .lateral ul li.tit-evento a{background:transparent url(../images/tit-evento.gif) left center no-repeat;}	
.geral .lateral ul li.tit-dia1 a{background:transparent url(../images/dia-1.gif) left center no-repeat;}
.geral .lateral ul li.tit-dia2 a{background:transparent url(../images/dia-2.gif) left center no-repeat;}
.geral .lateral ul li.tit-dia3 a{background:transparent url(../images/dia-3.gif) left center no-repeat;}
.geral .lateral ul li.tit-dia4 a{background:transparent url(../images/dia-4.gif) left center no-repeat;}
.geral .lateral ul li.tit-dia5 a{background:transparent url(../images/dia-5.gif) left center no-repeat;}

.geral .lateral ul li.tit-cadastro a{
	width:160px;
	height:57px;
	background:transparent url(../images/tit-cadastro.gif) left center no-repeat;
	padding:0 0 15px 0;
	}
	
.geral .lateral ul li.tit-vice a{
	background:transparent url(../images/tit-vice-brasil.gif) left center no-repeat;
	width:160px;
	height:25px;
	padding:15px 0 0 0;
	border-bottom: none;
	border-top:6px solid #000;
	}
	
.geral .lateral ul li.tit-vbs a{
	background:transparent url(../images/tit-vbs-tv.gif) left center no-repeat;
	width:160px;
	height:25px;
	padding:2px 0;
	border-bottom: none;
	border-top:none;
	}	
	
.geral .lateral ul li.pass a{
	width:160px;
	border-top:none;
	float: left;
	}		
	
.geral .lateral ul li.tit-conv a{
	background:transparent url(../images/tit-converse.gif) left center no-repeat;
	width:160px;
	height:25px;
	padding:2px 0;
	border-bottom: none;
	border-top:none;
	}	
	
.geral .lateral ul li.tit-conv2 a{
	background:transparent url(../images/tit-converse-skate.gif) left center no-repeat;
	width:160px;
	height:49px;
	padding:2px 0;
	border-bottom: none;
	border-top:none;
	}	
	
.geral .lateral ul li.tit-conv3 a{
	background:transparent url(../images/tit-converse-blog.gif) left center no-repeat;
	width:160px;
	height:49px;
	padding:2px 0;
	border-bottom: none;
	border-top:none;
	}	
	
.geral .lateral ul li.tit-foto a{
	background:transparent url(../images/tit-galeria-foto.gif) left center no-repeat;
	width:160px;
	height:25px;
	padding:15px 0 0 0;
	border-bottom:1px solid #000;
	}
	
.geral .lateral ul li.tit-video a{
	background:transparent url(../images/tit-videos.gif) left center no-repeat;
	width:160px;
	height:25px;
	padding:15px 0 0 0;
	border-bottom:1px solid #000;
	}					
	
.geral .box{
	width:515px;
	float:right;
	margin:22px 0 0 0;
	}
	
.geral .box h2{
	font-size: 1.8em;
	color: #231f20;
	font-weight: bold;
	letter-spacing:-2px;
	}	
	
/*form de cadastro*/	

hr{
	width: 514px;
	float: left;
}
	
form{
	width: 515px;
	float: left;
	}
	
	
form h2{
	font-size: 1.8em;
	color: #231f20;
	font-weight: bold;
	letter-spacing:-2px;
	}
	
form fieldset label{
	display: block;
	padding: 5px 0;
	color: #231f20;
	font-size: 1em;
	font-weight: bold;
	}
	
form fieldset label input{
	width:300px;
	border: 1px solid #d2d2d2;
	padding: 2px;
	display:block;
	}
	
form fieldset label input.btn{
	padding: 2px 10px;
	color: #fff;
	font-weight: bold;
	background: #231f20;
	width: 100px;
	margin: 10px 0 0 0;
	font-size:1.2em;
	}


/*----*/

hr{
	display:block;
	margin:30px 0;
	}	

.view-blog a{
	display:block;
	text-align:right;
	padding:10px 0;
	font-weight:bold;
	border-bottom:1px solid #eee;
	margin:0 0 15px 0;
	}		
	
a{
	color:#000;
	}

a:hover{
	text-decoration:underline;
	color:#0000ff;
	}	

.view-blog{display:none;}

/*blog*/

.view-blog form.comment{
	width: 400px;
	float: left;
	margin: 10px 0;
	padding: 10px;
	background: #f9f9f9;
}

.view-blog p{
	margin-bottom:5px;
}

.view-blog form label{
	display: block;
	padding: 5px 0;
	font-weight: bold;
}

.view-blog form label input, .view-blog form label textarea{
	display: block;
	width: 400px;
	margin: 10px 0 0 0;
}

.view-blog form label input.btn{
	width: auto;
	background: #000;
	color: #fff;
	font-weight: bold;
}

.view-comment{
	width: 400px;
	float: left;
	padding: 10px;
	margin: 10px 0;
}

.view-comment label{
	display: block;
}

.view-comment label strong{
	font-weight: bold;
}

.zebra{
	background: #f9f9f9;
}


/*----------------------------Login-------------------------------*/

.login{
	padding:10px;
	width:200px;
	margin:0 auto;
	margin-top:100px;
	background:#f9f9f9;
	}
.login label{display:block;}
.login div input{
	width:200px;
	border:1px solid #333;
	font-size:11px;
	}
	
.login h2{
	color:#000;
	display:block;
	padding:0 0 20px 0;
	}		
	
.btn{
	color:#fff;
	background:#0f0f0f;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #373737;
	border-right:1px solid #373737;
	padding:2px 10px;
	margin:10px 0;
	}

#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul li a{
	width:150px;
	height:100px;
	float:left;
	overflow:hidden;
	border: 4px solid #000;
	margin:5px;
	}
	
#gallery ul a:hover { color: #fff; border: 4px solid #333; }
