* {
  margin: 0;
  padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #fefefe;
	color:#333;
	font-family: Georgia, Times, Serif;
	font-size: 1.1rem;
	line-height: 1.4em;
	height: 100%;
}

p {
	margin-top: 0.5rem;
}

#site {
	position: relative;
    min-height: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

#wrapper {
	background-color: #fefefe;
    padding-bottom: 3.5em;
}

#header {
	background-color: #7e9358;
	padding: 1px 0 0 20px;
	height: 110px;
}

#logo {
	padding-top: 15px;
}

#logo img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#content {
	height: 100%;
	padding: 2px 10px;
	margin-top: 20px;
}

#nav {
	font-size: 1.0rem;
	font-family: Times, Serif;
	display: block;
	margin-top: 0.5rem;
}

#nav li {
	display: inline;
	list-style: none;
}

#nav a:link, #menu a:visited, #menu a:active, #menu a:hover {
	font-weight: 300;
	/*font-family: Arial, Verdana;*/
	font-size: 16px;
}

#footer {
    position: absolute;
	bottom: 0;
    height: 3em;
    width: 100%;
    font-size: 80%;
	text-align: center;
}

img {
	padding: 1px;
}

h1, h2, h3 { font-style: oblique; color: #D26618;}
h1 { font-size: 1.8rem; padding-top: 16px; font-weight: 300; }
h2 { font-size: 1.6rem; padding-top: 14px; font-weight: 300; }
h3 { font-size: 1.4rem; padding-top: 12px;  font-weight: 300; }
h1.start {
	text-align: center;
}

blockquote {
	font-size: 1.5rem;
	line-height: 1.8em;
	}

a, a:link, a:visited {
	text-decoration: none;
	color: #7e9358;
}

a:active, a:hover {
	text-decoration: underline;
	color: #166715;
}

.orange {
	color: #D26618;
	font-style: oblique;
	font-weight: 300;
	font-size: 1.6rem;
}

.kap { font-size: 140%; margin-right: -2px;}

hr { color: #aaa; backgrund-color: #aaa; height: 1px; }

ul { margin-top: 5px; }
ul.in { list-style-position: inside; text-indent: 0.6em; }
ul.out { list-style-position: outside; margin-left: 20px; }


#nav ul {
	margin:0;
	padding:0 8px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}

#nav li { list-style-type: disc;}
#nav li.first { list-style-type: none;}

.hide-xs { display: none; }
.only-xs { display: inline; }

@media only screen and (min-width: 620px) {
	#header {
		background: #7e9358 url(../images/banner.jpg) no-repeat 0px 0px;
		background-position: center right;
	}
	#logo img {
		margin-left: 0;
	}
	#nav {
		display: block;
		float: left;
		background-color: #fefefe;
	}
	#nav a:link, #menu a:visited, #menu a:active, #menu a:hover {
		font-weight: 300;
		font-style: italic;
		font-family: Georgia, Times, Serif;
		font-size: 17px;
		color: #7e9358;
	}
	#nav li {
		display: block;
		line-height: 2.5rem;
	}
	#nav ul {
		text-align: left;
		padding:0 25px;
	}
	#content {
		margin-left: 200px;
	}
	.hide-xs {
		display: inherit;
	}
	.only-xs {
		display: none;
	}
}

@media only screen and (min-width: 1120px) {
	#wrapper {
		padding-top: 0.3em;
		border: 1px solid #aaa;
	}
	#nav {
		padding-top: 0.9em;
	}
	body {
		background-color: #FFFCF6;
	}
}