/* Stylesheet for void.rkbexplorer.com */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, 
h1, h2, h3, h4, h5, h6, 
p, blockquote, pre,
a, abbr, acronym, address, cite, code,
em, img, strong, sub, sup, tt, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.5em;
}

html { overflow-y: scroll; }

body {
  font-family: Georgia, "Bitstream Vera Serif", "Times New Roman", serif;
  color : #446;
  font-size: 16px;
  margin : 0;
  padding : 1.5em 0 1.5em 6em;
  /*background: url('/24.gif');*/
}

p { 
  font-size: 1em; /* 16px */ 
  line-height: 1.5em; /* 24px */ 
  margin:  0 0 1.5em 0;
}

h1 {
  color : #335;
  font-size: 4em; /* 64px */ 
  line-height: 1.5em; /* 96px */ 
  margin: 0.375em 0 0 0; /* 24px */
}
h1 a, h1 a:hover { text-decoration: none; color: #335; border: none }

h2 { 
  font-size: 1.5em; /* 24px */
  line-height: 2em; /* 48px */
  margin: 0; /*1em 0 0 0;*/
}
.sidebar h2 { margin-top: 1em; }

a {
  color : #22aaff;
  text-decoration : none;
  border-bottom : 1px dashed #ccc;
}
a:hover {
  color : red;
  border-bottom : 1px solid red;
}
.column {
  width : 50%;
  float : left;
  margin-right : -1px; /* IE bug */
  margin-bottom: 3em;
}
.column .content {
  padding-right : 4em;
}
ul li { margin-left: 1em; list-style: square; }


textarea { border: 1px solid #335; padding: 1em; }

table { border-spacing: 0; width: 100%; }
th, td { text-align: left; padding-right: 0.5em; }
td { padding-right: 0.5em; }
tr.spacer td { padding-top: 1.5em; }
td.source, td.source * { color: #888; }
td a { border: 0; }


dl { margin: 1.5em 0; }
dd { margin: 0 0 1.5em 3em; }
