#mla_gallery {
	margin: auto;
	width: 100%;
}
#mla_gallery .gallery-item {
	float: left;
	margin: 1.5%;
	text-align: center;
	width: 30.3%;
}
#mla_gallery .gallery-item .gallery-icon img {
	border: 2px solid #cfcfcf;
}
#mla_gallery .gallery-caption {
	margin-left: 0;
	vertical-align: top;
}
.hide {
	display: none;
}


/* The CSS */
.block-content select {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:
        0 3px 0 #ccc,
        0 -1px #fff inset;
    -moz-box-shadow:
        0 3px 0 #ccc,
        0 -1px #fff inset;
    box-shadow:
        0 3px 0 #ccc,
        0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    cursor:pointer;
}
.block-content select:selected {
	outline: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .block-content select {padding-right:18px;}
}
ul.widget-area > h1.entry-title {
	font-size: 24px;
	color: #333333;
	line-height: 130%;
	margin: 0 0 5px;
	max-width: 100%;
	word-wrap: break-word;
}