@import url(authentic-common.css);

/* derived from soFresh, a DotClear theme by Maurice Svay (GPL)
 * http://www.svay.com/files/soFresh/theme-sofresh-1.2.zip */

html, body {
	font-family: sans-serif;
	text-align: center;
	background: #eee;
	color: black;
}

div#page {
	width: 800px;
	margin: 2em auto;
	text-align: justify;
	background: white url(img/page.png) repeat-y;
	color: black;
}

body.login div#page {
	width: 300px;
	background: white url(img/page-300.png) repeat-y;
}

#top {
	color: #09F;
	background: white url(img/top.jpg) no-repeat;
	height: 100px;
	margin: 0;
}

body.login #top {
	background: white url(img/top-300.png) no-repeat;
}

#top h1 {
	margin: 0;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 100px;
	height: 100px;
	overflow: hidden;
}

#footer {
	background: white url(img/footer.jpg) no-repeat;
	color: #999;
	text-align: center;
	min-height: 30px;
}

body.login #footer {
	background: white url(img/footer-300.png) no-repeat;
}

div#main-content {
	margin: 0 2em;
}

body.login div#main-content {
	margin: 0;
}

div#main-content h1 {
	color: #09F;
}

#steps {
	height: 32px;
	margin-bottom: 1em;
}

#steps ol {
	list-style: none;
	padding: 0 20px;
}

#steps li {
	display: inline;
	padding-right: 1em;
	display: block;
	float: left;
	width: 30%;
	list-style: none;
}


#steps span.marker {
	font-size: 26px;
	padding: 2px 9px;
	font-weight: bold;
	color: white;
	text-align: center;
	background: #ddd;
	border: 1px solid #ddd;
	-moz-border-radius: 0.7ex;
}

#steps li.current span.marker {
	background: #ffa500;
	border: 1px solid #ffc400;
}

#steps span.label {
	font-size: 90%;
}

#steps li.current span.label {
	color: black;
}

#steps {
	background: #f0f0f0;
	color: #aaa;
}

form {
	clear: both;
}

p#receiver {
	margin: 0;
	margin-left: 2em;
	margin-top: -0.7em;
	margin-bottom: 1em;
	padding: 2px 5px;
	border: 1px solid #ccc;
	float: left;
	background: #ffe;
}

dl {
	clear: both;
}

ul li {
	list-style-image: url(img/li.png);
}

h2, h3 {
	color: #09F;
	margin-left: 0.5em;
	margin-bottom: 0;
}

a {
	text-decoration: none;
	color: #228;
	color: #113;
}

a:hover {
	color: black;
	color: #06C;
	text-decoration: underline;
}


div.error-page {
	margin-bottom: 2em;
}

h2.identity-title {
	margin-top: 0;
}

hr {
	height: 1px;
	color: #666;
	background-color: #666;
	border: 0;
	margin: 1em 0;
}


/** special style for login (optional) **/

div#login-form {
	margin: 0 2em;
}

body.login div#narrow-page {
	margin-top: 6em;
}

