/*
* Version:		1
* Created:		9/12/2009
*
* CONTENTS
* -------------------
* == INCLUDE
* == defaults
* == navigation
* == forms

* =gen GENERAL
* =link LINKS
* =lay LAYOUTS
* =page PAGE SPECIFICS
* =uf MICROFORMATS
*

/* == INCLUDE
--------------------------------------------------------------------------------------------------*/ 
@import url(reset.css);
@import url(techniques.css);
@import url(navigation.css);
@import url(forms.css);


/* =gen GENERAL
-------------------------------------------------------------------------------------------------- */
html {
	height: 100%;
	background: #1D1D1D url(images/bg-repeat-x.jpg) repeat-x 0 0;
}
body {
	min-height: 100%;
	font: normal normal 62.5%/1.5 Arial, sans-serif;
	line-height: 1.5; color: #fff;
	background: url(images/bg.jpg) no-repeat 50% 0;
}
p, ul, ol, dl, blockquote, form, pre, table {
	margin: 0 0 1em;
}
strong,
strong strong.org {
	font-weight: bold;
}
em {
	font-style: italic;
}
img {
	display: block;
}
#content-primary ul {
	list-style-type: disc;
	padding-left: 15px;
}

#wrapper {
	position: relative; overflow: hidden;
	width: 942px;
	margin: 0 auto; padding: 0 20px;
	font-size: 1.2em; /* http://riddle.pl/emcalc/ */
	background: #101010 url(images/bg-inner.jpg) no-repeat 0 0;
}
#container {
	position: relative;
	margin: 0 auto; padding: 0 0 60px;
	background-color: #000;
}
#branding {
	position: relative;
	height: 100px;
}
	#branding h1 {}
	#branding h1 a {
		position: absolute; bottom: 0;
		height: 100px; width: 360px;
		background-image: url(images/logo.jpg);
	}

#content {
	overflow: hidden; zoom: 1;
	position: relative; z-index: 51;
	margin: 53px 20px 0; padding: 0 0 70px;
}
	#content-primary {
		min-height: 650px;
	}
	#content-primary .text {
		background: url(images/heading-rule.jpg) no-repeat -35px 30px;
	}
	#content-primary .text h3,
	.module-news #page-heading {}
	#content-primary .text em {
		display: block; font-style: normal; font-weight: normal;
	}
	.layout-small-image #content-primary .text {
		position: relative; zoom: 1;
		margin-left: 240px; padding-left: 20px;
		background-position: -275px 30px;
	}
	.layout-large-image #content {
		margin-top: 33px;
		background-position: -275px 30px;
	}
	#content-primary .text #page-heading + p {
		font-size: 18px; line-height: 22px;
	}
	
	#content-secondary {
		width: 178px;
		margin-left: 573px;
	}
	
	#content-sidebar {
		position: absolute; top: 0; right: 20px;
		height: 15px;
		padding: 15px 70px 0 0;
		font-style: italic; font-size: 12px;
		background: url(images/update.jpg) no-repeat 100% 0;
	}
	#content-sidebar a {
		font-weight: bold;
	}
	


#footer-logos {
	position: fixed; bottom: 65px; left: 0; right: 0; z-index: 500;
}
#footer-logos p.inner {
	position: relative; clear: both; zoom: 1; z-index: 500;
	width: 942px; height: 58px;
	margin: 0 auto;
	background: #101010 url(images/logos.jpg) no-repeat 0 0;
}
#footer {
	position: fixed; bottom: 0; left: 0; right: 0; z-index: 500;
	width: 100%; height: 43px;
	margin: 0; padding: 10px 0;
	font-size: 0.9616em;
	background-color: #f60;
	border-bottom: 1px solid #434343; border-top: 1px dotted #fff;
}
#footer div.inner {
	position: relative; clear: both; zoom: 1; z-index: 500;
	width: 940px;
	margin: 0 auto;
}
#footer br {
	clear: both;
}
	#footer p {
		clear: both; float: left; position: relative; z-index: 500;
		margin: 0;
		width: 720px;
	}
	#footer,
	#footer a {
		color: #fff;
	}
	#footer p#footer-ktm {
		position: absolute; top: 0; right: 0; z-index: 400;
	}
	#footer p#footer-ktm,
	#footer p#footer-ktm a {
		height: 50px; width: 275px;
		background: url(images/footer-ktm.jpg) no-repeat 0 0;
	}
