/* COlOR LIST
http://colorschemedesigner.com/#0051TsYezw0w0

Primary Color:
740B0B	571C1C	4B0404	B93C3C	B95D5D
Secondary Color A:
743B0B	57371C	4B2404	B9753C	B9875D
Secondary Color B:
5D0938	461631	3C0323	AE387B	AE5788

*/


BODY  {
  background: #FFEECC;    /*new background */
  font: 12pt "Trebuchet MS", Verdana, sans-serif;
}

.aThird {
  display: inliine;
  width: 20%;
  float: left;
  margin: 10px;
  font-variant: small-caps;
}

.article  {
  padding: 10px;
  clear: both;
}

.contentCol {
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  display: inline;
  float: left;
}

.copy {
  padding: 5px;
  margin: 8px;
  width: 98%;
  overflow: hidden;
  text-align: left;
  display: block;
  line-height: 1.5;
}

.copy p {
}

.copy img {
  width: 30%;
  height: auto;
  float: left;
  padding: 2%;
  border: 0pt solid white;
}

.copy a {
  color: #b95d5d;
}

.copy .wp-subhead {
  background: #BA5D5D;
  font-size: 125%;
  padding: 8px;
}

.headline {
  font-size: 150%;
  text-align: center;
  padding: 2px;
  margin: 5px;
}

.minorText {
  font-size: 9pt;
  color: darkgray;
}

.subhead  {
  font-size: 125%;
  text-align: left;
  padding: 2px;
  margin: 2px;
  color:  #740B0B;
}

.header {
  color:  #740B0B;
  font-size: 100%;
/*  width: 100%;
  clear: both;     */
  padding: 10px;
}

.footer {
  color: white;
  background-color:  #740B0B;
  font-size: 100%;
  width: 100%;
  clear: both;
  padding: 5px;
  text-align: center;
  
}

.footer a {
  color: white;
}

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

.left30 {
  width: 30%;
  float:left;
  padding: 10px;
}

.quoteBlock  {
  font: 14pt "Architects Daughter", "Lucida Handwriting", "Brush Stroke MT", Courier;
  float: right;
  background: white;
  border: 4px solid #b9753c;
  padding: 10px;
  width: 45%;
  min-height: 100px;
  margin: 4%;
  z-index: 100;
  
  transform:rotate(2deg);
  -webkit-transform:rotate(2deg);
  -moz-transform:rotate(2deg);
  -o-transform:rotate(2deg);
}

.shadow {
    box-shadow: 0px 2px 10px #000000;
  -webkit-box-shadow: 0px 2px 10px #000000;
  -moz-box-shadow: 0px 2px 10px #000000;
}

.photo  {
  width: 25%;
  border: 4px solid #b9753c;
  margin: 4%;
  background: white;
  overflow: hide;
  padding: 1%;
  text-align: center;
  color: black;
  font: 14pt "Architects Daughter", "Lucida Handwriting", "Brush Stroke MT", Courier;

  box-shadow: 2px 2px 15px #000000;
  -webkit-box-shadow: 2px 2px 15px #000000;
  -moz-box-shadow: 2px 2px 15px #000000;
}

.movie  {
  width: 400px;
  min-width: 400px;
  height: auto;
  float: left;
  border: 4px solid #b9753c;
  margin: 4%;
  background: white;
  overflow: hide;
  padding: 1%;
  text-align: center;
  font: 14pt "Architects Daughter", "Lucida Handwriting", "Brush Stroke MT", Courier;

  box-shadow: 2px 2px 15px #000000;
  -webkit-box-shadow: 2px 2px 15px #000000;
  -moz-box-shadow: 2px 2px 15px #000000;
}

.pinLeft  {
  left: 10px;
  float: left;
}

.pinRight  {
  left: 10px;
  float: right;
}

.block  {
  display: block;
  width: 95%;
}

.outdated {
  display: none;
  text-decoration: line-through;
  color: red;
}

.photo img  {
  width: 90%;
  height: auto;
  padding: 5%;
}

#snapshotArea {
  width: 100%;
  clear: both;
  padding: 10px;
}

.snapshot {
  display: inline-block;
  float: left;
  width: 170px;
  height: 200px;
  background: white;
  border: 1px solid lightgray;
  margin: 2px;
  text-align: center;
  font: 12pt "Architects Daughter", "Lucida Handwriting", "Brush Stroke MT", Courier;
  overflow: hidden;
  
  box-shadow: 2px 2px 15px #000000;
  -webkit-box-shadow: 2px 2px 15px #000000;
  -moz-box-shadow: 2px 2px 15px #000000;

  
  transition: box-shadow 1s;
  -moz-transition: box-shadow 1s;
  -webkit-transition: box-shadow 1s;
  -o-transition: box-shadow 1s;

  
}

.snapshot:hover  {
  cursor: pointer;

  box-shadow: 4px 4px 20px #DAA520;
  -webkit-box-shadow: 4px 4px 20px #DAA520;
  -moz-box-shadow: 4px 4px 20px #DAA520;

  transition: box-shadow 1s;
  -moz-transition: box-shadow 1s;
  -webkit-transition: box-shadow 1s;
  -o-transition: box-shadow 1s;

}

.snapshot img {
  border: 1px solid lightgray;
  width: 150px;
  height: 150px;
  margin: 10px;
}



snapshot-image  {
  border: 1px solid lightgray;
  width: 150px;
  height: 150px;
  margin: 10px;
}

#blogSnapshot  {
  transform:rotate(5deg);
  -webkit-transform:rotate(5deg);
  -moz-transform:rotate(5deg);
  -o-transform:rotate(5deg);
  
  float: right;
  margin: 5px;
  z-index: 100;
  clear: left;
}

