@charset "utf-8";

/* --------------------------------------------------------------------
 *
 * Filename:		internas.css
 * Description:		Arquivo de regras das páginas internas do site
 * Version:			1.0.0 (2009-07-27)
 * Website:			http://www.jorgeforbes.com.br/
 * Author:			Luiz R. Albano Jr. - iDesk Informática
 *
 * == STRUCTURE =======================================================
 *
 * Page width: 960px (static)
 * Number of columns: 03
 *
 * $__globals		Definicoes de estilos a elementos globais
 * $__tipografia	Definicoes da tipografia do portal
 * -------------------------------------------------------------------- */
 
 
.news-options {
	border-top: 1px solid #D8D0B7;
	border-bottom: 1px solid #D8D0B7;
	padding:2px 5px;
	margin:5px 0 20px 0;
	height:20px;
}

.news-options ul {
	list-style:none;
	margin:0;
}
.news-options li {
	float:left;
	width:120px;
	margin:0 5px 0 0;
}

.news-options li a {
	display:block;
	border:0;
	color:#222;
	padding:0 0 0 28px;
}

.news-options .comment { background:url(images/ico-comment.jpg) no-repeat; }
.news-options .send { background:url(images/ico-send.jpg) no-repeat; }
.news-options .print { background:url(images/ico-print.jpg) no-repeat; }
.news-options .share { background:url(images/ico-share.jpg) no-repeat; }

.news-information {
	font-size:.8em;
}

h1.title-agenda {
	font-size:1.25em;
}
