/*
* Posts Formatting
*/
.post {
  font-family: DroidSerif,serif;
  font-size: 100%;
}

/*
* Blocks
*/

.post blockquote, .post q, .post cite {
  color: #f9c945;
  display: block;
  font: normal 208.3%/1.04em 'DroidSerifItalic',serif;
  margin: 0 0 25px 0;
  padding: 0 5px;
}

.post blockquote p em {
  display: block;
  font: normal 56% 'DroidSerifItalic',serif;
  text-align: right;
}

.post blockquote p {
	margin: 0 0 10px 0;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	margin: 0 0 13px 0;
	padding-left: 1px /*this way the beginning of the titles wont' get cut-off*/
}

.post h2 {
	font: 300%/1em 'HelveticaLight',sans-serif;
	margin-bottom: 17px;
}

.post h3, .home .post h2, #main .archive .title {
  font: normal 166.7%/1.1em 'HelveticaLight',sans-serif;
}

.post h4, .home .post h3 {
  font: normal 83.3% 'DroidSerifBoldItalic',serif;
}

.post h5, .home .post h4,
.post h6 {
  font: bold 75%/1.222em Helvetica,sans-serif;
  text-transform: uppercase;
}

.post hr {
	border: 0;
	border-top: 1px solid #D4D0C6;
}

.post iframe {
	border: 1px solid #fff;
}

.post ul {
  margin: 0 0 25px 10px;
  overflow: hidden;
}

.post ul ul {
  clear: both;
  margin: 0.5em 0 -0.5em;
}

.post ul li {
  background: url("images/icons-sprite.png") no-repeat 0 -387px;
  clear: both;
  float: left;
  list-style: none;
  padding: 0 0 0 10px;
  width: 95%;
}

.post li {
	margin: 0 0 0.5em 0;
}

.post ol {
  counter-reset: item;
  margin: 0 0 25px 0;
}

.post ol ol {
  clear: both;
  margin: 0.5em 0 0.5em 1.2em;
}

.post ol li:before {
  content: counters(item, ".") ".   ";
  counter-increment: item;
  display: block;
  float: left;
  margin-right: 3px;  /* display, float, margin need to be there for Chrome */
}

.post p {
	margin: 0 0 25px 0;
	padding-left: 1px;
}

.post pre {

}

.post ul {
}

.post li.pdf {
  background: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#main .post li.pdf a {
	background-position: 5px;
  padding: 5px 5px 5px 30px;
}

.post sup {
  bottom: 0.8ex;
  font-size: 85%;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position:relative;
}

/*
 * Table
 */
.post table {
  border:none;
  border-bottom: 1px solid #ececec;
	margin: 0 0 25px 0;
  width: 100%;
	max-width: 460px;
}

.post table thead th {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  font: normal 83.3% DroidSerifBoldItalic,serif;
  padding: 10px 5px;
  text-align: left;
  vertical-align: top;
}

.post table thead .odd td {
  font: normal 83.3% DroidSerifBold,serif;
  padding: 10px 6px;
  text-transform: uppercase;
}

.post table td {
  font: normal 100%/1.25em DroidSerif,serif;
  vertical-align: top;
  padding: 6px;
}

.post table .odd td {
  background: none;
  color: #898989;
  padding: 14px 6px;
}

/*
* Images
*/
.post img, .post img.alignnone, .post .alignnone img {
	height: auto;
  margin: 0 0 10px 0;
	max-width: 460px;
}

.post img.aligncenter, .post .aligncenter img {
	margin: 0 auto 10px auto;
}

.post img.alignright, .post .alignright img {
	float: right;
	margin: 0 0 10px 10px;
}

.post img.alignleft, .post .alignleft img {
	float: left;
	margin: 0 10px 10px 0;
}

/*
* Inline
*/
#main .post a {
	text-decoration: none;
}

.post a:visited {
	
}

#main .post a:hover {
	text-decoration: underline;
}

.post del {
	text-decoration: line-through;
}

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

.post strong, .post b {
	font-weight: normal;
	font-family: DroidSerifBold,serif;
}

/*
* WordPress
*/
.post .wp-caption {
	font-style: italic;
	text-align: center;
}

.post .wp-caption img {
	padding-bottom: 10px;
}

/*
 * Contact
 */

.post .address {
  line-height: 1.667em;
  margin: 25px 0;
  padding-left: 35px;
}

.post .address li {
  background: none;
  margin-bottom: 0;
  padding-left: 0;
}

.post .address .name {
  font: normal 108.3% 'DroidSerifBold',serif;
  margin-bottom: 1.5em;
}

.post .address .postalcode {
  margin-bottom: 1.5em;
}

.post a.return-to-top {
  background: url("images/icons-sprite.png") right -336px no-repeat;
  display: block;
  padding-right: 15px;
  text-align: right;
  width: 95%;
}