/* coopVillage.css */

/* Coop Tree Green = #245f32 */

/* Eric Meyer HTML5 RESET, http://meyerweb.com/eric/tools/css/reset/, v2.0 | 20110126, License: none (public domain) */
      /* main added by DHL 3/1/14 */
      /* b, u, i removed by DHL 2/27/15 because <i>some text</i> in the database UiTitle field was overridden (to normal) by font:inherit; */
      html, body, div, span, applet, object, iframe,
      h1, h2, h3, h4, h5, h6, p, blockquote, pre,
      a, abbr, acronym, address, big, cite, code,
      del, dfn, em, img, ins, kbd, q, s, samp,
      small, strike, strong, sub, sup, tt, var,
      center,
      dl, dt, dd, ol, ul, li,
      fieldset, form, label, legend,
      table, caption, tbody, tfoot, thead, tr, th, td,
      main, article, aside, canvas, details, embed, 
      figure, figcaption, figContainer, footer, header, hgroup, 
      menu, nav, output, ruby, section, summary,
      time, mark, audio, video {
      	margin: 0;
      	padding: 0;
      	border: 0;
      	float: none; /* added by DHL */
      	font-size: 100%;
      	font: inherit;
      	vertical-align: baseline;
      } 
      /* HTML5 display-role reset for older browsers */
      article, aside, details, figcaption, figure, figContainer,
      footer, header, hgroup, menu, nav, section {
      	display: block;
      }
      body, figure {
      	line-height: 1;
      }
      ol, ul {
      	list-style: none;
      }
      blockquote, q {
      	quotes: none;
      }
      blockquote:before, blockquote:after,
      q:before, q:after {
      	content: ''; 
      	content: none;
      }
      table {
      	border-collapse: collapse;
      	border-spacing: 0;
      } 
/* END Eric Meyer HTML5 RESET */

a {
  text-decoration: none;
}

a {
  color: #003910;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

a:link, a:visited {
  background-color: rgba(200,133,245,0.3);
  background-color: transparent;  
  text-decoration: underline;
}

a:hover, a:active {
  background-color: rgba(207,238,225,0.4);
  background-color: transparent;  
  color: #720c0c;    
}


p a:link, p a:visited, p a:hover, p a:active,
figure a:link, figure a:visited, figure a:hover, figure a:active {
  background-color: transparent;  
}

body { 
  background: #e3e3e3;
  background-image: url('images/logoInFloor4-IMG_6136.png'); 
  background-size: auto 150%;
  background-attachment: fixed;
  background-origin: border-box;
  background-position: center;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  color: black;
  text-align: left;
  width: 100%;
  min-width: 840px;
  clear: both;
}

.body {
  margin: 16px auto;
/*  max-width: 840px;  /* was 900 before 5/28/14 */
/*  min-width: 840px; /* was 677px before 5/28/14 */
  width: 840px;
  font-size: 100%;
  line-height: 1.3;
  border: 1px #245f32 solid;  
}

#main {
  display: block;
  width: 98%;
  margin: 0 auto 0 auto;
  border: 0px solid red;
}

.banner {
  width: 98%;
  margin: 10px auto 0 auto;
  text-align: center; /* added for IE8; otherwise unnecessary - 3/1/14 */
  overflow: hidden; /* Added 2/6/15 to try to keep the pages from re-rendering so poorly on refresh/reload. */
  font-family: PlatonickNF;
  font-size: 72px; /* 72px 450% or about 36px for narrow screen */
  color: #216030;
}

.cvLogo {
  margin: 0 0 -9px 24px;  /* 0 0 -9px 24px; prior to 7/14/14 */
  border: 0px solid blue;
  width: 80px;
  height: 80px;
}

h1 {
  font-size: 32px;
  font-weight: bold;
  color: #245f32; /* #1c5229;  #194824 */
  padding:5px 10px;
}

h3, legend {
  font-size: 22px;
  font-weight: bold;
  color: #245f32;
  padding: 0 0 18px 0;
  margin: 0 auto;
  text-align: center;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  color: #245f32;
  padding: 6px 0 8px 0;
  margin: 0 auto;
  text-align: center;
}

article.content fieldset {
  margin: 15px 15px 15px 15px;
  border: 1px #245f32 solid;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 11px;
}

#contentBox h3, #contentBox legend {
  padding-bottom: 8px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin: 0 auto;
  text-align: center;
}

.cvAdmin p {
  margin-top:6px;
  margin-bottom:6px;
}

.figContainer {
  font-size: 13px;
  line-height: 1.3;
  margin: 0 0 10px 0;
  padding: 4px 4px 2px 4px;
  text-align: right;
  display: block; /* was table prior to 6/3/14 */
  width: 100%;
/*  border: 0px solid #245f32; */
/*  border: 1px solid orange; */
}

.withBorder {
  border: 1px solid #245f32;
}

