/* 
===============================================================================
COPYRIGHT:      ©2006 Jamie Peloquin <http://www.jamiepeloquin.com>
CEATION DATE:   03:16:27 PM -0500 on 2006-11-20
CSS VERSIONS:   1::2.1
FILE URI:       http://www.backontrackme.org/_css/base.css
===============================================================================
*/

/* 
-------------------------------------------------------------------------------
<< LAYOUT
*/

/* Start from a clean slate */
* { margin: 0; padding: 0; }

body { position: relative; }

li, dd, blockquote { margin-left: 1.5em; }

* a { position: relative; z-index: 3000;}
a, a img { border-width: 0px; }

.clearfloat { clear: both; }
.clearfloat_left { clear: left; }
.clearfloat_right { clear: right; }


/* 
>> LAYOUT
-------------------------------------------------------------------------------
*/


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

body { font: 14px/1.4em 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif; color: #666; }

body * {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
}

p, h2, h3, h4, h5, h6, pre { margin: 1.3em 0; }

h1 { font-size: 36px; font-weight: normal; }
h2 { font-size: 20px; font-weight: normal; }
h3 { font-size: 16px; font-weight: normal; }
h4 { font-size: 13px; }
h5 { font-size: 11px; }
h6 { font-size: 10px; }

.alert, .required, .error { color: #C00 !important; }

#masthead img { display: none; }

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


/* 
-------------------------------------------------------------------------------
<< ACCESSIBILITY
*/

#accesibility-links dfn {
    position: absolute;
    left: -6000px;
    }

ol#accessibility-links {
    position: absolute;
    left: -6000px;
    }

/* 
>> ACCESSIBILITY
-------------------------------------------------------------------------------
*/



