html {
 height: 100%;
}

body {
 height: 95%;
 margin: 0;
}

img {
  border: none;
}
#bar {
  height: 28px;
  min-width: 771px;
  overflow: visible;
  border-bottom: solid 1px;
  background-color: #d2e4fb;
  color: #0a090a;
  font-family: verdana;
  font-size: 11px;
  padding-top: 1px;
}
#bar form {
  margin: 0px 0 0
}
#bar a, #bar a:visited {
  color: blue;
}
#bar #return-to a:visited {
  color: #551a8b;
}
#bar a:hover {
  text-decoration: none;
}
#bar div {
  padding-top: 0px;
}
#bar #info {
  float: left;
}
#bar .right {
  float: right;
  padding-right: 4px;
  height: 28px;
}
#bar .ot {
  /*padding-top: 6px;*/
  position: relative;
  top: 6px;
}

#bar #tools {
  padding-right: 2px;
}
#bar #tools div a {
  text-decoration: none;
}
#bar #tools div a span {
  display: inline-block;
  padding-top: 6px;
  height: 28px;
}

#bar #tools #share span {
  background: url(/images/_icons/PlusIcon.png) transparent no-repeat 0 6px;
  width: 33px;
  padding-left: 23px;
}

#bar #tools #tweet span {
  background: url(/images/_icons/TIcon.png) transparent no-repeat 0 2px;
  width: 30px;
  padding-left: 30px;
}

#bar #tools #fbpost span {
  background: url(/images/_icons/FIcon.png) transparent no-repeat 1px 1px;
  width: 25px;
  padding-left: 33px;
}

.email {cursor: pointer;}
.email span {
  width: 37px;
  padding-left: 35px;

  background-image: url(/images/_icons/MailIcon.png);
  background-position: 1px 0px;
  background-repeat: no-repeat;
}

#bar .separator {
  width: 4px;
  height: 28px;

  background-image: url(/images/_icons/Separator.png);
  background-position: 0 4px;
  background-repeat: no-repeat;
}

#bar #return-to {
  display: none;
}
#info a, #bar #info span {
  height: 28px;
  display: block;
  float: left;
  clear: right;
  padding-right: 5px;
}
#info #logo {
  width: 127px;
  height: 28px;
  margin-right: 8px;
  background-image: url(/images/_icons/DSLogo.png);
  background-repeat: no-repeat;
  background-position: 4px 3px;
}

#bar #info #more-info > span, #bar #info #more-info > a.live {
  margin-top: 6px;
}
.addthis_toolbox a {
  float: left;
}
.addthis_toolbox span {
  display: block;
  float: left;
}
.live {
  width: 25px;
}
.twitter {
  background-image: url(/images/_icons/TwitterLogo.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  width: 64px;
}
.facebook {
  background-image: url(/images/_icons/FBLogo.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  width: 61px;
}
#rate
{
  background-image: url(/images/_icons/StarIcon.png);
  background-position: 0px 2px;
  background-repeat: no-repeat;
  height: 28px;
  width: 33px;
  position: relative;
  display: none;
}
#stars
{
  width: 160px;
  height: 25px;
  padding: 2px;
  position: absolute;
  display: none;
  top: 5px;
  left: 5px;
  z-index: 10;
  background-color: white;
  border: solid 1px #FF6600;
  font-size: 11px;
}
#stars #rate-label {
  position: absolute;
  left: 3px;
  top: 12px;
}
#stars #stars-close, #stars #score {
  display: inline;
  float: none;
  margin-left: 8px;
}
#bar #tools div #stars a#stars-close {
  text-decoration: underline;
}
#bar #tools div #stars a#stars-close:hover {
  text-decoration: none;
}
#stars .star:hover {
  cursor: pointer;
}
#stars .star {
  margin-right: -2px;
}

#bar #most-pop {
  display: none;
}

#bar #search {
  /*padding-top: 3px;*/
  display: none;
  position: relative;
  top: 3px;
}
#bar #search  input {
  width: 135px;
  font: 11px verdana;
}

#bar #close a {
  height: 28px;
  width: 22px;
  display: inline-block;
}

#bar #close #close-icon {
  background-image: url(/images/_icons/XIcon.png);
  background-position: 0 3px;
  background-repeat: no-repeat;
}
#bar #close #info-icon {
  background-image: url(/images/_icons/IIcon.png);
  background-position: 0 3px;
  background-repeat: no-repeat;
}

#content {
  width: 100%;
  height: 100%;
  min-height: 600px;
}

/* http://www.addthis.com/forum/viewtopic.php?f=3&t=5007 */
/*
body #at15s {
  width: 330px !important;
  height: 270px !important;
}
body #at15s #at_hover .at_item {
  width: 152px !important;
}
body #at15s .at15t {
  font-size: 14px !important;
}
*/
