/* --- print.css --- */

body
{
  font-size:10pt;
  color:#000000;
}


img{border: 0px;}

a
{
  font-weight:normal;
  text-decoration:underline;
  color:black; 
}
a:hover
{
  font-weight:bold;
  text-decoration:none;
}

p
{ margin: 0px;
  padding: 6px 0px 6px 0px;
  line-height: 15px;
  text-indent:20px;
}

/* unordered list */
ul
{ margin: 4px 0px 0px 14px; 
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 14px 0px 0px 0px; 
  padding: 0px;
}

/* block quote */
blockquote
{ margin: 5px 0px 5px 0px; 
  padding: 10px 20px 10px 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-style:normal;
  font-size:12px; 
  font-weight:normal;
}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}


#column2 h1
{ font-size:12pt; 
  font-weight:bold;
  text-decoration:underline;
}


/* review page */

.book
{ font-weight:bold;
  font-size:15px;
  padding:10px 0px 10px 0px;
}

img.book
{
 float:left;
 padding-top:10px; padding-right:5px;
 width:75px; 
}

.author
{
  text-align:right;
}

/* poem page */

.poem { display:none; }

.poem .Title
{
  font-weight:bold;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.poem .Author
{
  display: block;
  text-align: center;
  margin: 0 auto;
}
.poem .Indent
{
  padding-left:70px;
}
.poem .For
{
  font-style:italic;
  float:right;
}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 400px; 
  height: 29px;
}

div.row span.formlabel 
{ float: left;
  width: 125px; 
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
  height: 22px;
}

input, textarea
{ width: 275px; 
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  border: 1px solid;
}

.submit
{ font-family: verdana, arial, sans-serif;
  font-size: 100%; 
  border: 1px solid;
  height: 22px;
  padding: 3px 5px 3px 5px;
  cursor: pointer;
}

#column1{ display:none; }
#infobar { display:none; }
#footerRest { display:none; }

.italic { font-style:italic; }

.textRed { color:red; }
.textGreen { color:green; }
.textLine { text-decoration:underline; }
.textBold { font-weight:bold; }

