/* Print */
* {
  background-image: none;
  background-color: white;
  background: transparent;
}
html, body {
  margin: 0;
  padding: 0;
  color: black;
  background-color: white;
  font-family: "Times New Roman",Times,serif;
}
body {
  text-align: center;
  font-size: 10pt;
}
#main
{
}
#content
{
  text-align: left;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 3pt solid black;
}
#nav, #left_nav, #bottom_nav
{
  display: none;
}
#footer
{
  text-align: center;
}
#alt_layouts
{
  display: none;
}
#copyright
{
  font-size: 0.8em;
  text-align: center;
}
.layout_img, .navbar_img
{
  display: none;
}
p, blockquote {
  padding-top: 0;
  padding-bottom: 1.25em;
  margin-top: 0;
  margin-bottom: 0;
  text-align: justify;
}
blockquote {
  padding-right: 0;
  padding-left: 2.5em;
  margin-right: 15%;
  font-style: italic;
}
strong {
  font-weight: bold;
  text-decoration: underline;
}
em {
  font-weight: bold;
  font-style: italic;
}
del {
  text-decoration: line-through;
}
ins {
  text-decoration: inherit;
  font-style: italic;
}
h1 {
  font-size: 2.25em;
  letter-spacing: 0.75em;
  text-align: center;
}
h2 {
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 0px;
}
a, a:visited, a.alwaysActive, a.alwaysActive:visited {
  color: #552200;
  font-weight:bold;
  text-decoration: underline;
}
a:link:after, a:visited:after {
  content: " (" attr(href) ")";
  font-size: 75%;
}
a[href^="/"]:after {
  content: " (http://www.vacant-nebula.com" attr(href) ") ";
}
a.alwaysActive:link:after, a.alwaysActive:visited:after, a.alwaysActive[href^="/"]:after {
  content: "";
}
h2 a
{
  text-decoration: none;
}
h2 a:hover
{
  text-decoration: underline;
}
small {
  font-size: 0.8em;
}
code {
  font-family: "Courier New",monospace;
}
ul li {
  list-style-type: disc;
}
ol li {
  list-style-type: decimal;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 1.25em;
  margin-left: 1.25em;
  margin-right: 0;
  padding-left: 1.25em;
  padding-right: 0;
}
li {
  margin-left: 1.25em;
  margin-right: 1.25em;
  margin-bottom: 0.25em;
  text-align: left;
  list-style-position: outside;
}
hr {
  border: 0;
  color: black;
  background-color: black;
  height: 3px;
  padding-top: 0;
  padding-bottom: 0;
}
input, option, select {
  color: black;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.85em;
}
textarea {
  color: black;
  font-family: inherit;
  font-size: 0.85em;
  letter-spacing: 0px;
}
.thumbnail {
  text-align: center;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  /* specify width on local page if desired */
}
.thumbnail_img {
  border-width: 1px;
  border-style: solid;
  /* inherit border color */
}
a.thumbnail_link {
  text-decoration: none;
  font-size: 0.8em;
}
.album_caption {
  margin-bottom: 1.0em;
}
.album_links {
  margin: auto;
}
.album_parent {
  margin-top: 1.0em;
}
.wrapped {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
}
.accent {
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  float: right;
}
/*******************************************
 * Elements taken from spell_checker.css   *
 *******************************************/
.status { 
	color: black;
	padding-left: 150px;
	white-space: nowrap;
	font-weight:bold;
}

