Just list some issues you may like to know:
<div class="post-meta"><%=LocalizeByKey("PostedIn")%> <%=CategoryLinks(", ")%> <i>By <b><%=Entry.Author%></b></i></div>
, in the view file of current theme and delete it.
<%=FormatPostedTimeWithDayNumberSuffix()%> (that format actions in our team blog) or <%=FormatPostedTimeWithDayNumberSuffix("yyyy-MM-dd")%> (yyyy-MM-dd is the format supported in the .net framework).
<%@ Register TagPrefix="uc" TagName="Rating" Src="~/DesktopModules/SunBlog/Shared/Rating.ascx" %>
If not please append it. Then place the following code in anywhere as you want (note that you can’t modify its id otherwise it will throw error):
<uc:Rating ID="widgetRating" runat="server" EnableViewState="false"/>
BTW, you can refer to the _default theme and copy the rating section into your current theme.
Baldwin: I posted a support ticket on the forum about how to change the font of the entry description to arial. This is getting me closer, but do I modify basic view.aspx or change styles.css
Please refer to the similar tutorial - How to develop your customized theme for SunBlogNuke. Hope it makes sense.