﻿* {
	margin:0;
	padding:0;
}

html {
	height:100%;
	font-size:100.01%;
}

body {
	text-align: center;
	min-height: 101%;
	font: 100.01%/130% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #424242;
	background: #FBF7E4;
  margin:0 0 10px 0;
}

body * {
	text-align:left;
}

a:link {
	color: #8E001C;
}

a:visited {
	color: #8E001C;
}

/* layout */

#wrap {
  margin: 0 auto;
	width: 970px;
	background: #FBF7E4;
  border-left: 1px solid #d3ceaa;
  border-right: 1px solid #d3ceaa;
  border-bottom: 1px solid #d3ceaa;
}

#content {
	float: left;
	width: 70%;
	font-size: 0.8em;
	color: #333;
	line-height: 1.5em;
  background: #FBF7E4;
	border-top: 1px solid #d3ceaa;
}

#sidebar {
	float: right;
  margin:0;
  padding:0;
	width: 30%;
	border-top: 1px solid #d3ceaa;
  background: #d3ceaa;
}

#footer {
	clear: both;
  border-top: 2px solid #424242;
	background: #e7e8d1;
}

.month {
  font-size:1.4em;
  font-weight:bold;
}


/* gutters */

#content .gutter {
	padding: 25px;
	background: #FBF7E4;
}

#sidebar .gutter, #sidebar-2 .gutter {
	padding: 15px;
}

/* header */

#header {
	border-bottom: 2px solid #424242;
	background: #d3ceaa;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #fff;
}

/* timeline row */

#timeline {
  height:30px;
  padding:0 0 0 260px;
	background-color: #e7e8d1;
}

/* content */

#content h2, #content h3 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #424242;
	font-weight: normal;
}

#content h3 {
 margin:0;
 font-size: 120%;
 	font-weight: bold;
}

#content ul {
  list-style-type:none;
  margin:0;
}

#content li {
  padding:10px 0 0 3px;
}

#content .hebeldates {
  padding:5px;
  overflow:auto;
  height:250px;
  background:#e7e8d1;
  border:1px solid #d3ceaa;
}

#content .events {
  list-style-type:square;
  margin:0;
  padding:5px 0 0 15px;
}

#content .events li {
  padding:2px 0;
}


dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

dl.feature:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #693;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url(img/photo-frame.gif) no-repeat bottom right;
	}
dl.feature dd {
	margin-left: 169px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}

/* sidebars */

.box {
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666;
	background: #e7e8d1;
}

.box h3 {
	margin: 0;
	padding: 6px 12px;
	font-size: 1em;
	font-weight: normal;
	color: #424242;
}

.box p, .box ul {
	margin: 0;
	padding: 0 12px;
}

.box ul li {
	margin: 0 0 0 18px;
	padding: 0;
	list-style: square;
	}

/* footer */

#footer p {
	margin: 0;
	padding: 5px 25px;
	font-size: 0.8em;
	color: #333;
	}


/* The scrolling Thumbs */

.productThumbs {
	clear:both;
	margin:0;
	padding:0;
  background-color:#e7e8d1;
}


/* The Controls - written with JS */
#moveRight {
	float:left;
	width:12px;
	height:30px;
  margin-left:5px;
	overflow:hidden;
	background-color:#8E001C;
}

#moveLeft {
	float:left;
	width:12px;
	height:30px;
  margin-right:5px;
	overflow:hidden;
	background-color:#8E001C;
}

#moveRight img, #moveLeft img {
	border:none;
  margin-top:8px;
}



/* the container */
#thumbs {
	float:left;
  width:385px;
	height:30px;
	overflow: hidden;
  /*border-top: 1px solid #505a59;
  border-bottom: 1px solid #505a59;*/
	/*width:550px;

	height:50px;
	overflow: hidden;*/
	background-color:#e7e8d1;
}

/* the carrier */
#canvas {
	/*width:3000px;  go way over the top*/
  padding-top:4px;
}


/* the divs containing the images - used to hgather widths */
div.canvasImage {
	float:left;
	/*width:121px;*/ /* width of images + 5px + 4px(border)*/
	text-align:center;
  font-size:0.8em;
  padding:0 7px;
  margin:0 0 0 0;
  border-right: 1px solid #424242;
}


/* The links for the images */
a.imgLink, a.imgLink:link {
	float:left;
	color: #8E001C;
	text-decoration:none;
	text-align:center;
	background-color: transparent;
}

a.imgLink:visited {
	color:#8E001C;
	text-decoration:none;
	background-color: transparent;
}

a.imgLink:hover, a.imgLink:active, a.imgLink:focus {
  text-decoration:underline;
  color:#8E001C;
	background-color: transparent;
}




/* we have to use that because of shitty Microsoft */
div.clearer
{
	clear:both;
	width:100%;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin-top:-1px;
}

#contactForm {
  border:1px solid #d3ceaa;
  background: #e7e8d1;
}

#contactForm fieldset {
	border:0;
	padding:0 0 0 8px;
	margin:0;
}

#contactForm legend {
	padding: 0.6em 8px 0.6em 0;
	margin:0;
	font-size:1.2em;
	font-weight:bold;
	color:#424242;
}

.form_row {
	clear:both;
	margin: 0 0 8px 0;
}

.form_row br {
	clear:both;
}

.form_label {
	width:24%;
	float:left;
	text-align:right;
}

.form_fieldContainer {
  padding-left:10px;
	float:left;
}

/* Text Inputs */
.form_input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	line-height: 1.5em;
	padding:0.1em;
	border: solid 1px #d3ceaa;
	color:#424242;
	background-color:white;
}

.form_input:hover, .form_input:active, .form_input:focus {
	border:solid 1px #424242;
}


/* Submit Button */
.form_submit {
	font-size:1.0em;
	line-height: 1.2em;
	padding:0.1em 0.5em;
	border-style:solid;
	border-width:1px;
	border-color:#BAB5B5 #827979 #827979 #BAB5B5;
	text-align:center;
	background-color:#fff;
	color:#8E001C;
	}

.form_submit:hover, .form_submit:focus, .form_submit:active {
	background-color:#8E001C;
	color:#fff;
}

/* the error messages */

.error {
	color:#ff3300;
}

p.errorMessage {
	color:#ff3300;
	padding: 0.6em 8px 0 8px;
}

p.successMessage {
	padding: 0.6em 8px 0 8px;
  font-weight:bold;
 	font-size:150%;
}

p.form_footer
{
	font-size:0.8em;
}


/*  IE fixes */

#content, #sidebar {
	height: 1%;
	}

.feature {
	/*display: inline-table;*/
	}
/* Hides from IE/Mac \*/
* html .feature {
	height: 1%;
	}
.feature {
	display: block;
	}
#footer {
	height: 1%;
	}
/* End hide from IE/Mac */

.eventtable td {
  padding:5px 15px 5px 0px;
  vertical-align:top;
  width:50%;
  border-top:1px solid #D2CEA9;
  font-size: 100%;
}
