/* v dk green  #3e6711 */
/* dark green  #65a71d */
/* mid green   #73be21 */
/* light green #9bd365 */
/* pale green  #cee9b4 */


body {
  font-size: 11pt;
  font-family: sans-serif;
  background: #ffffff;
}

/* rounded corners */

#corners {
  margin: 0 auto;
  background: #cee9b4;
  width: 900px;
  text-align: left;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

/* title */

#title {
  background: url("BannerBigBW.png") no-repeat;
  padding-left: 10px;
  padding-bottom: 0;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: 10px solid #73be21;
}

#title p {
  padding-top: 70px;
  /*padding-bottom: 20px;*/
  color: #9bd365;
  font-size: 50pt;
  font-weight: bold;
  margin: 0;
}

#title img {
  float: right;
  padding: 15px 10px 0 0;
  border-bottom: 5px ;
}

#title a {
  text-decoration: none;
  color:#9bd365;
}

/* Menu buttons */

#menu {
  padding: 15px 0 5px 10px;
}

.linkbutton {
  color: #cee9b4;
  font-weight: bold;
  background-color: #65a71d;
  border: #65a71d 1px solid;
  padding:5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.linkbutton:hover {
  color: #65a71d;
  background-color: #9bd365;
  text-decoration: none;
  border: #9bd365 1px solid;
}

#menu a.active {
  color: #65a71d;
  background-color: #9bd365;
  text-decoration: none;
}

#menu a.active:hover {
  color: #65a71d;
  background-color: #9bd365;
  text-decoration: none;
  border: #65a71d 1px solid;
}

/* main page content */

#content {
  line-height: 1.8em;
  text-align: left;
  color: #111111;
  padding: 0 10px 10px 10px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}


h1 {
	font-size: 20pt;
	color: #65a71d;
}

h2 {
	font-size: 14pt;
	color: #65a71d;
}

h2.diary {
	font-size: 16pt;
	color: #65a71d;
}

h3 {
	font-size: 14pt;
	margin-top: 0;
	color: #65a71d;
}

hr {
	width: 80%;
	color: #73be21;
	height: 2px;
	border: none;
	background-color: #73be21;
}

/* side menu (used in trees)*/

#side {
	float: left;
	padding: 0 10px 0 0;
	border-right: #73be21 2px solid;
	margin: 0 10px 10px 0;
	line-height: 1.5em;
	min-width: 100px;
	float: left;
	text-align: left;
	font-size: 9pt;
	height: 100%;
}

.item {
	color: #3e6711;
	font-size: 0.9em;
	display: block;
	background: #9bd365;
	border: #65a71d 1px solid;
	margin: 0px 0 10px 0;
	padding: 2px;
	width: 95px;
	text-transform: uppercase;
}

.item:hover {
	color: #cee9b4;
	background: #65a71d;
	text-decoration: none;
}

#side a.active {
	color: #cee9b4;
	background: #65a71d;
	text-decoration: none;
}

/* footer (copyright message) */

#footer {
  font-size: 8pt;
  padding: 5px;
  color: #333333;
  line-height: 0.5em;
  margin: 0 auto;
  width: 900px;
  text-align: center;
}

#footer a {
  color: #65a71d;
}

#footer a:hover {
  color: #65a71d;
  text-decoration: underline;
}

/* hyperlinks */

a {
  text-decoration: none;
  color: #3e6711;
}

a:hover {
  text-decoration: underline;
}

/* used in tables (trees and gallery)*/

table {
	border: 0;
	text-align: center;
	font-size: 1em;
}

td {
	padding: 5px;
	vertical-align: top;
	
}

td.left {
	width: 432px;
	padding: 5px 0 0 0;
	text-align: left;
	color: #3E6711;
}

td.right {
	width: 432px;
	padding: 5px 0 0 0;
	text-align: right;
	color: #3E6711;
}

.nomargin {
	margin: 0;
}

.content {
	padding: 15px 0 0 0;
	margin: 0;
	vertical-align: top;
	text-align: left;
}

.smalltext {
	font-size: 10pt;
}

#leftbar {							/* Left bar on gallery pages*/
  width: 195px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
  margin-right: 10px;
  font-size: 9pt;
  line-height: 1.5em;

}

#leftbar ul {
	padding-left: 10px;
}
	
#leftbar ul li {
	list-style: none;
}
	
#leftbar ul li.tag-disabled {
	list-style: none;
	color: #bbb;
}

#leftbar ul li.tag-disabled span.tagname {
	color: #bbb;
}
	
span.tagname {
	font-size: 20px;				/* Large field green heading */
	color: #65a71d;
	font-weight: bold;
	font-size: 12pt;
}	

span.disabled {
  color: red;
}

#photos ul {
	list-style-type: none;
	padding: 0;
}

#photos ul li {
	padding: 5px 9px 5px 2px;
	display: inline-block;
	*display: inline;
}

