/*
	Astral 1.0 by HTML5 Up!
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		background: #77b46e;
	}

		body:before,
		body:after
		{
			display: none;
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/
	
	#nav
	{
	}
	
		#nav a
		{
		}
		
			#nav a span
			{
				display: none;
			}

	.icon-agenda		{ background: url('../images/agenda.png') no-repeat;}
	.icon-home			{ background: url('../images/home.png') no-repeat; }
	.icon-temas			{ background: url('../images/temas.png') no-repeat; }	
	.icon-sessoes		{ background: url('../images/sessoes.png') no-repeat; }
	.icon-user			{ background: url('../images/apr.png') no-repeat; }
	.icon-mail			{ background: url('../images/email.png') no-repeat; }
	.icon-noticias		{ background: url('../images/info.png') no-repeat; }
	
	.icon-agenda:hover		{ background: url('../images/agenda_h.png') no-repeat;}
	.icon-home:hover		{ background: url('../images/home_h.png') no-repeat; }
	.icon-temas:hover		{ background: url('../images/temas_h.png') no-repeat; }	
	.icon-sessoes:hover		{ background: url('../images/sessoes_h.png') no-repeat; }
	.icon-user:hover		{ background: url('../images/apr_h.png') no-repeat; }
	.icon-mail:hover		{ background: url('../images/email_h.png') no-repeat; }
	.icon-noticias:hover	{ background: url('../images/info_h.png') no-repeat; }
	
	.icon-agenda:before		{ content:'';}
	.icon-home:before		{ content:'';}
	.icon-temas:before		{ content:'';}	
	.icon-sessoes:before	{ content:'';}
	.icon-user:before		{ content:'';}
	.icon-mail:before		{ content:'';}
	.icon-noticias:before	{ content:'';}