body {
  font-family: serif;
}

#header {
  display: none;
}

#logo {
  display: block;
  font-family: sans-serif;
  font-size: 1.5em;
  text-align: center;
}

#logo:after {
  content: " - magazineroma.it";
}

img {
  border: 0;
}

#post img {
  float: left;
  margin: 0 1em 1em 0;
}

#post .postMeta {
  clear: both;
}

h1, h2, h3 {
  clear: both;
  padding-top: 1em;
  margin: 0;
}

li {
  page-break-inside: avoid;
}

div.body, p {
  text-align: justify;
}

a {
  color: #000;
  text-decoration: none;
}

#nav,
#footer,
#ricerca,
div.comments div.form
{
  display: none;
}

div.comments p {
  margin-top: 0;
}

div.comments .meta {
  font-style: italic;
}

div.comments .meta span.author {
  font-style: normal;
  font-weight: bold;
}

#pictures {
  clear: left;
  float: left;
}

#pictures ul {
  float: left;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#pictures li {
  float: left;
  width: 200px;
  height: 250px;
  text-align: center;
}

#pictures img {
  display: block;
}

#pictures a {
  display: block;
  height: 100%;
  line-height: 1.5em;
  color: #333;
  font-style: italic;
  font-weight: normal;
  text-decoration: none;
}

