/*http://www.ejeliot.com/blog/61 even columns */
body {
	background: #5f3634; /* medium chocolate */
	color: #caa4a3;
	margin: 0;
	padding: 0;
	border: 0;
	font: .9em Arial, Verdana, sans-serif;
}
#wrapper {
	width: 970px;
	margin: 0 auto;
	background: #fff;
	padding: 0px;
	border: 0px solid #888;
	border-top: none;
  background: url(../images/bg-fade.jpg) repeat-x;
}
#contentcontainer { /* in home-page.php */
	width: 700px; /* was 690px, fixed for IE6 */
	margin: 0px 0px 0px 8px;
	float: left;
	line-height: 1.5em;
  overflow: hidden;
/*	background: #5f3634;  medium chocolate */
}
#content { /* in content page */
	margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
	float: left;
	line-height: 1.5em;
/*  background: #76504f;  milk chocolate */
}
  
#navcontainer {
  margin: 24px 0px 0px 0px;
  padding: 0px 0px 80px 0px;
  float: left;
  width: 250px;
  clear: left;
}
#navcontainer h2 { 
  font-size: 1.6em; 
	line-height: 1.1em;
  text-align: center;
  background: #4f221f; /* dark chocolate */
  color: #caa4a3;      /* light dusty rose */
  font-weight: normal; 
  margin: 0px 0px 0px 20px;
  padding: 10px 20px 10px 20px;
  font-family: Georgia,"Times New Roman",serif; 
}
#navcontainer h4 {
  font-size: 1.2em; 
	line-height: 1.3em;
  text-align: center;
  background: #724c49; /* milk chocolate */
  color: #caa4a3;      /* light dusty rose */
  font-weight: bold; 
  margin: 0px 0px 0px 20px;
  padding: 20px 20px 0px 20px;
  font-family: Arial, Verdana, sans-serif; 
}
#navcontainer p {
  font-size: 1.0em; 
	line-height: 1.3em;
  text-align: left;
  background: #724c49; /* milk chocolate */
  color: #caa4a3;      /* light dusty rose */
  font-weight: normal; 
  margin: 0px 0px 0px 20px;
  padding: 10px 20px 10px 20px;
  font-family: Arial, Verdana, sans-serif; 
}
#navcontainer p.lol img {
  float: left;
  margin: 4px 4px 0px 0px;
  border: 3px solid #caa4a3;
}
#navcontainer p a {
  display: inline;
  padding: 0px 0px 0px 0px;
  border: 0px solid #caa4a3;
  background: #724c49; /* milk chocolate */
}
#navcontainer p a:link, #navcontainer p a:visited {
  color: #caa4a3;
  font-weight: bold;
  text-decoration: underline;
}
#navcontainer p a:hover {
  color: #caa4a3;
  font-weight: bold;
  text-decoration: none;
/*  color: #5f3634;  medium chocolate*/
  background: #724c49;  milk chocolate 
}
#navcontainer #active p a:link, #navcontainer #active p a:visited, #navcontainer #active p a:hover {
  border: 0px solid #333;
  color: #5f3634;
  background: #724c49; /* milk chocolate */
}
#navcontainer ul {
  margin: 0px 0px 8px 20px;
  padding: 10px 10px 15px 10px;
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: #724c49; /*#76504f;*/
}
#navcontainer li { 
  margin: 0 0 7px 0; 
  width: 210px;
}
#navcontainer a {
  display: block;
  padding: 2px 10px 2px 24px;
  border: 0px solid #caa4a3;
  background: #724c49 url(../images/arrow-link.gif);
}
#navcontainer a:link, #navcontainer a:visited {
  color: #caa4a3;
  font-weight: bold;
  text-decoration: none;
}
#navcontainer a:hover {
  border: 0px solid #333;
  background: #caa4a3 url(../images/arrow-hover.gif);
  color: #5f3634;
}
#active a:link, #active a:visited, #active a:hover {
  border: 0px solid #333;
  background: #caa4a3 url(../images/arrow-hover.gif);
  color: #5f3634;
}
#navcontainer #minilogo {
  padding-left:50px;
  padding-top: 50px;
}
/* http://bitsamppixels.com/2008/02/11/cross-browser-transparent-columns/ */
 #photobanner { 
  overflow: hidden;
  background: url(../images/banner2010.jpg) no-repeat;
  width: 678px;
  height: 229px;
  border: 6px solid #4f221f;
  margin: 0px 0px 8px 0px; 
 }
 .photocontainer {
  position: relative;
  float: left;
 }
 .photooverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: 200px;
  width: 100%;
  background: #4f221f;
  opacity: 0.35;              /* css3 standard */
  -moz-opacity: 0.35;         /* old mozilla */
  filter:alpha(opacity=35);   /* old IE */
 }
 #column-1 {
  width: 678px;
 }
 #column-1 .photocontent {
  margin-top: 193px;
  padding: 10px 10px 10px 10px;
  width: 650px;
  position: relative; /* Fixes the z-index */
  float: left;
  color: #fff !important;
  margin: 20;
  font-size: 24px;
  text-align: left;
 }
 /* Let's compensate for IE6's inability to interpret top: 0; and bottom: 0; 
 * html #column-1 .photooverlay { height: expression(document.getElementById("column-1").offsetHeight); }*/

#tag {
  padding: 5px 12px 10px 5px;
  color: #fff !important;
  margin: 0px 0px 0px 0px;
  font-size: 24px;
  text-align: right;
}
#tag #kms {
  display: none; /* display only for styleprint.css */
}
h1 { font-size: 24px; } /* KMS in header */

#header {
	border-bottom: 0px solid #ddd;
	margin: 10px 0px 0px 20px;
/*  background: url(../images/kms-logo.jpg) no-repeat 20px 10px; */
  height:46px; /* logo is actually 46px high */
}
#header #logo {
  float: left;
  width: 441px;
  height: 36px;
  position: relative;
}
#header #logo span {
  background: url(../images/kms-logo.jpg) no-repeat;
  position: absolute;
  width: 100%;
  height: 46px;
}
#header #contact {
  float: right;
  margin: 5px 25px 0px 20px;
}
#header #contact #phone {
	font-size: 30px;
  margin: 0px;
}
#header #contact #address {
	font-size: 10px;
  margin: 0px;
}
#footer {
  text-align:center;
  padding: 20px 0px;
}
#footer a {
  color: #caa4a3;
  font-weight: bold;
}
.break {
	clear: both;
  height: 0px;
}
