/* $Id: default.css,v 1.1.4.2 2009/03/19 23:49:02 couzinhub Exp $
*/

/** ABOUT
---------------------------------
*  default.css is used to establish general rules and User interface Styles

   BROWSER RESET
---------------------------------
*/
html,body,a,abbr,acronym,address,area,b,bdo,big,blockquote,button,caption,cite,code,
col,colgroup,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,hr,i,img,
ins,kbd,label,legend,li,map,object,ol,p,param,pre,q,samp,small,span,strong,sub,
sup,table,tbody,td,textarea,tfoot,th,thead,tr,tt,ul,var{margin:0;padding:0;vertical-align:baseline;}
body{background:#FFF;color:#000;font:75%/1.4 arial,helvetica,verdana,sans-serif;}
code,pre{white-space:pre;}
del{text-decoration:line-through;/* it's deleted text - show it as such */}
dfn{font-style:italic;font-weight:bold;}
em{font-style:italic;}
fieldset{border:0;display:inline;}
h1,h2,h3,h4,h5,h6{font:bold 1em/1.5 georgia,garamond,"times new roman",times,serif;}
img{border:0;vertical-align:bottom;}
ins{text-decoration:none;}
strong{font-weight:bold;}
tt{display:block;margin:0.5em 0;padding:0.5em 1em;}
.skip{position:absolute;left:-999em;}


/** Clear Floats Without Structural Markup: 
---------------------------------
*  http://www.positioniseverything.net/easyclearing.html
*/

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


/* clear classes for content 
---------------------------------*/

.clearleft { clear: left; }
.clearright { clear: right; }
.clearboth { clear: both; }