/*
	andyland.ca print css

	This style is taken from andyland.ca, copyright
	Andy Korvemaker.

	The CSS and design are released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/*
	Basic positioning and structure for overall page.
*/
body {
	padding: 1em 5% 1em 5% !important
}

	/* Set margins and padding to 0 to eliminate gaps between sections.
	   They can be reset later if desired. */
h1, h2, h3, h4, p, div, ul, dl, li, form, a {
	margin: 0;
	padding: 0;
}

/*
	End of basic positioning and structure.
*/

/*
	Positioning of specific elements
*/
a img {
	border: none;
}

blockquote {
	margin: 1em 2em 0 1em;
	padding-left: 1.5em;
	border-left: medium solid #ddd;
}

h1 {
	padding-top: 0.7em;
}

#tagline {
	padding-bottom: 1.5em;
}

#content dl {
	margin: 0 2em 0.5em 4em;
}

#content h2 {
	margin-left: -0.5em;
}

#content img {
	float: right;
	max-width: 100%;
	margin: 0.5em;
	padding: 0.25em;
}

#content p {
	padding-bottom: 0.6em;
}

#location {
	clear: both;
}

#footer {
	padding: 1em;
}
/*
	End of positioning of specific elements
*/

/*
	Backgrounds, borders, and colors.
*/
body {
	background-color: #ffffff;
	color: #000000;
}

a, a:visited, a:link {
	color: #06c;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	color: #000;
}

#header {
	background-color: #eee;
	border-bottom: 1px solid #999;
}

#tagline {
	color: #000;
}

#content .timestamp {
	color: #777;
	background-color: #fff;
	background-image: url(/images/2005/sticky-background.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#content h2, #content h2 a, #content h2 a:hover, #content h2 a:visited {
	color: #333;
}

#location {
	color: #777;
}

#footer {
	background-color: #eee;
}
/*
	End of backgrounds, borders, and colors.
*/

/*
	Fonts and text styles
*/
body {
	font-size: 12pt;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

a, a:visited, a:link {
	text-decoration: underline;
	font-weight: bold;
}

acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
}

h1, h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 2.5em;
	text-align: center;
}

h2 {
	font-size: 1.2em;
}

h1, h1 a, h1 a:hover, h1 a:visited, h1 a:link, h2, h2 a, h2 a:hover, h2 a:visited, h2 a:link {
	text-decoration: none;
}

#tagline {
	text-align: center;
	font-size: 0.75em;
}

#content {
	line-height: 1.4em;
	text-align: left;
}

#content .timestamp {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
}

#content dl {
	font-size: 0.9em;
	line-height: 1em;
}

#content p {
	text-indent: 2em;
}

#content p.address {
	text-indent: 0;
	line-height: 100%;
}

#location {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
}

#footer {
	font-size: 0.7em;
	text-align: center;
}

#footer a {
	border-bottom: thin dotted;
}

/*
	End of fonts and text styles
*/


/*
	Other formatting
*/
hr {
	display: none;
}

#content a:after, #content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}

#menu {
	display: none;
}

/*
	End of other formatting
*/

