

body, html
{
    color: #222222;
    font-family: 'Trebuchet MS', Arial, Helvetic, sans-serif;
    background-color: #FFFFFF;
    background-image: none;
}

a:link
{
    color: #666666;
}

a:hover, a:active
{
    color: #ACACAC;
}

a:visited
{
    color: #666666;
}

#header h2
{
    color: #999999;
    font-family: 'Trebuchet MS', Arial, Helvetic, sans-serif;
    font-size: 1.8em;
}

#header h2 a:link, #header h2 a:visited, #header h2 a:active, #header h2 a:hover
{
    color: #999999;
}

#navbar li
{
    background-color: #ACACAC;
}

#navbar li.navselected
{
    background-color: #666666;
}

#navbar a:link, #navbar a:active, #navbar a:visited
{
    color: #FFFFFF;
}

#navbar a:hover
{
    color: #FFFFFF;
    background-color: #666666;
}

.entryviewheading
{
    color: #000000;
    font-family: Verdana;
    font-size: 1.5em;
}

.entryview
{
    background-image: url(/themes/blogs/kid%20congo/images/greenside.jpg);
}

dl.entrylist dt
{
    color: #4170A4;
    font-family: Verdana;
    font-size: 1.5em;
}

dl.entrylist dt a:link, dl.entrylist dt a:visited, dl.entrylist dt a:active, dl.entrylist dt a:hover
{
    color: #4170A4;
}

.sideboxes h4, .rightsideboxes h4
{
    color: #5A9A89;
    font-family: Helvetica, Arial;
    font-size: 1.4em;
    background-image: url(/themes/blogs/kid%20congo/images/sidebarheader.gif);
}

.sideboxes, .rightsideboxes
{
    color: #000000;
    font-family: Helvetica, Arial;
    font-size: 1em;
}

.sideboxes a:link, .rightsideboxes a:link
{
    color: #000000;
}

.sideboxes a:visited, .rightsideboxes a:visited
{
    color: #666666;
}

.sideboxes a:active, .sideboxes a:hover, .rightsideboxes a:active, .rightsideboxes a:hover
{
    color: #666666;
}

.recentposts a:link
{
	color: #4170A4;
}

.souptag1 a:link, .souptag1 a:visited, .souptag1 a:active
{
    color: #111111;
}

.souptag2 a:link, .souptag2 a:visited, .souptag2 a:active
{
    color: #222222;
}

.souptag3 a:link, .souptag3 a:visited, .souptag3 a:active
{
    color: #333333;
}

.souptag4 a:link, .souptag4 a:visited, .souptag4 a:active
{
    color: #444444;
}

.souptag5 a:link, .souptag5 a:visited, .souptag5 a:active
{
    color: #555555;
}

.souptag6 a:link, .souptag6 a:visited, .souptag6 a:active
{
    color: #666666;
}

#sidebar-a{
	float: right;
	font-size: 0.9em;
width: 245px;
}

#content h2{
	font-size: 2.8em;
	line-height: 1.1em;
	margin:0 ;
color:#518C90;
letter-spacing:0.65em
}


#content h2{
	font-size: 1.8em;
	line-height: 1.1em;
	margin:0 ;
color:#518C90;
letter-spacing:0.2em
}

#header p{
	font-size: 1.2em;
	font-weight:bold;
	line-height: 1.1em;
margin:0;
margin-top:6px;
margin-bottom:6px;
color:#518C90;
}

#header h2 a:link, #header h2 a:visited,
#header h2 a:hover, #header h2 a:active{
 text-decoration: none;
color: #6AB670;
}

#content{
	float: left;
	width: 725px;
	margin-right: 10px;
	line-height: 1.4em;
	overflow: hidden;
}

#content li{
	margin-bottom: 10px;
}

.entryviewheading
{
	font-size: 2em;
	line-height: 1.1em;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	font-weight:bold;
	margin: 0 0 0.5em 0;
color: #5A9A88;
}


#navbar a{
	font-size: 0.9em;
	display: block;
	width: 116px;
	padding: 3px 0;
	color: #FFF;
	font-weight: 800;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	text-decoration: none;
	border: none;
}

#navbar li{
	float: left;
	width: 116px;
	background: #acacac;
	text-align: center;
	margin: 0 3px 3px 0;
	display: block;
}


.rightsideboxes img{
	margin-top:10px;
}

.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}

.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; }

