@charset "UTF-8";
/**
 * MAN Framework Styles - Non semantic helper classes
 *
 * @project       MAN Web 2012/2013
 * @version       0.1
 * @package       html-css-js
 * @subpackage    css
 * @author        Alexaner Stirn, VI
 *
 * @tested ...
 *
 * @see    HTML5 Boilerplate: h5bp.com/docs
 *
 * @note all styles should be concatenated and minified to one file (eg. man.all.min.css) in production use
 */

/**
 * @section  helpers
 */

/* ==|== non-semantic helper classes ======================================== */

/* For image replacement */
.ir { border: 0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* vi helpers */

 /* avoid inline elements new line gap */
.fnull { font-size: 0; line-height: 0; }