/* override trac css */
body {
	font-family: "Trebuchet MS", Helvetica, Arial, "Bitstream Vera Sans", sans-serif !important;
}

#header h1 {
	font-size: 40px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	margin-top: .5em;
  padding: 0 0 0.5em;
}
#header :link, #header :visited, #header :link:hover, #header :visited:hover {
	color: #000;
}

.nav ul {
	padding: 0;
}
.nav li {
	border: none;
}
#mainnav {
	background: #b00;
	border: none;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	
	font-family: "Trebuchet MS", Helvetica, Arial, "Bitstream Vera Sans", sans-serif !important;
	height: 3em;
	line-height: 3em;
	border-bottom: 3px solid #ccc;
	margin-bottom: 0;
}
#mainnav ul {
	text-align: left;
}
#mainnav li {
	font-size: 14px;
	border: none;
}
#mainnav :link, #mainnav :visited {
	border: none;
	background-image: none;
	color: #fff;
	font-size: 13px;
}
#mainnav :link:hover, #mainnav :visited:hover {
 	background-color: transparent;
	border: none;
	text-decoration: underline;
	font-size: 13px;
}
#mainnav .active :link, #mainnav .active :visited {
	border: none;
	background: none;
	color: #C6C414;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}
#mainnav .active :link:hover, #mainnav .active :visited:hover {
 	border: none;
}

#ctxtnav {
	height: 1.5em;
	background: #ccc;
}
#ctxtnav ul {
	font-size: 12px;
}

#content {
	margin-top: 1em;
}

/* my styles */
#courant-container {
	margin: auto;
	width: 950px;
}

/* Code formatting */
table.code {
	font-family: fixed-width;
}
