/* $Header: /hsphere/local/home/tgoesh/cvs/3playa/css/default.css,v 1.10 2004/04/20 23:15:40 tgoesh Exp $ */
body		{
		margin:0 15%;
		}
/* page styles */
.title		{
		font-weight:bold;
		font-size:2em;
		}
.titlebox	{
		border-bottom:solid 1px gray;
		padding-bottom: .5em;
		}

/* thread styles */
.thread_box	{
		}
.thread_list_box	{
		}
.thread_unread	{
		font-weight:bold;
		}
.thread_read	{
		}



/* thread info styles */
.thread_info	{
		font-size: smaller;
		font-weight: bold;
		}
.thread_author	{
		font-size: smaller;
		}
.thread_infobox	{
		border-bottom:solid 1px gray;
		}
/* post styles */
.post_header	{
		}
.author		{
		font-weight:bold;
		}
.date		{
		font-style:italic;
		}
.auxiliary	{
		font-size: smaller;
		}
.tagline	{
		font-weight:bold;
		font-size: smaller;
		}
.post		{
		}
.post_body	{
		margin:1em 0;
		}
/*misc*/
.link		{
		}
.link_box	{
		margin:2em 0;
		padding:0 0.5em;
		border-left:solid 1px gray;
		}
.form		{
		}
.help		{
		font-size: smaller;
		margin-bottom: 1.5em;
		}
.error		{
		font-weight:bold;
		color:red;
		}
.version	{
		font-size: 0.6em;
		text-align: center;
		width: 100%;
		}
/* change blockquote */
blockquote	{
		margin: 0 40px;
		}
