/*
 * site CSS Document 
 * Date: Mon Feb 23 2015
 * Revised: Sat Nov 21 2015
 * Revised: Sat Dec 12 2020
 * Revised: Mon Apr 25 2022
 * Revised: Fri Mar 17 2023
 * Revised: Tue Dec 30 2025
 */	

/* -------------------------------------------------------------------------- 
 * html and body
 * -------------------------------------------------------------------------- */
 
 html, body {
  padding: 0 !important;
  margin: 0 !important;
  }

/* -------------------------------------------------------------------------- 
 * body
 * -------------------------------------------------------------------------- */

body {
  padding: 0;
  margin: 0;
  text-align: center;
  /* background: #ffffff url('images/mhcc-bgbody.jpg') top repeat-x; */
  background: #ffffff url(images/frank-lloyd-wright-window-panes-c0c0c0-h120.png) fixed;
  /* background: #ffffff; */
  border: 0px solid #ff6666;
  }
  
body, td, li, p, .siteFont {
  font: 11pt Verdana, Arial, Helvetica, sans-serif;
  }

/* -------------------------------------------------------------------------- 
 * anchors
 * -------------------------------------------------------------------------- */

a {
  color: #0000ff;
  text-decoration: none;
  }
a:link { 
  text-decoration: none;
  }
a:active { 
  text-decoration: none;
  }
a:visited { 
  text-decoration: none;
  }
a:hover { 
  text-decoration: none; /*
  background-color: #00a8d3;
  color: #ffffff; */
  }
  
a img {
  border: 0;
  }
  
div#textArea a:hover, div#footer a:hover  {
  text-decoration: underline;
  /*
  background-color: #ff0000;
  color: #ffffff;
  */
  }
  
a.external_link {
  background: url("images/offsite-link.png") no-repeat scroll right top transparent;
  padding-right: 10px;
  }

a.pdf_link {
    background-image: url(images/pdficon_small.png);
    background-repeat: no-repeat;
    padding-left: 22px;
  }

a.contact_link, a.email_link {
  background: url("images/email-icon.png") no-repeat scroll right top transparent;
  padding-right: 15px;
  }

a.map_link {
  background-image: url(images/map_location_icon-15x9.png);
  background-repeat: no-repeat;
  padding-left: 12px;
  text-decoration: none;
  }

a.map_link:link, a.map_link:active, a.map_link:visited { text-decoration: none; }

a.map_link:hover { text-decoration: underline; }

span.map_link  {
  font-size: 0.8em;
  }

a.youtube_link, a.video_link {
  background-image: url(images/youtubeicon.png);
  background-repeat: no-repeat;
  padding-left: 26px;
  }
  
div#textArea a:hover, div#footer a:hover  {
  text-decoration: underline;
  /*
  background-color: #ff0000;
  color: #ffffff;
  */
  }


/* -------------------------------------------------------------------------- 
 * HTML tags
 * -------------------------------------------------------------------------- */


em, .txt-italic{
  font-style: italic;
}

strong {
  font-weight: bold;
}

/* -------------------------------------------------------------------------- 
 * main
 * -------------------------------------------------------------------------- */

div#main {
  -moz-box-sizing: border-box;
  display: block;
  width: 960px;
  padding: 0;
  margin: 0 auto;
  border: 0px solid #000000;
  background: #ffffff;
  border-top: 0;
  border-bottom: 0;
  }

/* -------------------------------------------------------------------------- 
 * header
 * -------------------------------------------------------------------------- */

div#header {
  -moz-box-sizing: border-box;
  display: block;
  /*
   * The following forces the header to the top of the page. "transparent" is no
   * color, so "margin-top -1px" is needed to make the border actually 
   * disappear.
   */
  border: 1px solid transparent;
  margin: -1px 0 0 0;
  padding: 0;
  height: 120px;
  }
  
div#header {
  background-image: url('images/header-background.jpg');
  border: 1px solid #009900;
  }

div#header h1, div#header h2, div#header h3 {
  margin: 25px 0 0 0;
  padding: 0;
  }
  
div#header img {
  border: 0px solid #ff9999;
  }

/* -------------------------------------------------------------------------- 
 * prtHeader
 * -------------------------------------------------------------------------- */

