<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link,
.blog-entry-title a:hover {
	color: #163af1;
}

a:visited {
	color: #641b94;
}

#navcontainer {
	background: url(images/blue/menu_bg.png) repeat-x;
}

#navcontainer #current,
#navcontainer .currentAncestor,
#navcontainer a:hover {
	background-image: url(images/blue/button_over.png);
}

#navcontainer ul ul a {
	text-shadow: none;
}

#navcontainer ul ul a:hover,
#navcontainer ul ul #current,
#navcontainer ul ul .currentAncestor {
	background: repeat-x url(images/blue/submenu_over.png) center top;
	text-shadow: none;
}

#navcontainer ul ul ul li a:hover {
	color: #0080ff;
}

#navcontainer ul ul ul #current {
	color: #0080ff;
}

/* This is the default float side for this theme. We only have this file as we need to set a default css file for the theme variations. */
#sidebarContainer {
	float: right;
}

#contentContainer {
	margin-right: 200px;
	border-right: 1px solid #a1a4a7;
}


body {
	color: #333;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 0.9em;
}

#container {
	line-height: 1.6;
	font-size: 1.05em;
}
#pageHeader h1 {
	font-weight: normal;
}


h1, h2, h3, h4 {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #000000;
	letter-spacing: -1px;
	font-weight: normal;
}

h2 {
	color: #191919;
}

h3 {
	color: #333333;
}

h4 {
	color: #4c4c4c;
}

.blog-entry-title a {
	color: #333;
}

body {
	background-color: #fff;
}

#gradient {
	background: url(images/menu_shadow.png) repeat-x;
	height: 2px;
}

#container {
	width: auto;
	margin: 0 20px;
}

#navcontainer ul,
#navcontainer ul ul,
#navcontainer ul ul ul {
	width: auto;
	margin: 0 20px 0 30px;
}


		
		</pre></body></html>