/* main jm3.net styles */

body {
  /* font-family: "Gill Sans", Trebuchet MS, sans-serif; */
  /* font-family: "Chaparral Pro", Georgia, serif; */
  font-family: /*VAG,*/ Georgia, serif;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-align: center;
	background-color: #fff;
}

@font-face {
  font-family: "VAG";
  src: url('/fonts/vag-rounded/vag.ttf');
}

h3 a {
  font-size: 14px;
  margin-right: 34px;
}

h3 a:after {
  color: black;
}

a, link {
  color: #ff6600;
  text-decoration: none;
  padding: 5px 0;
}

a:hover {
  color: red;
  background-color: #eeeeee;
}

dt {
  font-size: 25px;
  font-weight: bold;
  margin-top: 15px;
}

dt a, dt div a {
  display: block;
}

dd {
  font-size: 14px;
  margin-left: 0px;
  margin-bottom: 15px;
  line-height: 1.4em;
}

dl {
  width: 695px;
  margin: 0 auto;
  padding: 3px 0 0 30px;
  border-top:    1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: left;
}

.footer {
  font-size: 11.5px;
}

h2 {
  font-size: 22px;
}

h2 a:after {
  content: ":"; /* ghetto-ness required by iphone hacks */
}

h2 > small {
  margin: 0 40px 0 8px;
  color: #aaaaaa;
  font-size: 11px;
}

.almostdone { color: #454545; }
.kindadone  { color: #666666; }
.mostlydone { color: #999999; }
.done       { color: #aaaaaa; }
.waydone    { color: #cccccc; }

abbr { border-bottom: 1px dotted #ff6600; }
abbr:hover { color: black; }

.subtle {
  color: gray;
}

#solo {
	margin: auto;
	border: 3px solid #222222;
}

a #solo:hover {
	border: 3px solid #ff6600;
}

#homepage .subtle {
	margin-top: 10px;
	font-size: 14px;
}

h2 a, dt a {
	color: inherit;
}

.colophon span,
.ruby {
  font-weight: bold;
  color: firebrick;
}

.plus {
  font-size: 70%;
  margin: -0.1em;
}

p {
  font-size: 13px;
}
