/* An alternative to this is *display: inline; zoom: 1; but not standards compliant */
.menu-horiz li,
#header2-tabs .header2-tab {
  display: inline;
  zoom: 1;
}

/* Fix column layout */
.base-cols-1 #col-1,
.base-cols-2 #col-1,
.base-cols-3 #col-1 {
  width: 24%;
}

@media all and (max-width: 900px) {
  .base-cols-1 #col-1,
  .base-cols-2 #col-1,
  .base-cols-3 #col-1 {width: 32%;}
}

.editable-area .main-image {
  width: 700px;
}

.editable-area .main-image img {
  width: 700px;
}

