/* 
    Document   : style_guide
    Created on : 17-set-2010, 11.40.01
    Author     : Mauro
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#social_nav_horizontal {
  /*margin-left: 100px;*/
  font-family: Futura, Verdana, Sans-Serif;
  font-size: 18px;
  color: #8e9090;
  text-align: left;
}
#social_nav_horizontal h3 {
  display:inline;
  padding: 0px 10px;
  border-bottom:dashed 1px #ccc;
}
#social_nav_horizontal ul {
  margin: 0;
  padding: 0;
  /*margin-top:20px;*/
}
#social_nav_horizontal ul li {
  float: left;
  padding: 5px 0 0 5px;
  margin-left: 5px;
  list-style-type: none;
  border-bottom: 1px dotted grey;
}
#social_nav_horizontal ul li a {
  padding: 4px 0 0 28px;
  height: 32px;
  color: #999;
  text-decoration: none;
  line-height: 1.45em;
}

.delicious {
  background:url(../img/sharebutton/delicious.png) no-repeat;
  background-position:0px -1px;
}
.facebook {
  background:url(../img/sharebutton/facebook.png) no-repeat;
  background-position:0px -1px;
}

.twitter {
  background:url(../img/sharebutton/twitter.png) no-repeat;
  background-position:0px -1px;
}
