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

body, #tinymce{ margin: 0; padding: 0; border: 0; line-height:1.8em; font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#444444; }
#tinymce{ color:#000; }
a{ color: #8cc63f; text-decoration:none; }
a:hover{ color: #009344; text-decoration:none; }

.tWrap li, #tinymce li{ font-size:14px; 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:14px; 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: #8cc63f; text-transform: uppercase; font-weight: normal; }
.tWrap h2, #tinymce h2{ font-size:25px; padding:5px 0; line-height:1.5; margin:0; color: #8cc63f; font-weight: normal; }
.tWrap h3, #tinymce h3{ font-size:18px; padding:5px 0; line-height:1.5; margin:0; color: #009344; font-weight: normal; }
.tWrap h4, #tinymce h4{ font-size:14px; padding:5px 0; line-height:1.5; margin:0; color: #009344; font-weight: normal; }
.tWrap h5, #tinymce h5{ font-size:12px; padding:5px 0; line-height:1.5; margin:0; color: #009344; font-weight: normal; }
.tWrap h6, #tinymce h6{ font-size:10px; padding:5px 0; line-height:1.5; margin:0; color: #009344; font-weight: normal; }
.tWrap .sidebar h1{ margin-bottom:0px; border-bottom:none; }

.tWrap .zyberButton, #tinymce .zyberButton{
	color: #8cc63f;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: #363636;
	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: 12px/100% Arial, Helvetica, sans-serif;
	padding: 1em 2em 1em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-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 {
	color: #FFF;
	background: #8cc63f;
	text-decoration: none;
}
.tWrap .zyberButton:active, #tinymce .zyberButton:active{
	position: relative;
	top: 1px;
}

.tWrap .zyberButtonAlt, #tinymce .zyberButtonAlt{
	color: #8cc63f;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: #363636;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Arial, Helvetica, sans-serif;
	padding: .8em 0em .85em;
	width: 100%;
	text-transform: uppercase;
	
}
.tWrap .zyberButtonAlt:hover, #tinymce .zyberButtonAlt:hover {
	color: #ffffff;
	background: #8cc63f;
	text-decoration: none;
}
.tWrap .zyberButtonAlt:active, #tinymce .zyberButtonAlt:active {
	color: #ffffff;
	background: #8cc63f;
	position: relative;
	top: 1px;
}

.tWrap .zyberButtonLrg, #tinymce .zyberButtonLrg{
	color: #8cc63f;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: #363636;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#25aae1', endColorstr='#1d8dbb');
	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% Arial, Helvetica, sans-serif;
	padding: 1em 3.5em 1em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-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 {
	color: #fff;
	background: #8cc63f;
	text-decoration: none;
}
.tWrap .zyberButtonLrg:active, #tinymce .zyberButtonLrg:active{
	position: relative;
	top: 1px;
}