/**
 * TYPOGRAPHY STYLES
 */

.typography p {
  margin: 5px 0 5px 0;
}

  .typography p img {
    float: left;
    margin: 3px 9px 0 0;
  }
  
.typography em {
  font-style: italic;
}

.typography h1 {
  font: normal 19px Arial;
  margin: 0 0 2px 0;
}

.typography h2 {
  margin: -1px 0 5px 0;
}

/*
.typography h3 {
  font-weight: bold;
  margin: 0 0 10px 0;
}
*/

.typography h3 {
  font-weight: bold;
  margin: 12px 0 -5px 0;
}

/*
Used for blog comments
*/
.typography h4 {
  font-weight: bold;
  color: #999;
  margin-bottom: 5px;
}
  
.typography .category1,
.typography .category2,
.typography .category3,
.typography .category4,
.typography .category5,
.typography .category6 {
  text-transform: uppercase;
  padding: 1px 2px 0 2px;
  color: #fff;
}

.typography .category1 {
  background: #666;
}

.typography .category2 {
  background: #6c0;
}

.typography .category3 {
  background: #999;
}

.typography .category4 {
  background: #00c0f9;
}

.typography .category5 {
  background: #f09;
}

.typography .category6 {
  background: #ffd940;
}

.typography p a {
  border: dotted #444;
  border-width: 0 0 1px 0;
  font-size: 11px;
}

  .typography p a:hover {
    color: #f09;
    border-color: #f09;
  }
  
.typography .blogLink {
  color: #f09;
}

.typography .blogLink:hover {
  text-decoration: underline;
}

/*
.typography p a {
  font-size: 11px;
  color: #f09;
}

  .typography p a:hover {
    color: #f09;
    border: dotted #f09;
  border-width: 0 0 1px 0;

  }
*/
.typography .more {
  font-weight: bold;
  font-size: 12px;
  border: none;
  color: #333;
  display: block;
  border: ;
  border-width: 0 0 0 0;
  padding: 3px 0 0 0;
}

  .typography .longWayLink {
    height: 20px;
    position: relative;
    display: block;
    border: solid #ccc;
    border-width: 1px 0 0 0;
    color: #999;
    padding-top: 3px;
  }
  
  .typography .longWayLink:hover {
    color: #f09;
  }

  .typography .longWayLink span {
    position: absolute;
    right: 1px;
  }

	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}