#content {
	width: 900px;
	padding: 30px; 
	color: #333;
	font-size: 95%;
	line-height: 22px;
	font-size: 14px;
}

#content div.post,
#content div.page {
  width: 600px;
  float: left;
}

#content ol,
#content ul {
	padding-left: 2em;
	line-height: 150%;
}

#content li {
  margin: 0.5em;
}

#content a {
 	color: #0d4dA4;
 	text-decoration: none;
 	border-bottom: 1px solid #ddd;
 	padding-bottom: 1px;
}

#content a:hover {
 	text-decoration: none;
 	border-bottom: 1px solid #0d4da4;
}

#content h1  {
	margin-top: 0.3em;
	margin-bottom: 0.7em;
	font-size: 1.5em;
}

#content h2 {
 	color: #0d4dA4;
  font-variant: small-caps;
	font-size:125%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	border-bottom: 1px solid #ddd;
	margin-top: 15px;
	margin-bottom: 10px;
	clear: both;
}

#content h3 {
 	color: #000;
	font-size: 105%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 2px;
  font-family: Georgia;
}

#content p {
  margin-top: 0.2em;	
	margin-bottom: 0.6em;
}

#content p.h2-subheader {
 	color: #888;
	font-size:110%;
  font-style: italic;
	font-family: Georgia;
	margin-bottom: 1em;
}

#content p.h3-subheader {
 	color: #888;
	font-size:100%;
  font-style: italic;
	font-family: Georgia;
}


#content div.right-container {
  width: 230px;
  float: right;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #ddd;
}

#content div.right-container h3 {
  font-size: 15px;
}




/* Staff */
#content div.staffer {
  width: 50%;
  float: left;
}

#content div.staffer img {
	float: left;
	border: 1px solid #aaa;
	padding: 3px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 25px;
}


#content div.staffer p {
  padding-left: 5px;
  margin-bottom: 0;
}

#content div.staffer p.name{
	padding-top: 10px;
	font-size: 120%;
}

#content div.staffer p.title {
	font-size: 85%;
	color: #666;
}


/* References */
#content div.reference {
	float: left;
	margin-bottom: 30px;
}

#content div.reference img {
  float: left;
  padding-right: 5px;
 	margin-top: 10px;
  margin-bottom: 25px;
}

#content div.reference p {
  padding-left: 5px;
  margin-left: 205px;
  margin-bottom: 0;
}

#content div.reference p.title {
  font-size: 120%
}



/* Begin Images */
#content p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

#content img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

#content img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

#content img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

#content .alignright {
	float: right;
	margin-left: 15px;
	}

#content .alignleft {
	float: left
	}
/* End Images */


