/* site.css 
 *
 * contains styles used by all collections
 * -- this file should _not_ contain styles used for page layout
 *    only styles applied to specific elements within the page
*/


/* used as workaround for IE float bugs */
.allclear {
  clear: both;
}

.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}

.nodisplay {
  display: none;
}
.display {
  display: block;
}



/* Social tags styling new sharebox */

#sharelocator {
  float: right;
  width: 120px;
  height: 30px;
  margin-right: 40px;
}
#vsharelocator {
  float: right;
  width: 37px;
  height: 140px;
  margin-right: 50px;
  margin-left: 10px;
}
#sharecontainer {
  position: absolute;
  margin-top: 0px;
}
#sharebox  {
  color: #666;
  font-size: 11px;
  padding: 7px;
  width: 120px;
  text-align: center;
}
#sharebox a:link,
#sharebox a:visited {
  color: #666 !important;
}

#vsharebox  {
/*  background: #eee; */
  color: #666;
  font-size: 11px;
  padding: 7px;
  width: 37px;
  text-align: center;
}

#vsharebox a:link,
#vsharebox a:visited {
  color: #666 !important;
  line-height: 30px !important;
}
#vsharebox hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: 0;
}
.menuactive {
  border: 1px solid #000;
  border-top: 1px solid #fff;
  background: #efefef;
  background: #FAF4E6;
  background: #fff;
}
.menuinactive {
  border: 2px solid #666;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  background: #fff;
}
#sharemenu {
  position: absolute;
  background: #efefef;
  background: #FAF4E6;
  background: #fff;
  bottom: 100%;
  border: 1px solid #000;
  border-bottom: 1px solid #ccc;
  font-size: 10px;
  line-height: 100%;
  padding: 7px;
  width: 120px;
}


#sharemenu img {
  float: left;
  vertical-align: middle;
}
#sharemenu div.sharemenuopt {
  float:left;
  display: block;
  margin:5px 0 0 0;
  padding: 0 !important;
  width: 75px;
  font-size: 10px;
  overflow: visible;
}
#sharemenu a:link,
#sharemenu a:visited {
  color: #333 !important;
}


