/*
Theme Name: Zen Garden Framework
Theme URI: http://wordpress.org/
Description: This is a theme that will use the css files from <a href="http://www.csszengarden.com">CSS Zen Garden</a>.
Version: 1.0
Author: Keith Graham
Author URI: http://www.blogseye.com
Tags: Zen Garden, css, generic, widgets

	This was designed as a test bed for evaluating Zen Garden CSS Files. 
	The Graphics remain the property of the individual artists.
	Do not use this for your blog without permission of the artist and changing the location of the graphics files.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*
the code is derived from kubrick, but everything  css was removed except the comment form classes

zpost class was added in case I need to format the wrapper for posts.
*/

.zpost {

}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform p {
	margin: 5px 0;
	}

