/*=========================================================
======================TYPOGRAPHY===========================
=========================================================*/

body, #tinymce{margin: 0; padding: 0; border: 0; line-height:1.8em; font-size:12px; font-family: 'Open Sans', sans-serif; color:#544c4e; word-wrap: break-word; }
a{ color: #fdb713; text-decoration:none; }
a:hover{ color: #000; text-decoration:none; }

.tWrap li, #tinymce li{ list-style-position:inside; padding:0 0 0 0.313em; }
.tWrap ul, #tinymce ul, .tWrap ol, #tinymce ol{ padding-left:0; margin:0.313em 0; }
.tWrap ol li, #tinymce ol li{ list-style-type:disc; }
.tWrap ul li, #tinymce ul li{ list-style:none; padding-left:20px; background:url(images/liststyle.png) no-repeat 2px 2px; }

.tWrap hr{ border-style:dashed; color:#8e8e8e;border-bottom:none; }
.tWrap p, #tinymce p{ padding:0.438em 0; margin:0; }
.tWrap h1, #tinymce h1, .tWrap .sidebar h2{ font-family: 'Montserrat', sans-serif;min-height:38px; font-size:2.083em; color:#fdb713; text-transform:uppercase; padding:0 0 5px 0; line-height:1.5; margin:0; margin-bottom:15px; font-weight:bold; border-bottom:1px dashed #8e8e8e; }
.tWrap h2, #tinymce h2{ font-family: 'Montserrat', sans-serif;font-size:1.667em; padding:0.313em 0; line-height:1.5; margin:0; font-weight:inherit; }
.tWrap h3, #tinymce h3{ font-family: 'Montserrat', sans-serif;font-size:1.25em; padding:1em 0; line-height:1.5; margin:0; font-weight:inherit; text-transform:uppercase; line-height:1.5; margin:0; margin-bottom:15px; font-weight:bold; border-bottom:1px dashed #8e8e8e; }
.tWrap h4, #tinymce h4{ font-family: 'Montserrat', sans-serif;font-size:1.25em; padding:1em 0; line-height:1.5; margin:0; font-weight:inherit; }
.tWrap h5, #tinymce h5{ font-family: 'Montserrat', sans-serif;font-size:0.875em; padding:0.313em 0; line-height:1.5; margin:0; font-weight:inherit; }
.tWrap h6, #tinymce h6{ font-family: 'Montserrat', sans-serif;font-size:0.75em; padding:0.313em 0; line-height:1.5; margin:0; font-weight:inherit; }
.tWrap .sidebar h2{ font-size:1.667em; }

.tWrap .zyberButton, #tinymce .zyberButton{
    color: #fff;
    font-size: 1.143em;
    line-height: 1.143em;
    border: none;
    font-family: 'Montserrat', sans-serif;
    background: #EE3124;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    vertical-align: baseline;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}
.tWrap .zyberButton:hover, #tinymce .zyberButton:hover {
	background: #BF0F03;
	text-decoration: none;
	color:#231f20;
}
.tWrap .zyberButton:active, #tinymce .zyberButton:active {
	position: relative;
	top: 1px;
}

.tWrap .zyberButtonAlt, #tinymce .zyberButtonAlt{
	color:#231f20;
	border: solid 1px #415064;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: #fdb813;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 1em/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	text-transform:uppercase;
}
.tWrap .zyberButtonAlt:hover, #tinymce .zyberButtonAlt:hover {
	color:#fff;
	background: #231f20;
	text-decoration: none;
}
.tWrap .zyberButtonAlt:active, #tinymce .zyberButtonAlt:active{
	position: relative;
	top: 1px;
}

.tWrap .zyberButtonLrg, #tinymce .zyberButtonLrg{
	color: #fff;
	border: solid 1px #522929;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: #231f20;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 1.286em/100% Arial, Helvetica, sans-serif;
	padding: 1em 3.5em 1em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	text-transform:uppercase;
}
.tWrap .zyberButtonLrg:hover, #tinymce .zyberButtonLrg:hover {
	background: #fdb813;
	text-decoration: none;
	color:#231f20;
}
.tWrap .zyberButtonLrg:active, #tinymce .zyberButtonLrg:active {
	position: relative;
	top: 1px;
}