/*
	iResume 2009-02-16 
	Caio J Ruman - caioruman@gmail.com
	MyWebPilot - www.mywebpilot.com
	PRIMARY STYLE SHEET
	
*/

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

	@import url("reset.css");
	@import url("structure.css");
	@import url("internal.css");
	@import url("addon.css");


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS e outros elementos de todo o site
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
	html { font-size: 62.5%; }		
		
	body { 
		font: normal 1em/1.4em Arial, Helvetica, sans-serif; 
		background: #706b58 url(../images/common/bg_bodyv2.gif) repeat-x 50% 86px;
	}
	
	#main {
		background: transparent url(../images/common/bg_headerv2.gif) repeat-x center top;
	}

/* Basic inputs fonts */
input, select, textarea { font: normal 10px "Trebuchet MS", 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-center    { display: block; margin: 10px auto 10px; }
.noborder      { border: none !important; }
.bold          { font-weight: bold; }
.clear         { clear: both; }
.clearleft     { clear: left; }
.inv           { visibility: hidden; }
.dnone         { display: none; }
.positionrelative { position: relative; }

hr.clear { border: none; margin: 0; visibility: hidden; height: 0; }

/* 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 */
