﻿div.comments{
	display:none;
}

div.form{
	width:500px;
	float:left;
}

div.row{
	clear:both;
	padding-top:5px;
}

div.row span.label{
	text-align: right;
	margin: 0px 3px 0px 0px;
	width:60px;
	float:left;
}

div.row span.formw{
	text-align: left;
	width:435px;
	float:right;
}

hr .commentSep{
 width : 90%
}

p.tagcloud {
	text-transform: capitalize;
}

p.tagcloud a.w1 {
	font-size:140%;
}

p.tagcloud a.w2 {
	font-size:130%;
}

p.tagcloud a.w3 {
	font-size:120%;
}

p.tagcloud a.w4 {
	font-size:110%;
}

p.tagcloud a.w5 {
	font-size:100%;
}

p.tagcloud a.w6 {
	font-size:90%;
}

p.tagcloud a.w7 {
	font-size:80%;
}

p.tagcloud a.w8 {
	font-size:70%;
}

span .commentDate{
	color:#999;
	font-size:80%;
}

.entry{
	font: 100%/160% verdana;
}

.bottompost-text{
	padding-top: 15px;
	color:#999;
	font: 85% Arial, Helvetica, sans-serif;
}

.blogcontent{
	margin: 0px 15px 0px 0px;
}

.blogCommentContainer{
	margin: 5px 15px 5px 25px;
}

.commentContainer{
	margin: 5px 15px 5px 25px;
}

.commentForm{
padding-left:250px;
	margin:0px 0px 0px 25px;
	font: 11px arial, helvetica, sans-serif;
}

.commentText{
	/*nothing specified at this time*/
}

.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }

.small{
	font-size:75%;
}

