/**
* eDirectory - Blog Module
*
* @package			layout
* @filesource		blog.css
* @author			Arca Solutions
* @copyright		Copyright (c) 2009, Arca Solutions Inc.
* @version			eDirectory 9.1
* @since			October, 04, 2011
*			
*/

/** Blog Post Summary */

.summary
{ color:#62707B; }

	.summary h2 a:link, .summary h2 a:visited, .summary h2 a:active
	{ color:#000; } 
		
	.summary .actions
	{ background:#EEF2F5; border-bottom:1px solid #BECAD2; color:#62707B; }
		
		.summary .actions .right
		{ color:#000; }
		
	.summary p, .summary li, .summary span
	{ color:#62707B; }
	
/** Blog Post Summary > Results info */

	.search-info strong
	{ color:#061826; }

/** Detail > items > misc */
	
	.detail h1
	{ color:#061826; }

/** Detail > comments */

	.detail .comment
	{ border-top:1px solid #E6E8E9; }
		
		.detail .comment .no-image
		{ background:#FFF url(images/iconography/icon-user-thumb.gif) no-repeat 0 0; }
		
		.detail .comment .reply-comment:link, .detail .comment .reply-comment:visited, .detail .comment .reply-comment:active
		{ color:#FF510C; }
		
		.detail .comment .reply
		{ background:url(images/structure/bg-reply.gif) no-repeat left bottom; border-left:1px solid #C8CED2; }
				
			.detail .comment .reply p
			{ color:#888; }
	
/** Detail > share bar */

.share
{ background:#D5DDE4; border-bottom:1px solid #BFC2C5; border-top:1px solid #92999F; }
	
	.share ul li
	{ color:#818D97; }
		
/** Blog Post Detail / Contact Form */	

.contact-form
{ background:#ECEEF0; border-top:1px solid #E3E3E3; }

	.contact-form h2
	{ border-bottom-color:#9DA9B3; }

/** Contact form > form > form tags */

	.contact-form .form div .text, .contact-form .form div .textarea
	{ border:1px solid #83919C; border-bottom-color:#B7C0C7; border-right-color:#B7C0C7; }
	
	.contact-form .form div label
	{ color:#62707B; }

/** Contact form > form > captcha */
			
	.contact-form .form .captcha img
	{ border:1px solid #B7C0C7; }

/** Sidebar > Blog Item */
		
	.sidebar .blog-item-members .no-image
	{ background:url(images/iconography/icon-user-thumb.gif) no-repeat 0 0; }
