body, html {
  background: #7b766f;
  color: #f1f1f0;
  }
.splash .floatingInformation {
  background: #7b766f;
}
.siteMenuBlock, siteMenuBlock a {
  }
.footer {
}
a {
  text-decoration: none;
  color: #f8f8f7;
  }
.menu a {
  }
.menu a:hover, .menu li:hover a{
  color:#f1f1f0;
  }
.menu ul a{
  color: #f1f1f0!important;
  background: none !important;
  display: block;
  }
.menu ul a:hover {
  color: #7b766f!important;
  background: #f1f1f0!important;
  }
.menu ul{
  }
.visualMenu .menuCaption {
  background: url(../../shared/css/rgba.php?r=123&g=118&b=111&a=50) repeat ;
	background: rgba(123,118,111,0.5) ;
  color: #f1f1f0;
}
.siteTitle, .siteTitle a {
  color: #f8f8f7;  
  }
.siteTitle.frontPage {
}
.imageTitle {
color: #f1f1f0;
  }
.videoPlay {
  background: url(/templates/shared/images/play_button_square.png) center center no-repeat;
}
.imageDisplayWrapper .share{
  background: url(../../shared/css/rgba.php?r=49&g=48&b=46&a=50) repeat ;
	background: rgba(49,48,46,0.5) ;
}
.postContainer {
  background: url(../../shared/css/rgba.php?r=123&g=118&b=111&a=50) repeat ;
	background: rgba(123,118,111,0.5) ;
}
.postContainer hr {
  border-bottom: none !important;
  border-style: dotted;
  border-width: 1px;
  color: #a09e9b;
}

.thumbPopOut {
  background: #7b766f;
  box-shadow:  0px 0px 19px #000;
 -webkit-box-shadow:  0px 0px 19px #000;
 -moz-box-shadow:  0px 0px 19px #000;
}
.thumbnailNoImage {
  background: #f1f1f0;
}
/* Scrollbar */
.postContainer::-webkit-scrollbar-track, .thumbPrevCont::-webkit-scrollbar-track {
 }
.postContainer::-webkit-scrollbar,.thumbPrevCont::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    }
.postContainer::-webkit-scrollbar-thumb, .thumbPrevCont::-webkit-scrollbar-thumb {  
     background:   #f8f8f8;
    }
.blogShare {
    border-top: 1px dashed #a09e9b;
    border-bottom: 1px dashed #a09e9b;
}
.blogSummary {
    border-bottom: 1px dashed #a09e9b;
}
.thumbButton {
  color: #f1f1f0;
   background: url(../../shared/css/rgba.php?r=123&g=118&b=111&a=80) repeat ;
	background: rgba(123,118,111,0.8) ;
;

}
.showThumbs .contentDescriptionColumn {
   background: url(../../shared/css/rgba.php?r=123&g=118&b=111&a=80) repeat ;
	background: rgba(123,118,111,0.8) ;
;
}
input[type=email] {
	background: #767573;
	color: #f1f1f0;
	border: 1px solid #f1f1f0;
    width: 120px;
	padding: 5px;
    margin: 6px 0px;
}
input[type=email]:-ms-input-placeholder{
    text-transform: capitalize;
    color: #d6d5d4!important;
}
input[type=email]:-moz-placeholder{
    text-transform: capitalize;
    color: #d6d5d4!important;
}
input[type=email]::-webkit-input-placeholder{
    text-transform: capitalize;
    color: #d6d5d4!important;
}
input[type=submit] {
    background: #f1f1f0;
    color: #31302e;
    border: 1px solid #f1f1f0;
    margin: 0px;
    min-width: 132px;
	padding: 5px;
}
input[type=submit]:hover {
    background: #31302e;
    color: #f1f1f0;
}
.mobile .imageDisplayWrapper:hover .share {
    background: inherit;
}
.mobile .share, .mobile .share a, .mobile .icon-more-info {
    background: #f1f1f0 !important;
    color: #7b766f !important;
}
.mobile .share a {
    background: none !important;
}
.mobile .backToTop {
    border-top: 1px solid #f1f1f0;
}
.mobile .menu {
    border-top: 1px solid #f1f1f0;
    border-bottom: 1px solid #f1f1f0;
}

