*
{
	font-family: Verdana, Georgia;	
}

/* Header typography start */
/* Header typography end */

/* Body typography start */

#content a
{
	text-decoration: none;
	color: #CDCDCD;
}

.post
{
	font-size: 11px; /*20px0.9em;*/
	padding: 10px;

	color: #ABABAB;
}

.post > h3
{
	font-weight: bold;
	font-size: 1.4em;
	border-bottom: #454545 Solid 1px;
	width: 100%;
	color: #EFEFEF;
}

.post > h4
{
	font-size: 0.9em
	font-weight: bold;
}

.post .date
{
	display: block;
	font-size: 0.8em;
	text-align: right;
	width: 100%;
	padding: 3px;
}

.post .author
{
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
}

.post .body
{
	text-align: left;
	padding-bottom: 10px;
}

.post .body > h1
{
	font-size: 1.2em;
	font-weight: bold;
}

.post .body > h2
{
	font-size: 1.1em;
	font-weight: bold;
}

.post .body > h3
{
	font-size: 1.1em;
	font-weight: bold;
}

.post .body > h4
{
	font-size: 1.05em;
	font-weight: bold;
	font-style: italic;
}

.post .body > h5
{
	font-size: 1.0em;
	font-weight: bold;
}

.post .body > h6
{
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
}

.post b, .post strong
{
	font-weight: bold;
}

.post i, .post em
{
	font-style: italic;
}

.post p
{
  margin: 10px 0;
	line-height: 1.3em;
}

.post a
{
	text-decoration: none;
	font-weight: bold;
	color: #343434;
}

.post img, .post p img
{
	margin: 10px 0;
	max-width: 95%;
	text-align: center;
	padding: 0 auto;
}

.post span.image-caption
{
	margin: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 0.7em;
	padding: 0 auto;
}

.post p.code
{
	background-color: #787878;
	margin: 5px;
	padding: 10px;
	font-style: italic;
	color: #232323;
}

.post ul
{
	padding: 10px 0;
}

.post ul li
{
  display: list-item;
  line-height: 1.3em;
  list-style-position: outside;
  list-style-type: square;
  margin-left: 15px;
  padding-left: 0.8px;
}

.post .footnote
{
	font-size: 0.8em;
	padding-left 5px;
}

.post .footnote em
{
	font-style: italic;
}

.post .postmetadata
{
	font-size: 0.8em;
	font-weight: bold;
	color: #CDCDCD;
	border-top: #454545 Solid 1px;
	padding: 5px 0;
	min-width: 50%;
	width: 75%;
}

#single-post > .post >  h2
{
	background-color: #222;
  border-bottom: 1px dotted black;
  border-top: 1px dotted #111;
  color: #565656;
  display: block;
  font-size: 1.4em;
  margin: 0px -15px 10px;
  padding: 10px 15px;
  width: 100%;
  z-index: 12;
}

/* Body typography end */
