body {
	font-size: 13px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin: 0 0 17px 0;
	font-size: 13px;
	line-height: 20px;
}
a {
	color: #000000;
	text-decoration: underline;
}
	a:hover {
		text-decoration: none;
	}

.typography h1 a,
.typography h2 a,
.typography h3 a,
.typography h4 a,
.typography h5 a,
.typography h6 a {
  border: none;
  text-decoration: none;
  color: #000;
}
.typography h1 {
	margin: 10px 0 25px 0;
	font-size: 30px;
	line-height: 32px;
}
.typography h2 {
	margin: 15px 0;
	font-size: 22px;
	line-height: 24px;
}
.typography h3 {
	margin: 10px 0;
	font-size: 18px;
	border-top: none;
	line-height: 22px;
}
.typography h4 {
	margin: 10px 0;
	font-size: 16px;
	font-weight: normal;
}
.typography h5 {
	margin: 10px 0;
	font-size: 15px;
}
.typography h6 {
	margin: 10px 0;
	font-size: 14px;
	font-weight: normal;
}

#main-content .entry .widget-block .block h2:first-child {
	margin-top: 0;
}

/* ----- BLOCKQUOTE ------------------------------ */
	blockquote p {
		font-size: 16px;
	}
	blockquote p,
	blockquote h1,
	blockquote h2,
	blockquote h3,
	blockquote h4,
	blockquote h5,
	blockquote h6 {
		margin-bottom: 0 !important;
	}

/* ----- TABLE ----------------------------------- */
table {
	border-collapse: collapse;
	border: 1px solid #d4d4d4;
	border-spacing: 0;
	margin: 0 0 10px;
}
  table tr:nth-child(even) {
	  background-color: #ededed
  }
  table tr.even,
  .content table th,
  .content thead td {
	  background-color: #ededed
  }
  table td,
  .content table th {
	  padding: 2px 5px;
	  border: 1px solid #d4d4d4;
	  vertical-align: top;
  }
  table th {
	  text-align: left;
	  font-weight: bold;
  }

/* LISTS
-------------------------------------------- */
.typography ul,
.typography ol {
	margin: 20px 0 20px 30px;
}
	.typography ul li,
	.typography ol li {
		padding: 3px 0;
	}

/* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */
.typography .left {
	text-align: left
}
.typography .center {
	text-align: center
}
.typography .right {
	text-align: right
}

/* IMAGES
-------------------------------------------- */
.typography .content img {
	max-width: 90%;
	height: auto;
	float: left;
	margin: 6px 20px 10px 0;
}
	.typography .content img.left,
	.typography .content img.right {
		max-width: 90%;
		height: auto;
	}
	.typography .content img.left {
		float: left;
		margin: 6px 20px 10px 0;
	}
	.typography .content img.right {
		float: right;
		margin: 6px 0 10px 20px;
	}

.typography .content img.leftAlone {
	float: none;
}
.typography .content img.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* IFRAME
-------------------------------------------- */
.typography iframe {
	max-width: 100%;
}
