@import url('reset.css');

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #252525;
  color: #fff;
  min-height: 550px;
}

a { color: #fff; }

#testata h1,
#testata .navigazione,
#striscia h2 {
  display: none;
}

#testata {
  background-image: url(../img/logo_moeye.gif);
  background-position: 15px 0;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 185px; /* 155 + 15px margine */
  height: 370px;
  position: fixed;
  top: 30px;
  left: 15px;
}

#striscia {
  background-color: #fff;
  background-image: url(../img/strisciata.gif);
  background-position: 135px 100%;
  background-repeat: repeat-x;
  height: 405px;
  padding-top: 30px;
}

#striscia ul { list-style: none; }

#striscia ul li {
  float: left;
  margin-right: 15px;
}

#striscia ul li:first-child {
  margin-left: 200px;
}

#striscia p { display: none; }

#striscia ul li:hover p {
  font-family: Impact;
  padding: 0 15px;
  /* display: block; */
  color: #878787;
  background-color: #fff;
  height: 90px;
  width: 50%;
}

#riferimenti {
  position: fixed;
  top: 465px;
  left: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #878787;
}

.vcard {
  font-size: 1.2em;
  line-height: 1em;
  float: left;
  margin: 15px 15px 0 0;
}

.vcard .fn {
  display: block;
}

.vcard a {
  font-size: 0.7em;
  text-decoration: none;
}