
/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes table spacing */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


body {
	text-align: left;
	background-color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	position: relative;
	}
	
a:link {
	color:#007e8d;
	text-decoration:none;
	}

a:visited {
	color: #CCCCCC;
	text-decoration:none;
	}

a:hover	{
	color:#FF9F00;
	text-decoration:underline;
	
	}

/* Estrutura */

#branding_sub {
	position:absolute;
	top: 20px;
	left: 0;
	width: 145px;
	padding: 5px;
	height: 350px;
	background-color:#FFFFFF;
	}
	
#branding_main {
	position:absolute;
	top: 20px;
	left: 155px;
	width: 165px;
	background-color:#FFFFFF;
	height: 480px;
	}	
	
#main_nav {
	display: block;
	width: 165px;
	margin-right: 10px;
	clear:both;
	}	
	
#main_content {
	position:absolute;
	top: 20px;
	left: 320px;
	background-color:#FFFFFF;
	background-color: #fefefe;
	min-height: 510px;
	width: 650px;
	}
	
/* Columa LEME */	

#branding_sub h2 {
	background-image: url(logopb.gif);
	text-indent: -9999px;
	width: 143px;
	height: 93px;
	}
	
#branding_sub ul {
	display:block;
	background-image: url(andrlm.gif);
	text-indent: -9999px;
	width: 143px;
	height: 53px;
	margin-top: 200px;
	}	
	
/* Columa Percursos */

#branding_main h1 {
	width: 165px;
	height: 360px;
	background-image: url(percpb.gif);
	margin-right: 10px;
	text-indent: -9999px;
	}	
	
#branding_main p.first {
	margin-top: 125px;
	}	
	
#main_nav li {
	display:inline-block;
	font-size: 10px;
	width: 155px;
	padding: 5px;
	color:#FFFFFF;
	height: 20px;
	}	
	
#main_nav li a:link, #main_nav li a:visited, #main_nav li a:hover {
	color:#FFFFFF;
	}	
	
#main_nav li.odd {
	background-color:#A6A6A6;
	}

#main_nav li.even {
	background-color:#858585;
	}
	
/* Artigos */

#artigo_heading {
	height: 89px;
	padding: 40px 20px 0px 0px;
	}
	
#artigo_heading h1 {
	font-size:16px;
	font-weight: normal;
	color: #006A84;
	}	
	
#artigo_heading p {
	font-size:0.8em;
	color: #000033;
	}	
			
	
#artigo_text {
	padding: 90px 10px 10px 10px;
	background-repeat:repeat-x;
	background-position:top left;
	}
	
#artigo_text h2 {
	font-size: 0.8em;
	margin-bottom: 0.8em;
	color: #006A84;
	}	
	
#artigo_text p {
	font-size: 0.8em;
	margin-bottom: 0.8em;	
	}
	
#artigo_text blockquote {
	padding-left: 60px;
	margin-left: 20px;
	background-image:url(quotes.png);
	background-repeat:no-repeat;
	}	
	
#artigo_text ol, #artigo_text ul {
	margin-bottom: 0.8em;
	margin-left: 1em;
	}	
	
#artigo_text ol {
	list-style:decimal;
	}	
	
#artigo_text ul {
	list-style:disc;
	}		
	
#artigo_text li {
	font-size: 0.8em;
	}		
	
#artigo_text li.sub, #artigo_text p.sub  {
	font-size: 0.6em;
	}  
	
#artigo_text p.author  {
	font-size: 0.6em;
	margin-top: 3em;
	padding-top: 1em;
	border-top: 1px dotted #999999;
	} 
	
/* Imagens Artigos */		

.artigo00 {
	background-image:url(00edit.jpg);
	}
	
.artigo01 {
	background-image:url(01inez.jpg);
	}	
	
.artigo02 {
	background-image: url(02helo.jpg);
	}	
	
.artigo03 {
	background-image:url(03ciamaria.jpg);
	}	
	
.artigo04 {
	background-image: url(04ident.jpg);
	}	
	
.artigo05 {
	background-image:url(05helo.jpg);
	}	
	
.artigo06 {
	background-image: url(06yvone.jpg);
	}	
	
.artigo07 {
	background-image:url(07samanta.jpg);
	}	
	
.artigo08 {
	background-image: url(08diferente.jpg);
	}	
	
.artigo09 {
	background-image:url(09leo.jpg);
	}	
	
.artigo10 {
	background-image: url(10martha.jpg);
	}		
	
.artigo11 {
	background-image:url(11sentido.jpg);
	}	
	
.artigo12 {
	background-image: url(12gabi.jpg);
	}	
	
.artigo13 {
	background-image:url(13lanc.jpg);
	}	
	
.artigo14 {
	background-image: url(14cecilia.jpg);
	}							
