/* Framelike stylesheet for DoomSword official page */
/* by Elena of Valhalla */

/* colors and fonts */

/* La scelta delle famiglie effettive va sistemata con almeno due scelte di 
   font presenti sulla maggior parte delle macchine */

body {
  background-color: #000000;
  color: #cccccc;
  font-family: "Book Antiqua", serif;
}

a:link {
  color: #cccccc;
  background-color: #000000;
}

a:active {
  color: #cccccc;
  background-color: #000000;
}

a:visited {
  color: #999999;
  background-color: #000000;
}

h1.lev2 {
  font-family: "Lucida Blackletter", sans-serif;
  font-size: xx-large;
  text-align: center;
}

h2.lev2 {
  font-family: "Book Antiqua", serif;
  font-size: x-large;
  text-align: center;
}

h1.lev3 {
  font-family: "Lucida Blackletter", sans-serif;
  font-size: xx-large;
  text-align: center;
}

/* bars */

hr {
  margin-left: 5%;
  width: 90%;
}

hr.small {
  margin-left: 20%;
  width: 60%;
}

/* page layout */ 

div.content {
  position: static;
  width: 79%;
  padding-left: 21%;
}

div.infos {
  position: static;
  width: 79%;
  padding-left: 21%;
}

div.navigation {
  margin: 0;
  position: absolute;
/*  position: fixed; causes problems with explorer: to be added when the world have been conquered :) */
  top: 0.7em;
  left: 0.7em;
  width: 19%;
  
}


/* navigation menu */

span.nav-link {
  display: block;
  font-size: large;
  padding-bottom: 0.2em; 
    /* questo va sistemato meglio, non sono sicura che sia giusto */
  /* forse dovrebbe essere line-height: 1.1; */
}

span.nav-sep {
  display: none;
}

/* info bar */

div.infos {
  font-size: small;
  padding-top: 2em;
}

address {
  font-style: normal;
}

/* images placement */

img.center {
  /* dovrei centrarla, ma non ci riesco */
}

/* qua centrero' "a mano" le immagini che vanno centrate usando gli id */

img.inline-right {
  float: right;
}

img.inline-left {
  float: left;
}

div.dida {
  padding-top: 0.5em;
}

/* main page */

p.main-news {

}

