/* GENERAL STYLES */
/*
Engage.Blog/Screen.css

COMMENTS
1) Include from Engage.Theme.Shared/Screen only if site has blog??

Craig: 
- update css as desired
- update Engage.Blog.Post.xslt and Engage.Blog.Comment.xlst for any markup 
  changes you wish to see in the blog 
- return above to me for inclusion in next Starter Kit

*/

/* Template: Blog/Frontpage */
.EngageBlogNarrowcolumn{
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 375px;
}
#EngageBlogSidebar{
}

/* Template: Blog/Post */
.EngageBlogWidecolumn{
}
.EngageBlogEntrytext{
}

/* Engage.Blog.Post.xslt */
.EngageBlogPost a {
}
.EngageBlogPostByline{
}
.EngageBlogPostEntry{
}
.EngageBlogPostMetadata{
}

/* Engage.Blog.Comments.xslt */
.EngageBlogCommentlist{
}
.EngageBlogCommentMetadata{
}


/* EDITOR PROPERTIES */

