	/* ------------------------------------------
	*  SHOW PAGE
	* ---------------------------------------- */

    h2 { margin-bottom: 20px; }

	/* Post comments */
	h4#comments { clear: both; border-top: 2px solid #999; border-bottom: 1px solid #eee; padding: 0.5em 0 0.6em; margin: 0 0 1.2em; }
	form#make-a-comment { padding: 0 0 0 9.5em; }
	form#make-a-comment textarea { width: 97.7%; }

	/* Back to main blog link */
	p#backToBlogs {  font-weight: bold; margin: 0.7em 0 1em 1em; }

	/* Sidebar Navigation */
	ul.navigation.box li#createPost { background: url(/img/assets/ico-create-post.png) no-repeat 3px 7px; }
	ul.navigation.box li#editPost { background: url(/img/assets/ico-edit-post.png) no-repeat 3px 7px; }
	ul.navigation.box li#deletePost { background: url(/img/assets/ico-delete-post.png) no-repeat 3px 7px; }
	ul.navigation.box li#bookmarkPost { background: url(/img/assets/ico-favorite.gif) no-repeat 4px 7px; }
	ul.navigation.box li#commentOnPost { background: url(/img/assets/ico-add-comment.png) no-repeat 3px 7px; }
    ul.navigation.box li#commentOnWall { background: url(/img/assets/ico-comments.png) no-repeat 4px 8px; }
	ul.navigation.box li#subscribeToPosts { background: url(/img/assets/ico-rss.png) no-repeat 4px 7px; }
	ul.navigation.box li#sharePost { background: url(/img/assets/ico-email.gif) no-repeat 4px 7px; }
	ul.navigation.box li#visitUserProfile { background: url(/img/assets/ico-profile.png) no-repeat 4px 7px; }
	ul.navigation.box li#sendAMessage { background: url(/img/assets/ico-email.gif) no-repeat 4px 7px; }
	ul.navigation.box li a { padding-left: 26px; }

    .blog_post { overflow: hidden; }
