/* make all tools larger */
.content-item
{
  font-size:1.2em;
}

h4 {
  margin-bottom: .25em;
  font-size: 2em;
  font-family:georgia, serif;
}

h5 {
  margin-bottom: .25em;
  font-size:1.166em;
  text-transform:uppercase;
  letter-spacing:0.25em;
}

.content-item p {
line-height: 180%;
margin-bottom: 1em;
}

.text ul {
line-height: 130%;
margin-bottom: 1em;
list-style-position: outside;
list-style-type: square;
padding-left: 2em;
}

.text ol {
line-height: 130%;
margin-bottom: 1em;
list-style-position: outside;
list-style-type: decimal;
padding-left: 2em;
}

.image ul.left-to-right li
{
}

.content-item a:link, .content-item a:visited
{
  color:#a60000;
  background:transparent;
  text-decoration: none;
}

.content-item a:hover
{
  color:#a60000;
  background: transparent;
  text-decoration: underline;
}

.content-item a:active
{
  color:#ffffff;
  background: #a60000;
  text-decoration: none;
}

.image-set-thumb-gallery .image-thumb {
background:transparent;
border-color:#a60000;
padding:5px;
}

.gallery a, .gallery a:link, .gallery a:hover, .image a, .image a:hover {
background:transparent;
}

.image-set-thumb-gallery .image-thumb a:hover img
{
  opacity:0.6;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter:alpha(opacity=60);
}

hr,.hr
{
padding:1em 0 1.5em 0;
display:block;
border:none;
height:1px;
background:transparent url(hr.png) repeat-x 0 50%;
margin:0;
}
