/**
 * @version $Id: template.css 14401 2010-01-26 14:10:00Z louis $
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

@font-face {
	font-family: Corsiva;
	src: url('../fonts/MTCORSVA.eot?') format('embedded-opentype'),
		 url('../fonts/MTCORSVA.TTF');
}

 
html, body {
	padding: 0;
	margin: 0;
	color: black;
	background: #a19f9d;
	font-family: Tahoma;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Corsiva;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #444;
}

a img {
	border: 0;
}

p {
	margin: 10px 0;
}

/* =Structure */

.wrapper {
	width: 960px;
	margin: 0 auto;
}

.wrap {
	clear: both;
}

#header {
	position: relative;
	height: 100px;
}

#header #logo {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-bottom: 7px;
}

#jflanguageselection {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 0;
}

#content {
	background: #fffbe4;
	padding: 5px 35px;
	-webkit-box-shadow: 0 0 5px #fffbe4, 2px 2px 10px black;
	-o-box-shadow: 0 0 5px #fffbe4, 2px 2px 10px black;
	-moz-box-shadow: 0 0 5px #fffbe4, 2px 2px 10px black;
	box-shadow: 0 0 5px #fffbe4, 2px 2px 10px black;
	margin-bottom: 20px;
}

#main {
	position: relative;
	-webkit-box-shadow: 4px 4px 17px black inset;
	-o-box-shadow: 4px 4px 17px black inset;
	-moz-box-shadow: 4px 4px 17px black inset;
	box-shadow: 4px 4px 17px black inset;
	min-height: 550px;
	width: 890px;
	margin-top: 3px;
	text-align: right;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#block-content {
	display: inline-block;
	background: white;
	background: rgba(255, 255, 255, 0.8);
	width: 500px;
	min-height: 480px;
	margin: 15px;
	margin-top: 30px;
	padding: 0 20px;
	padding-left: 60px;
	padding-bottom: 10px;
	text-align: left;
}

#block-content p {
	line-height: 1.3em;
}

.contentheading, .componentheading {
	font-size: 2.5em;
	font-family: Corsiva;
	position: relative;
	left: -40px;
	margin: 10px 0;
	margin-top: 10px;
}

#block-content img {
	float: left;
	margin: 0 15px 5px 0;
}

/* =Menu */

.menu {
	display: inline;
	font-family: Corsiva;
	font-size: 30px;
	padding: 0;
	margin: 0;
	text-align: center;
}

.menu li {
	list-style: none;
	display: inline;
	padding-left: 60px;
	vertical-align: top;
	margin: 0px;
	zoom: 1;

}

#content > .moduletable {
	text-align: center;
}

.menu li:first-child, .menu .item1 {
	padding-left: 0;
}

/* =Modules */

.moduletable-top-left, .moduletable-top, .moduletable-top-right, .moduletable-bottom-left, .moduletable-bottom, .moduletable-bottom-right {
	float: left;
	height: 265px;
}

.moduletable-top, .moduletable-bottom {
	width: 220px;
	margin: 0 20px;
}

.moduletable-top-left, .moduletable-top-right, .moduletable-bottom-left, .moduletable-bottom-right {
	width: 315px;
}

.moduletable-top-left, .moduletable-top, .moduletable-top-right {
	margin-bottom: 20px;
}

/* =Contact Form */

#aiContactSafeForm {
	position: relative;
	left: -20px;
}

.aiContactSafe_contact_form_field_right {
	width: 200px;
}

/* =Gallery */

.sigplus-gallery {
	position: relative;
	left: -20px;
}