/*-----attach body.custom to any style you add here-----*/

/* jr 101121 this should reduce the amount of white space (top margin) before meta line at end of each post */
body.custom .entry-meta {
	margin-top: 0px; }

/* jr101121 set to 0 vice 1 makes this line between posts disappear */
body.custom .looped .entry {
	border-bottom: 0px dashed #ddd;
}

/* jr 101120 made these in style.css first, now including here so an upgrade won't kill them */

/* to.... fontsize fm/to 1.3/1.9, weight 700/500*/
body.custom  .entry-title, .page-title{font-size:1.5em; font-weight:700; line-height:1; margin:0.9091em 0 0;font-color:black; }

/* from ....  73 - .entry-title, .page-title{font-size:2.2em; line-height:1; margin:0.9091em 0 0;} */

/* from font 1.5..... */
body.custom .entry-content h1, .entry-content h2{font-size:1.05385em; line-height:1; margin:1.5em 0 0.5em;}

/* from  lineheight 1.5.... */
body.custom .entry-content {font-family: verdana, 'Lucida Grande', arial, sans-serif; font-size:1.2em; line-height:1.05385; margin:1.5385em 0 0;}
  
