/* _____________________________________________________________________
   
                        general.css ~ "ADAPTT 3.0"
     XGB Web and Software Design ~ www.xgbdesign.com ~ rev. 2017.02.21
   _____________________________________________________________________
*/

body { 
	background: url('../images/main/mead.png') repeat;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0;
}

#gradient {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 500px;
	background: url('../images/main/gradient.png') repeat-x;
}

#masthead {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 1060px;
	height: 194px;
	margin-left: -530px;
	background: url('../images/main/masthead-bkg-final.png') no-repeat;
}

/* Social media links discarded / modified 2017-02-21: */

#masthead img#home, #masthead img#youtube, #masthead img#email {
	position: absolute;
	left: 30px;
	width: 56px;
	height: 56px;
	border: 0;
}

#masthead img#home {
	top: 10px; 
}

#masthead img#youtube {
	top: 69px;
}

#masthead img#email {
	top: 128px;
}

#title-vgn, #title-ari, #title-rsc, #title-abt, #title-vid, #title-msg {
	position: absolute;
	top: 194px;
	left: 50%;
	width: 1060px;
	height: 122px;
	margin-left: -530px;
}

#title-vgn {
	background: url('../images/main/vegan-gold-d1994e.png') no-repeat;
}

#title-ari {
	background: url('../images/main/dark-mead-b0a193.png') no-repeat;
}

#title-rsc {
	background: url('../images/main/rose-da9596.png') no-repeat;
}

#title-abt {
	background: url('../images/main/ocean-779ab2.png') no-repeat;
}

#title-vid {
	background: url('../images/main/sage-898b51.png') no-repeat;
}

#title-msg {
	background: url('../images/main/lilac-8f798f.png') no-repeat;
}

#title-vgn h1, #title-ari h1, #title-rsc h1, #title-abt h1, #title-vid h1, #title-msg h1 {
	font-size: 30px;
	font-weight: normal;
	position: absolute;
	top: 16px;
	left: 89px;
	color: #fff;
	background-color: transparent;
}

#title-vgn h2, #title-ari h2, #title-rsc h2, #title-abt h2, #title-vid h2, #title-msg h2 {
	font-size: 12.8px;
	font-weight: normal;
	position: absolute;
	top: 72px;
	left: 89px;
	color: #fff;
	background-color: transparent;
}

#content, #imageLinks {
	position: absolute;
	left: 50%;
	width: 1060px;  /* height defined locally */
	margin-left: -530px;
	color: #554754;
	background-color: #fff;
}

#content {
	top: 316px;  /* For imageLinks, top and height defined locally */
}

#content #qotd {
	float: right; 
	width: 320px; 
	margin: 20px 30px 15px 10px;
	padding: 20px 15px 1.1em 15px;
	font-size: 20px;
	font-style: italic;
	line-height: 1.2em;
	text-align: left;
	color: #856c80;
	background-color: #f5f6e5;
}

#content #qotd img {
	margin: 5px 16px 5px 16px; /* Modified 2017-02-21 */
	display: block;
}

#content #qotd span#author {
	display: block;
	color: #50344e;
	background-color: inherit;
	margin: 7px 0 0 15px;
}

#content #qotd span#author span {
	text-decoration: underline;
}

#content img#header {
	position: absolute;
	top: 20px;
	left: 30px;
	border: 0;
}

#content iframe#main-iframe {
	position: absolute;
	top: 20px;
	left: 30px;
	width: 640px;
	height: 360px;
}

#content iframe.iframe-left {
	float: left;
	margin: 5px 20px 15px 30px;
	width: 512px;  /* height specified locally according to aspect ratio */
	/*border: 0;*/
}

#content iframe.iframe-right {
	float: right;
	margin: 7px 30px 15px 20px;
	width: 512px;  /* height specified locally according to aspect ratio */
	/*border: 0;*/
}

#content p, #imageLinks p {
	font-size: 15px;
	line-height: 1.3em;
	margin: 0 30px 20px 30px;
	text-align: justify;
}

#content p span.head {
	font-size: 24px;
	font-variant: small-caps;
	color: #3e8340;
	background-color: inherit;
}

#content p span.enum {
	font-size: 20px;
	font-weight: bold;
	color: #3e8340;
	background-color: inherit;
}

#content p a {
	color: #3e8340;
	background-color: inherit;
	text-decoration: underline;
}

#content p a:hover {
	color: #d73f3f;
	background-color: inherit;
	text-decoration: none;
}

/* Paragraph styles for Messages pages, etc.: */
#content p#prologue {
	font-style: italic;
	margin-top: 15px;
}

#content p#epilogue {
	font-style: italic;
	margin-top: 40px;
}

#content p.sent {
	font-size: 17px;
	font-weight: bold;
	margin: 30px 30px 8px 30px;
	color: #3e8340;
	background-color: inherit;
}

#content p.note {
	font-style: italic;
}

#content p.note span {
	font-weight: bold;
}

#content p.blockquote {
	margin: 0 70px 20px 70px;
}

#content h2, #imageLinks h2 {
	font-size: 24px;
	font-weight: normal;
	color: #3e8340;
	background-color: inherit;
	margin: 0 0 12px 30px;
	text-align: left;
}

