/*

Layout

*/


@import url('navigation.css');

body {
	margin: 1.5em 0;
	background: #598c3b;
}

#wrapper {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
    position: relative;
}

#header {
	background: url('header.jpg');
	clear: both;
	height: 215px;
}

#logo {
  text-indent: -999em;
}

#navigation {
	padding-left: 1em;
}

#content {
	clear: both;
	padding: 20px;
	background: white;
}

#footer {
	background: url('footer.jpg') bottom;
	height: 80px;
	clear: both;
	position: relative;
}

#footer p {
	position: absolute;
	bottom: 0;
	margin: 10px;
}

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

h1, h2, h3, h4 {
	clear: both;
}

/*

Typography

*/

#content, #footer, #navigation{
	font-family: Tahoma, sans-serif;
}

#content,
#footer
{
	font-family: Tahoma, sans-serif;
    font-size: 80%;
}

#navigation {
    font-size: 73%;
}

#content {
/*	font-size: 80%; */
	line-height: 170%;
}

h1 {
	font-size: 160%;
	margin-bottom: 0.5em;
	margin-top: .5em;
	font-weight: normal;
}

h2 {
	font-size: 120%;
	margin-bottom: 0.2em;
	margin-top: 1em;
	font-weight: normal;
}


h1,
h2
{
	color: #43692C;
}

p {
	margin-bottom: 1.5em;
	margin-top: 0;
}

#content a {
	color: black;
}

#content a:hover {
	color: #FFCC00;
}

#footer {
	font-size: 70%;
	color: silver;
}

#footer a {
	color: silver;
}

.contenttable p {
	margin: 0;
	padding: 2px;
}

.contenttable .tr-even {
	background: #F6F6F6;
}

.contenttable .tr-odd {
	background: #FAFAFA;
}
.contenttable .tr-0 {
	background: #F0F0F0;
}


.contenttable .tr-0 td p {
	font-weight: bold;
}

.imgtext-table {
	clear: both;
}

.csc-mailform p {
	margin: 0;
}

form {
  padding: 0;
  margin: 0;
}

fieldset {
  padding: 1em;
  margin: 1em;

}

label {
	display: block;
	margin-top: 5px;
}

.csc-form-labelcell p {
	font-weight: bold;
	text-align: right;
}

.csc-menu p {
	margin: 0;
}

.csc-textpic-caption {
  font-style: italic;
}

/*

Guestbook

*/

.tx-guestbook-date {
	color: #666;
	font-size: 75%;
	margin: 0;
	padding: 0;
}

.tx-guestbook-teaser-entry {
	border: 1px dashed silver;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0.5em;
	width: 14em;
	height: 6.6em;
	float: left;
	overflow: hidden;
}

.tx-guestbook-teaser-entry p {
	margin: 0;
}


.tx-guestbook-latest-more {
  clear: both;
}

.tx-guestbook-list-entry {
	border: 1px dashed silver;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
}

.tx-guestbook-list-entry h2.tx-guestbook-header {
  margin: 0;

}


.tx-guestbook-list-entry p {
  margin: .2em 0 .2em 0;
}

.tx-guestbook-list-entry br {
line-height: 1em;

}

.tx-guestbook-list-author {
	font-weight: bold;
}


.tx-guestbook-list-author, .tx-guestbook-list-email {
	float: left;
	margin-right: 1em;
}

.tx-guestbook-list-story {
	clear: both;
}

.tx-guestbook-list-author, .tx-guestbook-list-email, .tx-guestbook-list-homepage {
	margin-top: 1em;
	margin-bottom: 1em;
}


.tx-guestbook-list-entrycomment {
	padding: 10px;
	margin-top: 10px;
}

.tx-guestbook-list-entrycomment h1 {
	font-size: 100%;
}


/*

Filelinks

*/

.csc-uploads {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.csc-uploads .odd, .csc-uploads .even {
	float: left;
	height: 250px;
	padding: 8px;
	border: 1px dashed silver;
	margin-bottom: 10px;
	margin-right: 10px;
}

.csc-uploads p {
	margin: 0;

}
