/*
	Caio J Ruman - 05/11/2007
	www.caioruman.com/blog
	
*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		IMPORT ADDITIONAL SHEETS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	@import url("reset.css");
	@import url("estrutura.css");
	@import url("internas.css");


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS e outros elementos de todo o site
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
	html {
		font: normal 12px/1.4 "Trebuchet MS", Arial, sans-serif;
	}
		
	body {
		background: #ecede8 url(images/bg_principal.gif) repeat-y center;	
/*		width: 800px;
		margin: 40px auto;*/
	}
			
	#principal {
		width: 900px;
		padding: 0 16px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
	}
		
	html, body {
		height: 100%;
	}

	#footer, .push {
		height: 20px; /* .push must be the same height as .footer */
		padding-top: 10px;
	}

/* Basic inputs fonts */
input, select, textarea { font: normal 10px Verdana, Arial, Helvetica; color: #545454; }

a { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

.img-left      { float: left; margin: 0 10px 5px 4px; }
.img-right     { float: right; margin: 0 15px 5px 5px; }
.img-rightm0   { float: right; margin: 0; }
.img-center    { display: block; margin: 10px auto 10px; }
.floatleft     { float: left; }
.floatright    { float: right; }
.noborder      { border: none !important; }
.bold          { font-weight: bold; }
.clear         { clear: both; }
.clearleft     { clear: left; }
.inv           { visibility: hidden; }
.dnone         { display: none; }
.alignleft	   { text-align: left; }
.alignright    { text-align: right; }

/* Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

*+html .clearfix{
  min-height: 1%;
}

/* End hide from IE-mac */