#footer em {
	font-weight: normal; text-transform: none;
}
strong.org {
	font-weight: normal;
}
caption {
	text-align: left;
}
em {
	font-style: normal; font-weight: bold;
}


/* =link LINKS
-------------------------------------------------------------------------------------------------- */
a:link, a:visited, a:hover, a:active {
	color: #F60;
}
a:hover,
.active a,
.active a:hover {
	text-decoration: none;
}

a[href^='mailto:'] {}
a[href$='.pdf'] {}

a.external,
a.external {
	padding-right: 11px;
	background: url(images/icons/link-external.gif) no-repeat 100% 50%;
}
.feed a {
	display: block;
	padding-left: 20px; line-height: 18px;
	background: url(images/icons/feed-rss.gif) no-repeat 0 50%;
}


/* =hea HEADINGS
-------------------------------------------------------------------------------------------------- */
h2, h3, h4, h5, h6 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: normal; text-transform: uppercase; color: #f60;
}
h3, h4, h5, h6 {
	font-size: 14px;
}
h3#page-heading,
#contact-module h3,
#address-module dt.vcard_address {
	font-size: 35px; line-height: 35px; text-transform: uppercase; font-weight: bold;
	padding: 0; margin: 0 0 25px;
	background: url(images/heading-rule.jpg) no-repeat -35px 30px;
}
h3#page-heading {
	background: url(images/heading-rule.jpg) no-repeat -35px 30px;
}
h3#page-heading span {
	color: #fff; font-weight: normal;
}
.layout-small-image h3#page-heading {
	background-position: -295px 30px;
}


/* =lay LAYOUTS
-------------------------------------------------------------------------------------------------- */
.layout-large-image .large img,
.layout-small-image .small img,
#gallery img {
	display: block;
}
.layout-large-image .large p,
.layout-small-image .small p,
#gallery p {
	color: #000; font-weight: bold; font-size: 11px;
}
.layout-large-image .large {
	position: relative;
	overflow: hidden;
	width: 900px; margin: 0 0 20px;
}
.layout-large-image .large dl {
	margin: 0;
}
.layout-large-image .large dd {
	position: absolute; bottom: 0; left: 0;
	width: 100%; 
	color: #000; line-height: 14px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.5);
}
.layout-large-image .large dd p {
	height: 17px;
	margin: 0; padding: 3px 0 0 30px;
	background: url(images/caption-arrow.gif) no-repeat 0 0;
}
.layout-small-image .small {
	position: relative; overflow: hidden;
	float: left;
	width: 240px;
	margin: 0 0 20px 0;
}
.layout-small-image .small dd,
#gallery dd {
	width: 220px;
	padding: 0 0 0 20px;
	background: url(images/caption-arrow.gif) no-repeat 0 0;
}
.layout-small-image .small dd p,
#gallery dd p {
	padding: 3px 10px 3px 7px;
	line-height: 14px;
	background-color: #fff;
}


/* =uf MICROFORMATS
-------------------------------------------------------------------------------------------------- */
.location .adr {}
.location .adr span {
	display: block;
}

body.homepage #content .text p {
	float: left;
	width: 275px; margin-right: 30px;
	font-size: 18px; line-height: 22px;
}



* html .layout-small-image #content-primary .text {
	width: 600px;
}
* html body.homepage .layout-small-image #content-primary .text p {
	width: 270px;
}
* html #footer-logos {
	margin-top: -57px;
}
* html #container #content-primary {
	height: 550px;
}