﻿/*
#################################################
    
    tools.css

    Global tools CSS file the Train Project.

    Copyright Mindscape 2008, All right reserved.

    Version 1.0 by Brian Timmer (8/5/2008)

###################################################
*/


/*-------------------------------------------------
BASE CSS "TOOLS"
-------------------------------------------------*/

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clear:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear { display: inline-block; }

/* Hides from IE/Mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* End Hide from IE/Mac */

/* SOME RULES PULLED FROM BLUEPRINT 0.6 */
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }
.hide       { display: none; }
.highlight  { background:#ff0; }