/* home page only */

@import "site.css";

/* --- header --- */
#header {
	font-family: Verdana, Geneva, sans-serif;	/* custom:font */
	background: white url("images/header_bggreen.gif") repeat-y top left; /* custom:pagecolor */
	color: white;	/* custom:textcolorreverse */
	height: 110px;
	border-top:    15px solid #641a0a;	/* custom:border */
	border-bottom: 15px solid #641a0a;	/* custom:border */
	margin: 0; padding: 0;
	font-weight: bold;
	/* position: absolute; top: 0; left: 0;
	width: 100%; */
}
#headerpic {
	position: absolute; top: 0; left: 0;
  margin:0; padding: 0;
}
#headertitle {
	margin-left: 110px; 
	margin-top: 5px;
	font-size: 220%;
	line-height: 1.2em;
	/* position: absolute; top: 20px; left: 130px;
	z-index: 100; */
}
#headersfx {
	position: absolute; top: 0; left: 370px;
	/* z-index: 0; */
}
#headersign {
	position: absolute; top: 0; right: 0;
	text-align: right;
	z-index: 100;
}
#tagline {
	position: absolute; top: 118px; left: 110px;  /* to position within bottom red border */
	font-size: 90%;
}

/* --- menu --- */
#menu {
	/* position: absolute; top: 140px; left: 0;*/
	float: left;
	width: 135px; /* 165px; */
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 90%;
	text-align: center;
}
#menu .head {
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 2px 0 2px 4px;
	color: #005A00;									/* custom: headercolor */
}
#menu img {
	margin: 0; padding: 0;
}
#menu ul {
	font-weight: bold;
	margin: 0; padding: 0;
	list-style-type: none;
}
#menu ul li {
	display: block;
	list-style-type: none;
	margin: 0 0 25px 0;
	padding: 4px 0 4px 4px;
}
#menu ul a {
	display: block;
	text-decoration: none;
}
#menu ul li.active, #menu ul li.active a {
	background-color: white;	/* custom:pagecolor */
}

.button {
	display:inline-block;
	padding: 0.5em 0.2em 0.5em 0.2em;
	border-radius: 2em;
	color: white !important;
	background-color: #005A00 !important; /* custom:headercolor */
	font-weight: bold;
	text-align: center;
}


#content .homepic {
	font-size: 80%;
	line-height: 1.3em;
	padding-bottom: 0.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	/* width: 400px; */
	border-bottom: 1px solid maroon;
}

/* --- callouts --- */
#callouts {
	position: absolute; top: 165px; right: 15px;
	color: black;							/* custom:textcolor */
	background-color: white;	/* custom:pagecolor */
	font-size: 85%;
	width: 215px; /* <= context right margin */
	margin: 0; padding: 0;
	font-family: Verdana, Geneva, sans-serif;	/* custom:font */
	line-height: 1.3em;
}
#callouts .head {
	clear: both;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 2px 0 2px 4px;
	color: #005A00;									/* custom: headercolor */
	border-top: 1px solid #641a0a;	/* custom: headercolor */
}
#callouts .head a {
	text-decoration: none;
	color: #005A00;		/* custom: headercolor */
}
#callouts p, #callouts form {
	margin: 5px 0 20px 0;
	padding: 2px 0 0 3px;
}
#callouts p {
	margin-top: 0; 
	margin-bottom: 0.5em;
	padding-top: 0;
	line-height: 1.5em;
}
#callouts img {
	float: left;
	margin-left: 0;
	padding-left: 0;
	padding-right: 5px;
}
#callouts ul {
	margin-top: 0;
	margin-bottom: 1em;
	list-style-type: none;
}
#callouts li {
	margin-bottom: 1em;
}
#callouts a:focus {
	background-color: #C1F7C1;	/* custom:hover */
}

/* Responsive */

#pagepic > img 		{ max-width: 90%; height: auto; }
#content > img	{ max-width: 50%; height: auto; }
.homepic > img	{ max-width: 90%; height: auto; }

@media screen and (max-width: 700px) {  /* lose sidebar, iPad portrait keeps; 780px iPad portrait loses */
	#callouts { display: none; }
	#header #headersign { display: none;}
	#header #headersfx  { display: none;}
	#content { font-size: 90%; margin-right: 0; margin-left: 95px; padding-left: 10px; }
	#menu { width: 90px; font-size: 75%; }
	#menu img { max-width: 75%; height: auto; }
	#pagepic > img 		{ max-width: 100%; height: auto; }
}  /* (max-width: 700px) */

