﻿body 
{
    background: #F9F9F7;
    font-size:medium;
    font-family: "Segoe UI", "trebuchet ms", helvetica, sans-serif;
    color: #000000;
}

p
{
    margin-bottom: 14px;
    text-align: justify;
}

code
{
	font-family: Consolas, 'Lucida Console' , 'Courier New' , Courier, monospace;
}

#inner
{
	padding: 10px;
}

#header
{
	text-align: right;
	position: relative;
	left:0;
	top:0;
	background: #006600;
	margin-bottom: 0px;
	height: 50px;
	color: #C0C0C0;
	padding-left: 0px;
	padding-bottom: 5px;
}

#header h1
{
	z-index: 1;
	position: absolute;
	font-weight: normal;
	font-size: 23px;
	font-variant: small-caps;
	right: 20px;
}

.SilverlightHeader
{
	z-index: 0;
	position: absolute;
	left:0;
	top:0;
	width: 100%;
}

#feedIcon
{
	border: 0;
}

#feedIconLink
{
	padding: 10px;
	float: right;
}

#menu
{
	position: relative;
	background: #666666;
	padding: 1px 0px 1px 5px;
	color: #C0C0C0;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
}

#menu ul
{
	margin: 5px;
}

#menu ul li
{
	display: inline;
	padding-left: 3px;
}

#menu ul li.first
{
    border-left: 0px;
}

#menu ul li a
{
	background-color: transparent;
	padding: 3px 12px 4px 12px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li a:hover
{
	color: #FF6600;
}

#maincontent
{
    position:relative;
    padding:10px 3px 10px 3px;
}

.BlogTitle
{
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
}

.BlogText
{
}

.code
{
	padding: 10px;
	border: thin dashed #C0C0C0;
	font-family: Consolas, 'Courier New' , Courier, monospace;
}

.BlogNavigation
{
	padding: 5px;
	border-width: thin;
	border-color: #C0C0C0;
	font-size: small;
	border-bottom-style: ridge;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.BlogNavigation a
{
	text-decoration: none;
	width: 100%;
}

.BlogNavigationHeader 
{
	text-align:right;
	width: 50px;
}


#CategoryCloud
{
	border: thin dashed #C0C0C0;
	width: 30%;
	font-family: Consolas, 'Courier New' , Courier, monospace;
}
