/**
 * Contains styles for tags that can be added from 
 TinyMCE in admin
 * Links to front-end as base styles for insile tags
*/
html{
	font-size: 16px;
}
body{
	font-family: sans-serif;
	line-height: 1.4;
	min-width: 303px;
	box-sizing: border-box;
	color:#222;
	word-wrap:break-word;
	margin: 0;
}
body#tinymce{
	margin: 10px;
}
a{
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	color:inherit;
}
p{
	line-height: 1.56;
	margin: 0 0 1em 0;
}
h1,h2,h3,h4,h5,h6,.wtitle,.title{
	margin:0;
	padding:0 0 0.5em;
	line-height:1.1;
	font-weight:900;
}
h1{
	font-size:2.25rem;
	padding:0;
}
h2{
	font-size:1.875rem;
}
h3{
	font-size:1.5rem;
}
h4{
	font-size:1.25rem;
}
h5,h6{
	font-size:1.125rem;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	text-decoration:none;
}
blockquote,q{
	position:relative;
	padding:1.875rem 1.875rem 1.875rem 5rem;
	margin:0.625rem 0 1.25rem 1.875rem;
	color:#444;
	background:#EFEFEF;
	border-left:3px solid #444;
	border-radius:3px;
	display:block;
}
blockquote:after{
	content:'\201C';
	position:absolute;
	top:.625rem;
	left:1.25rem;
	font-size:4em;
	line-height:100%;
}
pre{
	background:#f5f5f5;
	border:1px solid #ddd;
	padding:.625rem;
	text-shadow:1px 1px rgba(255,255,255,0.4);
	font-size:.75rem;
	line-height:1;
	margin:0 0 1em 0
}
sup,sub{
	font-size:75%;
	height:0;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sup{
	bottom:1ex
}
sub{
	top:.5ex
}
small{
	font-size:75%
}
big{
	font-size:125%
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
ul,ol{
	margin: 1em 0;
	padding-left: 1.5em;
}
ol{
	list-style:decimal;
}
ul ul,ul ol,ol ol,ol ul{
	margin-top:0;
	margin-bottom:0;
}
li{
	margin-bottom: .5em;
}
h1,h2,h3,h4,h5,h6{
	padding-top:1.875rem;
	padding-bottom:.625rem;
}
iframe{
	max-width:100%;
}
img{
	max-width:100%;
	height:auto;
	margin-bottom:.5em;
	margin-top:.4em;
	border-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}
tr{
	border-bottom: 1px solid #eee;
}
th:first-child, td:first-child {
	padding-left: 0;
}
th:last-child, td:last-child {
	padding-right: 0;
}
th, td {
	text-align: center;
}
td{
	padding: 0.4em;
}

.alignleft{
	float:left;
}
.alignright{
	float:right;
}
img.alignleft,img.alignleft,.alignleft img{
	margin-right:1em;
	margin-left:0;
}
img.alignright,img.alignright,.alignright img{
	margin-left:1em;
	margin-right:0;
}
.aligncenter,div.aligncenter,img.centered{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.anons img{
	margin-bottom:1rem;
	margin-top:.3rem;
	max-width:100%;
	height:auto;
}
.wp-caption,.attachment img{
	text-align:center;
	max-width:100%;
}
.wp-caption p.wp-caption-text{
	background: #fff;
	border: 1px solid #f0f0f0;
	margin:0;
}
.attachment,.caption{
	text-align:center;
}
.attachment .navigation{
	height:150px;
}
.wp-smiley{
	margin:0;
	padding:0;
	border:0;
}