/* This document is constantly being changed for experimentation.
   My normal code is a lot cleaner.*/

html, body 
{
  margin: 0;
  padding: 0;
  height: 100%; /* Required */
}

body 
{
  background: url(http://www.hicks-wright.net/images/griff.png) bottom left no-repeat fixed;
  font: 1.1em "Times New Roman", times, serif;
  text-align: center;
  color: #444;
}

* html body
{ 
  font-size: .9em;
}

a
{
  color: #900;
  text-decoration: none;
}

.head
{
  color: #900;
  text-decoration: none;
}

.content .head a
{
  color: #900;
  text-decoration: underline;
  font-size: 1.2em;
}

.comment .head a
{
  color: #900;
  text-decoration: underline;
  font-size: 1.0em;
}

.comment .head a:hover
{ 
  color: #400;
  text-decoration: none;
  font-size: 1.0em;
}

a:hover
{
  color: #400;
  text-decoration: none;
}

h1 {
  margin: 0;
  padding: 1em 0 .2em 0;
  font-size: 1.5em;
}

p 
{
  margin: 0;
  padding: .5em 0;
}

#container-page
{
  margin: 0px auto;
  text-align: justify;
  position: relative;
}

#container-head 
{
  padding: 0;
  margin: 0 auto;
  width: 750px;
}

#head 
{
  color: #900;
  font-weight: bold;
  font-size: 90px;
  text-align: center;
  height: 140px;
  width: 750px;
}

#container-content 
{
  padding: 0 0 0 0;
  margin: 0 auto;
}

#container-foot 
{
  margin: 0 auto;
  padding: 0;
  width: 800px;
}

#foot 
{
  padding: 1em 0 0 0;
  clear: both;
  text-align: center;
}

#menu
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

* html body div#menu
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px -75px 0px;
}

.page
{ 

}

.menuitem
{
  font-variant: small-caps;
  font-size: 24px;
  font-weight: bold;
  float: left;
  text-align: center;
  width: 24%; /*135px;*/
}

#main
{
  float: left;
}

#main.sidebar
{
  margin-right: 250px;
  float: left;
}

#sidebar
{
  position: absolute;
  top: 0px;
  right: 20px;
  width: 224px;
  text-align: left;
} 

*html body div#sidebar
{ 
  position: relative;
  float: right;
}

#sidebar ul
{ 
  margin: 0;
  padding-left: 15px;
  list-style-type: none;
}


#sidebar img
{ 
  border: 0;
}

div#menu a
{
  color: #444;
  text-decoration: none;
}

div#menu a:hover
{
  color: #990000;
}

div#menu a#current
{
  color: #900;
}

.content
{
  padding: 0px 25px 0px 25px;
}

img
{
  border: 1px solid #444;
}

.head
{
  font-weight: bold;
}

.blogbody
{
  overflow: hidden;
  text-align: justify;
}

.commentlink
{
  clear: left;
  float: right;
  text-align: right;
}

.commentbody
{
  padding-left: 10px;
  margin-bottom: 10px;
  text-align: justify;
}

.comment
{
  display: none;
  text-align: left;
  height: 1%;
}

.showComment
{
  text-align: left;
  height: 1%;
}

.comment input.text
{
  color: #444;
  font-family: "Times New Roman", Times, serif;
  font-size: 1em;
  margin: 0px 5px 2px 0px;
  border: 1px solid #444;
  background: #eee;
}

input.sbmt
{
  padding: 0px 0px 0px 0px;
}

textarea
{
  border: 1px #444 solid;
  font-family: "Times New Roman", Times, serif;
  font-size: 1em;
}

.comment textarea
{
  color: #444;
  font-family: "Times New Roman", Times, serif;
  font-size: 1em;
  top: -6px;
  width: 500px;
  background: #eee;
}

.left
{
  float: left;
}

.right
{
  float: right;
}

.small
{
  font-size: .8em;
  line-height: 1em;
}

.aright
{
  text-align: right;
}

.randomPic
{
  text-align: center;
}

.blogImage
{
  float: left;
  border: 1px solid #444444;
  margin: 3px 5px 0px 1px;
}

blockquote
{ 
  background: url(/images/quotes.gif) top left no-repeat;
  margin: 0em 3em 0em .5em;
  padding: 0 0 0 2.5em;
}
