/*----------------------------------------------------------------------------------------------------------------------
   This deals with everything to do with the title of the page   
-----------------------------------------------------------------------------------------------------------------------*/

/* Container for title (background) NOTE: used in background, left and right <div>'s */
.title-line {
	position:absolute; 
	width: 100%; 
	height:3.5em; 
	background-color:#1F1F1F; 
	top: 4em;
	left:0;
	
}
	/* Container for title (text-container) NOTE: only used inside right <div> */
	.title-line-title {
		position:absolute;  
		padding-top:0.5em;
		height:3em;  
		top: 4em;
		left:0;
		background-color:#121212; 
		width:11.1em; 
		border-left: 0.2em solid ; 
		border-right: 0.2em solid ; 
		text-align:center; 
	}
		/* Container for title (text-container) NOTE: only used inside right <div> >> span */
		.title-line-title span {font-size:220%;}