/*
	My Website 
	PRIMARY STYLE SHEET
	
	Split based on the look of the website and in that order.
	For example. Site wide elements, followed by a header 
	styles, followed by main menu, content, sidebar, etc.
	
	Selectors tabbed based on the structure of the HTML.
	The <body> is the child of <html> so should sit one 
	tab in from the html selector. This should be reset at 
	the beginning of each section for readability reasons.
	
*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		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 Verdana, Arial, sans-serif;
		}
		
		body {
/*			width: 800px;
			margin: 40px auto;*/
			}
			
				#tudo {
					
					}

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

.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; }
.floatleft     { float: left; }
.noborder      { border: none !important; }
.bold          { font-weight: bold; }
.clear         { clear: both; }
.clearleft     { clear: left; }
.inv           { visibility: hidden; }
.dnone         { display: none; }

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


/* 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; }
/* End hide from IE-mac */