body {
	font-size: 16px;
	line-height: 20px;
	font-family: "Georgia", serif;
	width: 740px;
	margin: 3em auto;
	padding: 0 5em;
	color: rgb(50,50,50);
	background-color: white;
}

h2 {
	margin: 0;
	padding: 0 0 0.3em 0;
}

p {
	text-align: justify;
	padding: 0;
	margin: 0 0 1em 0;
}

h1 + p {
	color: rgb(150,150,150);
  padding-bottom: 1em;
  border-bottom: 1px solid rgb(210,210,210);
}

.separator {
	text-align: center;
}

h1 span {
	color: maroon;
}

h1 {
	margin: 0 0 0.3em 0;
}

a {
	color: maroon;
	text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
h2 {
  margin: 1.5em 0 .1em 0;
	font-size: 1.45em;
}

h2 a {
	color: rgb(50,50,50);
}
img {
	max-width: 100%;
	border: none;
}
p img {
	display: block;
	width: auto;
	margin: 0 auto;
}

h2, h3 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
}

code {
	font-size: 85%;
}

pre, p.example code {
	padding: 1em 1em 2em 1em;
	display: block;
	background-color: rgb(240,240,240);
	text-align: left;
}

p.link {
	padding-left: 1.5em;
}

p.footer {
	text-align: center;
	color: rgb(150,150,150);
}
p.meta {
	text-align: center;
	color: rgb(150,150,150);
}
p.sources {
	color: rgb(150,150,150);
}
p.trackers img {
	height: 1px;
	width: 1px;
}

p.log {
	font-size: 90%;
	padding: 1em 1em 2em 1em;
	background-color: rgb(250,250,250);
	font-family: monospace;
}

p.author {
	padding: 17px 17px 25px 75px;
	background-color: rgb(240,240,240);
	text-align: left;
}
p.w {
	background-image: url(/bilder/w.jpg);
	background-repeat: no-repeat;
	background-position: 15px 15px;

}

/* comments */
ol.commentlist {
}

.commentlist li {
	list-style: none;
	margin-bottom: 14px;
}

.commentlist cite {
	padding: 7px;
	display: block;
}	

.commentlist cite img {
	float: left;
	margin-right: 9px;
}

.commentlist .author {
	}

.commenttext {
	padding: 0 9px 15px 9px;
}




/* form */
.form {
}

.form fieldset {
  border: 0;
}

.form .field {
  clear: left;
  margin-bottom: .8em;
}

.form .field label {
  float: left;
  line-height: 27px;
  margin-right: 10px;
  text-align: right;
  width: 100px;
  font-weight: bold;
}

.form .field small {
  color: rgb(140,140,140);
  display: block;
  margin-top: .3em;
}

.form .field input,
.form .field textarea,
.form .field select {
  background-image: url("bg-form.png");
  background-repeat: repeat-x;
  margin-right: 5px;
}

.form .field input,
.form .field textarea,
.form .field select,
.form .buttons input,
.form .buttons button {
  border: 1px solid rgb(200,200,200);
  font-size: 100%;
  -moz-border-radius: 4px;
}

.form .field input:hover,
.form .field textarea:hover,
.form .field select:hover,
.form .buttons input:hover,
.form .buttons button:hover {
  border: 1px solid rgb(140,140,140);
  color: rgb(80,80,80);
}

.form .field input:focus,
.form .field textarea:focus,
.form .field select:focus,
.form .buttons input:focus,
.form .buttons button:focus {
  border: 1px solid rgb(120,120,120);
  color: rgb(60,60,60);
}

.form .field input:active,
.form .field textarea:active,
.form .field select:active,
.form .buttons input:active,
.form .buttons button:active {
  border: 1px solid rgb(90,90,90);
}

.form .field input,
.form .field textarea,
.form .buttons input,
.form .buttons button {
  font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", "Verdana", "Helvetica", sans-serif;
  padding: 3px;
  color: rgb(102,102,102);
}

.form .field input[type=text] {
  width: 208px;
}

.form .field textarea {
  width: 75%;
  height: 120px;
}

.form .buttons {
  clear: left;
  padding-top: 1em;
  text-align: right;
}

.form .buttons input,
.form .buttons button {
  padding: 6px;
  background-color: white;
  cursor: pointer;
}

/* For posts */

table {
margin: 30px auto 15px auto;
font-family: helvetica, arial, sans-serif;
font-size: 0.9em;
}
table.data td, table.data th {
text-align: center;
}

table td.best {
color: green;
font-weight: bold;
}

table tr.top th {
background-color: rgb(75,75,75);
color: white;
}
table th {
background-color: rgb(240,240,240);
}

table.data td, th {
padding: 0.5em;
}

table.http {
font-weight: bold;
}

table.http td {
padding: 1em;
}

table.http td.file {
background-color: #8395ff;
color: white;
text-align: center;
}
table.big td {
font-size:  1.2em;
text-align: center;
padding: 0.3em;
}

p.time {
text-align: center;
font-family: helvetica, arial, sans-serif;
margin-bottom: 30px;
font-weight: bold;
}
p.time img {
display: inline-block;
padding-left: 1em;
}

.post {
  border-bottom: 1px solid rgb(210,210,210);
	padding-bottom: 2em;

}



/* Photographs with borders */

img.photo {
padding: 10px;
border: 1px solid silver;
border-radius: 3px;
box-shadow: 3px 3px 5px #aaa;
}
p.caption {
text-align: center;
font-family: helvetica, arial, sans-serif;
font-weight: bold;
margin-bottom: 2em;

}

