<blockquote>How does one change the seperator’s on the front page from the solid line between posts to the dotted line fashion as displayed in the demo ( http://www.joomlart.com/template/ja_villadi_soft/ )</blockquote>
You can try:
.article_seperator {
display: block;
height: 20px;
background: url(../images/seperator.gif) repeat-x center;
}
Remember to copy seperator.gif to your templatename/images folder.
<blockquote>and last question how do you modify the text NOT the style of text in the email to friend function. I would like to change some of the wording etc.</blockquote>
Just copy these images to your templatename/images folder. It will override default joomla icon.
Hope it help.