/**
 * Kolibri CMS
 *
 * This software may not be altered, redistributed or reproduced, in part or full, without explicit written permission of the author.
 *
 * Copyright 2005 L - bird webdesign
 * Licence http://crunchlabz.com/eula.html
 */

h1, .editor_h1 {
	color: #75A633;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	margin: .5em 0 1em 0;
}

h2, .editor_h2 {
	color: #75A633;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 1em 0;
}

.side .widget h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	background: url('styles/default/images/background/sib.png') center top repeat-x;
	height: 35px;
	margin: .5em 0;
}

.side .widget h2 span {
	display: block;
	background: url('styles/default/images/background/heading_left.png') left top no-repeat;
	height: 35px;
}

.side .widget h2 span span {
	background: url('styles/default/images/background/sib_right.png') right top no-repeat;
	padding: 9px 0 0 49px;
}

.side .widget h2 span span img {
	margin-top: -3px;
}

h3, .editor_h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .2em;
	margin-bottom: .5em;
}

h4, .editor_h4 {
	color: #02639A;
	font-size: .9em;
	font-weight: normal;
	letter-spacing: .2em;
	line-height: 1.3em;
	margin-bottom: .5em;
}

h5, .editor_h5 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: .9em;
	font-weight: bold;
	margin-bottom: .5em;
}

h6, .editor_h6 {
	font-size: .9em;
	font-weight: normal;
	letter-spacing: .2em;
	line-height: 1.3em;
	margin-bottom: .5em;
}