*
{
  padding: 0px;
  margin: 0px;
}

body
{
  background: #eee;
  font-size: 14px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 20px 0px;
}

a, a:visited, a:active
{
  color: #a00;
  text-decoration: none;
}

a:hover
{
  color: #d00;
  text-decoration: underline;
}

p
{
  margin-bottom: 1em;
  text-align: justify;
}

h1
{
  font-size: 22px;
}

h2
{
  font-size: 18px;
  font-weight: normal;
}

h3
{
  font-size: 16px;
}

small
{
  font-size: 12px;
}

ul, ol
{
  margin-left: 2em;
  margin-bottom: 1em;
}

blockquote
{
  margin-left: 20px;
  width: 650px;
  padding: 5px 0px 0px 15px;
  border-left: solid 5px #ccc;
  margin-bottom: 20px;
}

blockquote p
{
  text-align: left;
}

hr
{
  clear: both;
}

pre
{
  display: block;
  margin-left: 30px;
  margin-bottom: 20px;
  border: solid 1px #999;
  background: #eee;
  overflow: auto;
  width: 640px;
  text-align: left;
}

.alignright
{
  float: right;
}

.alignleft
{
  float: left;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

div#page
{
  width: 980px;
  margin: auto;
  border: solid 1px #600;
  background: #f9f9f9;
  overflow: auto;
}

div#header
{
  height: 150px;
  background: url('images/bg.gif') repeat-x top #600;
}

div#header h1 a
{
  color: #fff;
  font-size: 80px;
  padding-left: 20px;
}

div#header h1 a:visited
{
  color: #fff;
}

div#header h1 a:hover
{
  color: #fff;
  text-decoration: none;
}

div#header h1 a:active
{
  color: #fff;
}

div#header h2
{
  font-size: 22px;
  color: #ddd;
  padding-left: 20px;
}

div#menu
{
  border-bottom: solid 1px #aaa;
  background: url('images/menu.gif') repeat-x top #bbb;
  height: 30px;
}

div#menu a, div#menu a:visited, div#menu a:active
{
  display: block;
  float: left;
  padding: 4px 15px 0px 15px;
  height: 26px;
  font-size: 16px;
  font-weight: bold;
  border-right: solid 1px #666;
}

div#menu a:hover
{
  background: #eee;
  text-decoration: none;
}

div#menu form
{
  float: right;
  border-left: solid 1px #666;
  width: 240px;
}

div#menu form input#s
{
  display: block;
  float: left;
  width: 145px;
  height: 20px;
  margin: 4px 0px 0px 7px;
  border: inset 1px #aaa;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div#menu form input#searchsubmit
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  display: block;
  float: right;
  xpadding: 0px 10px 0px 10px;
  width: 78px;
  height: 30px;
  font-size: 16px;
  color: #a00;
  font-weight: bold;
  border: none;
  border-left: solid 1px #666;
  background: url('images/menu.gif') repeat-x top #bbb;
  cursor: pointer;
}

div#menu form input#searchsubmit:hover
{
  background: #eee;
  text-decoration: none;
}


div#menu form label
{
  display: none;
}

div.navigation
{
  height: 20px;
}

div#content
{
  background: #fff;
  width: 699px;
  min-height: 1200px;
  border-right: solid 1px #ccc;
  padding: 20px;
  float: left;
}

div#intro
{
  background: #FFFde6;
  border: solid 1px #bbb;
  width: 665px;
  margin: auto;
  padding: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.post
{
  border-bottom: solid 1px #ccc;
  margin-bottom: 30px;
}

div.entry
{
  padding-top: 15px;
  clear: both;
}

img#headshot
{
  float: right;
  border: solid 1px #333;
  margin-bottom: 10px;
  margin-left: 10px;
}

div#sidebar
{
  width: 200px;
  padding: 20px;
  float: right;
}

div#sidebar div#side-ads
{
  padding-left: 20px;
  padding-top: 20px;
}

div#sidebar ul
{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

div#sidebar h2
{
  font-size: 15px;
  padding-top: 10px;
}

/* LEAVING COMMENTS */
div#respond
{
  padding: 10px 80px;
}

div#respond h3
{
  padding-bottom: 10px;
}

div#respond form textarea
{
  width: 494px;
  padding: 3px;
	font-family: Helvetica, Arial, Sans-Serif;
}

/* VIEWING COMMENTS */
ol.commentlist
{
}

ol.commentlist li
{
  padding-top: 15px;
}

ol.commentlist div.comment-author cite, ol.commentlist div.comment-author span
{
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
}

ol.commentlist div.comment-meta
{
  padding-bottom: 10px;
}

ol.commentlist div.comment-meta a
{
  font-size: 12px;
}

div#footer
{
  font-size: 12px;
  clear: both;
  border-top: solid 1px #ccc;
  padding-top: 1em;
}

div#footer  p
{
  text-align: center;
}