/* CSS Document */

#calendar-widget-buttons {
    width: 100%;
	margin-bottom:10px;
}

#calendar-widget-buttons a.today {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
    width: 100px;
}

#calendar-widget-buttons .browse {
    width: 90px;
}

#calendar-widget-buttons a.event-submit {
    -webkit-border-radius: 0 0 4px;
    -moz-border-radius: 0 0 4px;
    border-radius: 0 0 4px;
	width: 90px;
}

#calendar-widget-buttons a {
    border-top: 0;
}

#calendar-widget-buttons .ui-button-text-only .ui-button-text {
    font-size: 10px;
    font-weight: 700;
}

#datepicker .ui-datepicker {
	display:block;
	width:280px;
}

#most-recent-ads h4 {
    font-weight: bold;
    background: #2f6295;
    padding: 10px;
    margin-top: 10px;
    color: #FFF;
}

.mra-list {
	margin: 0px;
	padding: 0px 5px;
	list-style: none;
}

.mra-title {
	font-weight:bold;
}

.mra-list li {

    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;

}

.mra-date {
	color: #900;
	font-size:10px
}

.mra-date img {
    margin-right: 5px;
}

#top-banner {
	margin-left:10px!important;
}

#top-banner div {
	float:left;
	margin-right:10px;
}

.right-banner div {
	margin-bottom:10px;
}

#legal-banner div {
	margin:0 auto;
}

#review {
	clear:both;
}

.welcome {
	text-align: right;
	margin-right: 15px;
	font-weight: bold;
	font-size: 13px;
}

.mid-content {
	margin:10px;
}

.header {
	background-color:#ffffff;
}

.header .left {
	padding: 10px 10px 0px 10px!important;
}

.welcome p {
	padding: 10px;
	margin: 0px;
	color: black;
}

.welcome a {
	color: white;
}

@media screen and (max-width: 1024px) {
	.footer { width:100%; }
	
}

@media screen and (max-width: 990px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 600px) {

}

@media screen and (max-width: 480px) {
	.footer-section-block { width:90%!important; }
	#keyword, #business_location_id { width: 160px !important; }
	#business-listing, #business-map { float:none!important; width:100%!important; }
	#carousel li { width: 75px!important; margin:10px 3px!important; font-size:10px; }
	.arrow.next { right:10px!important; left: auto!important }
	.arrow.prev  { left:10px!important; margin-left: 0px!important }
}


@media screen and (max-width: 320px) {

}
