/************************************************************
*****
*****	Website:		Townsend Bay Marine
*****	Filename:		print.css
*****	Version:		1.1
*****	Last modified: 	05 December 2006
*****	Author:			Kevin Browne
*****	E-mail:			kevin@workpump.com
*****	Copyright:		Workpump, Inc.: 2005-2006
*****	
*****	
*****	This file will control all printer styling for Townsend Bay Marine
*****
*****
*****	Table of Contents
*****	-------------------------------------------
*****	- Display (=DISP)
*****	- Colors (=CLR)
*****	- Images (=IMG)
*****	- Alert (=ALRT)
*****	- Layouts (=LOUT)
*****	- Typography (=TYPE)
*****		- Special Cases (=TYPSPC)
*****		- Font Faces (=TYPFCE)
*****		- Font Sizes (=TYPSZ)
*****		- Kerning (=TYPKRN)
*****
************************************************************
*****
*****	CHANGELOG
*****
*****	2006.12.05 - Updated meta information
*****
************************************************************/



/************************************************************
***		DISPLAY (=DISP)
************************************************************/
div#header {display: none;}

div#footer {display: none;}

ul#udm {display: none;}



/************************************************************
***		COLORS (=CLR)
************************************************************/
html {background: #FFF;}

body {background: #FFF;}

div#main {background: #FFF;}



/************************************************************
***		IMAGES (=IMG)
************************************************************/
img.picture-left {
	border: 0;
	float: right;
	margin: 16px;
	margin-right: 0;
}



/************************************************************
***		ALERT (=ALRT)
************************************************************/
.alert {
	border: 3px solid #981323;
	padding: 20px;
}

	.alert h2 {
		color: #981323;
		margin: 5px 0;
		padding: 0;
	}

.alert-macAudio {
	background-color: #fff;
	border: 3px solid #000;
	color: #000;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 20px;
}

	.alert-macAudio h2 {
		color: #981323;
		margin: 5px 0;
		padding: 0;
	}

	.alert-macAudio img {
		float: left;
		margin: 0 1em 1em 0;
	}



/************************************************************
***		LAYOUTS (=LOUT)
************************************************************/
h1 {margin-top: 0;}

div#pullquote {
	border-top: 1px solid #000;
	margin-top: 50px;
}



/************************************************************
***		Typography (=TYPE)
************************************************************/



/***** SPECIAL CASES (=TYPSPC) *****/
.BoatName {font-style: italic;}

.interviewName {
	font-weight: bold;
	text-transform: uppercase;
}



/***** FONT FACES (=TYPFCE) *****/
h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif;}

dd, dl, dt, p, li, ol, ul, #content, #footer {font-family: "Times New Roman", Times, serif}

code, var {font-family: "Courier New", Courier, monospace;}



/***** FONT SIZES (=TYPSZ) *****/
body {font-size: 12pt; line-height: 1.25;}

h1 {
	font-size: 24pt;
	line-height: 1.25;
}

h2 {
	font-size: 18pt;
	line-height: 1.25;
}

dd, dl, dt, p, li, ol, ul, #content {
	font-size: 12pt;
	line-height: 1.25;
}

code, var {font-size: 10pt;}

#footer li,
#footer p {
	font-size: 8pt;
}



/***** KERNING (=TYPKRN) *****/
#main #content p abbr,
#main #content p acronym {
	font-variant: small-caps;
	letter-spacing: 1pt;
}



/* Web Picture Creator */
td div p,
td div p a {
	font-size: 12px;
}

a[href="http://www.webpicturecreator.com"] {
	display: none;
}


