﻿/* This is the styles from bungalow2.css that are NOT in style.css


/* === Legacy Pullquotes & Testimonial Blocks === */
.pullquote,
.pullquote1,
.pullquotesmall,
.QBquote,
.TestimonialQuote {
  font-style: italic;
  text-align: left;
  color: #483D8B;
}

.QBSource,
.TestimonialSource,
.quote_source,
.quote P {
  font-size: 0.85em;
  text-align: right;
  font-style: italic;
  color: #483D8B;
  font-weight: 100;
}

/* === Legacy Sidebar / Right Columns === */
.RightColumn,
.RightColumn400px,
.RightColumnX,
.RightSideBar,
.RightColumnPlain {
  float: right;
  padding: 0px 10px 5px 12px;
  text-align: left;
}

.RightColumn {
  width: 409px;
  border-left: 10px none #000;
}

.RightColumn400px {
  width: 400px;
  border-left: 10px none #000;
}

.RightColumnX {
  width: 250px;
  margin: 0 0 0 27px;
  padding: 0;
  border-left: 10px none #000;
  display: block;
}

.RightColumnPlain {
  width: 300px;
  margin: 0 auto 10px;
  text-align: center;
}

/* Optional: AppropriateForBox if used in RightColumnX */
.RightColumnX .AppropriateForBox {
  border: 1px solid #808080;
  margin: 25px auto 16px;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
}

/* === Yellow Button Style === */
.yellow {
  background-color: #ffde57;
  color: #333;
  border-color: #ffa500;
  background-image: linear-gradient(#ffde57 45%, #ffb62d 55%);
}
.yellow:hover {
  background-color: #ffde57;
  background-image: none;
  box-shadow: 0 0 1px 1px #ffa500;
  top: -1px;
}
.yellow:active {
  box-shadow: 0 0 4px 4px #ffa500;
  top: 0px;
}

/* === .link button-like styling === */
.link,
.link:visited {
  font: 1.5em 'Source Sans Pro';
  text-decoration: none;
  color: #1d5492;
  border-bottom: 2px solid #1d5492;
  text-align: center;
}
.link:hover {
  color: #033670;
  border-bottom: 3px solid #1d5492;
  padding-bottom: 0;
  top: -1px;
}
.link:active {
  top: 1px;
}

/* === Footer Enhancements === */
.footerlinks {
  text-align: center;
  color: #1d5492;
  font-weight: 500;
  font-size: 1.4em;
}
.footerlinks a {
  color: #1d5492;
}

.footer-background {
  background-color: #5B657C;
}

/* === Misc. Compatibility === */
.AppropriateForBox {
  border: 1px solid #5B657C;
  max-width: 20em;
  margin: 16px 16px 16px 0px;
}
.AppropriateForBox .Title {
  background-color: #5B657C;
  color: #FFF;
  text-align: center;
  padding: 8px 10px;
  margin: 0;
}
.AppropriateForBox .CheckedList,
.AppropriateForBox .ul {
  margin: 6px;
  padding-left: 18px;
}
