li {
  margin-left: 20px;
}
h2 {
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 150%;
  font-weight: normal;
  margin-top: 0em;
  margin-bottom: 0.25em;
}

a {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover, a:visited:hover {
  background-color: white;
  text-decoration: none;
}
body {
  background-color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 250%;
  font-weight: normal;
}
h3 {
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 180%;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: .5em;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
#logo {
  margin-top: 45px;
  margin-bottom: 45px;
}

#page {
  margin-left: auto;
  margin-right: auto;
  width: 653px;
  text-align: left;
}
#header {
  /*
  background-color: #4f57c5;
  border-bottom: 4px solid #fc0;
  */
  color: white;
  font-family: Helvetica, sans-serif;
  padding-top: 0px;
  padding-bottom: 30px;
  text-align: center;
}
#site-title {
  color: white;
  font-size: 325%;
}
#site-title a, #site-title a:visited {
  color: white;
  text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  color: white;
  text-decoration: underline;
}
#site-subtitle {
  font-style: italic;
  letter-spacing: 2px;
  text-transform: lowercase;
}
#main {
  /*
  background-color: white;
  border-bottom: 4px solid #fc0;
  */
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
#content-wrapper {
  float: left;
  width: 400px;
}
#content {
  padding: 0px;
  color: #000;
  /* border-right: 1px dotted #a3a39c; */
  /* height: 450px; */
}
#content h1 {
  margin-top: 0;
}
#content h3 a {
  border-bottom: 1px dotted #a3a39c;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}
#content p {
  line-height: 145%;
  margin-bottom: 1.1em;
}
#content .info {
  color: #b0af99;
  font-size: 80%;
  margin-top: 1.5em;
}
#content .entry .info {
  margin-top: 1em;
}

/*
#content .first.entry {
  background-color: #f7f3e8;
  margin: -25px;
  margin-bottom: 0;
  padding: 25px;
}
#content .first.entry h3 {
  margin-top: 0.25em;
}
*/

#sidebar-wrapper {
  float: right;
  width: 225px;
}
#sidebar {
  font-size: 90%;
  padding: 15px;
  padding-top: 0px;
}
#sidebar h3 {
  font-size: 160%;
}
#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
}
#sidebar li {
  margin-bottom: .25em;
}
#footer {
  color: #3D3D3D;
  float: left;
  font-size: 80%;
  padding-top: 1px;
  padding-bottom: 20px;
  width: 100%;
  margin-top: 3em;
}
#note {
  color: #3D3D3D;
  font-size: 80%;
}

/*---------------------------------  Navigation.css  ---*/ 

#nav {
	height: 38px;
	/*
background: transparent url(http://spurrd.com/assets/132/nav-background.gif) repeat-x top left;
*/
margin-top: 30px;
}

#nav ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto; }

#nav ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0; }

#nav ul li a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
	display: block;
	float: left;
	color: #3D3D3D;
	text-decoration: none;
	padding: 8px 16px 2px;
	border-bottom: none;
	background: transparent url(http://spurrd.com/assets/150/nav-divider.gif) no-repeat top right; }

#nav ul li a:hover {
  color: #FFFFFF;
  background: grey;
  border-bottom: 1px solid grey; }

#nav ul li.selected a {
  color: #FFFFFF;
  background: #0b0b0a;
  border-bottom: 1px solid grey; }