div#prtHeader {
  -moz-box-sizing: border-box;
  padding-left: 0;
  display: none;
  border: 0px solid #000000;
  }
div#prtHeader .accentLine {
  height: 5px;
  width: 513px;
  }

/* -------------------------------------------------------------------------- 
 * URLheader
 * -------------------------------------------------------------------------- */

div#URLheader {
  -moz-box-sizing: border-box;
  display: block;
  text-align: right;
  margin: 0;
  padding-right: 1em;
  padding-left: 1em;
  color: #666666;
  font-size: 10pt;
  border: 0px solid #ffff00;
  }

div#URLheader img {
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
  border: 0px solid #ff00ff;
  }
div#URLheader a {
  color: #666666;
  }
div#URLheader span.phoneNumber {
  float: left;
  font-variant: small-caps;
  }

/* -------------------------------------------------------------------------- 
 * content
 * -------------------------------------------------------------------------- */

div#content {
  -moz-box-sizing: border-box;
  display: block;
  border: 0px solid #00ff00;
  margin-top: 0;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
  background: #ffffff;
  }
  
/* -------------------------------------------------------------------------- 
 * menuArea
 * -------------------------------------------------------------------------- */

div#menuArea {
  -moz-box-sizing: border-box;
  margin-top: 0;
  float: left; 
  width: 150px; 
  padding-left: 1em;
  padding-left: 0;
  border: 0px solid #ff6666;
  }

/* -------------------------------------------------------------------------- 
 * textArea
 * -------------------------------------------------------------------------- */

div#textArea {
  -moz-box-sizing: border-box;
  display: block; 
  width: 760px;
  width: 800px;
  margin-top: 0;
  /* margin-right: 1em; */
  margin-bottom: 0;
  margin-left: 160px; 
  padding: 0;
  border: 0px solid #999999;
  text-align: left;
  }

div#textArea h1, div#textArea h2, div#textArea h3 {
  color: #788991;
  color: #5c3704;
  color: #bf5700;
  }
  
.firstTitle {
  margin-top: 0;
  font-variant: small-caps;
  }	
  
.firstTitle {
    background-image: url(images/crossed-ukuleles-in-a-circle-28x28.png);
    background-repeat: no-repeat;
    padding-left: 32px;
  }
  
  /* -------------------------------------------------------------------------- 
 * footer
 * -------------------------------------------------------------------------- */

div#footer {
  -moz-box-sizing: border-box;
  display: block;
  clear: both;
  font-size: 10pt;
  text-align:center;
  margin-top: 0.5em;
  padding-bottom: 0.5em;
  }

/* -------------------------------------------------------------------------- 
 * footerAddress
 * -------------------------------------------------------------------------- */
 
div#footerAddress {
  font-variant: small-caps;
  color: #333333;
  }

/* -------------------------------------------------------------------------- 
 * table#menu
 * -------------------------------------------------------------------------- */

table#menu {
  -moz-box-sizing: border-box;
	/*
	width: 127px;
	*/
  }
table#menu td {
  -moz-box-sizing: border-box;
  font-family: "Comic Sans MS", cursive;
  font-size: 20pt;
  color: #ff0000;
  text-align: center;
  padding: 0.1em 0.5em 0.1em 0.5em;
  border: 0px solid #333333;
  }
table#menu td:hover, table#menu td.sfhover { /*
  color: #0000ff; */
  background: none !important;
  }
table#menu td.menuBreak {
  background: none !important;
  border: 0;
  }
table#menu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #0000ff; /*
  font-size: 10pt; */
  font-weight: normal;
  text-decoration: none;
  }
table#menu a:hover {
  display: block;
  background: none !important;
  color: #ff0000;
  }
  
.optionArrow {
  width: 14px;
  margin-left: 3px;
  font-size: 0.75em;
  color: #5c3704;
  background: #ffffff url('images/arrow-right.jpg') center no-repeat;
  display: none;
  }
a:hover .optionArrow {
  display: inline;
  }

table#menu a.URHere {
  display: block; /*
  background-color: #00a8d3; */
  font-weight: bold;
  color: #5c3704;
  text-decoration:none; 
  }
