@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
 * $__sidebar		Definicoes dos elementos da sidebar
 * $__linktothis	Definicoes do box Veja Também
 * -------------------------------------------------------------------- */
 
#breadcrumbs {
	border: 1px solid #D8D0B7;
	height:15px;
	font-size:10px;
	padding:0 5px;
	margin:0 0 10px 0;
	overflow:hidden;
}

#breadcrumbs span { display:inline-block; }

#breadcrumbs a {
	border:0;
	display:inline-block;
	background:url(images/breadcrumb-div.png) no-repeat top right;
	padding:0px 15px 3px 0px;
	margin:0 5px 0 0;
}



/* $__tipografia
 * --------------------------------------------------------------------*/

/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #0033AA; }

h1 { font-size: 2.5em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */
.center-content p           { margin: 0 0 1.5em; }
.center-content p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
.center-content p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

.center-content a:focus, 
.center-content a:hover     { color: #000; border-bottom:0; }
.center-content a           { color: #009; border-bottom:1px solid #009; }

.center-content blockquote  { margin: 1.5em; color: #666; font-style: italic; }
.center-content strong      { font-weight: bold; }
.center-content em,
.center-content dfn      	{ font-style: italic; }
.center-content dfn         { font-weight: bold; }
.center-content sup, 
.center-content sub    		{ line-height: 0; }

.center-content abbr, 
.center-content acronym     { border-bottom: 1px dotted #666; }
.center-content address     { margin: 0 0 1.5em; font-style: italic; }
.center-content del         { color:#666; }

.center-content pre 		{ margin: 1.5em 0; white-space: pre; }
.center-content pre,
.center-content code,
.center-content tt 			{ font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

.center-content div.alert	{ background-color:#FFC; border:1px solid #F90; margin:0 0 20px 0; padding:8px; }


/* Lists
-------------------------------------------------------------- */
.center-content li ul, 
.center-content li ol       { margin:0 1.5em; }

.center-content ul, 
.center-content ol      	{ margin: 0 1.5em 1.5em 1.5em; }

.center-content ul          { list-style-type: disc; }
.center-content ol          { list-style-type: decimal; }

.center-content dl          { margin: 0 0 1.5em 0; }
.center-content dl dt       { font-weight: bold; }
.center-content dd          { margin-left: 1.5em;}



/* Tables
-------------------------------------------------------------- */

.center-content table       	{ margin-bottom: 1.4em; width:100%; }
.center-content th          	{ font-weight: bold; }
.center-content thead th 		{ background: #c3d9ff; }
.center-content th,td,caption 	{ padding: 4px 10px 4px 5px; }
.center-content tr.even td  	{ background: #e5ecf9; }
.center-content tfoot       	{ font-style: italic; }
.center-content caption     	{ background: #eee; }



/* Misc classes
-------------------------------------------------------------- */

.center-content .small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.center-content .large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.center-content .hide       { display: none; }

.center-content .quiet      { color: #666; }
.center-content .loud       { color: #000; }
.center-content .highlight  { background:#ff0; }
.center-content .added      { background:#060; color: #fff; }
.center-content .removed    { background:#900; color: #fff; }

.center-content .first      { margin-left:0; padding-left:0; }
.center-content .last       { margin-right:0; padding-right:0; }
.center-content .top        { margin-top:0; padding-top:0; }
.center-content .bottom     { margin-bottom:0; padding-bottom:0; }



/* $__sidebar
 * --------------------------------------------------------------------*/
 
.destaque-box {
	position:relative;
	border-top:3px solid #D8D0B7;
	background:#DCDBD1;
	margin:0 0 20px 0;
}

.destaque-box h3 {
	border-top:1px solid #FFF;
	text-align:left;
	font-size:1.25em;
	padding:3px 5px;
	color:#333;
}

.destaque-box ul {
    text-align:left;
    list-style: none;
    margin: 0 8px 10px 8px;
}

.destaque-box ul li { font-size:.95em; font-weight: bold; margin:5px 0 10px 0; }
.destaque-box ul li small { font-size:.8em; font-weight: normal; }
.destaque-box ul li a { color:#990000; }
.destaque-box ul li a:hover { color:#333; text-decoration: underline; }

.destaque-box .border-bottom {
	background:url(images/destaque-border-bottom.png) no-repeat;
	position:absolute;
	bottom:-9px;
	left:0;
}



/* $__ditto
 * --------------------------------------------------------------------*/
.ditto_wrapper .ditto_article { margin-bottom: 20px; }

.ditto_wrapper .ditto_title {
	font-size: 115%;
	width: 100%;
	border-bottom: 1px solid #9c0;
}

.ditto_wrapper .ditto_title .ditto_info {
	float: right;
	display: block;
	text-align: right;
	font-size: 75%;
	color: #555;
}

.ditto_wrapper .ditto_link { text-align: right; font-size: 75%; }

.ditto_wrapper a, .ditto_wrapper a:visited, .ditto_wrapper a:hover { border: 0; }

.ditto_paging {
	border-top: 1px solid #ccc;
	padding: 10px;
	font-size: 86%;
	color: #618100;
}

.ditto_pages {
	margin:0;
	margin-top:15px;
	padding:5px;
	background-color:#F1EEE8;
	text-align:left;
}

.ditto_pages .ditto_currentpage {
	border: 1px solid #444;
	padding: 1px 5px 2px;
	margin-right: 1px;
	background-color: #444;
	color: #fff;
}

.ditto_pages .ditto_off {
	border: 1px solid #ccc;
	padding: 1px 5px 2px;
	margin-right: 1px;
	color: #ccc;
}

.ditto_pages a, .ditto_pages a:link, .ditto_pages a:visited {
	border: 1px solid #444;
	padding: 1px 5px 2px;
	margin-right: 1px;
	text-decoration: none !important;
	color: #900;
	background-color:#FFFFFF;
}

.ditto_pages a:hover { background-color: #fff; color: #000; }

.ditto_archivelist ul {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 0;
}

.ditto_archivelist ul ul { list-style-type: square; margin-left: 35px; }

.ditto_archivelist .ditto_month { font-weight: bold; } 



/* $__summaries
 * --------------------------------------------------------------------*/
/* Simple Summary */
ul.simpleSummary { margin:0 0 20px 0; }
.simpleSummary li:before { content:"»  "; }

.simpleSummary li {
	border-bottom:2px solid #EAE6D7;
	list-style:none;
	padding:5px 5px 3px 10px;
	font-size:1.2em;
}

.simpleSummary li a { border:0; color:#900; }

/* Text Summary */
ul.textSummary { margin:0 0 20px 0; }

.textSummary li {
	border-bottom:2px solid #EAE6D7;
	list-style:none;
	padding:5px 5px 8px 5px;
	font-size:1.2em;
}

.textSummary li small { font-size:0.7em; }

.textSummary li a {
	font-size:1.2em;
	font-weight:bold;
	border:0;
	color:#900;
}

.textSummary li span { font-size:0.8em; }


/* $__forms
 * --------------------------------------------------------------------*/
 
form.form ul { 
	margin-top:20px;
	margin-left:0;
	text-align:left;
	color:#666666;
}

.form ul li {
	padding:3px 0 5px 5px;
	list-style:none;
	border-bottom:1px solid #D6D7D9;
}

.form .noborder { border:0; }

.form ul li.left {
	float:left;
	width:49%;
	margin:0 2px 2px 0;
}

.form ul li.right {
	float:right;
	font-weight:normal;
	width:45%;
	margin-bottom:2px;
	margin-right:0px;
}

.form ul li.info{
	clear:both;
	float:none;
}

.form input, .form select {
	width:95%;
	padding:3px;
	height:18px;
	border:1px solid #95C3DA;
	background-color:#DDECF5;
}

.form input.radio {
	background:none;
	border:0;
	width:auto;
	margin:8px 0 0px 20px;
}

.form select { height:26px; }
.form input#txtTelefoneDDD, 
.form input#txtTelefone1DDD, 
.form input#txtTelefone2DDD, 
.form input#txtFaxDDD, 
.form input#txtCelularDDD { width:20px; margin-right:5px; }

.form input#txtTelefone,
.form input#txtTelefone1,
.form input#txtTelefone2,
.form input#txtFax,
.form input#txtCelular,
.form input#txtCep { width:120px; }

.form input#txtDiaNasc, .form input#txtMesNasc  { width:25px; margin-right:5px; }
.form input#txtAnoNasc { width:50px; }

.form textarea#txtObservacoes,
.form textarea#txtMensagem { 
	width:95%; 
	height:276px; 
	padding:3px;
	border:1px solid #95C3DA;
	background-color:#DDECF5;
}

.form textarea#txtObservacoes {
	height:165px;
}

.form #btnEnviar, .form #btnReset {
	width:105px;
	height:24px;
	border:0;
	padding:0;
	font-size:12px;
	background:url(images/fundo-btn-contato.jpg) no-repeat;
}

.form #btnEnviar { color:#FFFFFF; font-weight:bold; }
.form #btnReset { color:#CCC; }

.form .required {
	font-weight:bold;
	color:#990000;
}


/**
 * Mensagens de erro
 */
.error-message {
	margin:20px;
    border:2px solid #990000;
    background-color:#EAD7C9;
    padding:3px 5px;
	color:#990000;
	font-size:12px;
}

div.error-message h3.invalid {
	margin:5px 0;
	color:#990000;
	font-size:16px;
}



/* $__linktothis
 * --------------------------------------------------------------------*/
.linktothis {
	border-top:4px solid #D1D1D1;
	border-bottom:4px solid #D1D1D1;
	margin:20px 0 20px 0;
}

.linktothis span {
	font-size:1.2em;
	color:#333;
	font-weight:bold;
	display:block;
	padding:3px 5px;
	border-bottom:1px solid #D1D1D1;
}

.linktothis ul {
	margin:5px 10px 5px 10px;
	list-style:none;
}

.linktothis a {
	font-weight:.8em;
	color:#900;
	border:0;
}

.linktothis a:hover { text-decoration:underline; }


/* $__mapasite
 * --------------------------------------------------------------------*/
 
.mapa-geral, .mapa-site {
	border: 1px solid #AEAEAE;
	padding: 10px;
	margin: 0 0 15px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.mapa-site { background-color: #EEEDCF; border: 0; }

.mapa-geral h3,
.mapa-site h3 { color: #333; font-size: 18px; margin: 0; }

.mapa-site h3 { color: #58562C; }

.mapa-site h3 a { color: #58562C; border: 0; }

.mapa-geral ul,
.mapa-site ul { margin: 15px 0 0 0; }

.mapa-geral ul li,
.mapa-site ul li {
	display: inline-block;
	float: left;
	list-style: square;
	border-bottom: 1px solid #E9E8D4;
	padding: 3px 8px;
	margin: 0 15px 0 0;
	width: 220px;
}

.mapa-site ul li { border-bottom: 1px solid #D7D5AD; }

.mapa-geral ul li a,
.mapa-site ul li a { border: 0; color: #333; }

.mapa-site ul li a { color: #58562C; }

