body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
        background: white;
	background-image: url("/wiki/images/veryfainttile.jpg");
	background-attachment: fixed;
        color: black;
        font-family: sans-serif;
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
        text-align: justify;
}

#logo {
	padding-top: 10px;
	padding-left: 20px;
	float: left;
	width: 0px;
}

.header {
        margin: 0;
        padding: 0;
	width: 100%;
	height: 128px;
	background: #79b2bd;
	background-image: url("/wiki/images/toren.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: center;
        border-bottom: 1px solid black;
}

.actions {
        margin: 0;
        padding: 0;
	background-image: url("/wiki/images/fainttile.jpg");
	background-attachment: fixed;
}

.actions ul {
        margin: 0;
        padding-left: 0;
        padding-bottom: .5em;
        list-style-type: none;
        text-align: right;
}

.pageheader .actions ul {
        color: gray;
	padding: .5em;
        border-bottom: 1px solid black;
}


.actions li {
        display: inline;
        padding: .2em .4em;
}

.searchform {
        display: inline;
}

.searchform form {
        display: inline;
}

input#searchbox {
        background: url(wikiicons/search-bg.gif) no-repeat;
        background-position: 100% 50%;
        padding: 0;
        padding-right: 1.2em;
        width: 10em;
}

.pagefooter {
        color: gray;
        border-top: 1px solid black;
        clear: both;
        padding: .5em;
        text-align: right;
	background-image: url("/wiki/images/fainttile.jpg");
	background-attachment: fixed;
}

#poweredby {
        float: left;
        width: 40%;
        text-align: left;
}

h1, h2, h3, h4, h5 {
        text-align: left;
}

table {
        border: 1px solid;
        border-collapse: collapse;
        text-align: left;
}

th {
        border: 1px solid;
        padding: 4px;
	background-image: url("/wiki/images/fainttile.jpg");
	background-attachment: fixed;
}

td {
	border: 1px solid;
}

.parentlinks {
        font-size: 2em;
	font-weight: bold;
}

.title {
        font-size: 2em;
	font-weight: bold;
}

.inlinefooter {
        clear: both;
}

#content {
        padding-top: 1em;
        padding-bottom: 1em;
        padding-right: 1em;
	background: white;
}

#content > :first-child {
        margin-top: 0;
}

#content textarea {
	width: 100%;
}

#content pre {
        padding: 3px 5px;
        border: 1px black;
        border-style: dashed;
        background-image: url("/wiki/images/veryfainttile.jpg");
        background-attachment: fixed;
        overflow: auto;
}

#backlinks {
        display: none;
}

#feedlink {
        float: right;
        width: 9em;
        text-align: right;
}

.feedbutton {
        background: #ff6600;
        color: white !important;
        border-left: 1px solid #cc9966;
        border-top: 1px solid #ccaa99;
        border-right: 1px solid #993300;
        border-bottom: 1px solid #331100;
        padding: 0px 0.5em 0px 0.5em;
        font-family: sans-serif;
        font-weight: bold;
        font-size: small;
        text-decoration: none;
        margin-top: 1em;
}

.feedbutton:hover {
        color: white !important;
        background: #ff9900;
}

img {
        border: 0;
}
