html, body {
	height: 100%;
}
body {
	font-family: "Lucida Grande","Lucida Sans",Arial,sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	background: #FFF url('../images/bg.png');
	background-repeat: repeat-x;
	/*background-attachment: fixed;*/
}

hr {
    color: #CCC;
    border: solid 1px;
}

h1 {
    color:green;
}

a {
	text-decoration: none;
	color: #FF6600;
	outline: none;
	font-weight: bold;
}
a:hover {
	color: #f14c4c;
}
a img {
	border: 0;
}
#body { 
	height: 100%;
}
#backgroundholder {
	position: fixed;
	bottom: 0;
	right: 0;
	background: transparent url("../images/orat_hus.png") no-repeat bottom right;
	height: 600px;
	width: 700px;
	z-index: -1;
}
#container {
	width: 1000px;
	margin: 0px auto;
	padding-top: 10px;	
}
#header1 {
	height: 199px;
	background: transparent url("../images/top.png") no-repeat;
}


#header1 #publink {
	position:relative;
	top:-100px;
	left:840px;
	
}
#header1 #homelink {
	display: block;
	height: 199px;
	width: 110px;
	margin-left: 90px;

}
#content {
	background: transparent url("../images/content.png") repeat-y;
	padding: 0px 50px;
}
#content-left {
	width: 148px;
}
#menu {
	padding-top: 30px;
}
	#menu ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
		#menu ul li {
			background: transparent url("../images/menucorner.png") no-repeat center right;
			padding-right: 8px;
		}
			#menu ul li a {
				margin: 2px 0px;
				padding: 4px;
				display: block;
				background: transparent url("../images/menu.png") repeat-x;
				color: #101010 ;/*#333;*/
				text-decoration: none;
				font-size: 1.1em;	
			}
			#menu ul li.current a,
			#menu ul li.section a,
			#menu ul li a:hover {
								color: #404040;
								font-weight: bold;
			}
#content-center {
	width: 536px;
	min-height: 500px;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
}
#content-right {
	width: 148px;
}
#footer {
	height: 113px;
	background: transparent url("../images/footer.png") no-repeat;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
clear: both;
}
.typography {
	padding: 0px 10px;
}
.typography h1 {
	font-size: 2.5em;
	margin: 0px;
	padding-bottom: 5px; 
	color: #4e6817;
}

.typography h2 {
	font-size: 2em;
	margin: 0px;
	padding-bottom: 5px; 
	color: #4e6817;
}
.typography h3 {
	font-size: 1.5em;
	margin: 0px;
	padding-bottom: 5px; 
	color:  #79a221;
}
.typography p {
text-align: justify;
margin: 0px 0px 3px 0px;
}

.personal {
margin: 20px 0px;
}
	.personal h3 {
		margin: 0px;
		padding-bottom: 3px;
	}
	.personal ul {
		list-style: none;
		padding-left: 10px;
		margin: 0;
		margin-bottom: 5px;
	}
		.personal ul li a{
			display: block;	
		}	

.list .list-item {
	border-bottom: 1px solid #968b41;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
	.list .list-item h3 {	
		margin:0;
		padding-bottom: 2px;
	}	
	.list .list-item .list-date {
		padding-bottom: 5px;
	}
.event-workers {
	margin-right: 20px;
	width: 200px;
}
	.event-workers ul {
		padding: 0px;
		padding-left: 10px;
		margin: 0px;
	}

.WidgetHolder h3 {
	margin: 0;
	padding-bottom: 2px;
}	
.widget {
	border-bottom: 1px solid #968b41;
	padding-bottom: 3px;
	margin-bottom: 5px;	
}
	.widget ul {
		padding: 0px;
		padding-left: 14px;
		margin: 0px;
		list-style-type: square;
	}
	.widget ul li {
		padding-bottom: 3px;
	}
	.widget ul li .date {
		color: #333333;
	}
	.widget .link-more {
		text-align: right;
	}
form {
	padding: 10px;
}
form fieldset {
	border: 0px;
	padding: 0;
	margin: 0;
}
form fieldset .field {
	background-color: #ede9b7;
	padding: 2px;
	margin-bottom: 1px;
}
form fieldset .field span.message {
	padding-left: 130px;
	font-style: italic;
	color: #f00;
}

form fieldset .field label.left {
	float: left;
	width: 120px;
	padding: 3px;
	display: block;
}
form fieldset div.field input,
form fieldset div.field textarea {
		width: 300px;
	border: 1px solid #968b41;
	padding: 4px;
}
form fieldset p.field {
	text-align: left;
	padding-left: 124px;
}
form fieldset p.field label.right {
	float: none;
}
form div.Actions {
	background-color: #ede9b7;
	padding: 2px;
	padding-left: 128px;
	height: 25px;
}
form div.Actions input {
	border: 1px solid #968b41;
	padding: 4px;
	float: left;
}
form div.Actions #ForgotPassword {
	float: left;
	margin-left: 10px;
}

/* Eventfield, homesite */
#events {
}

#events .eventheader {
	font-weight: bold;
	font-size: 14pt;
	color: #4e6817;/*#6B8E23;*/
	margin-bottom:5px;
}

#events .header {
	font-weight: bold;
	font-size: 14pt;
	color: #6B8E23;
}
#events .header2 {
	font-weight: bold;
	font-size: 10pt;
}
#events .desc {
	font-size: 9pt;
	padding-left: 20px;
	margin-bottom: 10px;
}

