/* computer-friends.com — plain 2003 styling */

body {
  background: #ffffff;
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
}

a:link    { color: #0000ee; text-decoration: underline; }
a:visited { color: #551a8b; text-decoration: underline; }
a:hover   { color: #0000ee; text-decoration: underline; }

#header {
  background: #6677aa;
  color: #ffffff;
  padding: 8px 12px;
  border-bottom: 1px solid #000000;
}

#header a:link, #header a:visited {
  color: #ffffff;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

#header .sitename {
  font-size: 18px;
  font-weight: bold;
}

#header .tagline {
  font-size: 11px;
  font-style: italic;
  margin-left: 8px;
}

#nav {
  background: #eeeeee;
  border-bottom: 1px solid #cccccc;
  padding: 4px 12px;
  font-size: 11px;
}

#nav a {
  margin-right: 12px;
}

#main {
  padding: 12px;
  max-width: 720px;
}

h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px 0;
}

h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 12px 0 6px 0;
}

.post {
  border: 1px solid #cccccc;
  background: #f7f7f7;
  margin-bottom: 8px;
  padding: 8px;
}

.post .meta {
  color: #666666;
  font-size: 10px;
  margin-bottom: 4px;
}

.post .meta .author {
  font-weight: bold;
  color: #000000;
}

.post .body {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.post.reply {
  margin-left: 24px;
  background: #ffffff;
}

.pagination {
  margin-top: 12px;
  font-size: 11px;
}

.pagination a {
  margin: 0 4px;
}

textarea, input[type=text] {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border: 1px solid #999999;
  padding: 2px;
}

table.form {
  border-collapse: collapse;
}

table.form td {
  padding: 3px 6px 3px 0;
  vertical-align: top;
}

#footer {
  border-top: 1px solid #cccccc;
  padding: 8px 12px;
  margin-top: 24px;
  font-size: 10px;
  color: #666666;
}

pre {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  padding: 6px;
  font-size: 11px;
  font-family: "Courier New", Courier, monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  font-family: "Courier New", Courier, monospace;
}
