/*
-----------------------------------------------
capitalcandy.com
Stylesheet: Print.css
Author:   Ben Glassman
Organization:	Vermont Design Works
Created: 19 Jun 2007
----------------------------------------------- */

@import url(content.css);

body {
	font: 8pt/1.8em Arial, Helvetica, sans-serif;
	margin: 0.5in;
	background: #FFF;
	color: #000;
}

h1, h2, h3, h4, h5, h6 { font-family: Georgia, 'Times New Roman', Times, sans-serif; color: #A0190B; }
h1 {
	text-align: left;
	background: none;
	padding: 0;
	margin-bottom: 1em;
}

a:link, a:visited { color: #A0190B; }
a img { border: 0; }

#navigation, #secondary_navigation, #flash, #skiplinks, #footer ul, #bottom_navigation ul {
	display: none;
}

#masthead {
	border-bottom: 1px solid #CCC;
	margin-bottom: 1.8em;
	position: relative;
}

#tagline {
	font-size: 1.4em;
	font-style: italic;
	position: absolute;
	top: 60px;
	left: 250px;
}

#footer {
	border-top: 1px solid #CCC;
	margin-top: 0.9em;
	padding-top: 0.9em;
	clear: both;
}

#container, #content {
	background: #FFF;
	color: #000;
	width: auto;
	margin: 0;
	padding: 0;
	float: none;
}

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
