@charset "utf-8"

/*
 * Everything Dies - Boom CSS
 * Copyright (c) 2008 Pedro Figueiredo
 * Neat tricks lifted from http://daringfireball.net/
 */
 
html {
  /* cf. http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better via http://daringfireball.net */
  height:100%;
  margin-bottom: 1px;
}

body {
  font-size: 12px;
  background-color:#666;
  color:#000;
  font-family: Helvetica, "Bitstream Vera Sans", sans-serif;
  margin-top:0;
  padding:0;
  min-width:600px;
  line-height:1.5em;
  margin:20px;
}

a,
a:active,
a:link,
a:visited,
a:hover {
  text-decoration:none;
  color:#000;
}

#container {
  padding-top:1px;
  margin-right: auto;
  margin-left: auto;
  background-color:#000;
  height:100%;
  min-height:70em;
  width:780px;
  -moz-border-radius:0.5em;
  -webkit-border-radius:0.5em;
  border-radius:0.5em;
}

#header {
  padding-top:60px;
  height:70px;
  width:730px;
  margin:30px auto 20px;
  color:#000;
  vertical-align:middle;
  text-align:center;
  font-size:48px;
  background:#fff;
  /*background:#000 no-repeat center url(imgs/header.png);*/
  -moz-border-radius:0.25em;
  -webkit-border-radius:0.25em;
  border-radius:0.25em;
}

#header p {
  margin-top:auto;
  margin-bottom:auto;
  vertical-align:middle;
}

#left {
  float:left;
  width:500px;
  background-color:white;
  margin-right:5px;
  margin-left:25px;
  padding:5px;
  -moz-border-radius:0.5em;
  -webkit-border-radius:0.5em;
  border-radius:0.5em;
  min-height:50em;
}

#right {
  float:right;
  background-color:white;
  margin-left:5px;
  margin-right:25px;
  padding:5px;
  width:200px;
  -moz-border-radius:0.5em;
  -webkit-border-radius:0.5em;
  border-radius:0.5em;
  min-height:50em;
}

#footer {
  font-size:10px;
  text-align:center;
  color:#fff;
}

#notes {
  text-align: justify;
  margin:30px auto 20px;
  width:300px;
  font-size:24px;
  line-height:110%;
}

#download {
  font-size:14px;
  margin:50px auto 50px;
  width:300px;
  text-align:center;
}

#list {
  margin-top:0px;
  margin-left:40px;
  float:left;
  font-size:24px;
  line-height:110%;
}

#list ol {
  list-style:none;
}

#list ol {
  margin:0;
  padding:0;
}

#cover {
  margin:60px 10px 10px;
}
#credits {
  float:left;
  margin:30px 15px 20px;
}

.opening {
	font-weight:bold;
}