.figContainer img {
    width: 100%;
}

.rightCol {
  text-align: left;
  width: 28%;
  padding: 0 2% 0 2%;
  border: 1px dashed purple;
}

.leftCol {
  display: table;
  text-align: right;
  width: 62%;
  padding: 0 2% 0 3%;
  border: 1px solid purple;
}

.rightCol, .leftCol {
  float: left;
  border: none;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  float: none; /* added line 5/29/14 but not tested. */
/*  border: 0px solid red; */
}

.right {
  text-align: right;
}

.floatRight {
  float: right;
}

figcaption {
  margin-top: 4px;
  margin-bottom: 3px;
  line-height: 1.3;
}

figcaption.right {
  text-align: right;
  padding-right: 2px;
}

/* mainHeader */

.mainHeader {
  text-align: center;
  border: 0px solid red;
}

/* mainNavBar */

ul.mainNavBar {
  margin: 15px auto 15px auto;
  text-align: center;
  list-style-type: none;
  border: 0px dashed green;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

ul.mainNavBar li {
  position: relative;
	display: inline;
}

ul.mainNavBar > li a {  /* was "ul.mainNavBar > li a" until 3/7/14
/* .mainHeader nav > ul > li a { */
/*  width: auto; */
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
	display: inline-block;
  color: #1d4e29; /* 216030; */
  background-color: #f3edd6;
	border: #216030 solid thin;
  opacity: 1;
	text-decoration: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

ul.minorButtons {
  margin: 8px auto 15px auto;
  text-align: center;
  list-style-type: none;
  border: 0px dashed green;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

ul.minorButtons li {
  position: relative;
	display: inline;
}

ul.minorButtons li a {
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px 1px 10px;
  margin-left: 5px;
  margin-right: 5px;
	display: inline-block;
  color: #1d4e29; /* 216030; */
  background-color: #f3edd6;
	border: #216030 solid thin;
  opacity: 1;
	text-decoration: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

ul.minorButtons li a:hover {
	border: rgba(118,39,39,1) solid thin;
	color: #a3181a; 
	text-decoration: underline;
	cursor: pointer;
}

ul.mainNavBar > li a.fatBorder, ul.minorButtons > li a.fatBorder { border-width: 2px; }

ul.mainNavBar > li:hover > ul {
  visibility: visible;
}

ul.mainNavBar a:active, ul.mainNavBar a:hover {
/* .mainHeader nav a:active, .mainHeader nav a:hover { */
  font-weight: bold;
	border: rgba(118,39,39,1) solid thin;
	color: #a3181a; 
	text-decoration: underline;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

ul.mainNavBar > li a.noDecoration:active, .ul.mainNavBar > li a.noDecoration:hover {
	text-decoration: none;
}


/* mainNavbarSubmenu */

ul.mainNavbarSubmenu {
  position: absolute;
  visibility: hidden;
  text-align: left;
  left: 0;
  margin-top: -1px; /* This negative bias accomodated the occassional fat border. */
  border: 0px dashed green;
}

ul.mainNavbarSubmenu > li {
  z-index: 2;
  display: block;
  width: auto;
  margin: -1px 0 -1px 0;
  padding: 0;
  border: 0px red solid;
}

ul.mainNavbarSubmenu > li:hover {
  visibility: visible;
}

a.currentlySelectedPage,
a.currentlySelectedPage:link,
a.currentlySelectedPage:visited,
a.currentlySelectedPage:hover,
a.currentlySelectedPage:active,
ul.mainNavbarSubmenu a.currentlySelectedPage,
ul.mainNavbarSubmenu a.unimplemented {
  border-width: 2px;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

ul.mainNavbarSubmenu a.unimplemented {
  border-width: 1px;
  color: gray;
  font-style: italic;
  font-weight: normal;
}

a.currentlySelectedPage,
a.currentlySelectedPage:link,
a.currentlySelectedPage:visited,
a.currentlySelectedPage:hover,
a.currentlySelectedPage:active { 
  color: #a3181a;
  border-width: 2px;
}


/* .mainFooter */

.mainFooter {
  font-size: 13px;
  text-align: center;
  width: 98%;
  margin: 40px auto 8px auto;
  border: 0px solid red;
}

.mainFooter p {
  text-align: center;
  line-height: 100%;
  margin: 21px auto 10px auto;
}

/* article.content */

article.content {
  font-size: 13px;
  width: 100%;
  margin: 30px 0 0 0;
  border: 0px solid yellow;
}

article.content header > h1 {
  margin: 0;
  padding-bottom: 2px;
  text-align: center;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 28px;
}

article.content footer {
  font-size: 13.0px;
  text-align: center;
  line-height: 140%;
  margin: 0px auto 20px auto;
  width: 68%;
  color: #333;
  border: 0px purple solid;
/*  */
}

article.content footer .pagePrecis {
  text-align: center;
  font-weight: normal;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 36px;
}

/* div.content */

div.content {
  font-size: 15px;
  font-family: "Times New Roman", Times, serif;  
  width: 95%;
  padding: 0;
  margin: 20px auto 18px auto;
  text-align: left;
  border: 0px solid blue;
}

.innerContentBorder { /* Unused as of 5/27/14 */
  margin: -20px;
  padding: 0px;
  border: 1px #245f32 solid;  
}

#contentBox div.content {
  margin-bottom: 4px;
}

div.content:first-child {
  margin-top: 0;
}

div.content p {
  margin: 0px 0 14px 0;
}

div.content blockquote {
  margin: 0 12% 14px 8%;
  font-style: italic;
}

div.content h2, div.content h3 {
  margin: 0;
  padding-bottom: 0px;
  text-align: left;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  color: #245f32;
  font-weight: bold;
}

div.content h2 {
  font-size: 18px;
}

div.content h3 {
  font-size: 15px;
}

div.pdfList {
  text-align: center;
  margin-bottom: 6px;
  border-bottom: 1px gray solid;
}

div.pdfList h3 {
  text-align: center;
}


/* Miscellany */

em { font-style: italic; }
strong { font-weight: bold; }
li.inline { display: inline; } /* added for IE8; otherwise unnecessary - 3/1/14 */
.coopTreeGreen { border-color: #245f32; }
.noBorder { border: 0; }

ul.bullets {
  list-style-type: disc;
}

ul.bullets li {
	font-size: 100%;
	text-align: left;
	margin-top: 1px;
	margin-left: 1.2em;
}

.newsListSubTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
	text-align: center;
	margin: 9px auto 10px auto;
	font-weight:bold;
  width: 87%;
	border-bottom: #999 1px solid; /* BBB */
}

article.content {
  margin-top: 23px;
}

.mainFooter {
  margin-top: 30px;
}

.takeActionButton { 
  background: #e5f1e3; 
  margin: 0 0 18px 0px; /* margin: 0 0 18px 27px; */
  padding: 8px 18px; 
  color: black; 
  font-size: 16px; 
  font-weight: bold; 
  border: 2px solid #990000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
input.takeActionButton:hover { color: #990000; background: #fdf2dc; text-decoration: underline; }


/*
.newsListSubTitle {
	margin-left: auto;
	margin-right: auto;
	margin: 9px 0 10px 0;
}
*/
/*
.boldWithUnderline {
  padding:12px 0 3px 0;
  font-weight:bold;
  border-bottom:#999 1px solid
}
*/

.withUnderline {
  padding:12px 0 3px 0;
  border-bottom:#999 1px solid
}

.docsListSubheading, .newsListSubheading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
	text-align: center;
	margin: 11px auto 3px auto;
  color: #333;
  width: 77%;
  font-weight:normal;
  border: red 0px solid;
	border-bottom: #CCC 1px solid; /* BBB */
}

.docsListSubheading {
  color: #666;
  margin-top: 7px;
  padding-bottom: 2px;
  font-weight: bold;
}

.docsListCell, .newsListCell {
  text-align: center; 
	vertical-align: top;
  margin-top: 6px; padding-top: 0px; padding-bottom: 2px;
  border: blue 1px solid;
  border: none; 
}

.docsListItem, .newsListItem {
	margin: 8px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
	text-align: center;
  border: green 0px solid;
}

.docsListSubItem, .newsListSubItem {
  border: orange 0px solid;
}

.newsListSubItem {
	margin: 2px 10px 2px 10px;
}

.docsListSubItem {
	margin: 2px 10px 8px 10px;
}

.docsListSubItem:first-child {
  margin-top: -1px;
}

.docsListItemGroup, .newsListItemGroup {
	margin: 0 auto 9px auto;
	width: 100%;
  border: olive 0px dashed;
}

/*
  .docsListItemGroup {
	margin: 0 auto -4px auto;
}

.newsListItemGroup {
	margin: 0 auto 12px auto;
}
*/

/* Added in response to Dov Goldman's critique on 9/11/14 ----------------------------------- */

p, blockquote, ul.bullets li, .telephoneTable {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-family: Helvetica, Arial, Verdana, sans-serif; 
  font-size: 13.5px;
}

article.content footer {
  width: 90%; /* was 75% prior to 7/24/15 */
}

ul.mainNavBar > li a {  /* was "ul.mainNavBar > li a" until 3/7/14
/* .mainHeader nav > ul > li a { */
/*  width: auto; */
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;  /* 9/12/14 */
  margin: 0;  /* 9/12/14 */
	display: inline-block;
  color: #1d4e29; /* 216030; */
  background-color: #f3edd6;
	border: #216030 solid thin;
  opacity: 1;
	text-decoration: none;
  border-radius: 0px; /* 9/12/14 */
  -moz-border-radius: 0px;  /* 9/12/14 */
  -webkit-border-radius: 0px; /* 9/12/14 */
}

ul.mainNavBar a:active, ul.mainNavBar a:hover {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

ul.minorButtons li a {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

ul.minorButtons {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

/*
a {
  color: #003910;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
*/

.banner {
  font-size: 84px; /* 72px 450% or about 36px for narrow screen */
  margin-top: 10px;
}

/* Begin From Sans Souci */
  
.ssfDebug {
  font-size: 13px;
}

.formRowContainer {
  float: none; 
  margin-top: 2px;
  margin-bottom: 3px; 
  border: dashed 1px red;
  border: none;
}

.rowTitleText, .rowTitleTextWide, .rowTitleTextMedium, .rowTitleTextNarrow { 
  font-size: 13px;
	line-height: 17px;
	padding: 2px 0 2px 0;
	margin: 3px 6px 0 0;
  color: black;
  float: left;
  text-align: right; 
  width: 110px; 
  border: dashed 1px orange;
  border: none;
}
.rowTitleTextWide { width: 142px; }
.rowTitleTextMedium { width: 110px; }
.rowTitleTextNarrow { width: 80px; }

.entryFormFieldContainer {
  margin: 0;
  padding: 0px 0 1px 0; 
  float: left;
  border: dashed 1px blue;
  border: none;
}

.entryFormSection {
  background-color: #333333;
  border: dashed 1px #333333; /* This border is a hack to force background color
                                 into the very bottom of the entry form area. */
}

.entryFormField {
  padding: 2px 0 2px 0; /* 4px 0 2px 0; */
}

.entryFormFieldTA {
  padding: 3px 0 4px 0;  /* 4px 0 0 0; */
}

.entryFormInputField, .entryFormInputFieldWide, .entryFormInputFieldShort, 
.entryFormInputFieldShorter, .entryFormInputFieldShorterYet, .entryFormInputFieldVeryShort,
.entryFormInputFieldShortMed {
  font-size: 12px;
  font-weight: normal;
	height: 22px;
  color: #000000;
  padding: 0 2px 0 2px;
  width: 320px;
}

.entryFormInputFieldWide { width: 420px; }
.entryFormInputFieldShort {	width: 200px; }
.entryFormInputFieldShortMed {	width: 160px; }
.entryFormInputFieldShorter { width: 80px; }
.entryFormInputFieldShorterYet { width: 60px; }
.entryFormInputFieldVeryShort { width: 45px; }

.entryFormTextAreaField, .entryFormTextAreaFieldWide {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
	width: 340px;
}

.page .entryFormTextAreaField, .page .entryFormTextAreaFieldWide {
  font-size: 13px;
  line-height: 120%;
}

.entryFormTextAreaFieldWide { width: 420px; }

/* End From Sans Souci */


/*
article.content header > h1 {
  font-size: 36px;
  line-height: 100%;
}
*/
/*
ul.mainNavBar {
  margin: 15px auto 15px auto;
  text-align: center;
  list-style-type: none;
  border: 0px dashed green;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
*/

/* Fonts */

/* from http://css-tricks.com/snippets/css/using-font-face/
@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot'); /* IE9 Compat Modes 
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 
       url('webfont.woff2') format('woff2'), /* Super Modern Browsers 
       url('webfont.woff') format('woff'), /* Pretty Modern Browsers 
       url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS 
       url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS 
}
*/

/* For font conversions go to http://everythingfonts.com/.
   Also see https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/webfont-optimization?hl=en
   Also see http://css-tricks.com/snippets/css/using-font-face/
*/
@font-face {
  font-family: 'PlatonickNF';
  src: url('components/fonts/PlatonickNF.eot');                              /* IE9 Compat Modes */ 
  src: url('components/fonts/PlatonickNF.eot?') format('embedded-opentype'), /* IE 6-8 */
/*       local('☺'),              sneakily trick IE */
       url('components/fonts/PlatonickNF.woff2') format('woff2'),            /* Super Modern Browsers */
       url('components/fonts/PlatonickNF.woff') format('woff'),              /* Pretty Modern Browsers */
       url('components/fonts/PlatonickNF.ttf') format('truetype'),           /* Opera, Safari */
       url('components/fonts/PlatonickNF.svg#font') format('svg');           /* Legacy iOS */
}

/* Screen Size Alternatives - Phone */
/* See http://www.youtube.com/watch?v=eOG90Q8EfRo#t=1524 */
/* More in file cvNarrowScreen.css */

@media only screen and (max-width: 900px) { /* Changed from 930 on 5/30/14 */

  .body {
    margin: 0 auto;
    max-width: 840px;
    font-size: 100%;
    line-height: 1.3;
    border: 0px #245f32 solid;  
  }

}

