* {
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {
  color: #666666;
  background: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: .7em;
  font-weight: normal;
}

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}

a, h2 a {
  color: #DD3322;
}

a:hover, h2 a:hover {
  color: #DD3322;
  text-decoration: underline;
}

h2 a {
   font-weight: normal
}

h2 a:visited, h3 a:visited {
	color: #DD3322;
}

h2 {
  font-size: 1.6em;
  font-weight: normal;
  color: #DD3322;
}

h3 {
  font-size: 130%;
  font-weight: normal;
  color: #666666
}

#page {
  background-image: none;
  border: 0;
}

#header {
  background-color: #fff;
  background-image: none;
  height: 100px;
}

#content {
  margin: 0 0 0 0;
  width: 565px;
  float: right;
}

html > body .entry ul {
	list-style-image: url(images/bullet.png);
	list-style-position: outside;
	list-style-type: square;
	margin-left: 0px;
	padding: 0pt 0pt 0pt 25pt;
	text-indent: 0px;
	line-height: 15px;
        margin-right: 50px;
}

.post {
  text-align: left;
}

blockquote {
	border: 0;
        width: 470px;
        position: relative; left: 20px;
	background-color: #efefef;
	padding: 8px 15px;
}

blockquote p {
	margin: 0;
}

.pullquote {
	padding: 10px;
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DD3322;
	border-bottom-color: #DD3322;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
}

.narrowcolumn {
  padding: 0;
}

#sidebar {
  margin: -8px -25px;
}

#sidebar ul li ul li {
  margin: 18px 0 0 0;
  text-align: right;
}

#sidebar li#pages h2 {
  display: none;
}

#sidebar a {
  font-size: 1.6em;
  padding: 5px;
}

#sidebar a:hover {
  color: #fff;
  background-color: #DD3322;
  text-decoration: none;
}

#searchform div {
  text-align: left;
  padding: 0 0 0 10px;
}

#searchform input[type="text"] {
  margin: 23px 0 0 0;
}

#searchform input[type="submit"]{
  float: left;
  margin-top: -48px;
  padding: 0;
  color: #DD3322;
  background: none;
  border: 0;
  font-size: 1.6em;
}

#footer {
  clear: both;
  background-image: none;
  background-color: inherit;

}

#footer p {
  text-align: left;
  margin-left: 195px;
  font-size: 125%;
}

#footer span.bullet {
  padding: 7px;
}

a.custom_rss, #sidebar a.custom_rss {
  margin-left: 132px;
  padding-left: 20px;
  background: transparent url(images/rss.png) no-repeat left center;
}

#sidebar a.custom_rss:hover {
  background-color: #DD3322;
}

.commentlist {font-size: 115%; }



.navigation, .navigation a:link, .navigation a:visited, .navigation a:hover, .nav-previous, .nav-previous a:link, .nav-previous a:visited, .nav-previous a:hover, .nav-next, .nav-next a:link, .nav-next a:visited, .nav-next a:hover {
  font-size: 0.9em
}

.navigation a:hover, .nav-previous a:hover, .nav-next a:hover {
  text-decoration: underline


