/* custom classes for pcrawfor.com */

.header {
  background-image: url(/images/header4.gif);
  background-repeat: no-repeat;
  height: 110px;  
  margin-bottom: 5px;
}

.header a{
  text-decoration: none;
}

.header a:hover {
 text-decoration: none;
}

.menu {
  padding-left: 40px;
}

.outline {
  border-left: thin solid #ccc;
  padding-top: 30px;
}

/* over riding some of the font settings for the text area */
.set_font {
  font-family:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-size: 100%;
}

.entry_title {
  margin-bottom: 0.25em;
}

.entry_content {
  margin-top: 0.5em;
  font-size: 14px;
}

.entry_date {
  font-size: 13px;
}

input[type="submit"] {
  border: 1px solid #bbb;
  color: #000;
  background-color: #eee;
	padding: 0 0.5em;
	}

input[type="submit"]:hover {
  color: #FFFFFF;
  background-color: #495478;
  border: 1px solid #bbb;
  cursor: pointer;
}

input[type="button"] {
  border: 1px solid #bbb;
  color: #000;
  background-color: #eee;
	padding: 0 0.5em;
}

input[type="button"]:hover {
  color: #FFFFFF;
  background-color: #495478;
  border: 1px solid #bbb;
  cursor: pointer;
}

/* side menu spacing for rss link */

.spacer {
  height:80px;
}

/* archive styles */

.archive_year {
  padding: 0;
  margin: 0;
}

.archive_month {
  padding: 0;
  margin: 0 0 0 0;
  color: #00478f;
}

/* Tag styles */

.tags {
  color: #00478f;
}

