@charset "utf-8";

/* --------------------------------------------------------------------
 *
 * Filename:		home.css
 * Description:		Arquivo de regras dos elementos da página inicial 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: 02
 *
 * $__globals		Definicoes de estilos a elementos globais
 * $__tipografia	Definicoes da tipografia do portal
 * $__sidebar		Definicoes dos elementos da sidebar
 * -------------------------------------------------------------------- */
 
.home-content {
	float:left;
	width:460px;
	text-align:left;
	padding:0 15px 10px 15px;
}

.sidebar {
	float:right;
	width:250px;
	text-align:left;
}


/* $__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
-------------------------------------------------------------- */
.sidebar p,
.home-content p           { margin: 0 0 1.5em; }
.home-content p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
.home-content p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

.destaque-home-box h4 { padding:0 10px; }
	
.destaque-home-box p { padding:0 10px; }

.destaque-home-box a { color:#900; }
.destaque-home-box a:hover { text-decoration:underline; }

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



/* $__posts
 * --------------------------------------------------------------------*/
.post {
	border-bottom:1px solid #D8D0B7;
	margin:0 0 15px 0;
}

.post h2,
.post h3 {
	margin:0;
}

.post a { border:0; }
.post p a { color:#333; }


.frase {
	background:#FFFFB3;
	font-size:1em;
	padding:10px;
}

.frase p img.left  { float: left; margin:0 1.15em 0 0; padding: 0; }

.no-ditto { display:none; }