@import url(base.css);

.content-wrap h2 {
	background: #FFF no-repeat left bottom;
	background-image: url(../img/clubes/noticias-title-bg.png);
	padding: 6px 10px;
	margin: 10px 0;
	font-size: 108%;
	text-transform: uppercase;
	color: #C00;
}

#eventos, #eventos-pesquisa {
	/*float: left;*/
}

#eventos {
	width: 420px;
}
	/*#eventos h2 {
		background-image: url(../img/clubes/noticias-title-bg.png);
		margin-right: 10px;
	}*/

	.evento {
		margin: 0 10px 20px 10px;
	}
		.evento-dia {
			background: #FFF url(../img/eventos/ambito-bullet.png) no-repeat;
			display: block;
			float: left;
			width: 30px;
			line-height: 26px;
			text-align: center;
			color: #FFF;
			font-size: 123.1%/*153.9%*/;
			font-weight: bold;
			text-shadow: rgba(0, 0, 0, .5) 1px 1px;
		}
			.ambito-2 .evento-dia { background-position: 0 -26px; }
			.ambito-3 .evento-dia { background-position: 0 -52px; }
			.ambito-4 .evento-dia { background-position: 0 -78px; }
			.ambito-5 .evento-dia { background-position: 0 -104px; }
			.ambito-6 .evento-dia { background-position: 0 -130px; }

		.evento-inner {
			float: left;
			width: 590px;
		}
		.evento h3 {
			margin: 0 0 4px 10px;
			font-size: 93%;
		}
			.evento h3 a {
				display: block;
				line-height: 18px;
				outline: none;
			}
			.evento h3 a.closed,
			.evento h3 a.open {
				background: #FFF url(../img/eventos/title-bullet.png) no-repeat;
				padding-left: 15px;
			}
			.evento h3 a.closed {
				background-position: left -36px;
			}
			.evento h3 a.closed:hover {
				background-position: left -54px;
			}
			.evento h3 a.open {
				background-position: left 0;
			}
			.evento h3 a.open:hover {
				background-position: left -18px;
			}
		.evento h4 {
			background: #E3E3E3;
			margin: 0 0 0 10px;
			font-size: 85%;
			line-height: 22px;
			padding: 0 5px;
			border: 1px solid #DFDFDF;
		}
			.evento h4 span {
				text-transform: uppercase;
				color: #444;
			}
		.evento-tipo {
			float: right;
		}
		.evento-info {
			background: #EFEFEF;
			margin-left: 10px;
			padding: 5px;
			border-color: #DFDFDF;
			border-style: solid;
			border-width: 0 1px 1px 1px;
		}
			.evento-info p {
				margin: 0 0 5px;
				clear: both;
				font-size: 85%;
			}
			.evento-info strong {
				width: 90px;
				text-align: right;
				display: block;
				float: left;
				margin-right: 5px;
				text-transform: uppercase;
				color: #555;
			}

#eventos-pesquisa {
	background: #FFF url(../img/eventos/pesquisa-bottom.png) no-repeat center bottom;
	width: 220px;
	padding-bottom: 5px;
}
	#eventos-pesquisa h2 {
		background-image: url(../img/eventos/pesquisa-title-bg.png);
		margin-bottom: 0;
	}

	#eventos-pesquisa form {
		background: #EFEFEF;
		margin: 0 8px;
		padding: 1px 10px 0 10px;
	}
		#eventos-pesquisa p {
			margin: 0 0 6px 0;
		}
		#eventos-pesquisa label {
			display: block;
		}
