/* Color scheme

Main BG is gray  #DDDDDD
with text that's #333333
Headers are Blue (0099CC)
H1 has a light background of EEEEEE
As does the left map
LM headers are again the darker grey
with the blue color


*/

body { color:#333333; background-color:#DDDDDD; }
h1, h2 { color:#0099CC; }
h1 { background-color: #EEEEEE; }
h2 { background-color: #EEEEEE; }

code { background: #CCCCCC; }

a         { color:#0099CC; }
a:link    { color:#0099CC; }
a:visited { color:#006699; }
a:hover   { color:#EEEEEE; background-color:#0099CC;}
img a:hover {background-color: transparent;}
a:hover img {background-color: transparent;}
a.nohover:hover { background-color: transparent; }

#twitter_update_list li {
	background-color: #DDDDDD;
}



.folder-cl,.LeftMenu,#Header {	background-color:#EEEEEE;
border-color:#000000; }

.LM1 {color:#0099CC; background-color: #DDDDDD; }

.red {
color: red;
}




ul.sitemap-nav,
.sitemap-nav ul,
.sitemap-nav ul li a{
	background-color: #fff;
	color: #369;
}


ul.sitemap-nav li:hover,
.sitemap-nav ul li a:hover{
	background-color: #369;
	color: #fff;
}

ul.sitemap-nav li:active,
.sitemap-nav ul li a:active{
	background-color: #036;
	color: #fff;
}
.blogroll-stale {
color: #FFFFFF; 
text-decoration: line-through;
}


