* { color: #333; }

body { background: #fafafa; }

p { background: none; }

p.navtitle {
	color: #333 !important;
	font-size: 20px !important;
	font-family: 'KlavikaMedium' !important;
	font-weight: normal !important;
}

.innerSidebar {
	margin: 9px 0;
	border: solid 1px #DEDEDE;
	padding: 16px;
	background-color: white;
	border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
}

.navbar b {
	background-color: white;
	padding: 6px;
	border: solid 1px #DEDEDE;
	padding-bottom: 10px;
	font-weight: normal;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}