/* ---------- WebFinder! retro stylesheet ---------- */

body {
  background-color: #c0c0c0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><rect width='40' height='40' fill='%23c0c0c0'/><circle cx='5' cy='6' r='1.4' fill='%23a0a0a0'/><circle cx='25' cy='14' r='1' fill='%23d8d8d8'/><circle cx='14' cy='30' r='1.2' fill='%23a8a8a8'/><circle cx='34' cy='28' r='0.9' fill='%23bababa'/></svg>");
  font-family: "Times New Roman", Times, serif;
  color: #000000;
  margin: 0;
  padding: 0;
}
a:link    { color: #0000EE; }
a:visited { color: #551A8B; }
a:active  { color: #FF0000; }

/* Logos */
.logo {
  font-family: "Times New Roman", serif;
  font-size: 88px;
  font-weight: bold;
  letter-spacing: -3px;
  line-height: 1;
  text-shadow: 4px 4px 0 #707070;
  margin-top: 80px;
}
.logo span:nth-child(1) { color: #FF0000; }
.logo span:nth-child(2) { color: #0066CC; }
.logo span:nth-child(3) { color: #FFAA00; }
.logo span:nth-child(4) { color: #009933; }
.logo span:nth-child(5) { color: #FF6600; }
.logo span:nth-child(6) { color: #800080; }
.logo span:nth-child(7) { color: #009999; }
.logo span:nth-child(8) { color: #0066CC; }
.logo span:nth-child(9) { color: #CC0066; }
.logo .bang { color:#FF0000; font-size:48px; vertical-align:super; }

.mini-logo {
  font-family: "Times New Roman", serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -1px;
  text-decoration: none !important;
  text-shadow: 2px 2px 0 #909090;
}
.mini-logo span:nth-child(1) { color: #FF0000; }
.mini-logo span:nth-child(2) { color: #0066CC; }
.mini-logo span:nth-child(3) { color: #FFAA00; }
.mini-logo span:nth-child(4) { color: #009933; }
.mini-logo span:nth-child(5) { color: #FF6600; }
.mini-logo span:nth-child(6) { color: #800080; }
.mini-logo span:nth-child(7) { color: #009999; }
.mini-logo span:nth-child(8) { color: #0066CC; }
.mini-logo span:nth-child(9) { color: #CC0066; }
.mini-logo .bang { color:#FF0000; font-size:20px; vertical-align:super; }

.tagline {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 4px;
  color: #404040;
}

/* Form widgets */
input[type=text] {
  border: 2px inset #808080;
  font-family: "Times New Roman", serif;
  font-size: 16px;
  padding: 3px 5px;
  background: #FFFFFF;
}
input[type=submit] {
  border: 2px outset #c0c0c0;
  background: #c0c0c0;
  font-family: "Times New Roman", serif;
  font-size: 14px;
  padding: 3px 14px;
  cursor: pointer;
  font-weight: bold;
}
input[type=submit]:active { border-style: inset; }

.links {
  margin-top: 14px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

hr.shadow {
  border: 0;
  height: 2px;
  background: #404040;
  box-shadow: 0 1px 0 #ffffff;
  width: 360px;
  margin: 40px auto 14px auto;
}

.footer {
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #404040;
  line-height: 1.6;
}

/* Search results layout */
body.results { padding: 12px 24px; }
.result-header { max-width: 900px; margin: 0 auto; }

.result-meta {
  max-width: 900px;
  margin: 6px auto 14px auto;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  color: #303030;
}

.result-list {
  max-width: 900px;
  margin: 0 auto;
}
.result {
  margin-bottom: 18px;
  font-family: "Times New Roman", serif;
}
.r-title    { font-size: 16px; font-weight: bold; }
.r-title a  { text-decoration: underline; }
.r-snippet  { font-size: 13px; color: #202020; margin: 2px 0; }
.r-url      { font-size: 11px; font-family: Arial, sans-serif; color: #006600; }

.pagination {
  max-width: 900px;
  margin: 18px auto;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 13px;
}
.pagination a, .pagination b {
  display: inline-block;
  padding: 2px 8px;
  margin: 0 2px;
  border: 1px solid #808080;
  background: #FFFFFF;
  text-decoration: none;
}
.pagination b { background: #FFFFCC; }

/* Submission messages */
.msg {
  display: inline-block;
  padding: 6px 12px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  border: 1px solid #000;
}
.msg-ok    { background: #DDFFDD; color: #006600; }
.msg-error { background: #FFDDDD; color: #990000; }

h2, h3 { font-family: "Times New Roman", serif; }
code { font-family: "Courier New", monospace; background: #FFFFCC; padding: 0 3px; }
ul { line-height: 1.5; }
