/* viewgraph.net — site style
   Reference: stickittotheman.com (2007)
   Palette: lemon yellow bg, Trebuchet MS, burnt orange accents */

body {
  font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  background: rgb(255, 255, 156);
  margin: 0;
  padding: 40px 20px 80px;
}

#wrap {
  max-width: 560px;
  margin: 0 auto;
}

h1 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 6px;
  letter-spacing: -2px;
  font-family: Verdana, Sans-Serif;
  color: #F5DEB3;
  background: #DE7008;
  padding: 18px 16px 12px;
  border-top: double 3px #BF5C00;
  border-bottom: solid 1px #E89E47;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 32px 0 6px;
  border-bottom: dotted 1px #E0AD12;
  padding-bottom: 3px;
  color: #9E5205;
  font-family: Verdana, Sans-Serif;
  letter-spacing: -1px;
}

p {
  margin: 0 0 14px;
}

a { color: blue; }
a:visited { color: #551a8b; }
a:hover { color: #E0AD12; }

hr {
  border: none;
  border-top: dotted 1px #E0AD12;
  margin: 32px 0;
}

ol {
  margin: 0 0 14px;
  padding-left: 24px;
}

ol li {
  margin-bottom: 8px;
}

code {
  font-family: "Courier New", monospace;
  font-size: 14px;
  background: #F5E39E;
  padding: 1px 4px;
  border: 1px solid #E0AD12;
}

/* forms */
label {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 14px;
}

label.sublabel {
  font-weight: normal;
  color: #555;
  font-size: 13px;
  margin-bottom: 8px;
}

input[type="file"] {
  display: block;
  margin-bottom: 4px;
}

input[type="email"],
input[type="text"] {
  width: 100%;
  max-width: 360px;
  padding: 5px 7px;
  font-size: 15px;
  font-family: "Trebuchet MS", Verdana, Sans-Serif;
  border: 1px solid #E0AD12;
  background: #FFFFF0;
  margin-bottom: 16px;
}

input[type="submit"] {
  padding: 7px 20px;
  font-size: 15px;
  font-family: "Trebuchet MS", Verdana, Sans-Serif;
  cursor: pointer;
  background: #F5E39E;
  border: 2px solid #BF5C00;
  font-weight: bold;
  color: #BF5C00;
}

input[type="submit"]:hover {
  background: #DE7008;
  color: #F5DEB3;
}

input[type="submit"]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* utility classes */
.privacy {
  background: #F5E39E;
  border-left: 3px solid #E0AD12;
  padding: 12px 16px;
  font-size: 14px;
  color: #444;
  margin-bottom: 20px;
}

.privacy p { margin-bottom: 8px; }
.privacy p:last-child { margin-bottom: 0; }

footer {
  margin-top: 60px;
  font-size: 12px;
  color: #777;
  border-top: dotted 1px #E0AD12;
  padding-top: 16px;
}

.counter {
  font-family: "Courier New", monospace;
  font-size: 12px;
  color: #9E5205;
}
