
/* ---------------------------------------------------------------- 
 *  LINK STYLES
 * ---------------------------------------------------------------- 
*/ 

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}

/* ---------------------------------------------------------------- 
 *  HEADINGS
 * ---------------------------------------------------------------- 
*/ 

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica;
  color: #fff;
  line-height: 1em;
  font-weight: normal;
}
h1 {
  font-size: 28px;
  line-height: 20px;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
  .post-large h1 {
    width: 220px;
    text-align: left;
  }
  .post-medium h1 {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .post-comments h1 {
    border-bottom: none;
    padding-top: 10px;
    font-size: 20px;
  }
  #comments {
    font-size: 20px;
  }
h2 {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
}
h3 {
  font-size: 14px;
}
  .side_block h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica;
  }
h4 {
  font-size: 13px
}
h5 {
  font-size: 12px;
}

