/*   
Theme Name: MonjojoTheme
Theme URI: www.monjojo.com
Description: www.monjojo.com site Wordpress Theme
Author: Andreia Miyagi  
Author URI: www.monjojo.com
Template: MonjojoTheme
Version: 0.1
.
.
*/
/*
	Monjojo 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 Verdana, Arial, Helvetica, sans-serif;
	}
		
	body {
		background-color: #ffffff;
	}
			
	#principal {
		width: 880px;
		margin: 0 auto;	
		background: transparent url(images/bg_principal.gif) repeat-y 163px top;	
	}	
	
	#footer {
		width: 880px;
		margin: 0 auto;
		background-color: #371f10;
		padding-top: 10px;
		padding-bottom: 7px;
		height: 20px; 
	}
	
	a { text-decoration: none; color: #97a5b0;}
	a:visited { text-decoration: none; }
	a:hover { text-decoration: underline; }

/* 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; }
.floatright    { float: right; }
.noborder      { border: none !important; }
.bold          { font-weight: bold; }
.clear         { clear: both; }
.clearleft     { clear: left; }
.inv           { visibility: hidden; }
.dnone         { display: none; }

/* 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 */