#imageLinks h2 {
	margin-top: 20px;
}

#content h3 {
	font-size: 20px;
	font-weight: normal;
	color: #3e8340;
	background-color: inherit;
	margin: 0 0 12px 30px;
	text-align: left;
}

#content img.imageL {
	float: left;
	margin: 5px 20px 15px 30px;
	border: 0;
}

#content img.imageR {
	float: right;
	margin: 7px 30px 15px 20px;
	border: 0;
}

#content img.full {
	float: left;
	margin: 11px 0 27px 30px;
	border: 0;
}

#content ul {
	font-size: 15px;
	margin: 0 30px 20px 15px;
	text-align: justify;
}

#content ul li {
	line-height: 1.4em;
	margin-bottom: 6px;
}

#content ul li a {
	font-weight: bold;
	color: #3f991d;
	background-color: inherit;
	text-decoration: none;
}

#content ul li a:hover {
	color: #d73f3f;
	background-color: inherit;
	text-decoration: underline;
}

#content #footer, #imageLinks #footer {
	position: absolute;
	left: 30px;  /* top defined locally */
	width: 1000px;
	height: 40px;
	border-top: 3px solid #3e8340;
	font-size: 16px;
	text-align: center;
	padding-top: 15px;
}

#content #footer a, #imageLinks #footer a {
	color: #3f991d;
	background-color: inherit;
	text-decoration: none;
}

#content #footer a:hover, #imageLinks #footer a:hover {
	color: #d73f3f;
	background-color: inherit;
	text-decoration: underline;
}

#content #footer img#arrow-prev, #imageLinks #footer img#arrow-prev {
	position: absolute;
	top: -42px;
	left: 0px;
}

#content #footer img#arrow-jump, #imageLinks #footer img#arrow-jump {
	position: absolute;
	top: -42px;
	left: 488px;
}

#content #footer img#arrow-next, #imageLinks #footer img#arrow-next {
	position: absolute;
	top: -42px;
	left: 976px;
}

/* Accordion-style main menu: _______________ */

#masthead #accordion,
#masthead #accordion ul,
#masthead #accordion ul li,
#masthead #accordion ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#masthead #accordion {
	position: absolute;
	top: 10px;
	left: 89px; /* Was 88; modified 2017-02-21 */ 
	width: 290px;
	font-family: Raleway, sans-serif;
}

#masthead #accordion ul ul {
  display: none;
}

#masthead #accordion > ul > li.active > ul {
  display: block;
}

.align-right {
  float: right;
}

#masthead #accordion > ul > li > a {
  padding: 4px 10px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  background-color: #6d506d;
  border-bottom: 1px solid #50344e;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#masthead #accordion > ul > li > a:hover {
  color: #fff;
  background-color: #8f798f;
}

#masthead #accordion ul > li.has-sub > a:after {
  position: absolute;
  right: 18px;
  top: 8px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #fff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

#masthead #accordion ul > li.has-sub > a:before {
  position: absolute;
  right: 14px;
  top: 12px;
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

#masthead #accordion ul > li.has-sub.open > a:after,
#masthead #accordion ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#masthead #accordion ul ul li a {
  padding: 5px 20px;
  cursor: pointer;
  z-index: 2;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#masthead #accordion ul ul li a.vgn {
  color: #fff;
  background-color: #d1994e;
  border-bottom: 1px solid #dcb178;
}

#masthead #accordion ul ul li a.vgn:hover {
  color: #fff;
  background-color: #dcb178;
}

#masthead #accordion ul ul li a.ari {
  color: #fff;
  background-color: #b0a193;
  border-bottom: 1px solid #c3b7ad;
}

#masthead #accordion ul ul li a.ari:hover {
  color: #fff;
  background-color: #c3b7ad;
}

#masthead #accordion ul ul li a.rsc {
  color: #fff;
  background-color: #da9596;
  border-bottom: 1px solid #e3aeaf;
}

#masthead #accordion ul ul li a.rsc:hover {
  color: #fff;
  background-color: #e3aeaf;
}

#masthead #accordion ul ul li a.abt {
  color: #fff;
  background-color: #779ab2;
  border-bottom: 1px solid #97b2c4;
}

#masthead #accordion ul ul li a.abt:hover {
  color: #fff;
  background-color: #97b2c4;
}
/*
#masthead #accordion ul ul li a.vid {
  color: #fff;
  background-color: #898b51;
  border-bottom: 1px solid #a5a67a;
}

#masthead #accordion ul ul li a.vid:hover {
  color: #fff;
  background-color: #a5a67a;
}
*/
#masthead #accordion ul ul li a.msg {
  color: #fff;
  background-color: #8f798f;
  border-bottom: 1px solid #a999a9;
}

#masthead #accordion ul ul li a.msg:hover {
  color: #fff;
  background-color: #a999a9;
}

#masthead #accordion ul ul ul li a {
  padding-left: 30px;
  color: #50344e;
  background-color: #d1bfaf;
  border-bottom: 1px solid #50344e;
}

#masthead #accordion ul ul ul li a:hover {
  color: #50344e;
  background-color: #f5f6e5;
}




