/**
 * @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.
 */


#eblog_header {
	background: none;
	border-bottom: solid 1px #888;
	margin: 0 0 10px;
	position: relative;
}
	
	#eblog_header_inner {
	 	padding: 10px 15px 0;
	}

    #eblog_header_inner h1 {
     	margin: 0;
     	padding: 0;
    }
    

/** toolbar **/	
#eblog_toolbar {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
	#eblog_toolbar .toolbar_item {	
		background: none;
		border-bottom: 0;
	    display: block;
	    float: left;
	    margin: 0 5px 0 0;
	    padding: 0;
	}
		
		#eblog_toolbar .toolbar_item a {
			background: #ecebeb;
			border: solid 1px #aaa;
			border-bottom: solid 1px #888;
			color: #666;
			display: block;
			float: left;
			font-weight: 700;
			margin-bottom: -1px;
			padding: 5px 15px;
			text-decoration: none;
		}
		
		#eblog_toolbar .toolbar_item.item-active a {
			background: #fff;
			border-bottom: solid 1px #fff;
			color: #333;	
		}
		
		#eblog_toolbar .toolbar_item a:hover,
		#eblog_toolbar .toolbar_item a.hover {
		 	background: #fff;
		}
		
			
		/**
		 * for dashboard button only
		 */
		#eblog_toolbar li.toolbar-dashboard {
			float: right;
			margin-right: 0;
			padding: 0;
			overflow: visible;
			position: relative;
		}
					 			
			#eblog_toolbar li.toolbar-dashboard a {
			
			}
			
			#eblog_toolbar li.toolbar-dashboard.item-active a,
			#eblog_toolbar li.toolbar-dashboard a:hover {

			}
				
				#eblog_toolbar li.toolbar-dashboard a span {
					background: none;
					display: block;
				}

			
			#eblog_toolbar li.toolbar-dashboard ul.submenu {
				border: solid 1px #aaa;
				border-top: 0;
				display: none;
				list-style: none;
				margin: 0;
				padding: 0;
				position: absolute;
				right: 0;
				top: 34px;
				z-index: 1000;
			}
				
				#eblog_toolbar li.toolbar-dashboard ul.submenu li {
					background: #fff;
					border-bottom: solid 1px #eee;
					float: left;
					margin: 0;
					padding: 0 5px;
				}
				
					#eblog_toolbar li.toolbar-dashboard ul.submenu li a {
						background: none;
						border: 0;
						color: #888;
						font-size: 11px;
						font-weight: normal;
						line-height: 150%;
						padding: 5px 5px 5px 25px;
						text-indent: inherit;
						width: 130px;
					}
					
					#eblog_toolbar li.toolbar-dashboard ul.submenu li a:hover {
						color: #333;
						text-shadow: 0 1px 1px #ccc;
					}
					
					#eblog_toolbar li.toolbar-dashboard ul.submenu li.has_separator {
						border-bottom: solid 2px #eee;
					}
									 
					#eblog_toolbar li.toolbar-dashboard ul.submenu li.addnew a {
						background: transparent url(../images/icons/add.png) no-repeat left center;
					}
					
					#eblog_toolbar li.toolbar-dashboard ul.submenu li.posts a {
						background: transparent url(../images/icons/all-posts.png) no-repeat left center;
					}
					
					#eblog_toolbar li.toolbar-dashboard ul.submenu li.comments a {
						background: transparent url(../images/icons/all-comments.png) no-repeat left center;
					}
					
					#eblog_toolbar li.toolbar-dashboard ul.submenu li.categories a {
						background: transparent url(../images/icons/all-categories.png) no-repeat left center;
					}
					
					#eblog_toolbar li.toolbar-dashboard ul.submenu li.tags a {
						background: transparent url(../images/icons/post-tags.png) no-repeat left center;
					}
					
					#eblog_toolbar li.toolbar-dashboard ul.submenu li.settings a {
						background: transparent url(../images/icons/all-settings.png) no-repeat left center;
					}