body
{ 
  /*background: url(http://media.hicks-wright.net/img/griff.png) bottom left no-repeat fixed;*/
  margin: 0;
  padding: 0;
}

.container
{ 
  overflow: hidden;
  padding: 0px 40px;
  margin: 0px auto;
}

#page-title
{ 
  color: #900;
  font-size: 72px;
  padding-top: 18px;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
  height: 72px;
}

a
{ 
  color: #900;
}

#nav
{ 
  text-align: right;
}

#nav a
{ 
  text-decoration: none;
}

.comment
{ 
  margin-bottom: 18px;
}

.entry-title a
{ 
  text-decoration: none;
}

#foot
{ 
  text-align: center;
}

.comment-count
{ 
  text-align: right;
}

.comment-count a
{ 
  text-decoration: none;
}

.required
{ 
  font-weight: bold;
}

#id_name, #id_email, #id_website, #id_comment
{ 
  width: 100%;
}

* html #id_name, * html #id_email
{ 
  width: 140px;
}

* html #id_website, * html #id_comment
{ 
  width: 300px;
}

#id_comment
{ 
  height: 90px;
}

#id_submit
{
  float: right;
}

#id_orange
{ 
  width: 4em;
}

#foot img
{ 
  margin: 0;
}

#foot a
{ 
  text-decoration: none;
}

p
{
    font-size: 14px;
}

p img
{
    padding: 5px;
    border: 1px solid #999;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 3px 3px 3px #aaa;
    -webkit-box-shadow: 3px 3px 3px #aaa;
    margin: 13px 10px 13px 10px;
}

img.top
{
    margin: 0 10px 10px 0;
}

img.right
{ 
  float: right;
  margin: 10px 0 10px 10px;
}

img.top-right
{ 
  float: right;
  margin: 0 0 10px 10px;
}

p code
{
    background: #eee;
    border: 0;
    padding: 0 2px;
    font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;
    font-size: 14px;
    white-space: nowrap;
}

pre
{
    background: #fff;
    border: 0;
    padding: 0;
    margin: 1em 0;
    font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;
    font-size: 14px;
    line-height: 15px;
}
