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

body{ background:url(images/mainbg.png) repeat-x #e7e7e7; }
body, #tinymce{margin: 0; padding: 0; border: 0; line-height:1.4em; font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#413354; }
a{ color: #de2224; text-decoration:none; }
a:hover{ color: #de2224; 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:none; list-style-image: url("images/bullet.png"); padding: 0 0 10px 0; }
.tWrap ol li, #tinymce ol li{ list-style-type:decimal; }

.tWrap p, #tinymce p{ font-size:14px; padding:7px 0; margin:0; line-height:1.3em }
.tWrap h1, #tinymce h1{ font-size:30px; padding:5px 0; line-height:1.5; margin:0; color: #4f4c4c; font-weight: normal; }
.tWrap h2, #tinymce h2{ font-size:24px; padding:5px 0; line-height:1.5; margin:0; color: #4f4c4c; font-weight: normal; }
.tWrap h3, #tinymce h3{ font-size:20px; padding:5px 0; line-height:1.5; margin:0; }
.tWrap h4, #tinymce h4{ font-size:16px; padding:5px 0; line-height:1.2; margin:0; color: #df2225; text-transform:uppercase; }
.tWrap h5, #tinymce h5{ font-size:14px; padding:0 0 5px 0; line-height:1.1; margin:0; color: #a3a3a3; font-size:14px; font-style:italic; font-weight: normal; }
.tWrap h6, #tinymce h6{ font-size:12px; padding:5px 0; line-height:1.5; margin:0; }





.tWrap .zyberButton, #tinymce .zyberButton{
	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% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	color: #ffffff;
	font-weight:bold;
	font-size:12px;
	border: solid 1px #522929;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	background: #3d0e7b;
	background: -webkit-gradient(linear, left top, left bottom, from(#3d0e7b), to(#2a0857));
	background: -moz-linear-gradient(top,  #3d0e7b,  #2a0857);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d0e7b', endColorstr='#2a0857');

}
.tWrap .zyberButton:hover, #tinymce .zyberButton:hover{
	text-decoration: none;
	background: #df2225;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf1417), to(#df2225));
	background: -moz-linear-gradient(top,  #bf1417,  #df2225);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf1417', endColorstr='#df2225');
}
}
.tWrap .zyberButton:active, #tinymce .zyberButton:active{
	position: relative;
	top: 1px;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf1417), to(#df2225));
	background: -moz-linear-gradient(top,  #bf1417,  #df2225);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf1417', endColorstr='#df2225');
}

