/*
#	marathon.css v0.4
#	PmWiki Marathon skin stylesheet
#	Copyright 2004-2005 Steffen Bauch (steffen.bauch@datenkobold.de)
#	This file is part of the PmWiki Marathon skin; you can redistribute 
#	it and/or modify it under the terms of the GNU General Public License
#	as published by the Free Software Foundation; either version 2 of the
#	License, or (at your option) any later version.
*/

/* 
# Main
*/

body {
	background-color: #E5E5E5;
	padding: 0px;
	color: #000000;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 0.8em;
	margin: 10px;
}

pre {
  font-size: 1.2em;
  color: #000000;
  background-color: #F5F5F5; 
  border: 1px #98AAB1 solid;
  padding: 10px;
}

table {

  width: auto;

}

img {
  padding : 5px;
  border: 0px;
}

/* 
# Forms
*/

input, textarea {
  border: 1px #98AAB1 solid;
  background-color: #F5F5F5;
  margin: 3px;
  padding: 2px;
}

textarea {

width : 95%;

}

input:focus, textarea:focus {
  background: #FAFAFA;
}

form label.left {
  margin-right: .3em;
  vertical-align: middle;
  float: left;
  width: 7em;
  text-align: right;
  padding: .1em;
}

form div.right {
  margin-left: 7.4em;
}

form {
  line-height: 140%;
}

/* 
# TopNav
*/

#topnav {
	background: #FFFFFF;
	padding: 5px;
	text-align: center;
	border: 1px #98AAB1 solid;
}

#topnav p {
	margin: 0px;
	padding: 0px;
}

#topnav .wikisearch {
  margin: 0px;
  padding: 0px;
  display: inline;
}

#topnav .wikisearchbox {
  font-size: 70%;
  width: 10em;
}

#topnav .wikisearchbutton {
  font-size: 8pt;
  padding: 0px;
}

/* 
# Ad
*/

#ad	{
	padding: 5px;
	text-align: center;
}

/* 
# Logo
*/

#logo 	{
	background: #FFFFFF;
	text-align: center;
	width: 19em;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	border: 1px #98AAB1 solid;
}

#logo h1 {
	font-size: 1.5em;
}

/* 
# Sidebar
*/

#sidebar {
	background: #FFFFFF;
	width: 19em;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	float: left;
	border: 1px #98AAB1 solid;
}

/* 
# Sidebar navigation
*/

#sidebar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

#sidebar li {
  margin: 1ex;
  padding: 0 0 0 0.75ex;
}

#sidebar a {
  color: rgb(77,77,255);
  background-color: transparent;
  text-decoration: none;
}

#sidebar a:hover {
  color: rgb(77,77,255);
  background-color: transparent;
  text-decoration: underline;
}

#sidebar h1 { 
  background-color: #E0F9FF;
  font-size: small; 
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

#sidebar h3 {
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
  font-size: small;
  font-weight: normal;
}

#sidebar h3 a {
  text-decoration: underline;
}

#sidebar h3 a:hover {
  text-decoration: none;
}

#sidebar hr { 
  color: rgb(230,223,207); 
  height: 1px;
}

#sidebar table {
  margin-left: 0.75ex;
}

/* 
# Body
*/

#body {
	background: #FFFFFF;
	padding: 10px;
	margin-left: 19.5em;
	margin-bottom: 5px;
	border: 1px #98AAB1 solid;
}

#body a {
  background-color: transparent;
  color: rgb(77,77,255);
  text-decoration: none;
}

#body a:hover {
  color: rgb(77,77,255);
  background-color: transparent;
  text-decoration: underline;
}

/* 
# Foot
*/

#footer {
	background: #FFFFFF;
	margin-top: 5px;
	padding: 5px;
	clear: both;
	border: 1px #98AAB1 solid;
}

#footer a {
    color: #999999;
    background-color: transparent;
    text-decoration: none;
}

#lastmod {
	text-align: left;
	float: left;
}

#footnav {
	text-align: right;
}

#w3cvalid {

	text-align: center;

}
