

/*  
   ----------------------------------------------------------------------------
     :: SWAN BROWSER CSS: LAYOUT
   ----------------------------------------------------------------------------

   The css for the knowledge base browsing toolkit.
   
   Project: SWAN (Semantic Web Applications in Neuromedicine)
   Authors: Paolo Ciccarese & Marco Ocana
   Created: May 22nd, 2008
*/

#footer { 
	line-height: 1.2em;
	height: 62px;
	padding: 10px;
	position: relative;
	display: block;
}
 
	#footer span#swanlogo {
		position: absolute;
		left: 10px;
		text-align: left;
		z-index: 100;
	}
	#footer div#swanlogo {
		position: absolute;
		left: 10px;
		text-align: left;
		z-index: 100;
	}
		
	#footer span#swanlogo img {
		border: 0px;
		height: 64px; 
	}
	
	#footer span#swantext { 
		position: absolute;
		left: 70px; 
		text-align: left;
		padding-top: -1px;
		z-index: 100;
		
	}
	#footer div#swantext { 
		position: relative;
		left: 80px;
		text-align: left;
		padding-top: -1px;
		width: 50%;
		display: inline;
		
	}
	#footer div#termsOfUse{
		position: relative;
		left:80px;
		top: -1.5em; 
	}

	#footer span#license{
		bottom: 12px;
	}
	
	#footer span#otherlogos {
		position: absolute;
		right: 0px;
	}
	#footer div#otherlogos {
		clear: right;
		float: right;
		right: 0px;
		position: relative;
		padding-left: 10px;
	}
	
	#footer div#otherlogos img {
		border: 0px;
		height: 64px;
	}
	
	#footer div#otherlogos a {
		padding-right: 5px;
	}

