/*
	andyland.ca 2004 css

	This style is taken from andyland.ca, copyright
	Andy Korvemaker. It is based on	the default
	style of WordPress 1.2 (http://wordpress.org/).

	The CSS and design are released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

a {
	color: #0000c8;
}

a img {
	border: none;
}

a:visited {
	color: #000064;
}

a:hover {
	color: #0000ff;
}

acronym, abbr {
	cursor: help;
	font-size: 95%;
	font-style: normal;
	border-bottom: thin dashed #333;
}

body {
	background-color: #ffffff;
	border-left: medium solid #000064;
	border-bottom: thin solid #000064;
	border-top: medium solid #000064;
	color: #000000;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

p, blockquote, li {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 175%;

	text-align: left;
}

blockquote
{
	margin-left: 3em;
	margin-right: 1em;
}

h1 {
	font-size: 230%;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	font-family: serif;
	letter-spacing: 0.15em;
	margin: 0;
	padding: 0.4em 0.4em 0.6em 2em;
}

#tagline {
	font-size: 90%;
	font-variant: normal;
	font-weight: normal;
	font-family: monospace;
	letter-spacing: 0.5em;
	text-transform: lowercase;
	margin: -2em 0.5em 0em 11em;
	padding: 0em 0em 0em 0em;
}

#content h2 {
	font-family: serif;
	font-weight: bold;
	font-size: 150%;
	color: #000064;
	margin: 1em 0 0 0;
	padding: 0.25em 0 0 0.5em;
	background-image: url(/images/2004/background-gradient-8.png);
	background-repeat: repeat-x;
}

#content h2 a {
	color: #000064;
	text-decoration: none;
}

#content h3 {
	font-family: serif;
	font-weight: bold;
	font-size: 125%;
	color: #000064;
	margin: 1.5em 0 0 0;
	padding: 0.25em 0 0 0.5em;
}

hr {
	display: none;
}

#location {
	font-size: 75%;
	text-align: left;
	margin: 0;
	padding: 0;
	display: block;
	color: #808080;
}

.timestamp {
	font-size: 75%;
	text-align: right;
	margin: -1em 0 0 0;
	padding: 0;
	float: right;
	display: inline;
	clear: right;
	color: #808080;
}

div#header {
	color: #ffffff;
	background-color: #3e3e64;
	background-image: url(/images/2004/background-header.png);
	background-repeat : repeat-x;
	background-position : top left;
	border-bottom: medium double #5c5c94;
}

#header a {
	color: #ffffff;
	text-decoration: none;
}

#content {
	margin: 2em 13em 0 2em;

	padding: 0 2em 0 0;
	background-image: url(/images/2004/sticky-background.png);
	background-repeat : no-repeat;
	background-position : bottom right;
	min-height: 256px;
}

#content img {
	float: right;
}

#content p {
	text-indent: 2em;
}

#content p.address {
	text-indent: 0;
	line-height: 100%;
}


#footer {
	background: #3e3e64;
	background-image: url(/images/2004/background-footer.png);
	background-repeat : repeat-y;
	background-position : right;
	border-top: medium double #5c5c94;
	color: #ffffff;
	font-size: 75%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer a, #footer a:visited, #footer a:link, #footer {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* menu bar */

#menu {
	background: #ffffff;
	background-image: url(/images/2004/canada-leaf_half.png);
	background-repeat : no-repeat;
	background-position : top right;
	border-left: thin dotted #ccc;
	border-bottom: thin dotted #ccc;
	padding: 0em 1.5em 1em 1.5em;
	position: absolute;
	right: 0;
	top: 0;
	width: 11em;
}

#menu h2 {
	display: none;
}

#menu li a, #menu li a:visited {
	text-decoration: none;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu ul#meta li a, #menu ul#meta li a:visited {
	color: #000000;
}

#menu ul#navigation {
	margin: 1em 0 1em 0;
	padding: 0;
	list-style: none;
}

ul#navigation li {
	font-size: 100%;
	text-transform: lowercase;
	letter-spacing: 0.1em;
	margin: 0.5em 0 0.5em 0;
	padding: 0.2em;
	background-image: url(/images/2004/background-4.png);
	background-repeat: repeat;
	text-align: center;
}

#menu ul#meta {
	margin: 0 -1.3em -1em 0;
	padding: 0;
	list-style: none;
}

ul#meta li {
	display: block;
	font-size: 80%;
	font-family: monospace;
	text-align: right;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

ul#meta abbr {
	border-bottom: none;
}

/* end of menu bar */

