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

body, #tinymce{ margin: 0; padding: 0; border: 0; line-height:1.8em; font-size:13px; font-family:Arial, Helvetica, sans-serif; color:#cdcdcd; }
#tinymce{ color:#000; }
a{ color: #b3b3b3; text-decoration:none; }
a:hover{ color: #000; text-decoration:underline; }

.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 hr, #tinymce hr{ border:none; border-bottom:1px solid #4c4c4c;}

.tWrap p, #tinymce p{ font-size:13px; padding:7px 0; margin:0; color:#6d6e71; font-family:'Open Sans', sans-serif; line-height:24px;}
.tWrap h1, #tinymce h1,
.tWrap .sidebarTitle{ text-transform:uppercase; font-size:30px;  line-height:1.5; margin:0; color:#000000; font-family: 'Open Sans', Arial, sans-serif; margin-bottom:10px; font-weight:normal;}
.tWrap h2, #tinymce h2{ font-size:25px; font-family: 'Open Sans', Arial, sans-serif; line-height:1.5; margin:0; font-weight:normal; color:#000000; text-transform:uppercase; font-weight:normal;}
.tWrap h3, #tinymce h3{ font-size:20px; padding:5px 0; line-height:1.5; margin:0; text-transform:uppercase; color:#000000; font-family: 'Open Sans', Arial, sans-serif; font-weight:normal;}
.tWrap h4, #tinymce h4{ font-size:18px; padding:5px 0; line-height:1.5; margin:0; text-transform:uppercase; color:#000000; font-family: 'Open Sans', Arial, sans-serif; font-weight:normal;}
.tWrap h5, #tinymce h5{ font-size:16px; padding:5px 0; line-height:1.5; margin:0; text-transform:uppercase; color:#000000; font-family: 'Open Sans', Arial, sans-serif; font-weight:normal;}
.tWrap h6, #tinymce h6{ font-size:14px; padding:5px 0; line-height:1.5; margin:0; text-transform:uppercase; color:#000000; font-family: 'Open Sans', Arial, sans-serif; font-weight:normal;}
.tWrap .sidebar h1{ margin-bottom:0px; border-bottom:none; }

.tWrap .extendedFormSurveyView input[type="submit"], .tWrap .guestBook-formBlock input[type="submit"]{float:right; margin:0 !important; }

.tWrap .zyberButton, #tinymce .zyberButton, .tWrap .extendedFormSurveyView input[type="submit"], .tWrap .guestBook-formBlock input[type="submit"]{
	color: #fff;
	border: none;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: #000;
	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-family:'Open Sans', sans-serif;
	font-size:13px;
	padding: 10px 20px;
	text-transform:uppercase;
}
.tWrap .zyberButton:hover, #tinymce .zyberButton:hover, .tWrap .extendedFormSurveyView input[type="submit"]:hover, .tWrap .guestBook-formBlock input[type="submit"]:hover {
	background: #1f1f1f;
	color:#fff;
	text-decoration: none;
}
.tWrap .zyberButton:active, #tinymce .zyberButton:active{
	position: relative;
	color:#fff;
	background:#1f1f1f;
}

.tWrap .zyberButtonAlt, #tinymce .zyberButtonAlt{
	color: #fff;
	border:none;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: #747474;
	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-family:'Open Sans', sans-serif;
	font-size:13px;
	padding: 10px 20px;
	text-transform:uppercase;
}
.tWrap .zyberButtonAlt:hover, #tinymce .zyberButtonAlt:hover {
	background: #000;
	color:#fff;
	text-decoration: none;
}
.tWrap .zyberButtonAlt:active, #tinymce .zyberButtonAlt:active {
	background: #000;
	color:#fff;
	text-decoration: none;
	position:relative;
}

.tWrap .zyberButtonLrg, #tinymce .zyberButtonLrg{
	color: #fff;
	border: none;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: #000;
	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-family:'Open Sans', sans-serif;
	font-size:25px;
	padding: 15px 25px;
	text-transform:uppercase;}
	
	
.tWrap .zyberButtonLrg:hover, #tinymce .zyberButtonLrg:hover {
	background: #1f1f1f;
	text-decoration: none;
}
.tWrap .zyberButtonLrg:active, #tinymce .zyberButtonLrg:active{
	position: relative;
	background:#1f1f1f;
}