#welcomeSnapshot  {
  transform:rotate(5deg);
  -webkit-transform:rotate(5deg);
  -moz-transform:rotate(5deg);
  -o-transform:rotate(5deg);
}

#newsSnapshot  {
  transform:rotate(-4deg);
  -webkit-transform:rotate(-4deg);
  -moz-transform:rotate(-4deg);
  -o-transform:rotate(-4deg);
}

#lessonsSnapshot  {
  transform:rotate(+2deg);
  -webkit-transform:rotate(+2deg);
  -moz-transform:rotate(+2deg);
  -o-transform:rotate(+2deg);
}

#showsSnapshot  {
  transform:rotate(-3deg);
  -webkit-transform:rotate(-3deg);
  -moz-transform:rotate(-3deg);
  -o-transform:rotate(-3deg);
}  

#boardingSnapshot  {
  transform:rotate(+4deg);
  -webkit-transform:rotate(+4deg);
  -moz-transform:rotate(+4deg);
  -o-transform:rotate(+4deg);
}

#bookSnapshot  {
  transform:rotate(-5deg);
  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
}

.navBar {
  width: 100%;
  padding: 10px;
  display: block;
  clear: both;
}

.menu {
  font: 12pt "Trebuchet MS", sans-serif;
  line-height: 150%;
  display: inline;
  position: relative;
  float: left; 
  color: white;
  background: #740B0B;
  padding: 2px;
  margin-right: 0px;
  border: 1px solid white; /*#FFEECC;    /*new background */
  width: 16%;
  z-index: 900;
}

.menu:hover {
  background: #5D0938;
}

.hover {
  color: red;
}


a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;

}


a.menuGroup {
  color: white;
}

a.menuGroup:hover {
  background: #571C1C;
  text-decoration: none;
}

.menuChoices  {
  color: white;
  display: none;
  position: absolute;
  left: 0px;
  top: 99%;
  width: 100%;
  padding: 2px;
  background: #740B0B;
  border: 1px solid white;
  z-index: 999;
}

menuChoices:hover {
  color: lightgray;
  text-decoration: none;
}

.menuItem {
  color: white;
  background: #740B0B;;
}

.menuItem:hover {
  background: #571C1C;
}

.menuItem a {
  color: white;
}

.nav-bubble-big  {
  height: 150px;
  width: 150px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 4px;
  cursor: pointer;
  text-align: center;
  background: lightgreen;
}

.nav-image  {
  height: 150px;
  width: 150px;
}

.nav-overlay  {
  font-size: 200%;
  background: lightblue;
  position: relative;
  top:  -150px;
  left: 0px;
  padding: 4px;
  
  height: 150px;
  width: 150px;
  
  text-align: center;
  vertical-align: 10px;
  spacing: 10px;


  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.0;

  /* Safari 1.x */
  -khtml-opacity: 0.0;

  /* Good browsers */
  opacity: 0.0;
 
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
}

.nav-overlay:hover  {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

  /* IE 5-7 */
  filter: alpha(opacity=80);

  /* Netscape */
  -moz-opacity: 0.8;

  /* Safari 1.x */
  -khtml-opacity: 0.8;

  /* Good browsers */
  opacity: 0.8;
 
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  cursor: pointer;
  }

.rounded-corners {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  
  -moz-box-shadow: 2px 2px 2px #888;
  -webkit-box-shadow: 2px 2px 2px #888;
  box-shadow: 2px 2px 2px #888;
}

#navBlock {
  width: 18%;
  padding: 5px;
}


#blogBlock {
  width: 98%;
  float: right;
}

#contentArea {
  width: 68%;
  float: left;
  overflow: hide;
}

#iconBlock  {
  display: block;
  margin:10px;
}

#infoBlock  {
}

#blogArea {
  width: 24%;
  max-width: 24%;
  float: right;
  overflow: hide;
  display: block;
  padding: 2%;
  min-height: 200px;
  background-image: url("images/paper.jpg");
  position: relative;
  top: 0px;
}


/*wp styles*/
.blog .wp-subhead {
  color: white;
  font-size: 12pt;
  background: #743B0B;
  background: #4b2404;
  padding: 10px;
  width: 66%;
}

.blog {
  padding: 3pt;
  font-size: 10pt;
}

.blog img {
  max-width: 66%;
  height: auto;
  float: right;
  margin: 2%;
  
}

.blog .notes  {
  text-align: right;
  color: black;
  font-size: 80%;
  display: inline;
  float: right;  
}

.blog a {
  color: black;
  text-decoration: underline;

}

.blogFull .blogEntry {
  display: block;
}

.blogEntry iframe {
  padding: 4%;
  width: 100%;
  max-width: 500px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

#welcomeRight .blogEntry {
  display: block;
}

.blogEntry  {
  overflow: auto;
  display: inline;
}

.blogEntry .notes {
  padding: 5px;
}

a + p  {
  font-weight: bold;
}

.notes  {
  font-size: 8pt;
}

#hollieCBS6 {
  width: 45%;
  float: left;
}

#WRGBBox  {
  float: right;
  display: inline;
  z-index: 100;
  overflow: hide;
  min-height: 175px;
}


#welcomeLeft  {
  float: left;
  width: 35%;
  max-width: 40%;
  background: white;
  background-image: url("images/paper-white.jpg");
  padding-right: 10px;
}

#welcomeRight  {
  float: left;
  max-width: 58%;
  overflow: hide;
  margin-left: 10px;
}

.wpPull  {
  font-size: 12pt;
}

.wpPull .wp-subhead  {
  color: white;
  background:  #740B0B;
}


@media screen and (max-width: 850px) {
  .noMobile {
    display: none !important;
  }
  
  #contentArea  {
    width: 98%;
  }
  
  .menu {
    overflow: hidden;
  }
}

.test {
  color: purple;
  background: green;
}
