@import url(/css/estilo.css);

body { background-color:#297918; }	
	
		#semcensura { font-family: Verdana, Arial, Helvetica, sans-serif; }
			
			#semcensura h2 { color:#fff; margin-bottom:15px; font-weight:bold; }
			
			#logo { margin: 40px 0 20px 0; }
				#logo img { width: 506px; height: 168px; }
			
			.horario { margin: -40px 0 0 90px; padding: 3px 5px 5px 8px; width: 337px; font-size: 12px;
			/* Mozilla ignores crazy MS image filters, so it will skip the following */
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/semcensura/imagens/faixa.png');
			}
			/* IE ignores styles with [attributes], so it will skip the following. */
			.horario[class] {
				background-image: url(/semcensura/imagens/faixa.png);
			}
			
			
			.palco { 
				float: left; width: 400px; height: 100%; min-height: 300px; padding: 20px;
				/* Mozilla ignores crazy MS image filters, so it will skip the following */
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/semcensura/imagens/palco.png');
				}
			/* IE ignores styles with [attributes], so it will skip the following. */
			.palco[class] {
				background-image: url(/semcensura/imagens/palco.png);
			}
				.autografos .palco ul li { float: left; width: 200px; height: 28px; line-height: 10px; }
				.receitas .palco ul li { display: inline; margin-right: 3px; font-size: 12.2px; }
				
				.palco h2 { margin-bottom: 10px; color: #D1BEAA; font-size: 16px; }
				.palco h3 { margin: 20px 0 0 0; padding: 0; background-color: transparent; color: #fff; text-transform: none; font-size: 12px; }
					.palco h3 strong { font-size: 14px; text-transform: uppercase; }
				.palco hr { margin: 15px 0; background-color: #63AF5E; height: 1px; }
				.palco .obs { font-size: 10px; margin-top: -10px; }
				.palco .subir { float: right; }
			
			
			#menu { float: right; margin-top: 140px; }


.galeriadevideos ul li { float:left; line-height:11px; margin:10px 5px; width:120px; }
	.galeriadevideos ul li img { border:3px solid #347458; }
			
			#rodape { position: absolute; left: 0; width: 100%; color: #ccc;
			/* Mozilla ignores crazy MS image filters, so it will skip the following */
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/semcensura/imagens/faixa.png');
			}
			/* IE ignores styles with [attributes], so it will skip the following. */
			#rodape[id] {
				background-image: url(/semcensura/imagens/faixa.png);
			}
				#rodape a { color: #fff; }