.active
{
	font-weight: bold;
}

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #fff;
	text-align: center;
	padding: 0;
	border-top: 20px solid #eee;
}

a
{
	color: #666666;
	text-decoration: none;
}

a img
{
	border: none;
}

a:visited
{
	color: #666666;
}

a:hover
{
	color: #6699cc;
	text-decoration: underline;
}

#rap
{
	width: 840px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	text-align: left;
}

#header
{
	margin-bottom: 40px;
	padding-top: 30px;
}

#header #flash
{
	float: left;
	margin: 0 6px 0 0;
}

#header h1
{
	margin-top: 16px;
	color: #666666;
}

#header h1 a
{
	font-size: 40px;
	letter-spacing: -0.05em;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

#header h2
{
	font-size: 15px;
	font-weight: normal;
	color: #999;
}

#menu
{
	float: right;
	width: 220px;
	padding-bottom: 40px;
	list-style-type: none;
}

#menu ul
{
	list-style-type: none;
	margin-bottom: 20px;
	padding-left: 15px;
	color: #666;
}

#menu ul li
{
	list-style-type: disc;
}

#menu ul ul
{
	margin-bottom: 5px;
}

h2
{
	font-size: 12px;
	color: #666666;
	margin-bottom: 6px;
}

#menu ul h2
{
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin-bottom: 3px;
}

#menu #search
{
	margin-bottom: 20px;
}

#content
{
	margin: 0 260px 0 15px;
}

.post
{
	margin-bottom: 40px;
	line-height: 150%;
}

.storytitle
{
	margin-bottom: 2px;
}

.storytitle a
{
	font-size: 16px;
	letter-spacing: 0;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

.meta, .meta a
{
	font-size: 9px;
	color: #999;
	margin-bottom: 10px;
}

.storycontent
{
	margin-bottom: 10px;
}

.storycontent img
{
	border: 0;
	margin: 4px 10px 10px 0;
	float: left;
}

.storycontent img.wp-smiley
{
	border: none;
	margin: 0;
}

.storycontent ul, .storycontent ol
{
	padding-left: 20px;
	margin-bottom: 20px;
}

blockquote, code
{
	display: block;
	padding: 6px 10px;
	border: 1px solid #ccc;
	background-color: #eee;
	margin-bottom: 10px;
}

.comments
{
	list-style-type: none;
	margin-bottom: 20px;
	width: 560px;
	overflow: hidden;
}

.comments li
{
	padding: 6px 10px;
	border: 0;
	margin-bottom: 10px;
	overflow: hidden;
}

.comments cite
{
	font-size: 10px;
	color: #999;
}

input, textarea
{
	border: 0px solid #999;
	background-color: #fff;
	color: #333;
	margin-bottom: 5px;
	padding: 1px 3px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

textarea
{
	width: 540px;
	padding: 6px 10px;
}

input
{
	vertical-align: middle;
}

p
{
	margin-bottom: 10px;
}

.credit
{
	background-color: #eee;
	padding-top: 10px;
	font-size: 9px;
	clear: both;
}

.credit p
{
	width: 810px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 20px;
}

/* This clears the comments layer from post content - JPM */
.feedback
{
	clear: left;
}