#queryform input[type="text"] {
margin-top:10px;
  width:400px;
}

#newevent a {
font-size: 14pt;
text-transform: uppercase;
color: #104b7d!important;
font-family: 'Formata-MediumCondensed', Arial, sans-serif;
}

#newevent ul {
margin: 10px 0 10px 10px;
list-style: none; 
}

#newevent h3 {
color:black!important; 
}

.images {
	float: left; 
	max-width: 375px;
	margin-right: 20px; 
	margin-top: 10px;
	padding-bottom: 100px;
}

.thumbs {
	margin-left: 0;
	padding-left: 0;
}

.thumbs li {
	text-align: center;
	list-style-type: none;
	width: 30%;
	float: left;
	margin-right: 5%;
}

.thumbs li:last-child {
	margin-right: 0;
}

.thumbs li img {
	margin-bottom: 5px;
}

.breadcrumbs {
margin-top:40px;
}