BODY
{
	FONT-SIZE: 1.15em; FONT-FAMILY: Calibri, Tahoma, Verdana, Times New Roman, Times, sans-serif;
      background-color: #310062;
}

#masthead
{
      background-color: #310062;
	color: white;
	float: right;
	font-weight: bold;
}

#header
{
	border-bottom: 1px #310062;
	background-color: #310062;
	color: white;
}

#header p
{
	padding-bottom: 10px;
}

#container, #content, .post
{
	background-color: white;
	color: black;
	border: 0px;
	padding: 0px;
}

#content
{
	margin-left: 2%;
	margin-right: 300px;
}

.post
{
	margin: 15px 0px 0px 0px;
}

h2
{
	padding-left: 0.5em !important;
	background-color: #F0F0F0;
	-webkit-border-radius: 1em 1em 1em 1em;
	-khtml-border-radius: 1em 1em 1em 1em;
	-moz-border-radius: 1em 1em 1em 1em;
	-o-border-radius: 1em 1em 1em 1em;
	border-radius: 1em 1em 1em 1em;
}

.postsubhead
{
	border: 0px;
	padding: 0.6em 0.5em 0em 0em;
	float: right;
	font-size: 80%;
}

.postsubhead a:link, .postsubhead a:visited
{
	color: black !important;
}

.postfoot
{
	border-top: 1px solid #310062;
}

#contentfooter, #postToolbar .CommonSubTitle
{
	display: none;
}

#sidebar-a, #sidebar-b
{
      background-color: #F0F0F0;
	font-size: 80%;
	line-height: 125%;
	padding: 0px 0px 0px 5px;
	float: right;
	width: 265px;
	margin-right: 10px;
}

#sidebar-a a, #sidebar-b a
{
	font-weight: bold;
}

#sidebar-a
{
	-webkit-border-radius: 1em 1em 0em 0em;
	-khtml-border-radius: 1em 1em 0em 0em;
	-moz-border-radius: 1em 1em 0em 0em;
	-o-border-radius: 1em 1em 0em 0em;
	border-radius: 1em 1em 0em 0em;
	margin-top: 15px;
}

#sidebar-b
{
	-webkit-border-radius: 0em 0em 1em 1em;
	-khtml-border-radius: 0em 0em 1em 1em;
	-moz-border-radius: 0em 0em 1em 1em;
	-o-border-radius: 0em 0em 1em 1em;
	border-radius: 0em 0em 1em 1em;
	padding-bottom: 5px;
	clear: right;
}

h3
{
	color: #EF9B0F;
	font-size: 120% !important;
	margin: 5px 0px 0px 5px !important;
}

.SidebarTagCloud
{
	margin-left: 0px !important;
	line-height: 160%;
}

.Tag1, .Tag2, .Tag3, .Tag4, .Tag5, .Tag6 
{
	white-space: nowrap;
}

.Tag1 a:link, .Tag1 a:visited
{
	font-size: 140%;
}

.Tag2 a:link, .Tag2 a:visited
{
	font-size: 130%;
}

.Tag3 a:link, .Tag3 a:visited
{
	font-size: 120%;
}

.Tag4 a:link, .Tag4 a:visited
{
	font-size: 110%;
}

.Tag5 a:link, .Tag5 a:visited
{
	font-size: 100%;
}

.Tag6 a:link, .Tag6 a:visited
{
	font-size: 90%;
}

#header a:link, #header a:visited, #masthead a:link, #masthead a:visited
{
	color: #F4C430;
}

a:visited
{
	color: #490093;
}

#contactform .contactbox, #commentform .smallbox
{
	width: 60%;
}

#contactform textarea, #commentform textarea
{
	width: 90%;
}

.CommonSinglePager
{
	float: right;
}

.comment, .altcomment
{
	border-top: 1px solid #310062;
	color: black;
	background-color: #F0F0F0;
}
	
.commentowner, .altcommentowner
{
	border: 0px;
	border-top: 1px solid #310062;
	margin-bottom: 0px;
	color: black;
	background-color: white;
}
	
.imgdiv
{
	overflow: scroll;
}

pre
{
	font-size: 95%;
	line-height: 1.2em;
	overflow: auto;
}

.csharpcode .kwrd
{
	color: #0000f0;
}

.csharpcode .rem
{
	color: #009000;
}

.csharpcode .str
{
	color: #a00000;
}