#adsense { position : absolute;
left : 295px;
top : 110px }

#main
{
    margin : 30px auto 0;
    width: auto;
}

#sidebar
{
    width : 263px;
}
#sidebar div.contentbox
{
    position:static;
    width : 250px;
    float : none;
}

#sidebar > div
{
float: right;
position: absolute;
right:0px;
top : 100px;
clear:right;
}
#blogPosts
{
width: auto;
margin-top: 90px;
*margin-top: 80px;
}

#news div.content
{
   text-align:center;
}

#news > h2
{
   display:none;
}

#news
{
    border: none;
    padding:0px;
}
#clustrMapsLink
{
   text-align:center;
}

body
{
    background:#FFFFFF url(/Skins/Gradient/images/bg-stripe.gif) repeat-x scroll 0 0;
}

#title h1 a {
text-transform:none;
}

.posttitle, .singleposttitle
{
text-transform:none;
}

#title h2 {
text-transform:none;
}

div.contentbox > h2 
{
    text-transform:none;
}
#blogPosts div.contentbox
{
    width:700px;
}

#blogPosts div.contentbox h2
{
    text-transform:none;
}

a:link, a:hover, a:visited
{
    color:#AC2C2B !important;
}
/******************************************
Ohloh tag
*/
div.gadget_box {
margin: 10px;
border:1px dotted #777777;
float:left;
line-height:0;
padding : 0px;
}
div.gadget { margin: 10px; }
div.gadget p { line-height: 1.5em; margin: 0 0 0.5em 0; }
div.gadget h3 { margin-top: 0; border: none; }
div.logo { float: left; }
div.main { margin-left: 30px !important}
div.updated { clear: both; padding-top: 1em }
div.updated p { font-size: smaller; color: #aaa; }
div.more_at_ohloh { float: right; }

/******************************************
 Code Snippets 
*/
.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; }