/* Start of make blog theme wider */
#content { width: 1016px; } 

#masthead {
width: 1028px;
background-repeat: no-repeat;
background-color: #002940;
}

/*#title { top:75px; }*/

#main  { width: 758px; }

#nav { width: 1016px; }
/* End of make blog theme wider */

#TagSideBar { /*display:none;*/ }
#tagcloudborder { 
  border: solid 2px #330066; 
  background-color: #f0f0f0;
  width:190px;
}

/* Set fonts and width for the cloud text. Start small so we can emphasize. */
#tagcloud {
  font-family: Consolas, Arial;
  font-size: 0.8em;
  line-height: 1.1;
  width: 180px;
  text-align: center;
  padding: 0 5px 5px 5px;
}

/* Sets the factor by which the font size increases as the frequency of the tag increases */
#tagcloud em { 
  font-size: 130%;
  font-style: normal;
}

/* Don't colour or underline anchors */
#tagcloud a {
  color: #ff9900;
  text-decoration: none;
}

/* But do underline if hovering */
#tagcloud a:hover { 
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  text-transform:uppercase;
}

/* Hide the Technorati links for the purposes of the tag cloud (no room for them) */
#NewsSidebar #te_l { display: none; }

.csharpcode, .csharpcode pre
{
	font-size: 0.9em;
	color: black;
	font-family: Consolas, "Lucida Console", "Courier New", Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}

.csharpcode
{
width: 75%;
padding:5px;
}

.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;
}
