﻿/**
 * Styles to force overrides for the site credits. This is necessary because the design of the site
 * is a unification of the original Trunk formatting and the formatting used by default in SiteCommander
 * components, like the open source notices.
 *
 * All the styles beginning with .cn- are used with containing divs in open-source.php and copyright-notice.php.
 */

.cn-open-source-credits ul {
	margin-left: 1em;
}
.cn-open-source-credits ul li {
	margin-left: 1em;
	list-style: disc outside;
}
.cn-open-source-credits a,
.cn-design-graphics-credits a,
.cn-development-credits a {
	text-decoration: underline;
	color: blue;
}
.cn-open-source-credits a:hover,
.cn-design-graphics-credits a:hover,
.cn-development-credits a:hover {
	color: #741e11;
}

h1.cn-menu-area-style-heading {
	width: 98%;
	display: block;
	color: #741E11;
	font-size: 150%;
	border-bottom: 1px solid #990000;
	padding-left: 0;
}
