.name-project, .name-release, .name-version {
}

/* Front page H1 */
#page-main h1 {
	font-size: 1.35em;
}

#page-main h1.center {
	text-align: center;
}

h1, h2, h3, h4 {
	/*
	font-style: italic;
	*/
	font-family: luxi sans,sans-serif;
}
h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.1em;
}

hr {
	border: 0;
	border-bottom: 1px solid #ccc;
}

.kceasy-side-right-content {
	padding: 0 5px 1.5em;
	text-align: center;
}
#kceasy-side-right h1, #kceasy-side-right h2, #kceasy-side-right h3 {
	margin: 0;
	padding: 0 4pt 0;
	font-size: 1em;
	letter-spacing: 2pt;
/*
	border-bottom: 1px solid #bbb;
*/
}
#kceasy-side-right hr {
	border-bottom: 1px solid #aaa;
	margin: 0.5em 0;
}

table tr {
	font-size: 0.9em; 
}


#kceasy-content .kceasy-forum-link {
	text-align: center;
	font-size: 1.3em;
}

#link-offsite {
}
.link-offsite-notation {
	font-size: 0.9em;
	color: #777;
	padding-left: 1pt;
	text-decoration: none !important;
}
#kceasy-content .link-offsite-notation {
	color: #999;
}
#link-internal {
}

#kceasy-content li {
	padding: 1pt;
}
#kceasy-content h1 {
	margin-top: 0;
}

#kceasy-content a img {
	margin: 1px;
	border: 0;
}
#kceasy-content a:hover img {
	margin: 0;
	border: 1px solid #f00;
}
#kceasy-content a img.noborder {
	margin: 0;
	border: 0;
}
#kceasy-content a:hover img .noborder {
	margin: 0;
	border: 0;
}

#kceasy-project-maintainers p, #kceasy-project-contributors p, #kceasy-project-bugs p {
	margin-left: 5pt;
}

#kceasy-project-todo ul {
	border: 1px solid #e9cacc;
	margin: 0 1em;
	padding: 0;
	list-style: none;
	border-radius: 2.5px;
	-moz-border-radius: 2.5px;
}
#kceasy-project-todo li {
	margin: 0;
	padding: 6px 8px;
}
#kceasy-project-todo li.odd {
	background-color: #ecf0f7;
}
#kceasy-project-todo li.even {
	background-color: #fcf7f7;
}

/* pre.screen is for DocBook HTML output */
code.screen, pre.screen {
	font-family: monospace;
	font-size: 1em;
	display: block;
	padding: 10px;
	border: 1px solid #bbb;
	background-color: #eee;
	color: #000;
	overflow: auto;
	border-radius: 2.5px;
	-moz-border-radius: 2.5px;
	margin: 0.5em 2em;
}
#kceasy-project code.screen {
	margin: 0;
}

#kceasy-content code.filename {
	font-family: monospace;
	font-size: 100%;
}

code.command {
	font-family: monospace;
}

code.citetitle {
	font-family: sans-serif;
	font-style: italic;
}

strong.application {
	font-weight: bold;
}
.indent {
	margin: 0 2em;
}
.kceasy-docs-nav {
	text-align: center;
	position: relative;
	padding: 1em;
	margin-top: 2em;
	border-top: 1px solid #ccc;
}
.kceasy-docs-nav a {
	padding: 0 1em;
}
.kceasy-docs-nav-left {
	position: absolute;
	left: 0;
}
.kceasy-docs-nav-right {
	position: absolute;
	right: 0;
}
