/*================================================================
Name do arquivo.: default.css - Date: 20-08-2006
Nome do Autor...: Free CSS Templates - URL: http://www.freecsstemplates.org
Adaptado por....: Anselmo Biasse
Última alteração: 24/10/2007
================================================================*/
/* Início Elementos Padrões */
a {color: #457EE9;}

a:hover {text-decoration: none;}

body {
	margin: 0;
	padding: 0;
	background: url(./img/fundo.jpg);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000066;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1, h2 {
	letter-spacing: -2px;
	font-size: 1.6em;
}

blockquote {
	font-style: italic;
}

/* Desktop */
.desktop 
   {
	background: url(./img/desktop.gif) repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 767px;
   }

/* Cabecalho */
.header {
	width: 740px;
	height: 0px;
	margin: 0 auto 2em auto;
}

.header * {
	margin: 0;
	padding: 0;
	background: transparent;
	text-decoration: none;
	color: #000066;
}

.header h1 {
	float: left;
	padding: 80px 0 0 20px;
	letter-spacing: -2px;
	font-size: 3em;
}

.header h2 {
	float: left;
	padding: 100px 0 0 10px;
	font-size: 1em;
	font-weight: bold;
}

/* Conteudo */
.content {
	width: 730px;
	margin: 0 auto;
}

/* Coluna da direita */
.colOne {
	float: right;
	width: 530px;
}

.colOne .posted {
	border-top: 1px solid #457EE9;
	font-size: x-small;
}

.colOne .story {
	padding: 0 20px;
	text-align: justify;
}

.colOne .story a:hover /* Link Selecionado */
{
	color: #FF0000;
	text-decoration: underline;
}

.colOne .meta {
	margin: 0 0 1em 0;
	padding: 5px 10px;
	background: #000066 url(img/img3.gif) repeat-x;
	border-top: 1px solid #457EE9;
}

.colOne .meta p {
	margin: 0;
	padding: 0;
}

/* Coluna Menu */
/* Caixa do Menu */
/* Margem do texto do menu */
.sidenav h1,.sidenav ul {padding-left: 12px;} 

.sidenav {
	float: left;
	width: 180px;
	border: 1px solid #0000CC;
}

/* Fix IE. Hide from IE Mac */
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

/* Sub-menu */
.sidenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #0000CC;
}

.sidenav ul li {position: relative;}

/* Menu */
.sidenav li ul 
   {
	position: absolute;
	left: 181px;
	top: 0;
	display: none;	
	color: #777;
	font-size: 0.9em;
	padding: 0;
	text-decoration: none;
	width: 150px; 
   }
/* Texto */
.sidenav ul li a 
   {
	display: block;
	text-decoration: none;
	color: #0000CC;
	background: #0000CC url(img/img3.gif) repeat-x;
	padding: 5px;
   }

.sidenav li:hover ul, li.over ul {display: block;}

/* Texto selecionado */
.sidenav li a:hover {
	background: #999999;
	color: #FFFF00;	
} 

/* Cabecalho do menu */
.sidenav h2 {
	height: 25px;
	padding: 5px 0 0 10px;
	background: #457EE9 url(img/img2.gif) repeat-x;
	letter-spacing: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
}

/* Rodape */
.footer {
	width: 730px;
	height: 35px;
	margin: 0 auto;
	background: #457EE9 url(img/img2.gif) repeat-x;
	letter-spacing: normal;
	text-align: center;
	font-size: x-small;
	font-weight: bold;
}

.footer p {
	margin: 0;
	color: #0000CC;
}

.footer a {
	color: #0000CC;
}

.footer a:hover /* Link Selecionado */
{
	color: #FFFF00;
	text-decoration: underline;
}

.barra_superior {
	text-align: center;
	position:relative;
	margin-bottom: 0px;
}
.barra_superior a {
	background-color: #0000CC;
	color: #FFF;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 0.3px 12pt;
	width: 19%;
	border-right: 0px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.barra_superior a:hover {
	background-color: #999999;
	color: #FFFF00;
}
/* Data */
.data {
	width: 721px;
	margin: 0 auto;
	background: #0000CC;
	color: #FFF;
	font: bold 1.1em Verdana,sans-serif;
	padding: 5px 15px;
	text-align: right;
}
.data a {
	color: #FAFAFA;
	text-decoration: none;
}
.data a:hover {
	color: #FFE;
	text-decoration: underline;
}