.txtbold
{
	font-weight: bold;
}

.txt
{
	font-weight: normal;
}

.btitle a
{
	text-decoration: none;
}

#blogblastidge
{
	padding: 8px;
}

#blogblastidge a
{
	color: #000;
}

.blogwrapper
{
	/* background-color: #fff; */
	border-bottom: 1px dotted #333;
	margin: 8px 0px 8px 0px;
	padding: 8px;
	overflow: hidden;
}


.row
{
	background-color: #e3e3e3;
	padding: 8px;
}


.headerdate
{
	float: right;
	font-size: 16pt;
}

.footer
{
	padding: 16px;
	color: #f60;
	text-align: left;
	font-weight: bold;
}

.footer a
{
	color: #f60;
	font-weight: normal;
}


.postnav
{
	display: visible;
	visibility: visible;
}

.postnavhide
{
	display: hidden;
	visibility: hidden;
	height: 0px;
}

.inputText
{
	width: 88%;
	border: 1px dotted #999;
	padding: 4px;
	margin: 4px;
	background-color: #fff;
	color: #000;
}

.commentformhide
{
	visibility: hidden;
	overflow: visible;
	position: fixed;
}

.commentformshow
{
	visibility: visible;
	overflow: none;
	position: relative;
}

.blogwrapper strong
{
	font-size: 16pt;
}

