/**
 * @package		EasyBlog
 * @copyright	Copyright (C) 2010 Stack Ideas Private Limited. All rights reserved.
 * @license		GNU/GPL, see LICENSE.php
 *  
 * EasyBlog is free software. This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or
 * is derivative of works licensed under the GNU General Public License or
 * other free or open source software licenses.
 * See COPYRIGHT.php for copyright notices and details.
 */


/**
 * blog.latest.php
 */

/** overall title, inherit from .componentheading as well **/     
.eblog_view_title {
	font-family: 'Myriad Pro', Arial, 'Helvetica Nueu', Helvetica, san-serif !important;
	font-size: 22px !important;
	font-weight: none !important;
	line-height: 22px !important;
	margin: 0 0 20px !important;
}
 
.eblog_view_title .icon-rss {
	background: transparent url(../images/icons/feeds.png) no-repeat 0 0;
	display: block;
	float: right;
	font-size: 11px;
	padding-left: 18px;
	text-decoration: none;
}
 
/** holds all entry listing **/
.eblog_entries_wrapper {
	margin: 20px 0;
} 

/** entry wrapper **/
.eblog_entry {           
 	margin-bottom: 40px;
}

/** entry avatar wrapper **/
.eblog_entry_avatar {
	border: solid 1px #ccc;
	float: left;
	min-width: 60px;
	padding: 2px;
	text-align: center;
	width: auto !important;
	width: 60px;
}
	
	.eblog_entry_avatar a {
		display: block;
	}
	
	#eblog-wrapper .eblog_entry_avatar img {
		height: auto !important;
		margin: 0 !important;
		max-height: 60px;
		max-width: 60px;
		width: auto !important;
	}

/** entry title wrapper **/
.eblog_entry_title_wrapper {  
	margin-left: 75px;
	padding-bottom: 5px;
}

/** entry title itself **/
.eblog_entry_title {
	float: left;
	margin: 0;
	padding: 0 0 7px;
	width: 100%;
}

/** entry meta, basically holds category, author and comment count **/
.eblog_entry_meta {
	border-bottom: solid 1px #ccc;
	display: block;
	float: left;
	padding: 5px 0;
	position: relative;
	width: 100%;
}

/** entry date **/
.eblog_entry_date {
 	background-image: url(../images/icons/calendar.png);
}

/** blog author **/
.eblog_entry_author {
 	background-image: url(../images/icons/author.png);
}


/** category text wrapper **/
.eblog_entry_category {
 	background-image: url(../images/icons/folder_edit.png);
}


/** entry comment count **/
.eblog_entry_comment {
 	background-image: url(../images/icons/comments.png);
}

.eblog_entry_date,
.eblog_entry_author,
.eblog_entry_category,
.eblog_entry_comment {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-left: 20px;
}


/** entry admin menu **/
#eblog-wrapper .eblog_entry_admin_menu {
	background: transparent url(../images/icons/all-settings.png) no-repeat center center;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: 20px;
	right: 5px;
	line-height: 29px;
	position: absolute;
	text-align: center;
	top: 3px;	 
	width: 20px;	
}
	
	#eblog-wrapper .eblog_entry_admin_menu ul {
		background: transparent;
		border-bottom: solid 1px #900;
		display: none;
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 20px;
		right: -5px;
		width: 150px;
		z-index: 1000;
	}
		
		#eblog-wrapper .eblog_entry_admin_menu li {
			background: #fee;
			border-right: solid 1px #900;
			border-left: solid 1px #900;
			border-bottom: solid 1px #ce9c9c;
			color: #888;
			list-style: none;
			padding: 0;
			margin: 0;
			text-align: left;
		}
			
			#eblog-wrapper .eblog_entry_admin_menu a {
				color: #c00;
				display: block;
				font-size: 11px;
				height: 15px;
				line-height: 15px;
				margin: 0 5px;
				padding: 5px 10px 5px 20px;
			}
			
			#eblog-wrapper .eblog_entry_admin_menu a:hover {
				color: #900;
				text-decoration: none;
			}
			
			#eblog-wrapper .eblog_entry_admin_menu .admin_menu_top {
				background: transparent url(../images/admin_menu_top.png) no-repeat bottom right;
				border: none;
				height: 8px;
				line-height: 8px;
				padding: 0;
				margin: 0;
				display: block;
			}
			
			#eblog-wrapper .eblog_entry_admin_menu .admin_menu_bottom {
				background-color: #d09999;
				text-align: right;
				display: block;
				text-transform: lowercase;
				border-bottom: 0;
				font-size: 80%;
			}


		#eblog-wrapper .edit a {
			background: transparent url(../images/icons/edit.png) no-repeat left center;
		}
		
		#eblog-wrapper .unpublish a {
			background: transparent url(../images/icons/unpublish.png) no-repeat left center;
		}
		
		#eblog-wrapper .delete a {
			background: transparent url(../images/icons/cross.png) no-repeat left center;
		}
		
		#eblog-wrapper .featured_add a {
			background: transparent url(../images/icons/featured_add.png) no-repeat left center;
		}
		
		#eblog-wrapper .featured_remove a {
			background: transparent url(../images/icons/featured_remove.png) no-repeat left center;
		}
		
		#eblog-wrapper .schedule a {
			background: transparent url(../images/icons/schedule.png) no-repeat left center;
		}
		
		#eblog-wrapper .approve a {
			background: transparent url(../images/icons/approve.png) no-repeat left center;
		}

/** entry content wrapper **/
.eblog_entry_content_wrapper {
 	display: block;
 	margin-bottom: 10px;
	width: 100%;	
} 

/** entry tags wrapper **/
.eblog_entry_tags {
	background: transparent url(../images/icons/post-tags.png) no-repeat left center;
	display: block;
	line-height: 16px;
	border-top: solid 1px #f6f6f6;
 	padding: 5px 150px 5px 20px;
}

/** entry readmore wrapper **/
.eblog_entry_readmore {
	float: right;
	margin: 10px 0;
	text-align: right;
}

	.eblog_entry_readmore a {
		background-color: #eee;
		border-left: solid 3px #ddd;
	 	padding: 5px 15px;
	}

/** some other link wrapper for entry **/
.eblog_entry_links {

}

/** styling for entry link or comment list **/
.eblog_entry_links_title {

}

/** show all link for entry **/
.eblog_entry_show_all {

}