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

body, #tinymce{ margin: 0; padding: 0; border: 0; line-height:1.8em; font-size:13px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#6b6b6b; }
#tinymce{ color:#000; }
a{ color: #568F31; text-decoration:none; }
a:hover{ color: #fff; text-decoration:none; }

.tWrap li, #tinymce li{ font-size:13px; list-style-position:inside; padding:0 0 0 5px; }
.tWrap ul, #tinymce ul, .tWrap ol, #tinymce ol{ padding-left:0px; margin:5px 0; }
.tWrap ul li, #tinymce ul li{ list-style-type:disc; }
.tWrap ol li, #tinymce ol li{ list-style-type:decimal; }

.tWrap p, #tinymce p{ font-size:13px; padding:7px 0; margin:0; }
.tWrap h1, #tinymce h1,
.tWrap .sidebarTitle{ text-transform:inherit; font-size:30px; padding:5px 0; line-height:1.5; margin:0; color:#fff; font-family: 'Bevan', serif; font-weight:normal;  padding:5px 0; }
#tinymce h1 { color: #000; }
.tWrap h2, #tinymce h2{ font-size:30px; padding:5px 0; line-height:1.5; margin:0; font-family: 'Bevan', serif; font-weight:normal; color: #fff;  }
#tinymce h2 {color: #000; }
.tWrap h3, #tinymce h3{ font-size:18px; padding:5px 0; line-height:1.5; margin:0; font-family: 'Bevan', serif; font-weight:normal; color: #568f31; text-transform: uppercase }
.tWrap h4, #tinymce h4{ font-size:14px; padding:3px 0; line-height:1.2; margin:0; font-family: 'Bevan', serif; font-weight:normal; color: #568f31; text-transform: uppercase; }
.tWrap h5, #tinymce h5{ font-size:13px; padding:3px 0; line-height:1.2; margin:0; font-family: 'Bevan', serif; font-weight:normal; color: #fff; text-transform: uppercase; }
#tinymce h5 { color: #000; }
.tWrap h6, #tinymce h6{ font-size:18px; padding:5px 0; line-height:1.5; margin:0; font-family: 'Bevan', serif; font-weight:normal; color: #6b6b6b; }
.tWrap .sidebar h1{ margin-bottom:0px; border-bottom:none; }

.tWrap .zyberButton, #tinymce .zyberButton{
	color: #568f31;
	border: solid 1px #25aae1;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: url('images/button-bg.png');
	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: 13px/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0.5em 0.5em;
	-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 .zyberButton:hover, #tinymce .zyberButton:hover {
	background: #568f31;
	color: #FFF;
	text-decoration: none;
}
.tWrap .zyberButton:active, #tinymce .zyberButton:active{
	position: relative;
	top: 1px;
}

.tWrap .zyberButtonAlt, #tinymce .zyberButtonAlt{
	color: #fff;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: #568f31;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.6);
	box-shadow: 0 1px 2px rgba(0,0,0,.6);
	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: 14px/100% "Trebuchet MS", 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);
}
.tWrap .zyberButtonAlt:hover, #tinymce .zyberButtonAlt:hover {
	color: #568f31;
	background: url('images/button-bg.png');
	text-decoration: none;
}
.tWrap .zyberButtonAlt:active, #tinymce .zyberButtonAlt:active {
	position: relative;
	top: 1px;
}

.tWrap .zyberButtonLrg, #tinymce .zyberButtonLrg{
	color: #568f31;
	border: none;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: url('images/button-bg.png');
	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: 18px/100% 'Bevan', Times, serif;
	padding: 1em 2.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: #568f31;
	color: #fff;
	text-decoration: none;
}
.tWrap .zyberButtonLrg:active, #tinymce .zyberButtonLrg:active{
	position: relative;
	top: 1px;
}