@import "reset.css";
@import "type.css";
@import "widgets.css";

/* Palette 
 *
 *
 *
 * */

body {
  font-size: 67.5%;
  margin: 20px 40px;
  width: 40em;
  }


/* Header */
#header {
  margin-bottom: 30px;
  }
h1 span { display: none; }
h1 {
  margin-top: 30px;
  display: block;
  height: 44px;
  width: 325px;
  background: url(images/taz.png) top left no-repeat;
  }

/* Navigation
 *
 */
#global-navigation {
    display: none;
    }
#main-navigation a {
  display: none;
  }
  #main-navigation a.on {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    }
#search {
  display: none;
  }


#sidebar {
  display: none;
  }

img {
  margin: 10px 0;
  display: none;
}

.unit {
  margin: 4em 0;
  color: black;
}
.author {
  color: black;
} 

.more {
  display: none;
  }

.advertisement {
  display: none;
  }

#information {
  margin: 10px;
  border: 1px solid #444;
  padding: 10px;
  }
  #information label {
  font-weight: bold;
  }
  #information li {
    list-style: none;
    }

