@charset "UTF-8";

/*	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - 
	Table of contents:
	>>Col 3 content
	- Paragraph
	- Links
	- Headers
	> Itens de lista
	> Itens de lista ordenada
	> Tabelas
	> Caixas
	> home - #tagcloud
	> Notícias
- - - - - - - - - - - - - - - - - - - - - - - -
*/

@media all
{
 /*------------------------------------------------------------------------------------------------------*/




#col3_content {
}

	#col3_content p {
		line-height: 1.72em;
		font-family: Verdana, Arial, Sans-serif;
		}
		
	#col3_content a {
		font-weight: bold;
		}
	
	#col3_content #conteudo h1 {
		color:#666;
		margin:1.0em 0 0.8em 0;
		line-height:100%
		}
	
	/* Headers
	- - - - - - - - - - - - - - - - - - - - - - - - 
	*/
	#col3_content h2,
	#col3_content h3,
	#col3_content h4, 
	#col3_content h5,
	#col3_content h6 {
		color:#888;
		line-height:100%;
		}
	
	#col3_content h2, #col3_content h3 {
		margin-top:1.5em;
		}
		
	#conteudo h2 {
		margin-top: 1.5em!important;
		}
	
	/* Citations
	- - - - - - - - - - - - - - - - - - - - - - - - 
	*/
	
	#col3_content blockquote {
		margin: 2em 0;
		color:#444;
		padding-left: 40px!important;
		padding-right: 30px!important;
		background: no-repeat url(/images/comma.png) top left;
		}
		
		#col3_content blockquote p {
			font-family: "Times New Roman", Georgia, serif!important;
			font-size:1.4em!important;
			line-height:1.2em;
			}
		
	/* List Itens
	- - - - - - - - - - - - - - - - - - - - - - - - 
	*/
	
	#col3_content ul, #col3_content ol {
		margin:0;padding:0; /* reset */
		}
	#col3_content ul li, #col3_content ol li {
/*	margin:0;padding:0; /* reset */
	}
	
	#col3_content ul li {
		padding:0.3em 0;
		margin-left:3.0em;
		line-height:1.3em!important;
		list-style-image: url(/images/bullet03.png);
		}
	
	#col3_content ol li {
		padding:0.3em 0;
		margin-left:3.0em;
		line-height:1.3em!important;
		}
	
	/* Tables
	- - - - - - - - - - - - - - - - - - - - - - - - 
	*/
	
	#col3_content table,
	div#oc table /*mapa*/ {
		background-color:#fff;
		color:#666;
		}
		#col3_content table th, 
		div#oc .tblheader/*mapa*/ {
			color:#fff;
			font-weight:bold;
			background-color:#900;
			}

		#col3_content table tr,
		div#oc table tr/*mapa*/ {
			border:	1px solid #ccc;
			}
	
		/* table hover efx */
		#col3_content table:hover {
			background-color:#FFFFEE;
			}
			#col3_content table:hover a {
				color: #844;
				}		
			#col3_content table tr:hover {
				color: #000;
				background-color:#BBDD88;
				}
				#col3_content table tr:hover a  {
						color: #d00;
						}
		#col3_content table td:hover {
			/*background-color:#fff;*/
			}

		
			
			
	/* Box
	- - - - - - - - - - - - - - - - - - - - - - - -
	*/
	
	.box,
	.box-left,
	.box-right {
	background-color:#eee;
	padding:20px;
	border:1px solid #fa5;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	/*text-align:justify;*/
	}
	
			.box p,
			.box-left p,
			.box-right p {
			width:auto;
			padding:0; margin:0; /*reset p values*/
			color:#333;
			}

	/*box size&alignment*/
	.box {width:650px;margin-right:280px;margin:15px 0;}
	.box-left {width:300px;float:left;margin:5px 15px 0 0;}
	.box-right {width:300px;float:right;margin:5px 0 0 15px;}
	

	/* Notícias
	- - - - - - - - - - - - - - - - - - - - - - - -
	*/
		#col3_content h2 {
		margin-top:0.5em!important;
		}
		div.crednot p {
		font-size:0.8em;
		line-height:1.2em!important;
		color:#555;
		}
		
		h4 span.fonte {
			color: #555;
		}
		
	/*	END ::TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - -
*/
	
}
