/**
*
* @note             css file for common classes
* 
* @appdef           alp-uckan.net
* @app-myapp-theme  
* @app-myapp-used   True
* @media            screen
* @valid            true
* 
* @author           Alp Uçkan
* @version          1.0
* @link             http://alp-uckan.net/
* @copyright        Copyright(c) by Alp Uçkan
* @license          http://creativecommons.org/licenses/GPL/2.0/
* 
* @date             2008-04-10
* @lastmodified     2008-04-10 15:00
* 
* @colordef         rgb(0,0,0); Black; Text
* @colordef         rgb(255,255,255); White; Background
*
*/


/**
* @section          clearing floats
* @todo    
*/

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

.scf                  { height: 100%; overflow: hidden; }
