body
{
	background: #fff;
	color: #333;
	font-size: .8em;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#heading
{
	border-top: 10px solid #115ab5;
  padding: 15px 0;
	color: #888;
}

#heading .title {
  padding-top: 22px;
}

#heading h1 {
	color: #bc7134;
  margin-bottom: 0;
  font-size: 2em;
}

#main {
  margin-top: 40px;
  margin-bottom: 20px;
}

#subtitle a {
	text-decoration: none;
	color: #888;
}

h1 a {
  text-decoration: none;
  color: #bc7134;
}

h1 span {
  font-weight: normal;
}

p {
  line-height: 1.8em;
  margin-bottom: 13px;
}

a {
  color: #bc7134;
}

li {
  margin-bottom: 15px;
}

#welcome {
	background: #eee;
	border-bottom: 1px solid #bc7134;
	border-top: 1px solid #bc7134;
	padding-top: 10px;
}

#welcome .sidebar img {
	border: 1px solid #ccc;
}

#welcome-home {
	background: #f2efe9;
	padding-top: 10px;
}

.highlight {
  background-color: #ffb;
}

#welcome .highlight {
	background: none;
	font-weight: bold;
}

.date {
  color: #999;
  text-align: right;
  line-height: 2em;
}

.body img {
  border: 5px solid #ccc;
}

.body .inset {
  float: left;
  margin: 0 10px 5px 0;
  font-size: smaller;
  font-style: italic;
  text-align: center;
}

.body .inset-right {
  float: right;
  margin: 0 0 5px 10px;
  font-size: smaller;
  font-style: italic;
  text-align: center;
}

.mugs img {
  border: 1px solid #ccc;
}

.sidebar {
  font-size: 11px;
  color: #888;
  padding-left: 30px;
}

.sidebar h2 {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 0;
}

.sidebar h2.spaced {
  margin-bottom: 10px;
}

.sidebar dl dd {
  margin-left: 10px;
}

.post {
  margin-bottom: 35px;
}

#footer {
  text-align: center;
  font-size: smaller;
  padding: 30px 0;
  background-color: #eee;
  border-top: 1px solid #ccc;
}

.question {
	font-weight: bold;
	color: #666;
}

.answer {
}

.event dl dt {
	color: #333;
}

.event dl dd {
	margin-left: 0;
}

.event p {
	margin-bottom: 0;
	color: #333;
}

.event dl dd a {
  color: #888;
}

table.grid {
  border: 1px solid #bbb;
}

table.grid td {
  padding: 2px 10px 2px 10px;
  border-right: 1px solid #bbb;
}

table.grid tr.odd td {
  background-color: #ddd;
}

h2 {
  font-size: 1.3em;	
}
