html * {
  font-size: 100%;
  line-height: 130%;
  margin: 0;
  padding: 0;
}

body {
  text-align: center;
}

body, input, select, textarea {
  font-family: "Droid Serif", sans-serif;
  font-size: 14px;
}

code, .time {
  font-family: "Droid Sans Mono", monospace;
  font-size: 14px;
}

code {
  display: block;
  padding: 0 2em 1em;
  text-align: left;
  clear: both;
  white-space: pre;
}

.footer {
  font-size: 13px;
}

#container {
  width: 760px;
  margin: 30px auto;
  text-align: left;
  position: relative;
}

.header {
  display: block;
  letter-spacing: -1px;
  font-size: 30px;
  text-align: right;
}

input, textarea, select {
  border-width: 1px;
  border-style: solid;
  padding: 3px;
  font-size: 25px;
  font-weight: bold;
}

input[type="submit"] {
  border: 1px solid black;
}

hr {
  clear: both; visibility: hidden;
}

h1,h2,h3,h4,h5,h6,form { margin: 1em 0 .25em; }
h1 { font-size: 60px; }
h2 { font-size: 48px; }
h3 { font-size: 36px; }
h4 { font-size: 24px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

p { margin: .5em 0; }

img { display: block; border: 0 none; }
img.r { float: right; margin-left: 1em; margin-bottom: 1em; }

p img { display: inline; }

ul { margin: 1em 0; padding-left: 3em; }

.footer {
  clear: both;
  margin: 3em 0;
  padding: 1em;
  border-top: solid 1px white;
}

.footer img {
  float: left;
  vertical-align: text-top;
  margin-right: 1em;
}

.project {
/*
  width: 340px;
  height: 400px;
  float: left;
*/
}

.project img {
  display: none;
}

/*.screenshot img { width: 320px; }*/

.quote { display: block; margin-left: 220px; }
.quote p { font-style: italic; text-align: justify; text-indent: 2em; }
.quote p.source { text-align: right; margin-top: 0; }

.time {
  font-size: 40px; font-weight: bold; letter-spacing: -2px; text-align: center;
  float: left; width: 200px; line-height: 75px;
  color: #fff; background-color: #369;
  border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
