/*
	Godbit.com Style-sheet
	Copyright Nathan Smith
*/

*
{
	background: #fff;
	border: 0;
	color: #000;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	line-height: 150%;
	margin: 0;
	padding: 0;
}

/* =Hiding
----------------------------------------------------------------------*/

#col_left, #discuss, #sidebar, #txpCommentInputForm
{
	display: none;
}

/* =Content Area
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}

body
{
	margin: 0.5in;
}

blockquote p
{
	font: 16px Georgia, sans-serif;
	line-height: 150%;
	margin: 0 30px 10px;
}

code
{
	font: 14px "Courier New", monospace;
}

h1
{
	border-bottom: 1px solid #000;
	font-size: 20px;
	margin: 0 0 20px;
	text-align: right;
}

h2, dt
{
	font-size: 18px;
	margin: 10px 0;
}

h3
{
	font-size: 16px;
	margin: 10px 0;
}

li
{
	font-size: 14px;
	margin: 0 20px 10px 35px;
}

ol, ul
{
	list-style: square;
}

p, dd
{
	font-size: 14px;
	margin: 0 20px 10px;
}

small
{
	font-size: 12px;
}

.excerpt a
{
	display: block;
	text-align: right;
}

/* =Comments Display
----------------------------------------------------------------------*/

big
{
	border-bottom: 1px solid #000;
	font-size: 16px;
}

ol.comments
{
	margin: 0 20px 10px;
	padding: 0;
}

ol.comments li
{
	background: none;
	border-top: 1px solid #000;
	list-style: none;
	margin: 0;
	padding: 10px 0 20px;
}

.comment_num
{
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	float: right;
	padding: 0 15px 0 5px;
	text-align: right;
}

