body
{
	background: #000 url(/images/bgframe.jpg);
	margin: 0;
	color: #fff;
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}

a { color: #fff; }
a:visited { color: #ccc; }
a:hover { color: #f93; }

#frame
{
	height: 590px;
	width: 410px;
	margin: 52px 20px 0 0;
	padding: 0 30px 0 0;
	overflow: auto;
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	text-align: left;
}

/* This is a hack to reposition the scrollbar in WinIE */

td>#frame {	margin: 52px 0 0 20px;}


ul#nav
{
	width: 90px;
	margin: 155px 5px 0 0;
	padding: 0;
	text-align: right;
	font-size: 11px;
	font-family:  helvetica, arial, sans-serif;
	font-weight: bold;
}

td {  }

#nav li
{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.navspan
{
	visibility: hidden;
	font-size: 11px;
	font-weight: bold;
	font-family:  Verdana, 'Trebuchet MS', sans-serif;
}

#nav li a
{
	text-decoration: none;
	color: #fff;
}

#nav li a:hover { color: #f93; }

h2#pageTitle 
{
	font-size: 14px;
	color: #700;
	margin: 0 0 10px 0;
}

h3.postDate
{
	margin: 10px 0 ;
	color: #f93;
	font-size: 11px; 
	font-weight: bold;
	text-transform: uppercase;
}

.postblock
{
	border-bottom: 1px solid #500;
	margin-bottom: 15px;
}
.posting {background: #000; margin: 0 0 20px 0;}

.posting p { margin: 0 0 6px 0; color: #eee; padding: 0; font-size: 11px; line-height: 14px;}

.postTitle
{
	float: left;
	margin-right: 1em;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.postTitle a, h3 a { text-decoration: none; 	color: #fff;}
.postTitle a:hover, h3 a:hover  { text-decoration: underline; }

.postByline
{
	font-size: 10px;
	color: #800;
	margin: 0 0 5px 0;
}

.postByline a { color: #700}

.comments { font-size: 90%; color: #999; 	border-bottom: 1px solid #500;
	margin-bottom: 15px;
}

.comments .byline	{margin: 10px 0 ;
	color: #f93;
	font-size: 10px;
	font-weight: normal;
}


#frame dt { margin-bottom: 2px;}
