/* Start of make blog theme wider */
#content { width: 1016px; } 

.postfoot { /*font-size: 0.6em;*/ margin-bottom:75px; }
#twitters { font-size: 0.9em; }

#masthead {
background-image: url("http://blogs.msdn.com/blogfiles/mikeormond/WindowsLiveWriter/TestPost_8DF3/rEmIX-title_meo_3.png");

/*background-image: url("http://mikeo.co.uk/MSDN_Blogs/Images/Blog_Template/paperclip-title_meo_ltc.jpg");*/
width: 1028px;
}

#title { 
 top:130px;
 font-size: 0.6em;
}

#main  { width: 758px; }

#nav { width: 1016px; }
/* End of make blog theme wider */


/*#masthead {
background-image: url("http://mikeo.co.uk/MSDN_Blogs/Images/Blog_Template/paperclip_narrow-title.jpg"); }
*/

/*
#masthead {
background-image: url("http://mikeo.co.uk/MSDN_Blogs/Images/Blog_Template/paperclip-title_blank.jpg"); }
*/
#TagSideBar { /*display:none;*/ }

#technorati { padding: 0 0 0 50px;  background-color: #330066; }

#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;
}

.csharpcode .lnum { color: #606060; }

/* Start of Social Networking layout */
#sociallinks
{
  padding-right:11px;
  float:left;
  background: url("http://blogs.msdn.com/blogfiles/mikeormond/WindowsLiveWriter/SocialBookmarkingImages2_1185C/right_2.png") no-repeat right;
}

#sociallinks div
{
  float: left;
  padding-left: 11px;
  background: url("http://blogs.msdn.com/blogfiles/mikeormond/WindowsLiveWriter/SocialBookmarkingImages2_1185C/left_2.png") no-repeat left;
}

#sociallinks ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

#sociallinks li
{
  display: inline;
}

#sociallinks a
{
  float: left;
  padding: 5px 2px;
  background: url("http://blogs.msdn.com/blogfiles/mikeormond/WindowsLiveWriter/SocialBookmarkingImages2_1185C/bar_2.png") repeat-x;
  text-decoration: none;
}

#sociallinks img
{
  border: 0;
}