body, html {
  background: #c9c9c9;
  color: #141414;
  }
.splash .floatingInformation {
  background: #c9c9c9;
}
.siteMenuBlock, siteMenuBlock a {
  }
.footer {
}
a {
  text-decoration: none;
  color: #0a0a0a;
  }
.menu a {
  }
.menu a:hover, .menu li:hover a{
  color:#141414;
  }
.menu ul a{
  color: #141414!important;
  background: none !important;
  display: block;
  }
.menu ul a:hover {
  color: #c9c9c9!important;
  background: #141414!important;
  }
.menu ul{
  }
.visualMenu .menuCaption {
  background: url(../../shared/css/rgba.php?r=201&g=201&b=201&a=50) repeat ;
	background: rgba(201,201,201,0.5) ;
  color: #141414;
}
.siteTitle, .siteTitle a {
  color: #0a0a0a;  
  }
.siteTitle.frontPage {
}
.imageTitle {
color: #141414;
  }
.videoPlay {
  background: url(/templates/shared/images/play_button_square.png) center center no-repeat;
}
.imageDisplayWrapper .share{
  background: url(../../shared/css/rgba.php?r=255&g=255&b=255&a=50) repeat ;
	background: rgba(255,255,255,0.5) ;
}
.postContainer {
  background: url(../../shared/css/rgba.php?r=201&g=201&b=201&a=50) repeat ;
	background: rgba(201,201,201,0.5) ;
}
.postContainer hr {
  border-bottom: none !important;
  border-style: dotted;
  border-width: 1px;
  color: #8c8c8c;
}

.thumbPopOut {
  background: #c9c9c9;
  box-shadow:  0px 0px 19px #000;
 -webkit-box-shadow:  0px 0px 19px #000;
 -moz-box-shadow:  0px 0px 19px #000;
}
.thumbnailNoImage {
  background: #141414;
}
/* 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:   #0a0a0a;
    }
.blogShare {
    border-top: 1px dashed #8c8c8c;
    border-bottom: 1px dashed #8c8c8c;
}
.blogSummary {
    border-bottom: 1px dashed #8c8c8c;
}
.thumbButton {
  color: #141414;
   background: url(../../shared/css/rgba.php?r=201&g=201&b=201&a=80) repeat ;
	background: rgba(201,201,201,0.8) ;
;

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

