/* CSS Document */
/************************************************/
/*												*/
/*		Projeto:	Fred Gol        			*/
/*		Folha:		Geral						*/
/*		-----------------------------------		*/		
/*		Empresa:	www.hollo.com.br    		*/
/*		Autor:		Paula Oliveira			    */
/*												*/
/************************************************/

/*********************** INICIO NORMATIZACAO ********************************/

body{
	background: url(../imgs/bg.png) fixed no-repeat left top #000000 !important;
	margin:0px;
	padding:0px;
}

body, div, td{
	font:normal 11px "Trebuchet MS";
	color:#807878;
}

a{outline:none;}

/*********************** FIM NORMATIZACAO ********************************/
/*********************** INICIO ESTRUTURA ********************************/

#div_site{
	width:473px;
	height:100%;
	position:absolute;
	top:0;
	left:413px;
}
	#topo{
		width:473px;
		height:264px;
		background: url(../imgs/bg_topo.png) no-repeat;
		position:fixed;
		left:412px;
		top:0;
		z-index:100;
	}
		#menu{
			width:229px;
			height:236px;
			text-align:right;
			position:relative;
			top:15px;
			left:240px;
		}
			.links{
				width:228px;
				height:40px;
				text-align:right;
			}
				.select{
					border:#bbbbbb 1px solid;
					width:156px;
					height:17px;
					font:bold 11px "Trebuchet MS";
					color:#4e4e4e;					
				}
				.tit_menu, .tag_menu{font: bold 11px "Tahoma"; color:#615d5e;}
				.tag_menu{font-size:9px;}
			.colaboradores{
				width:228px;
				height:44px;
				cursor:pointer;
			}
			.tags{
				width:228px;
				height:125px;
				text-align:right;
			}
			.rss{
				width:44px;
				height:17px;
				cursor:pointer;
			}
			
	#conteudo{
		width:465px;
		height:auto;
		position:relative;
		top:263px;
	}

#rodape{
	width:auto;
	height: auto;
	position:fixed;
	margin:0;
	padding:0;
	left:0px;
	bottom:0px;
	
}
	.texto_fred{margin:0 0 0 20%;}





/*********************** FIM ESTRUTURA ********************************/

/*********************** INICIO POST ********************************/
#post{ width:465px; margin:15px 0 0 0;}

	.data_post{
		font:normal 11px "Tahoma";
		color:#fff;
	}
	
	.titulo_post{
		font:normal 18px "Tahoma";
		color:#72ae34;
		letter-spacing:1;
	}
	
	.texto_post{
		font:normal 11px "Tahoma";
		color:#807878;
		margin-top:20px;
	}

/*********************** FIM POST ********************************/

/*********************** INICIO COMENTARIO ********************************/
.comentario{
	width:465;
	position:relative;
	top:0;
	margin-bottom:25px;
}
.topo_comentario{
	width:458px;
	font: bold 9px "Tahoma"; color:#615d5e;
	text-align:right;
	margin-bottom:35px;
}

.nome_comentario{
	width:458px;
	font: bold 9px "Tahoma"; color:#615d5e;
	text-align:right;
	margin-top:20px;
}

/*************************FIM COMENTARIO**********************************************/
/***********************INICIO FORMULARIO**************************************************/

.formulario{
	width:458px;
	margin-top:25px;
}

.titulo_formulario{font: bold 18px "Trebuchet MS"; color:#eb8206;}

.texto_informativo{
	 margin-top:3px;
	 color:#615d5e; 
	 font-size:9px;
}

.form_campos{
	margin-left:3px;
	font:10px "Tahoma";
	font-weight:bold;
	color:#615d5e;
	*margin-top:-2px;
}

.campos,.textarea{
  border: #c1c1c1 1px solid;
  padding:2px;
  height:13px;
  *height:10px;
}

.texto_informativo{
	 margin-top:3px;
	 color:#6c6161; /*quase preto*/
	 font:normal 9px "Tahoma";
}

.textarea{height:120px;}

.botao_enviar{
	position:relative;
	
}


.campos_verde,.textarea_verde{
  border: #b9da00 1px solid;
  padding:2px;
  height:20px;
  *height:17 px;
  font:11px "Tahoma";
}

.campos_vermelho,.textarea_vermelho{
  border: #ff0101 1px solid;
  padding:2px;
  height:20px;
  *height:17 px;
  font:11px "Tahoma";
}

.textarea_verde, .textarea_vermelho{height:120px;}

.div_mensagem_grande{
	width:458px;
	margin-top:25px;
	height:365px;
	text-align:center;
	padding-top:25px;

}

.div_mensagem_pequena{
	width:200px;
	height:auto;
	text-align:center;
	border: #a3a3a3 1px solid;
	margin: 0 auto;
	padding:40px;
}

.bt_fecahr_div{
	display:none;
	cursor:pointer;
	float:right;
	margin:-30px -30px 0 0;
	font-size:9px;
	
}


/*********************** FIM FORMULARIO ********************************/


.menu_home{
	position:fixed;
	top:160px;
	left:300px;
	width:200px;
	height:75px;
	z-index:100000
}

.topo_secao, .bt_voltar{
	font:bold 11px "Tahoma";
	color:#eb8206;
	margin:12px 0 20px 0;
	height:12px;
}

.bt_voltar{ color:#807878; float:right; margin:-13px 10px 0 0; text-decoration:none;}

.bt_voltar a:hover{color:#eb8206;}


a:link{text-decoration:none; color:#615d5e}
a:active{text-decoration:none; color:#615d5e}
a:hover{text-decoration:none; color:#eb8206}
a:active{text-decoration:none; color:#615d5e}
a{outline:none;}


/*
    Alpha PNG support for IE
    ------------------------------
*/
* html img {
filter:expression(
   this.alphaxLoaded ? "" :
   (
	this.src.substr(this.src.length-4)==".png"
	?
	(
	 (!this.complete)
	 ? "" :
	  this.runtimeStyle.filter=
	  ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
	  (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
	  String(this.alphaxLoaded=true).substr(0,0)+
	  (this.src="blank.png").substr(0,0)
	)
	:
	this.runtimeStyle.filter=""
   )
  );
}

	