
a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: gray;
}

div.post {
	color: white; 
	position: relative;
	z-index: 0; 
	margin-bottom: 70px;
	width: 300px;
}

div.post-header {
	position: relative; 
	left: 80px; 
	top: 3px;
	width: 250px;
}

div.column-header {
	position: relative; 
	left: 60px; 
	top: 3px;
	width: 250px;
}

div.comment-body  {
	border: 2px solid white;
	width: 200px;
        background-color: #B36464;
}

table.post-content {
	position: relative; 
	left: 20px; 
	top: 10px; 
	z-index: 1;
	background-color: #B36464;
}

table.column-content  {
	position: relative; 
	top: 15px; 
	z-index: 1; 
	background-color: #D97979;
}

div.post-title, div.post-title a {
	font-size: 18px; 
	font-family: Trebuchet, Arial; 
	font-weight: bold; 
	font-style: italic; 
	z-index: 1
}

div.column-title {
	font-size: 18px; 
	font-family: Trebuchet, Arial; 
	font-weight: bold; 
	font-style: italic; 
	z-index: 1;
	margin-bottom: 5px;
}


div.post-author, div.post-category {
	display: block; 
	font-size: 9px; 
	font-family: Georgia, Tahoma;
}

div.comment-author {
	padding: 10px;
	padding-top: 20px;
}

td.post-content {
	font-family: Trebuchet, Arial; 
	font-size: 11px; 
	color: white; 
	padding: 10px; 
	padding-top: 15px;
	line-height: 180%;
}

td.column-content, div.column-content {
	font-family: Trebuchet, Arial; 
	font-size: 11px; 
	color: white; 
	padding: 10px; 
	width: 250px;
}

div.sidelink {
	font-family: Georgia, Tahoma;
	font-size: 12px;
	color: white;
	position: relative;
	z-index: 0;
	padding: 20px;
	padding-bottom: 0px;
	width: 200px;
}

div.sidelink-comment p {
	margin: 0px;
}

div.sidelink-title {
	font-weight: bold;
}

div.sidelink-cat {
	font-size: 10px;
}

div.post-commentline {
	position: relative;
	top: 20px;
	text-align: right;
	font-family: Trebuchet, Arial; 
	font-size: 11px; 
}


input, .label, textarea, label, .notes {
	font-family: Georgia, Tahoma;
	font-size: 12px;
	color: white;
}

textarea {
	color: gray;
}

.bCommentSmallPrint {
	font-family: Trebuchet, Arial; 
	font-size: 10px; 
	color: white;
}

fieldset {
	width: 300px;
	border: 1px dashed white;
}