/* --------------------------------------

v1.1
February 8, 2008
Joseph Bergantine

-------------------------------------- */	

@import url(normalize.css);

body {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

img {
	display: block;
}

/* insert href values within parenthesis after a elements */
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   font-style: italic;
}

a[href^="/"]:after {
	content: " (http://glassroots.com" attr(href) ") ";
}

#page {
	vertical-align: top;
}

#navi,
.include {
	display: none;
}

#tile-description,
#description {
	padding-top: 12pt;
}

#tile-description {
	page-break-before: always;
}

h1, h2, h3, h4, h5, h6, p, ul {
	margin-bottom: 1em;
}

h1 {
	font-size: 24pt;
}

h3 {
	font-size: 16pt;
}

hr {
	margin: 1em 0;
	height: 1pt;
	border: 0;
}
