/*------------------------------------------------------------------------------------
	STYLESHEET HAND NOTE

	autor: Thiago Teles Pereira - Web Designer
	contato: thiago.teles@portalimap.org.br
	empresa: IMAP - Instituto Municipal de Administração Pública
	criado em: 05/01/2013
	versão: 1.0

	SOBRE VALIDAÇÃO: ESTA FOLHA DE ESTILO UTILIZA PREFIXOS
	PORPRIETÁRIOS (-MOZ, -WEBKIT, -O), ESTES PREFIXOS SÃO NECESSÁRIOS
	PARA QUE DETERMINADA PROPRIEDADE CSS FUNCIONE NO NAVEGADOR
	EM QUESTÃO. COMO O CSS3 AINDA NÃO É UM PADRÃO OFICIAL SE FAZ
	NECESSÁRIO O USO DESTES PREFIXOS. POR ESTE MOTIVO APENAS, ESTA
	FOLHA DE ESTILO NÃO PASSA NO VALIDADOR W3C.

	NÃO REALIZE ALTERAÇÕES NO CSS SEM ANTES
	ENTRAR EM CONTATO COM O WEB DESIGNER.
-----------------------------------------------------------------------------------*/
@font-face{
	font-family: waitingForTheSunrise_regular;
	src: url('fonts/waiting_for_the_sunrise/waitingforthesunrise-webfont.eot');
	src: url('fonts/waiting_for_the_sunrise/waitingforthesunrise-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/waiting_for_the_sunrise/waitingforthesunrise-webfont.woff') format('woff'),
	     url('fonts/waiting_for_the_sunrise/waitingforthesunrise-webfont.ttf') format('truetype'),
	     url('fonts/waiting_for_the_sunrise/waitingforthesunrise-webfont.svg#waitingForTheSunrise_regular') format('svg');
	font-style: normal;
	font-weight: normal;
}

#handNote_wrapper{
    position: relative;
   /* width: 590px;
	height: 100px;*/
	padding: 10px 20px;
	margin: 40px 0;
	color: #127A3D;
	font-family: waitingForTheSunrise_regular;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0.02em;
	text-align: justify;
	text-shadow: 0 0 1px #4E6EBE;
	background: transparent url('img/double_quotes.png') no-repeat left top;
	background-size: contain;
    overflow: hidden;
}
#handNote_wrapper p{
	margin: 12px;
}
#handNote_wrapper .handNote{
	display: none;
}