/* ------------------------------- MOBILE ----------------------------------*/

#mobileHeader
{ 
  z-index: 2;
  position: fixed;
  width: 100%;
  height: 60px;
  background-color: #333;
  display: block;
}


.menu-icon.mobile
{
  color: #fff;
  font-size: 50px;
  margin: 10px;
}

.ui-content > *:first-child+div
{
  margin-top: 63px;
}

#siteTitle
{
  display: inline;
  border: none;
}

#siteTitle img
{
  height: 40px;
}

.photos-B-200x300
{
    max-width: 30%;
}

.photos-MW-310
{
	max-width: 100%;
}


.commonPanelListing.blogSummary,
.commonPanelListing.searchSummary,
.commonPanelListing.businessSummary,
.commonPanelListing.announceSummary,
.commonPanelListing.centerSummary {
width: unset;
max-width: 100%;
}


.commonPanelBox
{background-color: #fff;
border-color: #f95;
border-style: solid;
border-width: 5px 1px 1px;
margin-bottom: 10px;}

/*
.commonPanelListing.searchSummary
{
	float:right;
	border: 1px solid #ccc;
	padding: 2px;
}
*/

.calendarRowEven
{
	max-width: 100%;
}

.calendarRowOdd
{
	max-width: 100%;
}

#calendarResultsTable
{
	width: 100%;
}

.comments,
.postAComment
{
	width: 100%;
}

/* real estate page styles
*/
#REHeaderInfoMobile td.address {
  text-align:left;
}
#REHeaderInfoMobile td.price {
  text-align: right;
  color: #002970;
}

#REHeaderInfoMobile td.address,
#REHeaderInfoMobile td.price,
.price {
  color:#002970;
  font-family:georgia;
  font-size:140%;
  font-weight:700;
  line-height:1.2em;
  width: unset;
}
.price {
  font-size: 100%;
  padding-bottom: 5px;
}

.sepLine.mobile{
  width:unset;
  margin:unset;
}
.realEstateMap {
  width:unset;
  max-height:300px;
}

.REAttributeBlock {
  padding:2px 10px;
}

/*classified styles*/
.classContact.mobile,
.classBody.mobile {
	width:100%;
}
.classContact.mobile {
	padding:0px;
}
.classContainer.mobile {
	width:99%;
}


/*
@media only screen and ( min-width:320px ){
	#sidr ul{
	max-width:100%;}
}
 {
  margin: 0;
  padding: 0;
}*/