/* $Id: zen.css,v 1.1 2008/04/14 19:43:05 johnalbin Exp $ */

/*
 * This file is intentionally blank.
 *
 * As per http://drupal.org/node/171209#styles-override-parent, in order for a
 * sub-theme to remove a base theme's stylesheet, the sub-theme must re-define
 * the stylesheet in its .info file using the same declaration and must include
 * a stylesheet of the same name in its directory.
 */



body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: "Lucida Grande", "Verdana", clean,sans-serif;
	font-size: 12px;
}

label {
	color: silver;
	font-weight: normal;
	font-style: normal;
	font-size: x-small;
	text-decoration: none;
	font-variant: normal;
	visibility: visible;
	display: none;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal;
	color: black;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}

li {
	height: 150%;
	margin-top: 5px;
}

h2 {
	border-bottom: 1px solid blue;
	margin-right: 10px;
}

p {
	line-height: 150%;
	margin-top: 10px;
}