html{ background: url(../images/bkg-rpt.jpg) repeat; color: #000; font-family: 'Droid Sans', arial, serif; font-size: 13px; line-height: 20px; }
body{ background: url(../images/bkg-hdr.png) repeat-x; }

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

h1{ 
 font-family: Georgia; 
 font-size: 48px; 
 line-height: 48px;
 color: #444; 
 text-shadow:0px 1px 0px #ffffff; 
 -moz-text-shadow:0px 1px 0px #ffffff;
 -webkit-text-shadow:0px 1px 0px #ffffff;	
}

h2{ 
 font-family: 
 Georgia; font-size: 24px; 
 color: #444; 
 text-shadow:0px 1px 0px #ffffff; 
 -moz-text-shadow:0px 1px 0px #ffffff;
 -webkit-text-shadow:0px 1px 0px #ffffff; 
}

.blog-blurb h2{ 
 margin-top: 10px;
 font-family: 
 Georgia; font-size: 18px; 
 color: #89c04a; 
 text-shadow:0px 1px 0px #ffffff; 
 -moz-text-shadow:0px 1px 0px #ffffff;
 -webkit-text-shadow:0px 1px 0px #ffffff; 
}

h3{ font-family: Georgia; font-size: 30px; color: #444; margin-bottom: 5px; }

.text h3{ 
 font-family: Georgia; 
 font-size: 30px; 
 line-height: 33px; 
 color: #222; 
 margin-bottom: 20px; 
 text-shadow:0px 1px 0px #ffffff; 
 -moz-text-shadow:0px 1px 0px #ffffff;
 -webkit-text-shadow:0px 1px 0px #ffffff;
}
.text h3 a{ color: #222; }
.text h3 a:hover{ color: #000; background-color: #ececec; line-height: 33px; }

h4{ font-family: Georgia; font-size: 11px; color: #89c04a; margin-bottom: 10px; }

h5{ 
 font-family: 
 Georgia; font-size: 27px; 
 color: #444; 
 margin-bottom: 15px;
 text-shadow:0px 1px 0px #ffffff; 
 -moz-text-shadow:0px 1px 0px #ffffff;
 -webkit-text-shadow:0px 1px 0px #ffffff; 
}

blockquote { color: #fff; width: 550px; margin-bottom: 10px; }

.heart{ font-family: 'Droid Sans' arial, serif; color: #e35025; }
.green{ color: #89c04a; }
.padded{ padding: 20px; }
.quote{ margin-bottom: 10px; }
.arrow{ background: url(../images/arrow.png) no-repeat; padding: 10px; font-size: 11px; }
.chunk{ margin-bottom: 10px; }
.heading{ margin-top: 20px; }
.columns{ 
 -moz-column-width: 300px; -webkit-column-width: 300px; -moz-column-gap: 20px; -webkit-column-gap: 20px;
}

#header{ margin-top: 25px; }

#nav{ margin-top: 19px; font-size: 14px; }
#nav ul{ display: inline; }
#nav li{ 
 float: right; 
 list-style: none; 
 padding-left: 30px; 
 text-shadow:0px 1px 0px #ffffff; 
 -moz-text-shadow:0px 1px 0px #ffffff;
 -webkit-text-shadow:0px 1px 0px #ffffff;
}
#nav p{ float: right; }

#slogan{ margin-top: 45px; }

#blurb{ margin-top: 20px; }

#features{ margin-top: 45px; }

#featured{ 
 background: #fff; 
 width: 200px;
 height: 200px; 
 border: 10px solid #e2e2e2; 
 box-shadow:inset 0 0 40px #999;
 -moz-box-shadow:inset 0 0 40px #999;
 -webkit-box-shadow:inset 0 0 40px #999;
 position: relative; left: 5px;
}

#middle{ margin-top: 25px; }

#eval form{ margin-top: 10px; }
#eval input{ 
 width: 270px;
 margin-bottom: 5px;
 color: #cccccc; 
 font-size: 18px; 
 font-weight: 200; 
 background-color: white; 
 border: 5px solid #e2e2e2; 
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px; 
 box-shadow:inset 0 0 10px #999;
 -moz-box-shadow:inset 0 0 10px #999;
 -webkit-box-shadow:inset 0 0 10px #999;
 padding: 7px; 
}
#eval input.submit{
  width: 100px;
  height: 36px;
  color: #fff;
  text-shadow: #000 1px 1px;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-top: 5px;
  background: url(../images/button.png) no-repeat;
}

#eval input.submit:hover{
  width: 100px;
  color: #fff;
  text-shadow: #000 1px 1px;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-top: 5px;
  background: url(../images/button-hover.png) no-repeat;
}

#bottom{
 margin-top: 25px;
}

#footer{ padding-bottom: 30px; }

#footer #nav{ padding-bottom: 20px; font-size: 13px; }

#copyright { margin-top: 19px; }

#posts li { padding-bottom: 20px; }
#posts blockquote { color: #89c04a; }
.post { background-color: #fff; padding: 20px; box-shadow: 10px 10px 5px #888; -webkit-box-shadow: 0px 10px 10px #999; margin-bottom: 40px; }
.post p { margin-bottom: 10px; }

#disqus_thread { margin-top: 25px; }
