﻿/*
----------------------------------------
GENERIC ELEMENTS
----------------------------------------
*/
	body	{
		font-family: Verdana;
		font-size: small;
		line-height: 1.3em;
		color: #000;
		padding: 0;
		width:100%;
		margin:0;
		background-image:url('../../../images/fdgrl1.jpg');
		background-position:center;
		background-repeat:repeat-y;			
		}
	p	{
		text-indent: 0em;
		margin: 0;
		padding: 0;
		}
	a	{
		text-decoration: none;
		}
	a:link	{
		color: #BF0000;
		border-bottom: 1px solid #bfbfbf;
		text-align: center;
		}
	a:visited	{
		color: #BF0000;
		border-bottom: 1px dotted #bfbfbf;
		}
	a:hover	{
		color: #600;
		border-bottom: 1px solid #600;
		}
	a:active	{
		color: #ccc;
		border-bottom: 1px solid #bfbfbf;
		}
/*
----------------------------------------
GLOBAL WRAPPER
----------------------------------------
*/
	#wrap	{
		max-width: 54em;
		min-width: 670px;
		background: none;
		margin: 5px auto;
		}
/*
----------------------------------------
HEADER
----------------------------------------
*/
	#header	{
		height: 120px;
		text-indent: -9999px;
		margin:10px auto 10px auto;
		}
/*
----------------------------------------
NAVIGATION
----------------------------------------
*/
	#nav	{
		float: left;
		width: 20%;
		}
	#listamenu {
		border-style: solid;
		border-width: 1px 2px 2px 1px;
		border-color: #CCCCCC #C0C0C0 #C0C0C0 #CCCCCC;
		background: url("../../../images/fine_speck.gif");
		width: 80%;
		list-style: none;
		font-family: Verdana;
		font-size: .9em;
		color: #003E82;
		text-transform: uppercase;
		letter-spacing: .2em;
		text-align:center;
		padding: 0;
		margin: 0 auto 0 auto;
		}
	#listamenu a {
		display: block;
		text-indent: 1px;
		text-align:center;
		background: url("../../../nav_right.gif") no-repeat bottom right;
		padding: 1em 0 1.4em 0;
		border: 0;
		}
	#listamenu a:hover	{
		color: #bfbfbf;
		}
/*
----------------------------------------
Menu de números anteriores
----------------------------------------
*/
	#anteriores	{
		border-style: solid;
		border-width: 0px 2px 0px 1px;
		border-color: #CCCCCC #C0C0C0 #C0C0C0 #CCCCCC;
		background: url("../../../images/fine_speck.gif");
		float: none;
		width: 80%;
		font-family: "Verdana";
		font-size: .8em;
		text-transform:none;
		color: #003E82;
		letter-spacing: .2em;
		padding: 0;
		margin: 0 auto;
		}
	#anteriores a	{
		display: block;
		text-indent: 1px;
		text-align:center;
		padding: .1em 0 .1em 0;
		border: 0;
		}
	#anteriores a:hover	{
		color: #ffffff;
		font-weight: bold;
		background-color:#eaf0eb;
		border-bottom: 1px solid #600;
		}
	#anteriores a:link	{
		color: #666666;
		border-bottom: 1px solid #bfbfbf;
		text-align: center;
		}
	#anteriores a:visited	{
		color: #666666;
		border-bottom: 1px dotted #bfbfbf;
		}
	#anteriores a:active	{
		color: #666666;
		border-bottom: 1px solid #bfbfbf;
		}
/*
----------------------------------------
Linha periodico
----------------------------------------
*/
	#linhaedi	{
		float: left;
		width: 77%;
		list-style: none;
		font-family: "Verdana", Times, Georgia, serif;
		font-size: .9em;
		color: #003E82;
		text-transform: uppercase;
		letter-spacing: .2em;
		padding: 0;
		margin: 0 0 0 0;
		}
/*
----------------------------------------
MAIN CONTENT
----------------------------------------
*/
	#main	{
		float: left;
		width: 77%;
		padding: 0.5em 1% 2em 1%;
		border-left: 1px solid #BF0000;
		border-right: 1px solid #BF0000;
		margin-bottom: 2em;
		text-align: left;
		background: url("../../../images/fine_speck.gif")
}
	p.first:first-letter	{
		float: left;
		font-size: 6em;
		line-height: .75em;
		margin: 0 .1em .1em 0;
		}
/*
----------------------------------------
FOOTER
----------------------------------------
*/
	#footer	{
		clear: both;
		color: #666;
		text-align: center;
		font-size: 1em;
		font-weight: normal;
		font-variant: small-caps;
		text-transform: lowercase;
		letter-spacing: .1em;
		background: url("../../../footer.gif") no-repeat bottom center;
		padding: 10px 0 50px 0;
		border-top: 2px solid #666;
		margin: 0 0 3em 0;
		}


