﻿/* 
========================================================================
Filename:		print.css
Date Created:	2007-03-13
Description:	Global CSS stylesheet
Site:			Site Name
========================================================================
*/
/*
* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
-------------- Global Styles -------------- */
/* =General
-----------------------------------------------------------------------------*/
.print_header 
{
    
    width:605px;
    padding-left:25px;
}
.print 
{display:block;
}
.print_header h1 
{float:right;
}
.print_header img 
{float:left;
}
/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}
/* =Typography
-----------------------------------------------------------------------------*/
h1 {font-size: 1.8em;	font-weight: normal;}
h2 {font-size: 1.0em;	}
h3 {font-size: 0.80em;	}
h4 {font-size: 0.75em	}
p {font-size: 0.75em; }
h1 img,
h2 img,
h3 img,
h4 img 
{display:none;
}
/* =Links
-----------------------------------------------------------------------------*/

/* =Lists
-----------------------------------------------------------------------------*/

/* =Wrapper
-----------------------------------------------------------------------------*/
#content
{margin:0px;
    width:771px;
}
#header 
{display:none;
}
/* =Header
-----------------------------------------------------------------------------*/
/* =Main Navigation
-----------------------------------------------------------------------------*/
ul.nav 
{display:none;
}
/* =Main Content Area
-----------------------------------------------------------------------------*/
#main_content,
#secondary_content 
{padding-bottom:0px;
}
/* =Crumbtrail
-----------------------------------------------------------------------------*/
/* =Secondary Navigation
-----------------------------------------------------------------------------*/
/* =Site Map
-----------------------------------------------------------------------------*/

#sidebar 
{display:none;
}
