﻿/*
#################################################
    
    project.css

    Base import/tools CSS file for the Pace Trailers site.

    Copyright Mindscape 2008, All right reserved.

    Version 1.0 by Brian Timmer (6/26/2008)

    Update for Pace Trailers site by Jason Van Vuren (7/10/2008)

###################################################
*/


/*-------------------------------------------------
CSS IMPORTS
-------------------------------------------------*/

/* HTML RESET FILE */
@import url("reset.css");

/* BASE FONTS */
@import url("fonts.css");

/* BASE SITE LAYOUT/LOOK&FEEL CSS FILE */
@import url("site.css");

/* EACH MASTERPAGE CSS FILE LISTED HERE */
@import url("home.css");
@import url("interior.css");


/*-------------------------------------------------
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; }


