html,body{
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

h1,h2,h3,h4,h5,h6,h7{
	margin: 0px;
	padding: 0px;
}

p .hil{
	color: #980000;
}

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

a:hover{
	text-decoration: underline;
}

body{
	background-image: url(bg.jpg);
}

#site{
	position: relative;
	width: 980px;
}

header{
	position: relative;
	margin-top: 20px;
	width: 980px;
	height: 560px;
	background-image: url(header.png);
}

header #login{
	position: absolute;
	text-align: left;
	right: 23px;
	top: 48px;
	width: 468px;
	padding: 10px 10px;
}

header #login input{
	padding: 8px;
	border: 1px solid #000;
	background-color: white;
	margin-right: 5px;
	color: black;
	width: 130px;
}

.textfield{
	padding: 8px;
	font-size: 13px;
	border: 1px solid #000;
	background-color: white;
	color: black;
}

header #login .logout{
	width: 10px;
	padding:8px 15px;
	background: url(logout.gif) center no-repeat;
	background-color: #D80000;
	cursor: pointer;
}

header #login .button{
	width: auto;
	margin: 0px;
	padding: 8px;
	border: 1px solid #000;
	font-weight: bold;
	background-color: #c0bba2;
	color: #534837;
	cursor: pointer;
}

header #login .button:hover{
	background-color: #cdc9b7;
}

header #login .button:active{
	background-color: #98937b;
}

.button{
	margin: 0px;
	padding: 8px;
	border: 1px solid #000;
	font-weight: bold;
	background-color: #c0bba2;
	color: #534837;
	cursor: pointer;
}

.button:hover{
	background-color: #cdc9b7;
}

.button:active{
	background-color: #98937b;
}

/* slideshow */

.slides{
	margin: 0px;
	padding: 0px;
}

#slideshow{
	position: relative;
	background-color:#c9c5b1;
	overflow:hidden;
	width:950px;
	height:386px;
	left: 0px;
	top: 115px;
}

#slideshow ul{
	position:absolute;
	width:950px;
	height:386px;
	top:0px;
	left:0px;
	list-style:none outside none;
	overflow:hidden;
	
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}

#slideshow canvas{
	display:none;
	position:absolute;
	left: 0px;
	top: 0px;
	z-index:100;
}


/* ************** */

/* MENU *************/

nav{
	position: absolute;
	left: 25px;
	top: 519px;
}

nav ul{
	padding: 0px;
	margin: 0px;
}

nav li
{
	position:relative;
	text-align: center;
	float:left;
	list-style-type:none;
	width: 109px;
}

nav li a{
	color: #534837;
	text-decoration: none;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 22px;
}

nav li a:hover{
	color: #928571;
	text-decoration: none;
}

/* ************** */

/* ***** CONTENT ********* */

#content{
	clear: both;
	
	width: 980px;
	z-index: 4000;
}

#content #left{
	position: relative;
	float: left;
	width: 594px;
	z-index: 4000;
}

#content #right{
	position: relative;
	float: right;
	width: 384px;
	z-index: 4000;
}

#week{
	margin-top: 20px;
	width: 383px;
	height: 355px;
	
	background-image: url(week.png);
	z-index: 4000;
}

#week ul{
	padding: 68px 15px 0px 85px;
	margin: 0px;
}

#week li{
	text-align: left;
	margin: 0px;
	list-style-type:none;
	height: 45px;
}

#week li a{
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	font-family: Arial, sans-serif;
	color: black;
	font-size: 17px;
	font-weight: bold;
}

#week li a:hover{
	color: #fff1ce;
}

#left-banner{
	position: relative;
	margin: 20px 0px;
	width: 565px;
}

#left-banner img{
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#right-banner{
	position: relative;
	margin: 20px 0px;
	width: 383px;
}


#right-banner img{
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

/* ************** */


/* ******* HOME ELEMENTS ******* */

#home-gallery{
	margin-top: 20px;
}

#home-gallery .title{
	float: left;
	text-align: left;
	margin-left: 25px;
	background-image: url(footer-bg.png);
	padding: 5px 10px;
	width: 200px;
	color: #fff;
	font-size: 13px;
}

#home-gallery .previous{
	float:left;
	width: 39px;
	height: 235px;
	background-image: url(gleftbtn.png);
	cursor: pointer;
}

#home-gallery .previous:active{
	background-image: url(gleftbtn-a.png);
}


#home-gallery .inner{
	float:left;
	width: 560px;
	height: 315px;
	background-image: url(hgallery-bg.png);
	overflow: hidden;
	padding: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#home-gallery .item{
	width:135px; 
	height:100px; 
	border:1px solid #000;
	background-color: #000;
	float: left;
	margin:1px; 
	overflow: hidden;
}

#home-gallery .next{
	float:left;
	width: 39px;
	height: 235px;
	background-image: url(grightbtn.png);
	cursor: pointer;
}

#home-gallery .next:active{
	background-image: url(grightbtn-a.png);
}

#home-events{
	clear: both;
	padding-top: 15px;
}

#home-events .title{
	float: left;
	text-align: left;
	margin-left: 25px;
	background-image: url(footer-bg.png);
	padding: 5px 10px;
	width: 200px;
	color: #fff;
	font-size: 13px;
}

#home-events .inner{
	clear: both;
	width: 588px;
	background-image: url(footer-bg.png);
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#home-events .inner .detail{
	text-align: left;
	width: 96%;
	padding: 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #c2aa85;
}


#home-events .event{
	clear: both;
	padding: 10px 10px 0px 10px;
	width: 565px;
	height: 100px;
}

#home-events .last{
	padding: 10px;
}

#home-events .event .date{
	float: left;
	text-align: center;
	width: 94px;
	height: 94px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 3px solid #c2aa85;
	background-color: #a68b62;
}

#home-events .event .date h2{
	padding: 0px;
	margin: 0px;
	font-size: 50px;
	font-weight: bold;
}

#home-events .event .date h3{
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

#home-events .event .body{
	cursor: pointer;
	position: relative;
	float: left;
	margin-left: 5px;
	width: 460px;
	height: 100px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #c2aa85;
}

#home-events .event .body .content{
	text-align: left;
	padding: 0px;
	margin: 14px;
}

#home-events .event .body h2, #home-events .inner .detail h2 {
	text-transform: uppercase;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #870503;
}

#home-events .event .body h3, #home-events .inner .detail h3{
	text-transform: uppercase;
	text-align: left;
	font-size: 26px;
	font-weight: bold;
	color: #000;
}

#home-events .event .body h4{
	text-align: left;
	padding-top: 8px;
	font-size: 13px;
	font-style: italic;
	color: #5f4c2f;
}

#home-events .event .body:hover{
	background-color: #e3cfaf;
}


#home-events .event .body:active{
	background-color: #a68b62;
}

#home-events .event .body .arrow{
	position: absolute;
	right: 10px;
	top: 40px;
	width: 10px;
	height: 14px;
	background: url(event-arr.png) no-repeat;
}

/* ************** */



/* ****** FOOTER ******** */
footer{
	clear: both;
	width: 980px;
	padding: 25px 0px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	background-image: url(footer-bg.png);
}
/* ************** */

#lady{
	position: absolute;
	right: 0px;
	top:315px;
	/*width: 356px;
	height: 628px;
	background-image: url(lady.gif);*/
	z-index: 2000;
}

#pubphotos img{
	margin: 0px;
	border: 1px solid #900000;
}

.gallery-item{
	width: 95%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #dbc8ac;
	margin: 3px;
	padding: 6px;
	
}

.gallery-item a{
	text-decoration: none;
}
