body
{
   font-family: verdana, sans-serif;
   color: black;
   background-color: white
}
body *
{
   font-size: 10pt;
}
h1
{
   font-size: 150%;
}
h2
{
   font-size: 125%;
}
hr
{
   border: 0px;
   padding: 0px;
   height: 1px;
   background-color: #808080
}
a:link, a:visited
{
   color: #004080;
   text-decoration: none;
}
a:hover, a:active
{
   text-decoration: underline;
}
.HdrClmn,
.HdrClmnEnd
{
   border: black 1px solid;
   font-weight: bold;
   color: white;
   background-color: #809cc8
}
table
{
   border-width:0px;
   border-collapse:collapse;
}
.row0,
.row1
{
   height:22px;
   border-width:0px;
}
.row0 img,
.row1 img {
   padding: 0px;
   margin: 0px;
   vertical-align:middle;
}
.row0
{
   background-color: #f0f0f0;
}
.row1
{
   background-color: #e0e0e0;
}

.CatClmn0
{
   border-right: black 1px solid;
   background-color: #e0e0ff
}

.CatClmn1
{
   border-right: black 1px solid;
   background-color: #d0d0ee
}

table.outline
{
   border-collapse:collapse;
   border: 1px black solid;
}

td.diffdeleted
{
   font-size: 11px;
   background-color: #ff8888;
}

td.diffchanged
{
   font-size: 11px;
   background-color: #ffff88;
}

td.diffadded
{
   font-size: 11px;
   background-color: #88ff88;
}

td.diff
{
   font-size: 11px;
   background-color: #F0F0F0;
}

div.newpath
{
   padding: 10px;
   background-color: #d0d0ee
}

div.difflines
{
}

.plusbox { float: left; clear: both; position: relative; top: -3px; font-size: 13px; font-weight: bold; width: 16px; text-indent: 0; height: 16px; color: black; background-color: #D0D0D0; text-align: center; padding: 0px 2px 0px 3px; border: black solid 1px; margin-right: 5px; }
.minusbox { float: left; clear: both; position: relative; top: -3px; font-size: 13px; font-weight: bold; width: 16px; text-indent: 0; height: 16px; color: black; background-color: #809cc8; text-align: center; padding: 0px 2px 0px 3px; border: black solid 1px; margin-right: 5px; }

.groupname { padding-left: 0px; text-indent: -25px; margin: 3px 0 3px 0;}  
.switchcontent { margin: 3px 0 0 20px; }
.project { padding: 2px; }

code { white-space: pre; white-space: pre-wrap; }

table.blame tr.dark  { background-color: #e7e7e7; }
table.blame tr.light { background-color: #ffffff; }

div.blame-popup
{
   position: absolute;
   background-color: white;
   border: solid 2px #809cc8;
   padding: 5px;
}

div.blame-popup .date
{
    font-weight: bold;
}

/*----------------------------
					 Header
----------------------------*/


#header {
	height: 150px;
	vertical-align: bottom;
	text-align: right;
	margin-bottom: 10px;
	width: 1000px;
	background-image:url('/header/BlogBackground.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	
}

#header a {
	font-family: Arial;
	font-size: 80px;
}

#header h1 {
	font-family: Arial;
	font-size: 80px;
	font-weight: bold;
	margin: 0px;
	letter-spacing: 8px;
	vertical-align: bottom;
	bottom:0px; 
	position:absolute; 
	right: 12px;
}

#header h2 {
	font-weight: normal;
	letter-spacing: 4px;
	color: #DDDDDD;
	margin: 0px;
	vertical-align: bottom;
	bottom:2px;
	position:absolute; 
	right: 3px;
}

#header a {
	text-decoration: none;
	color: white;
}

