/* ================================
   --------------------------------
   PRINT STYLES
   --------------------------------
   ================================
*/
#logo em {
	margin-top:-35px;
	margin-left:10px;
	display:block;
	color:#29ADD0;
	font-size:.8em;
}

#nav, #casheights, #officialtruck, hr, #footer, #slideshow, #sendafriend, #driveintheatre, #imap  {
   display: none;
}

#container {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

#copyright {
	margin-top: 1.5em;
	padding-top: 2em;
	border-top: 1px solid #ccc;
	font-size:6pt;
	_font-size: 8pt;
	text-align:left;
}

cite {
	margin-top: -20px;
	margin-bottom: 1.5em;
	display:block;
	font-size: 10pt;
	color:#666;
}

body {
	background:url("underline.gif");
	margin:1em 1em;
	font-size:12pt;
	font-family:georgia, "times new roman", serif;
}

img  {
	border: 0 none;
}

p, ul {
	line-height:1.5em;
	margin:0 0 1.5em 0;
	width:33em;
}

ul {
	
	list-style:square;
}

li p {
	line-height:normal;
	margin:0 0 .5em 0;
	padding:0;
}

h1 {
	line-height:1em;
	font-size:1.5em;
	font-weight:normal;
	margin:0 0 1em 0;
}

h2, h3 {
	font-size:1.1667em;
	line-height: 1.286em;
	margin:1.929em 0 0.643em 0;
	font-weight:normal;
}


li strong {
		font-size:0.9667em;
	line-height: .286em;
	margin:1.929em 0 0.643em 0;
	font-weight:bole;
}

#mechanic, #waitress, #stranded {
	float:left;
}


a:link, a:visited {
   color: #29ADD0;
   background: transparent;
   text-decoration: underline;
   }

#content a:link:after, #content a:visited:after {
	display:block;
	color:#333;
	text-decoration: none;
	content: " (" attr(href) ") ";
	font-size: 80%;
}
#content a[href^="/"]:after {
	content: " (http://www.drivecascadia.com" attr(href) ") ";
   }

#main a:link:after, #main a:visited:after, #main a[href^="/"]:after { 
	display:none;
}