The default time zone is set to Eastern time.
More specifically the attribute "siteTimeZone" defaults to the value "-4".
-4 means 4 hours behind UTC.
You can override this in your named outline with a directive at the top level:
#siteTimeZone "-7"
Markdown posts are now rendered correctly within the bloghome template.
The markdown content of the post is wrapped in a DIV with class "markdown."
Outline rules like list-space, outline-indent, outline-space and outline-space-before will not apply within the Markdown generated content.
You'll have to use CSS and the wrapper class "markdown" to style the spacing and padding of elements within the Markdown content.
Kyle