/* make all tools larger */
.content-item
{
font-size:1.2em;
}

h4 {
color: #74740b;
margin-bottom: .25em;
	font-size: 170%;
}

h5 {
color: #252525;
margin-bottom: .25em;
font: italic 140% "Times New Roman", Georgia, Times, serif;
}

.text p {
line-height: 180%;
margin-bottom: 1em;
color: #252525;
}

.text strong {
font-weight: bold;
}

.text em {
font-style: italic;
}

.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 {
	color: #bf590e;
	text-decoration: underline;
}

.content-item a:hover {
	color: white;
	background-color: #bf590e;
	text-decoration: none;
}

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