/* ### structure ### */

body {
  padding: 0;
  margin: 0;
  background-color: white;
}

#mainbody {
  position: absolute;
  left: 0;
  top: 0;
}

hr {
  border: 0;
  margin:0; padding: 0;
  height: 1px;
  background-color: #ccc;
}

.hidden {
  display: none;
}

.clear {
clear: both;
padding-top: 10px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #aaa;
}

/* most unordered lists will want an image rather than a bullet */
ul {
  list-style-type: none;
  list-style-image: url('/tbd/images/w5.png');
  padding-left: 20px;
}
/* ### header ### */

#header {
  display: none;
}

/* ### sidebar ### */
#sidebar {
  display: none;
}

/* ### main content ### */
.maincontent {
  font-family: verdana, arial, helvetica, sans-serif;
  position: absolute;
  top: 0; 
  left: 0;
  margin-left: 0;
}

.maincontent h2 {
  font-family: verdana, arial, helvetica, sans-serif;
  padding: 5px 0 5px 10px;
}

.currentCover {
  float: left;
  border: 2px solid black;
  margin-right: 5px;
}

.stories dt {
  font-size: 1.2em;
} 
.stories dd {
  padding-bottom: 10px;
  padding-top: 5px;
}

.stories a {
  text-decoration: underline;
}

.readmore {
  background-color: #ccf;
  padding: 10px;
}

.reviews {
  list-style-type: none;
  list-style-image: url('/tbd/images/w5.png');
  padding-left: 20px;
}

.printhidden {
  display: none;
}

p.competition {
  padding: 10px;
  border: 1px solid #000;
}

p.editorial:first-letter {
  font-weight: bold;
  float: left;
  font-size: 24pt;
}

p.authorname {
  text-align: right;
  font-style: italic;
  font-family: georgia, "times new roman", serif;
}

div.filminfo {
  border: 1px dotted black;
  background-color: #aaa;
  padding-left: 10px;
}

ul.subsguidelines li {
  padding-bottom: 10px;
}


/* ### footer ### */
div.footer {
  font-size: 0.7em;
}
