A:link, A:visited 
{
	color: #990000;
	text-decoration: none;
}

body 
{
	font-family: Arial, Helvetica, sans-serif;  	
}

body, form, img 
{ 
	margin:0; 
	padding:0; 
	border:none;
}

body, table 
{ 
	color:#000; 
	font:12px Arial, Helvetica, sans-serif;
}

p
{
	font:12px Arial, Helvetica, sans-serif;
}

.header 
{ 
	top: 0px;
	left: 0px;	
	height:30px;
	color: white;
	text-align:left;
	background-color: #000;
}

.rightheader
{
	float:right;
	padding-top:2px;
	padding-right:5px;
}

.adminbar
{	
	background-color: #990000;
	height: 21px;		
}

.pagetitle
{
	font-weight:bold;
	font-style: italic;
	font-size:24px;	
	font-variant:small-caps;
	position:absolute;
	left: 5px;
	top: 1px;
}

.pagedescription
{
	font-style: italic;
	font-size:14px;	
	font-variant:normal;
}

.leftSide
{ 	
	clear:left; 
	float:left; 
	width:200px; 	
	padding:7px 12px 10px 5px 
}

.sidebox 
{ 
	margin:6px 0 12px 0;
}

.sidebox .boxtitle 
{
	height:20px; 
	padding:6px 6px 0 6px;
	font-size:14px;
	font-weight:bold;
}

.sidebox .boxcontents 
{ 	
	padding-left:15px;		
}

.blogContent
{
	font-size:12px;
	margin:15px 180px 0 215px;
	background-color: #fff;
}

.footer 
{ 
	clear:both; 
	padding:2px 10px 2px 0; 
	font:11px Arial, Helvetica, sans-serif; color:#555; text-align:center 
}

.disclamer
{
	margin:6px 0 12px 0;	
}

.disclamertitle 
{
	height:20px; 
	padding:6px 6px 0 6px;
	font-weight:bold;
	background:#fff;
}

.dayheader
{
	color: #000;
	font-size:18px;
	font-weight:bold;
}

.itemtitle
{	
	font-size:14px;
	font-weight:bold;	
	font-family: Arial, Helvetica, sans-serif; 	
	padding: 2px 5px 2px 0px;
	background-color: #e5e5e5;
}

.item 
{
	margin-top: 5px;
	background-color: #FFF;
}

.item img 
{
	display: inline;
	float: right;
}

.itembody
{
}

.itemcontents
{
	text-align: justify;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #ffffff;
	padding: 0px 0px 10px 0px;
}

.itemcontents .categorylinks
{	
	text-align:right;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;	
	font-family: Arial, helvetica, sans-serif; 
	font-size: 10px;
	font-weight:bold;
}

.itemfooter
{
	font-family: Arial, helvetica, sans-serif;
	vertical-align: top;     
	color: gray;
	font-size: 9px;
	padding-right: 0;   
	padding-top: 2px;
	padding-bottom: 5px;	
}


/******************************************************************************
Styles from dasBlog
******************************************************************************/
.navigatorLinksTableStyle, .archiveLinksContainerStyle, .categoryListContainerStyle,
.blogRollContainerStyle, .blogStats
{
	padding-left: 15px;	
}

.navigatorLinksTableStyle, .archiveLinksContainerStyle, .categoryListContainerStyle,
.blogRollContainerStyle img
{
	vertical-align:middle;
}
.blogRollXmlLinkStyle, .categoryListXmlLinkStyle
{
	display:none;
}

.archiveLinkImageStyle, .permalinkImageStyle, .editLinkImageStyle,
.deleteLinkImageStyle, .approveLinkImageStyle 
{
	vertical-align:middle;
}

.archiveLinkImageStyle
{
	padding-bottom: 3px;
}

/******************************************************************************
Comments
******************************************************************************/

/* wrapped around one entire comment */
.commentBoxStyle 
{  
	border-top: solid 1px #990000;
	margin-top: 10px;
	padding: 4px;
}

/* just the comment date */
.commentDateStyle 
{  
	color: gray;
	font-size: .9em;
}

/* The comment text */
.commentBodyStyle 
{  
	padding-top: 8px;
	padding-bottom: 8px;
}

/* wraps around comment author name/homepage/email */
.commentBoxFooterStyle 
{   
}

/* comment author name and homepage link*/
.commentPermalinkStyle 
{ 
}

/* comment author email link */
.commentMailToStyle 
{ 
}


/* Add Comment  */

/* wraps around add comment stuff */
.commentViewBoxStyle 
{ 
	margin-top: 10px;
	border: dotted 2px #e2e2e2;
	padding: 4px;
}

/* wraps around add comment labels */
.commentViewLabelStyle 
{ 
}

/* wraps around add comment controls */
.commentViewControlStyle 
{
}

/******************************************************************************
Admin
******************************************************************************/
.adminNavbarStyle 
{
	padding-top: 3px;	
	padding-bottom: 3px;	
	font-size: 12px;
	font-weight: normal;	
	height: 15px;	
	z-index: 1;
	position: float;
}

.adminNavbarStyle UL { 
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.adminNavbarStyle UL LI 
{ 	
	background-color: #990000;
	margin: 0px;
	padding: 3px;
	border-left: 1px solid black;	
	list-style: none;
	display: inline;		
}

.adminNavbarStyle UL LI a 
{ 
	color: #fff;
}

.adminNavbarStyle UL LI.first 
{
	border-left: none;
}

.adminNavbarStyle UL LI.here 
{	
	list-style: none;
	display: inline;
	z-index:2;
	position:relative;
	background-color: #000;	
}

.adminNavbarStyle UL LI.firstHere 
{	
	list-style: none;
	display: inline;
	z-index:3;
	position:relative;
	background-color: #000;
}