* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	color: #333333;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	background: url(http://nimboo.net/bg.png) no-repeat fixed 0 bottom;
}

div#content {
	width: 43em;
	margin: 4em auto;
}

h1 {
	text-align: center;
	margin-bottom: 0.5em;
}

h1 a img{
	border: none;
}

h2 {
	text-align: center;
	margin-bottom: 2em;
	letter-spacing: 0.20em;
}

div#main-content {
	margin: 1.5em;
}

p {
  line-height: 175%;
  margin-bottom: 1em;
}

ul#nav {
	text-align: center;
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #333333;
	padding-bottom: 0.5em;
}

ul#nav li {
  display: inline;
  list-style-type: none;
}

#header a:link, a:visited {
 text-decoration: underline; 
 color: #333333;
}

#header a:hover {
	color: #7D9994;
}

.active {
  font-weight: bold;
}

#main-content a {
  color: #333333;
  border-bottom: dashed;
  border-width: 1px;
  border-color: #333;
  text-decoration: none;
}

#main-content a:visited {
  border-color: #999;
  text-decoration: none;
}

#main-content a:hover {
  border-width: 1px;
  border-color: #7D9994;
  color: #7d9994;
  text-decoration: none;
}

dl {
  padding-top: 0.2em;
}

dt, .who, .where, .position {
  font-family: Cambria, Georgia, serif;
  text-align: center;
  margin-bottom: 0.5em;
  letter-spacing: 0.0em;
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1.5em;
}

dd {
  line-height: 150%;
}  

/* left blue lines */
dt {
  padding-left: 1em;
}

dd, .what {
  line-height: 150%;
  border-left: solid;
  border-color: #A8CCCC;
  padding-left: 1em;
}  


h2 em{
  font-style: normal;
  border-bottom: solid 6px;
  border-color: #66f;
}

/* Job Board */
ul.jobs, ul.entry-data {
	list-style-type: none;
}
.who, .where, .what {
	line-height: 150%;
}

.who, .where {
	display: inline;
}

.who {
	float: left;
	font-weight: normal;
	margin-left: 0.5em;
	font-style: italic;
}

.where {
	float: left;
}

.what, .position {
	clear: both;
}

.post * {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.post {
  margin-bottom: 2em;
}

.post-title, .post-title a {
  font-family: Cambria, Georgia, serif;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0em;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
  text-align: left;
}

.post-info {
  list-style-type: none;
  margin: 0.5em 0;
  text-align: right;
  border-right: 1px solid #a8cccc;
}

.post-info li {
	padding-right: 0.5em;
}

.post-info li, .post-info li a {
  margin: 0.25em 0;
  font-size: 90%;
}

.post-body {
  border-color: #a8cccc;
  border-left: medium solid #a8cccc;
  line-height: 100%;
  padding-left: 1em;
  margin-top: 0.75em;
}

.post-body ul li {
	padding-left: 1em;
	margin: 0 1.5em;
	line-height: 150%;
}

.post-body p {
	margin-bottom: 0.5em;
}