body {
	font-size : 0.9em;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#masthead {
	background: #000000;
}
#top 
{
height: 85px;
border-bottom : 4px solid #2877CF;
background-image: url(http://blogs.msdn.com/photos/smclaren/images/9027078/original.aspx);
}

#main {
	border-left : 1px solid #2877CF;
	border-bottom : 1px solid #2877CF;
}
a.headermaintitle:link,
a.headermaintitle:active,
a.headermaintitle:visited
{
                color: #10A67F;
}
#comments
{
	border-top: 1px dashed #2877CF;
	color : #2877CF;
}

h1 {	
	font-size : 2.0em;
	font-family: Verdana;
                color : #2877CF;
}
h1 a:visited,
h1 a:active,
h1 a:link {
	padding-left : 90px;
}
#tagline {
	padding-left : 96px;
}
h3
{
	color : #2877CF ! important;
	border-bottom : 1px dashed #2877CF;
}

h5 
{
	font-size: 1.6em;
}
h5 a
{
                color : #2877CF ! important;
}
#commentform dt, #contactform dt {
	color: #2877CF;
	}


.CalendarDay a
{
	color : #2877CF ! important;
}

#masthead {
	border-bottom: 2px solid #2877CF;
}
.postsubhead{
	color : #2877CF;
                background-image : none;
                border-bottom : 1px dashed #2877CF;
}

.postsubhead a:visited,
.postsubhead a:active,
.postsubhead a:link {
	color : #2877CF ! important;
}

.codearea
{
    background-color: #212121;
    color: #c0c0c0;
    border: dashed 1px #2877CF;
    overflow: auto;
    padding: 2px 2px 2px 2px;
    width: 900px;
    height: 120px;
    scrollbar-base-color: #2877CF; 
    scrollbar-arrow-color: #6C7E8E;
    scrollbar-DarkShadow-Color: #c0c0c0; 
}
.codearea_white
{
    background-color: #D9D9D9;
    color: #000000;
    border: dashed 1px #2877CF;
    overflow: auto;
    padding: 2px 2px 2px 2px;
    width: 900px;
    height: 120px;
    scrollbar-base-color: #2877CF; 
    scrollbar-arrow-color: #6C7E8E;
    scrollbar-DarkShadow-Color: #c0c0c0; 
}
.whitespan
{
    background-color: #D9D9D9;
    color: #000000;
}
.postTextAccent
{
    color: #c0c0c0;
}