*
{
margin: 0;
padding: 0;
background-color: transparent;
color: #cccccc;
}

/* Form elements back to defaults */
textarea, select 
{
  background: white;
  color: black;
}

input
{
  background-color: ButtonFace;
  color: ButtonText;
}

body
{
  background: black;
  color: white;
  margin: 0;
  padding: 0;
  font: 12px/1.5em Verdana, sans-serif;
}

div.topbar
{
  background: orange;
  color: black;
  vertical-align: center;
  padding: 0.5em;
}

div.topbar a.sitetitle
{
  font: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-variant:small-caps;
  font-weight: bolder;
  text-decoration: none;
  
  color: black;
  vertical-align: center;
  border-bottom: none;
}

div.topbar a.sitetitle:visited
{
  color: black;
}

div.topbar a.sitetitle:active
{
  color: black;
  text-decoration: underline;
}

div.topbar a.sitetitle:hover
{
  color: black;
  text-decoration: underline;
}

div.about
{
  color: #cccccc;
  font-size: smaller;
  padding: 0.5ex;
  text-align: left;
}

span.content
{
  background: black;
  color: white;
  
  margin: 0;
  padding: 0;
  float: left;
  
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  
  text-align: left;
}

div.pastebox
{
  border: 1px #999999;
  outline: 1px dashed #555555;
  padding: 0.5em;
  color: white;
  background: black;
  margin-left: auto;
  margin-right: auto;
  
  text-align: left;
}

div.pastebox div.pageheading
{
  margin: 0;
  margin-bottom: 0.1em;
  padding: 0;
  font-size: larger;
  font-weight: bold;
  
  text-align: left;
}

a.aboutLink
{
  vertical-align: sup;
  font-size: 0.5em;
  font-weight: normal;
}

div.newpaste
{
  min-width: 600px;
  min-height: 300px;
}

div.newpaste textarea
{
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 0;
  
  width: 95%;
  height: 100%;
  font: monospace;
  overflow: scroll;
  white-space: nowrap;
  border: 1px solid black;
}

div.pasteinfo
{
  border-bottom: 1px black dotted;
  font-size: smaller;
}

div.pastedata
{
  height: 100%;
  font-family: monospace;
  white-space: pre;
}

div.copyright
{
  border: white 1px; 
  clear: both; 
  margin-top: 0.25em;
  font-style: italic;
  font-size: smaller;
  text-align: center;
  color: #cccccc;
  size: small;
  padding-top: 0.25em;
  font-family: sans-serif;
}
