/**
 * 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/doc_eula.html
 */

h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	margin: .5em 0 1em 0;
}

h1 a, h1 a:hover, h1 a:active, h1 a:visited {
	color: #838383;
	font-size: .9em;
}

h1 span.page_parents {
}

h1 span.page_parents a {
	color: #666;
}

h1 span.page_desc {
	color: #999;
	display: block;
	font-size: .9em;
	padding: .5em 0 .5em 0;
}

h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 1em 0;
	height: 37px;
	background: url('styles/default/images/background/heading_center.png') center top repeat-x;
}

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

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

.widget_side h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: url('styles/default/images/background/heading_side.png') left top no-repeat;
	height: 32px;
	margin: 0;
}

.widget_side h2 span {
	background: none;
	height: 29px;
	padding: 0;
}

.widget_side h2 span span {
	padding: 6px 0 0 0;
}

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

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