/* Local CSS file - Needmore Designs LLC - November 2007 */

/* Global styles to override defaults */

img.highlight {
  margin: 0;
  padding: 0;
  background-color: #fff !important;
}
input.text {
  width: 200px;
}
.alignright {
  text-align: right;
}
a {
  color: #877374;
  text-decoration: none;
  padding: 0 1px;
/*   border-bottom: 1px dotted; */
}
a:hover, a:active {
  color: white;
  background-color: #877374;
  text-decoration: none;
}
h1 {
  color: #3A984F;
  font-family: Georgia, Helvetica, Arial, serif;
}
h3 {
  font-size: 1.7em;
}
h4 {
  font-size: 1.4em;
}
p {
  font-size: 110%;
}

/* Starting point for some basic site navigation */
body {
  margin: 0;
  background: #F2F2F2 url('images/site/background.gif') top center repeat-x;
}
#header {
  background: #D4E8F3 url('images/site/header.gif');
  height: 182px;
}
#header ul {
  margin: 145px 0 0 0;
  padding-left: 235px;
}
#header ul li {
  list-style-type: none;
  padding: 0 25px 0 0;
  margin: 0;
  display: block;
  float: left;
  font: 1.15em/3em Helvetica, "Lucida Grande", verdana, sans-serif;
  font-weight: bold;
}
#header ul li a:hover {
  text-decoration: underline;
}
#header a {
  color: #000;
  text-decoration: none;
  display: block;
/*  width: 106px;*/
}
#header a:hover {
  background: none;
}
.container {
  background: #F2F2F2;
}
.box {
  background: white;
  margin: 30px 20px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dadada;
}
#footer {
  padding-top: 20px;
  background: #F2F2F2;
  text-align: center;
}

/* Home Page */
#homeentry p {
  font-family: Georgia, "Times New Roman";
  font-size: 1.5em;
  
}
.entry img {
  display: inline;
  float: right;
  border: 1px solid black !important;
  margin: 0 0 1em 10px;
}

/* Sidebars */

#highlighted img {
  border: 1px solid black;
}
label {
  font-weight: 100;
}

/* Blog posts */

div.entry-title p {
  color: #888;
  font-size: 0.95em;
}
p.pagination {
  text-align: right;
}
p.pagination span b,
p.pagination span a {
  font-weight: bold;
  padding: 3px 7px;
  border: 1px solid #bbb;
}

div.comment {
  padding: 1em 1em 0 1em;
  margin-bottom: 1em;
  background-color: #EBF4F9;
  border: 1px solid #D4E8F3;
}
#commentform {
  margin-top: 1.5em;
  padding: 1em;
  background-color: #F9F6EB;
  border: 1px solid #DFD59E;
}

/* IDX */

body#idx h2 {
  color: #3A984F;
  font-family: Georgia, Helvetica, Arial, serif;
  font-size: 24x;
  line-height: 1;
  margin-bottom: 0.5em;
}
body#idx td {
   border-bottom: none;
   valign: middle;
}
body#idx textarea {
  width: 250px
}