/* ikiwiki local style sheet */

/*
 * Color scheme
 * http://www.colorjack.com/?swatch=8C0B0B,C9B385,194E76,A79E8C,EBE5DC
 * 8C0B0B
 * C9B385
 * 194E76
 * A79E8C
 * EBE5DC
 */
/* Add local styling here, instead of modifying style.css. */
body {
	margin: 0;
	padding: 0;
	background: #EBE5DC;
	color: black;
}

a {
	text-decoration: underline;
	color: #8C0B0B;
}

a:hover, a:active {
	text-decoration: underline;
	background-color: #C9B385;
}

h1, h2, h3 {
	margin:0;
	background-repeat:no-repeat;
	background-position:left top;
	color: #194E76;
}

.pageheader {
	position: relative;
	background: #A79E8C url("/media/WallWalker.jpg") center right no-repeat;
	padding: 60px 10px 8px 10px;
	margin: 0 auto;
	color:#194e76;
	border: solid #c9b385;
	border-width: 10px 0 10px 0;
	text-align: left;
}
.pageheader a {
	color:#194E76;
	background: #ebe5dc;
	border: 1px solid #a79e8c;
	border-width: 1px 1px 1px 1px;
	text-decoration: none;
}
.pageheader a:hover, a:active {
	text-decoration: none;
	background: #c9b385;
}

.header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.actions {
	position: relative;
}

#content {
	position: relative;
	margin: 0 auto;
	background: #ebe5dc;
	padding: 2em 10px 2em 10px;
	text-align: left;
}
/*
hr {
	width: 30em;
}
*/
/*
.pagefooter {
	margin: 0 1em 0 0 auto;
	text-align: left;
}
*/

#footer {
	background: #A79E8C;
	position: relative;
	margin: 0 auto;
	text-align: left;
	text-indent: 1em;
}


