/**
 * lptheme, for Drupal 6
 **
 */

@import "../salamander/style.css";

/* On display, add some more whitespace for multi-value fields (because label is on top) */
.lp-field-multiple {clear:both; margin-bottom:5px;}

/* For single values, make label floated to the left */
.lp-field-single {clear:both; margin-bottom:0.5em;}
/* .lp-field-single .field-label {clear:both; float:left; width:130px;} */

/* Remove Dr. Radut and expand legal notice to take up slack */
#footer .legal1 {display:none;}
#footer .legal2 {margin-top:1em;}

#lp-content-type-prehead {
  margin-bottom: 0.3em;
}

/* reduce padding from 20px to give more usable space */
#sidebar-left .block {
  padding: 4px !important;
}


/* hide OPML icon from organic groups, hide all feed icons */
a.opml-icon { display: none; }
a.feed-icon { display: none; }

.author-groups .author-pane-label { display: none; }
.author-pane-section { margin-bottom: 0; }
.author-pane .author-name { font-size: 100% }

.block { margin-bottom: 8px; }

.block .view-id-og_my table td.views-field a { font-size: 90% }