@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
html {
	font-family: 'PT Sans', sans-serif, Verdana, Arial;
	font-weight: 400;
	
}
body, a {
	color: #333333;
	line-height: 1.2em;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	
}
.typography .content-container {
	font-size: 0.875em; /* 14 / 16 */
	line-height: 1.3em;
}
	.typography .content-container article {
		font-size: 1.14285714285714em; /* 16 / 14 */
	}
h1 {
	font-size: 2em; /* 32 / 16 */
	color: #336699;
	line-height: 1.3em;
	font-weight: 400;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.75em; /* 28 / 16 */
	color: #336699;
	line-height: 1.3em;
	font-weight: 400;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.5em; /* 24 / 16 */
	color: #336699;
	line-height: 1.3em;
	font-weight: 400;
	margin-bottom: 10px;
}
h4 {
	font-size: 1.125em; /* 18 / 16 */
	color: #336699;
	line-height: 1.3em;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 10px;
}
p {
	margin-bottom: 10px;
}
strong {
	font-weight: 700;
}
ol, ul {
	margin: 1em 0;
}
ul {
	list-style-type: disc;
	padding-left: 2em;
}
ol {
	list-style-type: decimal;
	padding-left: 2em;
}

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


/* IMAGES 
-------------------------------------------- */
.typography img {
    border: 5px solid #d7d7d7;
    height: auto; /* resets the image height so that it maintains its aspect ratio when width is set */
    background: transparent url(../images/ajax-loader.gif) no-repeat center center;
}
.typography img.left {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0;
}
.typography img.right {
    float: right;
    max-width: 50%; /* Responsive width */
    margin: 5px 0 10px 20px;
}
.typography img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both;
}
.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}
.typography .captionImage { width: 100%; margin-top: 5px; }
.typography .captionImage img { margin: 0; }
  .typography .captionImage.left {
    float: left;
    margin: 5px 30px 20px 0px;
  }
  .typography .captionImage.right{
    float: right;
    margin: 5px 0 20px 30px;
  }
  .typography .captionImage.left[style],
  .typography .captionImage.right[style] {
    max-width: 50%; /* Overides core width to make responsive */
  }
  .typography .captionImage.left img,
  .typography .captionImage.right img {
    float: none;
    max-width: none;
    width: 100%;
  }
  .typography .captionImage.left img {
    margin-right: -10px;
  }
  .typography .captionImage.right img {
    margin-left: -10px;
  }
  .typography .captionImage.right p {
    margin-left: -10px;
    text-align: left;
    margin-left: -10px;
  }
.typography .captionImage.leftAlone{
  float:none;
  margin: 0 20px 20px 0px;
}
.typography .captionImage.center{
  margin: 0 auto 20px;
}
.typography .captionImage p {
  clear: both;
  margin: 5px 0;
  font-style: italic;
  color: #888;
}