/*
Project: OBG Framework
Style: General framework CSS
Version: 0.1
Author: Magnus Forsberg, Ottoboni Group
Updated: 2008-10-23
============================================================ */


/* RESET
============================================================ */
* { margin:0; padding:0; text-decoration:none; font-size:1em; outline:none}
code,kbd,samp,pre,tt,var,textarea,input,select,isindex,listing,xmp,plaintext { font:inherit; font-size:1em; }
dfn,i,cite,var,address,em { font-style:normal }
th,b,strong,h1,h2,h3,h4,h5,h6,dt{font-weight:normal}
a,img,a img,iframe,form,fieldset,abbr,acronym,object,applet,table{border:none}
caption,th,td { text-align:left }
ul,ol,dir,menu { list-style:none }
sub,sup { vertical-align:baseline }
a { color:inherit }
hr { display:none }


/* GENERAL
============================================================ */
html { font-size:125%; }
body {font-size:50%; font-family: Calibri, Helvetica, Arial, sans-serif; background:#fff; }

/* TYPOGRAPHY ---------- */

h1,h2,h3,h4,h5,h6,strong { font-weight: bold; }

em { font-style: italic; }

/* CLEARFIX ---------- */
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}
