/* CSS Document */

html,body,div,b,img,table,td,a,span,h1,h2,h3,h4{ padding:0; margin:0; border:0; }


@font-face {
    font-family:"Helvetica Neue";
    src: url(helveticaneue-webfont.ttf);
}

body {
	padding: 0;
  	margin: 0;
  	background:url(../img/background.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;	
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/background.jpg', sizingMethod='scale');
  	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/background.jpg', sizingMethod='scale')";
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

hr { border: 1px solid #f4e1bd;  }

.wrapper { 
	background:url(../img/transpa-bg.png);
	background-repeat:repeat;
	margin:40px auto;
	width:868px;
	padding:35px;
	margin-bottom:10px;
}

.wrapmargin { 
	position:relative;
}

.left {
	width:195px;
	float:left;
	background:#FFFFFF;
	height:100%;
	position:absolute;
	bottom:0;
}

.right {
	width:640px;
	float:right;
	background:#fff0d5;
	height:100%;
}

.events {
	width:640px;
	float:right;
	background:#fff0d5;
	height:100%;
	margin-top:13px;
}

.clearall {
	clear:both;
}

/* left part */

.left .logo {
	width:140px;
	margin:20px auto;
	text-align:center;
	margin-bottom:0;
}

#menu {
	margin:auto;
	width:170px;
	}
#menu ul {
	list-style:none;
	margin:0;
	padding:15px;
}
#menu ul li {
	padding:2px;
	background:url(../img/menu-split.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
#menu ul li a{
	font-family:"Helvetica Neue";
	font-size:14px;
	padding:4px 0 4px 0;
	display:block;
	color:#c69837;
	text-decoration:none;
}
#menu ul li a:hover, #menu ul li.active a {
	color:#a2a2a2;
}


/* right part */

.content-wrap{
	padding:20px;
	height:100%;
	color:#373737;
	text-align:justify;
}

.content-wrap h1{ 
	font-family:"Helvetica Neue";
	font-size:18px;
	color:#c69837;
	text-transform:uppercase;
	padding-bottom:5px;
	border-bottom:1px #f4e1bd solid;
}

.introtext {
	font-family:"Helvetica Neue";
	font-size:18px;
	color:#FFFFFF;
}

.content-wrap h2, .content-wrap h2 a { 
	font-family:"Helvetica Neue";
	font-size:15px;
	color:#c67737;
	padding:0 0 10px 0;
	text-decoration:none;
}

.content-wrap p{ 
	font-size:12px;
	color:#373737;
}

.content-wrap a{ 
	color:#c67737;
}
.content-wrap a:hover{ 
	color:#a2a2a2;
}

a.backto {
	font-family:"Helvetica Neue";
	font-size:18px;
	text-transform:uppercase;
	float:right;
	text-decoration:none;
}

.homepage-all-images { }

.homepage-img {
	float:left;
	padding:0 13px 0 0;
}

.homepage-img-last {
	float:left;
	padding:0 0 0 0;
}

.homepage-img2 {
	float:left;
	padding:13px 13px 0 0;
}

.homepage-img2-last {
	float:left;
	padding:13px 0 0 0;
}

/* pagination */

.list-buttons{
padding:5px 0 0 530px;
}
.list-buttons li{
	list-style-type:none; 
	display:inline;
}
.list-buttons li a, a.button1 {
	color:#FFFFFF;
	background:#c69837;
	padding:5px;
}
.list-buttons li a:hover, .list-buttons li a.active, a.button1:hover{
	color:#373737;
	background:#a2a2a2;
	padding:5px;
}

/* homepage events */

.homepage-events-wrap { padding:5px; }

.upcomingevents-bg {
	background:url(../img/events-bg.png) no-repeat;
	height:117px;
	width:117px;
	float:left;
}

.upcomingevents-bg p{
	padding:30px 0 0 15px;
	font-family:"Helvetica Neue";
	font-size:14px;
	color:#f0e3c8;
	text-transform:uppercase;
}

.upcomingevents {
	float:right;
	width:500px;
	font-size:12px;
	color:#373737;
	line-height:3ex;
}

.upcomingevents span{
	font-size:14px;
	color:#373737;
	font-weight:bold;
}

.upcomingevents h4, .upcomingevents h4 a{
	font-family:"Helvetica Neue";
	font-size:15px;
	color:#c69837;
	margin:0 0 5px 0;
	text-decoration:none;
}

/* contact */

.contact-right {
	width:268px;
	height:auto;
	float:left;
}

.gmap {
	width:315px;
	height:185px;
	float:right;
}

.contact-form fieldset{
	padding:0 0 10px 0;
	border: 1px solid #f4e1bd;
}

.contact-form fieldset ul{	
	list-style-type:none;
	margin:0;
	padding:20px 0 0 20px;
}

.contact-form fieldset ul li{
	margin:0;
	padding:10px 0 10px 0;
	clear:both;
}

.contact-form fieldset ul a {
	color:#00add8;
}

.contact-form fieldset input[type="text"], .contact-form fieldset input[type="password"], .contact-form fieldset select {
	float:left;
	border:1px solid #cbc7c5;
	height:20px;
	width:280px; 
	padding:1px 1px 1px 3px; 
}

.contact-form fieldset textarea {
	float:left;
	border:1px solid #cbc7c5;
	height:50px;
	width:280px;
	padding:1px 1px 1px 3px; 
}

.contact-form fieldset label{
	width:180px;
	float:left;
	padding:8px 0 0 0;
}


/* profile */

.gallery-images {
	width:100%;
}

.gallery-images img{
	float:left;
	padding:4px;
}

.bt {
	border:1px solid #FF0000;
}


/* global */

.color-red { color:#c67737; }

.imgleft10 { margin:0 7px 0 0px; padding:3px; float:left; border:1px solid #ead5b0; }

.imgleft5 { padding:0 5px 0 0px;  float:left; }


/* footer */

.footer {
	width:940px;
	margin:auto;
}

.footer p, a{
	font-size:12px;
	color:#FFFFFF;
}

.footer span { padding-left: 649px; }