/* 

Theme Name:		Mia
Theme URI:		http://helenamilena.com
Description:	copyright Mia | desenvolvido por Bamborim
Version:		2.0
Author:			Bamborim
Author URI:		http://bamborim.com

*/

@charset "utf-8";
/* Bamborim */


/* reset css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
/* remember to define focus styles! */
:focus { outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}
/* -- --  */

/* Geral */
* { margin:0; padding:0 }
body, html { font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; background:url(images/bg_geral.jpg) repeat-x #f2f2f2; margin:0; padding:0; height:100%; }
 
html>body #container {height: auto;} 
 
h1 {  font-family:"ampersand"; font-size:50px; color:#ea7575; text-shadow: 1px 1px 1px #fff; padding: 20px 0 0 30px; letter-spacing:1px; overflow:hidden; margin-bottom:20px; }

h2 {  font-family:"ampersand"; font-size:50px; color:#ea7575; text-shadow: 1px 1px 1px #fff; padding: 20px 0 0 0; letter-spacing:1px; overflow:hidden;margin-bottom:20px; }


.center { width:960px; margin: 0 auto; text-align:center;} 
.left { width:400px; float:left; padding-bottom:40px;  }
.right { width:410px; float:right; height:585px /* altura precisa ser alterada caso o conteúdo da pag. Gasil tenha mais imagens */   }
.nopadding { margin:0; padding:0;}

div.clear , .limpar{ clear:both;}

@font-face {
	font-family: 'ampersand';
	src: url('ampersand-webfont.eot'), url('ampersand-webfont.woff') format('woff'), url('ampersand-webfont.ttf') format('truetype'), url('ampersand-webfont.svg#akaChen') format('svg'), url('ampersand-webfont.otf') format('opentype');;
	font-weight: normal;
	font-style: normal;
}
/* -- -- */

/* Core */
div#wrapper{ width:100%; min-height: 100%; position: relative;}
* html #wrapper {height: 100%; /* hack para IE6 que trata height como min-height */}

div#header { overflow:hidden; margin-bottom:15px; }
div#container { width:900px; margin: 0 auto; padding:0 10px 80px 10px; height:100%;  }
/* -- -- */


/* Menu */
ul#menu { overflow:hidden; font-size:23px; color:#ea7575; display:block;  overflow:hidden;  font-family:"ampersand"; text-shadow: 1px 1px 1px #fff; padding-top:35px; margin-bottom:15px; }

ul#menu li {display: block;  }
ul#menu li:last-child { }
ul#menu li a {color:#4297f1; text-decoration:underline; padding:7px;}
ul#menu li a:hover { !background:#e7e7e7; }
ul#menu li a:active {!background:#e7e7e7; }
ul#menu .active { padding:7px; !background:#e7e7e7}
/* -- -- */


/* Content */
div#content { !border:1px solid #67b84a; overflow:hidden } /*padding-bottom:30px; overflow:hidden; font-size:14px; margin-left:28px; margin-right:28px;*/


div#container .esquerda { height:1024px; width:200px; float:left; background:url(images/shadow-vert.png) no-repeat right; padding-right:45px; }

div#container .esquerdac { width:200px; float:left; text-align:right;  !border:1px solid #666;   }
div#container .direita { width:640px; float:right; !margin-top:70px; !border:1px solid #369; }
div#container .completo { !border:1px solid #0C6; padding-top:40px; clear:both}

div#container .direita img { margin-bottom:20px; border:2px solid #ff5d5d }
div#container .direita img:last-child { margin-right:0;}

div#container .direita a {margin-right:20px;} 


/* footer */
div#footer {background:#eaeaea; position: absolute; bottom: 0;  width:100%; }
div#footer .contentf { color:#4a4a4a; padding:7px; text-transform:uppercase; width:900px; margin: 0 auto; padding:15px 0; overflow:hidden; text-align:center; }
/* -- -- */


/* --- 4.x TOOLTIPS --- */
#easyTooltip { position:relative; padding:10px 15px 10px 15px; color:#FFF; font-size:12px; font-family:Arial, Helvetica, sans-serif; 	font-weight:bold; min-width:60px; text-shadow: 0 1px 1px #6f3a02; line-height:16px; z-index:100; border:1px solid #e6791c; border-bottom:1px solid #d86f15; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; background: #f48423;  background: -moz-linear-gradient(top, #ffdf9e, #f5b026 2%, #f48423); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd683), color-stop(.01, #f5b026), to(#f48423)); }

#easyTooltip:before { content:"\00a0"; display:block; position:absolute; bottom:-16px; left:46px; width:0; height:0; border:8px solid transparent; border-top-color:#b25708; }

#easyTooltip:after { content:"\00a0"; display:block; position:absolute; bottom:-14px; left:47px; width:0; height:0; border:7px solid transparent; border-top-color:#f48423; }
