﻿/*
----------------------------------------
GENERIC ELEMENTS
----------------------------------------
*/
	body	{
				font-family: Verdana;
				font-size: 19px;
				line-height: 1.1em;
				color: #000;
				padding: 0;
				width: 100%;
				margin: 0;
				background-color: #333333
}
	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;
				margin: 5px auto;
}

/*
----------------------------------------
NAVIGATION
----------------------------------------
*/
	#nav	{
		float: left;
		width: 19%;
		background-color:#FFFFFF;
		}
	#listamenu {
	width: 90%;
	list-style: none;
	font-family: Verdana;
	font-size: .8em;
	color: #003E82;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-align: center;
	padding: 0;
	margin: 8px auto 0 auto;
}
	#listamenu a {
		display: block;
		text-indent: 1px;
		text-align:center;
		padding: 0.5em 0 1em 0;
		border: 0;
		}
	#listamenu a:hover	{
		color: #bfbfbf;
		}
/*
----------------------------------------
Menu de números anteriores
----------------------------------------
*/
	#anteriores	{
	width: 100%;
	font-family: "Verdana";
	font-size: .7em;
	text-transform: none;
	color: #003E82;
	letter-spacing: .1em;
	margin: 8 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;
		}

/*
----------------------------------------
Menu de números anteriores
----------------------------------------
*/
	#regua	{
	width: 100%;
	font-family: "Verdana";
	font-size: .8em;
	text-transform: none;
	color: #ffffff;
	letter-spacing: .1em;
}
	#regua a	{
		text-indent: 1px;
		color:lime;
		text-align:center;
		padding: .1em 0 .1em 0;
		}
	#regua a:hover	{
		color: #ffffff;
		font-weight: bold;
		background-color:#333333;
		}
	#regua a:link	{
		color: #ffffff;
		}
	#regua a:visited	{
		color:#ffffff;
		}
	#regua a:active	{
		color:#ffffff;
		}

/*

----------------------------------------
Linha periodico
----------------------------------------
*/
	#linhaedi	{
				font-family: "Verdana", Times, Georgia, serif;
				font-size: .9em;
				color: #003E82;
				text-transform: uppercase;
				letter-spacing: .2em;
				display: block;
}
/*
----------------------------------------
MAIN CONTENT
----------------------------------------
*/
	#main	{
				float: left;
				width: 77%;
				padding: 0px 1% 1em 15px;
				margin: 0px 5px 2em 0px;
				text-align: left;
				background-color: #ffffff;
				border-left-width: 2px;
				border-left-color: #333333;
				border-left-style: solid;
}
	p.first:first-letter	{
		float: left;
		font-size: 6em;
		line-height: .75em;
		margin: 0 .1em .1em 0;
		}
/*
----------------------------------------
FOOTER
----------------------------------------


