/*
COLORS

#0065B3 deep blue
#6993CD light blue
#D5D386 khaki
#964335 brown
#879131 green 

*/

/*
border: 2px dashed red;
*/


body { 
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  background: #D5D386;
}
body, td {
	font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
	font-size: small;
  line-height: 150%;
  color: #222;
}
a, a {
  color: #964335;
}
a:hover, a:hover {
  color: #879131;
}
a:visited, a:visited {
  color: #0065B3;
}


#page {
  width: 780px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
#content {
  margin: 0px;
  padding: 0px;
  padding-bottom: 50px;
  background: #fff;
  border: 0px;
  border-bottom: 8px solid #964335;
  /* background: #fff url(/exhibits/landscaping/img/page_border-bottom.png) bottom right repeat-x; */
}


/*
border: 2px dashed red;
*/

#header {
  text-align: center;
}
#header #janm {
  text-align: left;
  margin:0px;
  padding: 0px;
  width:100%;
  height:40px;
  background: #000;
}
#header #signature {
}
#header #title {
  margin:0px;
  padding: 0px;
  width:100%;
  height:40px;
  background: #6993CD;
  border-top: 1px solid #0065B3;
  border-bottom: 1px solid #879131;
}


#sidebar {
  width: 140px;
  height: 100%;
  float: left;
  margin-left: 30px;
}
#sidebar ul {
  list-style-type: none;
  padding: 0px;
	font-size: large;
	line-height: 1.5;
}
#sidebar li {
}
#sidebar a {
  color: #964335;
	text-decoration: none;
}
#sidebar li a:hover {
  color: #879131;
	text-decoration: underline;
}
#sidebar a:visited {
  color: #0065B3;
	text-decoration: none;
}

#mailinglist {
  width: 100px;
}
#mailinglist, #mailinglist input {
  font-size: smaller;
  line-height: 1.4;
}
#mailinglist #email {
  width: 100px;
}


#bodytext {
  padding: 0;
  margin-right: 30px;
}

#bodytext h1 {
  line-height: 1.2;
}


.boxright {
  width:200px;
  margin: 0px;
  margin-left: 10px;
  padding: 5px;
  border: 1px solid #ccc;
  float: right;
  font-size: smaller;
  line-height: 1.4;
}

.captionimg-left, .captionimg-right {
  margin-bottom:10px;
  font-size: 0.9em;
  line-height: 120%;
}
.captionimg-left {
  float:left;
  margin-right:10px;
}
.captionimg-right {
  float:right;
  margin-left:10px;
}
.captionimg-left img, .captionimg-right img {
  margin-bottom:5px;
}

.credits {
  font-size: 0.9em;
  line-height: 120%;
}


/* Debugging */
.yamldebug {
  background: #eee;
  border: 1px dashed #ccc;
  margin: 5px;
  padding: 5px;
  font-size: smaller;
}
.yamldebug h3 {
  margin: 0px;
}


.press-image p {
  font-size: smaller;
  line-height: 1.4;
}

