body {
  background-color:#161410;
  font-family: 'Inconsolata', Georgia, serif;
}
.tickLabel {
  display:none;
}
a:link,a:visited,a:active {
  color:#fff;
  text-decoration:none;
}
a:hover {
  color:#fff;
  text-decoration:underline;
}
#placeholder {
  width:640px;
  height:480px;
  background-color:#bbb;
  margin-left: auto;
  margin-right: auto;

}
h1,h2,h3 {
  color:#999;
  text-align:center
}
p,ul {
  color:#999;
  width:640px;
  margin-left: auto;
  margin-right: auto;
  text-align:justify
}

.addthis_toolbox .hover_effect
{
    width: 170px;
    padding: 10px 0 6px 10px;
    border: 3px solid #333;
    background-color: #bbb;
    margin-left:auto;
    margin-right:auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_effect div
{
    //float: center;
}

.addthis_toolbox .hover_effect a
{
    border: 2px solid #bbb;
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    border: 2px solid #161410;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #cfc;
    color: #105CB6;
    text-decoration: none;
}

.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}

#dia1,#dia2,#dia3,#dia4,#dia5,#dia6,#newTags {
  display:none;
}

.shortTags {
  left: 245px;
  position: relative;
}

#currentTags > a {
  font-size:0.9em;
}

#currentTags > a:hover {
  text-decoration:none;
  text-shadow: 2px 2px 3px green;
}

a.chosenTag {
  color:green;
  font-size: 0.9em;
  text-shadow: 2px 2px 3px green;
}
#tagInput { 
  margin-bottom:12px; 
  width:450px; 
  padding: .2em; }
#tagAdd {
  padding: .2em;
}
