/*
	andyland.ca 2008 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
*/


/* Set margins and padding to 0 to eliminate gaps between sections.
	   They can be reset later if desired. */
body {
  margin: 0 !important;
  padding: 0 !important;
}

h1, h2, h3, h4, p, div, ul, dl, li, form, a {
	margin: 0;
	padding: 0;
}
/*
	End of basic reset.
*/

/*
	Positioning of specific elements
*/
blockquote {
	margin: 1em 2em 0 1em;
	padding-left: 1.5em;
}

h1 {
	padding-top: 0.2em;
}

#wrapper-everything {
	margin: 1em 10% 1em 10%;
}

#wrapper-content-menu {
}

#tagline {
	padding-bottom: 0.7em;
}

#tagline:after {
	content: "...";
}

#menu {
	float: right;
	margin: 1em 10% 1em 0;
	width: 20%;
}

#menu .search {
	padding: 0.7em 0 0 0.7em;
}

#menu ul {
	margin: 0.7em 1em 0.7em 2em;
}

#menu ul#navigation {
	list-style-type: none;
}

#header {
	padding: 0.5em;
	margin: 1em 10% 1em 10%
}

#content {
	float: left;
	width: 50%;
	padding: 1em 0.5em 0 2em;
	margin-left: 10%;
}

#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;
}

#content ol, #content ul {
	margin-left: 4em;
}

#location {
	clear: both;
}

#footer {
  clear: both;
	padding: 1em;
	margin: 1em 10% 1em 10%
}
/*
	End of positioning of specific elements
*/

/*
	Backgrounds, borders, and colors.
*/

body {
  background-color: #fff;
  color: #000;
}

a {
	color: #06c;
}

a:hover {
	color: #147;
}

a img {
	border: none;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	border-left: medium solid #ddd;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	color: white;
}

h1 {
	background-image: url(/images/2008/sticky-header.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#wrapper-everything {
	background-color: #dddddd;
	color: #333;
	border: 1px solid #999999;
}

#header {
	background-color: #793c0f;
	background-image: url(/images/2008/background-header.png);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #999999;
}

#tagline {
	color: white;
}

#menu {
	background-color: #eee;
}

#menu .search {
}

#menu ul li {
	color: #777;
}

#content {
	background-color: #ffffff;
	background-image: url(/images/2008/sticky-background.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#content .timestamp {
	color: #777;
}

#content a:visited {
	color: #b85b5a;
}

#content a:hover {
	color: #147;
}

#content h2, #content h2 a, #content h2 a:hover, #content h2 a:visited {
	color: #333;
}

#location {
	color: #777;
}

#footer {
	background-color: #eee;
	background-image: url(/images/2005/background-footer.png);
	background-position: top;
	background-repeat: repeat-x;
}
/*
	End of backgrounds, borders, and colors.
*/

/*
	Fonts and text styles
*/
body {
	font-size: 100%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

a {
	text-decoration: none;
}

acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
}

h1, h2, h3 {
	font-family: Garamond, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 2.5em;
	text-align: center;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.05em;
}

h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
}

#tagline {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	text-transform: lowercase;
	font-size: 0.75em;
}

#menu {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
}

#menu .search {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-align: center;
}

#menu .search h2{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1em;
}

#menu .search input {
	font-size: 0.9em;
	font-weight: normal;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu ul#meta li {
	font-size: 0.8em;
}

#content {
	line-height: 1.4em;
	text-align: justify;
}

#content .timestamp {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
}

#content a {
	border-bottom: thin dotted;
}

#content a:hover {
	border-bottom: thin solid;

}

#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;
}

#footer a:hover {
	border-bottom: thin solid;
}
/*
	End of fonts and text styles
*/


/*
	Other formatting
*/
acronym, abbr {
	cursor: help;
}

hr {
	display: none;
}

#menu h2 {
	display: none;
}

#menu .search h2 {
	display: block;
}
/*
	End of other formatting
*/

