/* content font size */
.content-item
{
font-size:1.3em;
}

h4 {
font: italic normal 170%/125% Georgia, "Times New Roman", Times, serif;
color: #578ec4;
margin-bottom:0.25em;
}

h5 {
color: #636363;
margin-bottom: .25em;
font: bold 130%/140% Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

/* overide the paragaraph line spacing */
.text p {
line-height: 150%;
}


hr,.hr
{
  height:3px;
  background:#dedece;
}

/* override the gallery border color */
.gallery ul.thumbnails li {
  border-color:#919706 !important; 
}