   /* path.css v0.3.2 Last modification : 10/04/2016
	* Desc:	Custom header for template page
	*		Contains 
	*				 - a ul element for horizontal menu with eye-candy tab
	*				 - a base title with same color of ul background
	*
	*		Usage : <ul id="path">
	*				<li><a href="#"> Menu</a></li>
	*				</ul>
	*				<span id="title">Title<i>version</i></span>
	*
	*		Color : 	#path, #title,{
	*					background-color: color1;
	*					color : color3;}
	*
	*					#path li{
	*					color: color4
	*					border-top: solid 1px color2;
	*					border-bottom: solid 1px color2;
	*					}
	*	
	*					#path li:before{border-left-color: color2;}
	*					#path li:after{border-left-color: color1;}
	*					#path li a{color: color4;} 
	*
	*					color1 : global bgcolor
	*					color2 : brighter global bgcolor
	*					color3 : main color (basically, black)
	*					color4 : link color 
	*
	*					Made by ney
	*/
	
	#path{
		margin : 0em;
		height : 46px;
		position: relative;
		line-height: 18px;
		white-space: nowrap;
		border-bottom: solid 2px #CCC;
		-webkit-margin-before: 0em;
		-webkit-margin-after: 0em;
		-webkit-padding-start: 0px;
		padding-left: 0px;
		-moz-padding-start : 0px;
	}
	
	#path a{text-decoration: none;}
	
	#path span{
   	 	position: absolute;
		left: 0;
		padding: 14px 20px 14px 0px;
		font-weight: 700;
		font-size: 18px;
	}
		
	
	#path li{
		display: inline;
		}
	
	
	#path a:hover span{
		border-bottom: solid 4px #fff;
		padding-bottom: 10px;} 
	
	#path a{
		text-decoration: none;
		color: #FFF;
		} 
	
	
	, #title,body{
		background-color: #0d6f79 !important;
		/* margin-bottom: 12px !important; */
		border-bottom-color: #e9e9e9;
	}
	
	#lefttext, .header-bar{ 
		background-color: #8a1f26 !important;
    	border-color: #5a1419 !important;
        }
    
	#lefttext { // no longer used
		display: block;
		padding-left: 70px !important;
		border-right-style:  solid 2px;
		border-right-width: 2px;
	}
	
    #avatar{
		width: 60px;
		height: 60px;
		padding: 2px;
		background: white;
		position: relative;
		top: -8px;
		left: -8px;
		float: left;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		border : solid 2px #ccc;
		z-index: 3;
	}
	
	#imglink{
		margin:auto;
		float: right;
		}
		
	#imglink img:hover{
		border-top: 2px solid white;
	}
	
	#imglink img{
		height: 18px;
		padding: 12px;
		border-top: 2px solid #272424;
	}
	
	span#imglink{
		padding: 0;
		float: right;
		left: 0;
		margin-right: 25px;
	}