._hidden {
	display: none;
}

._hidden, #respond ._hidden, #commentform ._hidden {
	display: none;
}

#respond input[type="text"]._hidden,
#commentform input[type="text"]._hidden {
	display: none;
}

div._errorMsg {
	border: 1px solid #d45252;
	color: #540000;
	background: #ffe1e1;
	margin: 1em 0;
	font-size: 1em;
	padding: 5px;
}

div._errorMsg span {
	
}
/*----- YELP BAR -----*/

#scroller {
    width:100%;
    height:100px;
    background-color:#fff;
}

#yelpbar {
    background-color: #fff;
    height:40px;
    width:100%;
    z-index:999;
    border-bottom: 2px solid #c41200;
    text-align:center;
}

#yelpcontent {
    display: inline-block;
    padding-top:5px;
    height:30px;
    margin:0 auto;
}

.yelptext {
    float:left;
    padding:5px 0 0 0;
    margin-right:7px;
    color:#5f5f5f;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size:14px;
    font-style:italic;
    height:30px;
}

.yelpimg {
    float:left;
    height:30px;
    margin-right:7px;
}

#yelpcontent a {
    color:#c41200;
}