﻿/* ---------- basics ---------- */
/* 
brown-red:  color: #96341a;

min-height: 529px;
width: 856px;

*/

/* ---------- layout and position ---------- */
body, html {
	text-align: center;
	height: 100%;
}

#containerMain {
	width: 856px;
	margin: 70px auto 10px auto;
	min-height: 544px;
	text-align: left;
}

#wrap {
	float: left;
	border: 1px solid #96341a;
	min-height: 544px;
	position: relative;
}

#menuMain {
	width: 856px;
	height: 50px;
}

#brandingLogo {
	width: 186px;
	float: left;

}

/*#content {
	width: 856px;
	float: left;
	text-align: left;
}
*/

#contentMain {
	width: 378px;
	float: left;
	margin: 0 0 40px 0;
} 

#contentMain .headerPic {
	width: 378px;
	height: 222px;
	margin: 0 0 40px 0;
}

#contentSub {
	width: 229px;
	float: left;
	margin: 0 0 40px 30px;
}

#contentSub .headerPic {
	width: 229px;
	height: 222px;
	margin: 0 0 40px 0;
}


#menuMeta {
	clear: left;
	width: 856px;
	height: 20px;
	margin: 10px auto 20px auto;
	text-align: left;	
}


/* ---------- menu-styling ---------- */

#menuMain UL {
	list-style: none;
	padding: 18px 0 0 187px; 
}

#menuMain LI {
	float: left;
/*	width: 98px;*/
	margin-right: 30px;
}

#menuMain A,
#contentSub A {
	color: #96341a;
	background: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: lighter;
	font-size: 14px;
}

#menuMain A:hover, #menuMain LI.act A,
#contentSub A:hover, #contentSub LI.act A,
#menuMeta A:hover, #menuMeta LI.act A {
	color: #000;
	background: #fff;
}

#contentSub UL {
	clear: left;
	list-style: none;
}

#contentSub LI {
	margin-bottom: 25px;
}

#menuMeta UL {
	list-style: none;
}

#menuMeta LI {
	display: inline;
}

#menuMeta A {
	color: #96341a;
	background: #fff;
	text-decoration: none;
	font-weight: lighter;
	font-size: 10px;
}

#brandingLogo IMG {
	margin-left: 32px;
}


/* ---------- typography ---------- */

body  {
	height: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 150%;
	color: #000;
	background: #fff;
}

H1 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: lighter;
	color: #96341a;
	margin-bottom: 20px;
}

H2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: lighter;
	color: #96341a;
}

#contentMain A {
	color: #96341a;
	text-decoration: none;
}

#contentMain A:hover {
	color: #000;
}

P.bodytext {
	margin-bottom: 20px;
}

/* ---------- Newslettersubs ---------- */

INPUT.tx-sremailsubscribe-pi1-text,
INPUT#tx-sremailsubscribe-pi1-submit-captcha_response {
	width: 200px;
}

input.tx-sremailsubscribe-pi1-submit {
	border: 0px;
	background: #fff;
	color: #96341a;
	text-transform: uppercase;
	margin-left: -3px;
}

input.tx-sremailsubscribe-pi1-submit:hover {
	background: #fff;
	color: #000;
}

span.tx-srfreecap-pi2-cant-read {
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

span.tx-srfreecap-pi2-cant-read A {
	display: inline;
	padding: 0;
	margin:0;
}

/* -------- Guestbook ---------- */

.tx-guestbook-field {
	float: left;
	width: 378px;
	margin-bottom: 5px;
}

.tx-guestbook-field label {
	width: 105px;
	float: left;
}

.tx-guestbook-field input {
	width: 200px;
	float: left;
}

input.tx-guestbook-submit {
	width: auto;
	border: 0px;
	background: #fff;
	color: #96341a;
	text-transform: uppercase;
	margin-left: 102px;	
	padding: 0;
}

input.tx-guestbook-submit:hover {
	background: #fff;
	color: #000;
}

.geustbook-entry {
	background: #eee;
	padding: 3px;
	font-size: 10px;
	margin-bottom: 10px;
}

.geustbook-entry H2 {
	text-transform: none;
	font-size: 10px;
	font-weight: bold;
}

.geustbook-entry H2 .tx-guestbook-date {
	float: right;
}

.tx-guestbook-clear {
	line-height: 0px;
	height: 1%;
	clear: both;
	font-size: 0px;
}

/*
.geustbook-entry P {
	margin-bottom: 0px;
}*/
.rgslideshow{
	border: none;
}
.rgsnest{
	display: none;
}

TABLE.contenttable{
	width: 100%;
	border-collapse: collapse;
}
TABLE.contenttable td{
	padding: 0;
	margin: 0;
}
TABLE.contenttable td.align-right{
	text-align: right;
}