

/*
File:		PRINT.CSS
Project:	Carroll Technology Council	
Notes:		Print media formatting
*/


/* -------------------- */
/*
utilize existing styles
*/

@import url(content.css);
@import url(form.css);
@import url(locate.css);

/* -------------------- */
/*
defaults
*/

body {
	margin: .2in 0;
	padding: 0;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 10pt;
	background-color: #fff;
	color: #000;
	}
	
div 			{ margin: 0; padding: 0; }
img 			{ border: 0; }
table 			{ border-collapse: collapse; }
cite			{ font-style: italic; }
blockquote		{ font-style: italic; }

abbr, acronym, dfn { 
	border-bottom: 1px dotted #666;
	font-style: normal;
	}

a:link 		{ color: #3333CC; text-decoration: underline; }
a:visited 	{ color: #3333CC; text-decoration: underline; }
a:hover 	{ color: #339966; text-decoration: underline; }
a:active 	{ color: #339966; text-decoration: underline; }

/* -------------------- */
/*
hidden elements
*/

#head ul,
#menu,
#column,
#events,
#foot ul,
#foot p,
#foot a#cced,
.lofi

{ display: none; }

#foot p#copyright {
	display: block;
	}

/* -------------------- */
/*
typography
*/

h1, h2, h3, h4, h5, h6 { 
	margin: 0;
	padding: 0;
	}
	
h1 {
	font-size: 14pt;
	margin-bottom: .8em;
	}
	
h2 {
	font-size: 12pt;
	margin-bottom: .1em;
	}
	
h3 {
	font-size: 11pt;
	margin-bottom: .1em;
	}
	
h4 {
	font-size: 10pt;
	margin-bottom: .2em;
	}
	
h5 {
	font-size: 10pt;
	margin-bottom: .2em;
	}
	
h6 {
	font-size: 10pt;
	margin-bottom: .2em;
	}
	
p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
	}
	
/* -------------------- */
/*
layout
*/

#container {
	width: 6in;
	margin: 0 auto;
	}
	
#page {
	display: inline;
	float: left;
	width: 5.5in;
	padding: .2in 0 .2in 0;
	border: 2px solid #eee;
	border-width: 2px 0;
	}

#content {
	float: left;
	width: 100%;
	}
	
#foot {
	clear: left;
	padding-top: .1in;
	font-style: italic;
	}

/* -------------------- */
/*
locate
*/

table.locateMenu {
	display: none;
	}

/* -------------------- */