table#menu td.URHere { /*
  background-color: #00a8d3; */
  }
table#menu a.URHere:hover {
  display: block;
  }

div#buttons {
  text-align: center;
  }

/* -------------------------------------------------------------------------- 
 * classes
 * -------------------------------------------------------------------------- */

.accentuate {
  font-style: italic;
  font-weight: bold;
}
.defaultHeight {
  height: 350px;
  }
.defaultHeight div#main {
  border-bottom: 1px solid #000000;
  }
.bold, .strong {
  font-weight: bold;
  }
.frusopName, .frusopNameHeader {
  font-variant: small-caps;
}
.smallCapsBold, .smallCapsStrong {
  font-variant: small-caps;
  font-weight: bold;
}
.memberName {
  font-variant: small-caps;
  font-weight: bold;
}
.frusopName {
  font-size: 1.05em;
}
.centerTable {
  text-align:center;
  }

.centerTable table {
  margin: 0 auto;
	}
	
.fieldsTable {
  font-family: "Courier New";
  font-size: 10pt;
  color: #333333;
  }

.topQuotation {
  font-size: 10pt;
  margin-top: 0;
  margin-left: 2em;
  margin-right: 2em;
  }

.topParagraph { 
  margin-top: 0;
  }
.topOfPageLink {
  font-size: 0.8em;
  }
a.topOfPageLink  {
  background: url("images/arrow_px_up.png") no-repeat scroll left transparent;
  padding-left: 12px;
  }
.imgSpace {
  font-family: Courier monospace, "Courier New";
  font-size: 8pt;
  color: #696969;
  margin-bottom: 1em;
  }
.imgSpace img {
  border: 1px solid #000000;
  }
.imgDescription {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  color: #000000;
  }
.imgRight {
  float: right;
  margin: 0;
  margin-left: 0.5em;
  }
.imgLeft {
  float: left;
  margin: 0;
  margin-right: 1em;
  }
.imgRightPortrait7x5h200 {
  float: right;
  height: 209px;
  width: 152px;
  margin: 0 0 0.5em 0.5em;
  background-image: url(images/7x5shadow-h200.png);
  }
.imgLeftPortrait7x5h200 {
  float: left;
  height: 209px;
  width: 152px;
  margin: 0 0.5em 0.5em 0;
  background-image: url(images/7x5shadow-h200.png);
  }
.imgRightLandscape5x7w200 {
  float: right;
  height: 152px;
  width: 209px;
  margin: 0 0 0.5em 0.5em;
  background-image: url(images/5x7shadow-w200.png);
  }
.imgLeftLandscape5x7w200 {
  float: left;
  height: 152px;
  width: 209px;
  margin: 0 0.5em 0.5em 0;
  background-image: url(images/5x7shadow-w200.png);
  }
.imgLeftLandscape4x6h200 {
  float: left;
  height: 208px;
  width: 308px;
  margin: 0 0.5em 0.5em 0;
  background-image: url(images/4x6shadow-h200.png);
  }

.photoCredit {
  font: 9pt "Courier New", Courier, monospace;
  }
.photoCreditNosize {
  font-family: "Courier New", Courier, monospace;
  }

.dsplyRt {
  float: right;
  }

.nBR {
  white-space: nowrap;
  }

.txt-smallCaps, .txt-SmlCaps, .txtSmlCaps {
    font-variant: small-caps;
  }
.txt-mono {
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
}

.hideThis, tr.muncher {
  display: none;
  }
.onlyPrint {
  display: none;
  }

.zoomedMeetup {
    background-image: url(images/zoom-logo_2-small.png);
    background-repeat: no-repeat;
    padding-left: 22px;
  }

/* -------------------------------------------------------------------------- 
 * MyFirstWebPage.net specific style specifications
 * Leave this section at the end
 * -------------------------------------------------------------------------- */

.MFWPNlogo {
  font-family: 'courier new';  
  font-weight: bold; 
  }
a.MFWPNlogo {
  text-decoration: none;
  }
a:link.MFWPNlogo { 
  }
a:active.MFWPNlogo { 
  }
a:visited.MFWPNlogo { 
  }
a:hover.MFWPNlogo { 
  background: none !important;
  text-decoration: underline !important;
  }