html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

/* ABOVE: MEYER RESET; BELOW: ACTUAL STYLESHEET */
body { 
  background-image: url(../images/background.png);
  background-repeat: no-repeat;
  background-color: #363636;
  background-position: -50 -100;
  padding-left:400px;

  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14pt;
}

tr,td,th {
  padding: 5px;
  height: 2em;
  vertical-align:middle;
  text-align:center
}

h1 {
  text-indent: -9999px;
}

h2 {
  font-size:1.5em;
  margin-bottom: 0.5em;
  text-shadow: 2px 2px 2px #000;
}

h3#tagline { 
  text-align: right;
  margin-bottom: 20px;
  text-transform: lowercase;
  font-size: 0.75em;
 text-shadow: 2px 2px 2px #000;
  background-color: rgba(0,0,0,0.25);
  padding:0.5em;
  border-radius: 1em 0em 0em 1em;
  box-shadow: 1px 1px 1px #000;
}

a {
  color:#fff;
}

ul#nav {
  text-align:right;
  margin-bottom: 1em;
  background-color: rgba(0,0,0,0.25);
  padding:0.5em;
  border-radius: 1em 0em 0em 1em;
  box-shadow: 1px 1px 1px #000;
}

#nav li {
 display: inline;
 font-size:1.25em;
 text-shadow: 2px 2px 2px #000;
 
}

#nav li a {
 text-transform: lowercase;
 margin-left: 0.75em;
 text-decoration: none;
}

#content {
  background-color: rgba(0,0,0,0.75);
  padding:0.5em;
  border-radius: 1em 0em 0em 1em;
  box-shadow: 1px 1px 1px #000;

}

.half {
  width:300px
}

.left { float:left}
.right { float:right}
.clear { clear:both}

p {
  margin-bottom: 1em
}

.author {
  margin-bottom: 1em;
  font-size:0.7em; 
}

