/* -----------------------------
DES HIGGINS lab
LAST UPDATE: 20 march 2008
by:		 	 Alessandro

-------- CONTENTS --------------
1) page structure
	_body
	_header
	_logo
	_home
	_wrapper
		|_twocolumns_wrapper

2) menu
	_MainMenu
	_sub menu

3) footer

4) fonts

5) others
		_publications
--------------------------------*/
/*colors
gray: 		#f2f2f2;
	  		#555;
dark black:	#262f35 (header)
gray:		#697987;
green: 		#a4cf43;
			#bde562;
*/



/* 1) Page structure
=======================================================	*/
body {
	margin: 0px;
	padding: 0px;
	background: #f2f2f2;
	color: #555;
	font: 12px/160% Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	text-align: center;
	}

/* Reset margin and padding for all elements */
* {margin: 0; padding: 0;}

#header {
	white-space: nowrap;
	float: left;
	width: 100%;
	background: #262f35 url(images/bg-header.gif) top left repeat-x;
}

logo {
	float: left;
	width: 357px;
	margin: 20px 0px 20px;
	color: #fff;
}
#logo span, #logo a {
	display: block;
	width: 357px;
	height: 60px;
	border: none;
	background: url(images/logo2.gif) no-repeat;
	}
#logo img  {
	display: block; 
	width: 0; 
	border: none;
}

/* HOME START*/
.home {
	width:100%;
	background-color:#FFFFFF;
	float:left;
	font: normal 14px 'Helvetica Neue', Arial, Verdana, sans-serif;
}

.wrapper {
	width: 730px; 
	margin: 0 auto; 
	text-align: left;
}

#column2 {
	width:325px;
	float:left;
	padding:20px;
	text-align:left;
}

/*#home .onecolumn ul {
	list-style: none;
	margin: 0 0 10px;
	font-size: 11px;
	line-height: 160%;
}
#home .onecolumn li {
	padding: 0 0 10px 24px;
	background: url(images/icon-video16.gif) no-repeat 0 5px;
}*/
/*HOME END*/





/* 2) Menu
=======================================================	*/
ul#mainMenu {
	list-style: none;
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 3px 0;
	text-align: right;
}
ul#mainMenu li {
	display: inline;
	margin: 0 7px;
	color: #697987;
	font-size: 17px;
	font-weight: bold;
}
ul#mainMenu li a {
	margin: 0;
	padding: 0;
	color: #fff;
	border: none;
	background: none;
	text-decoration: none;
}
ul#mainMenu li a:hover {color: #d5e5f2}


#subMenu {
	float: left;
	width: 100%;
	background: #bde562;
	border-bottom: 1px solid #a4cf43;
	padding-top: 8px;
	padding-bottom: 8px;
	}


/* 3) Footer
=======================================================	*/
#footer {
	float: left;
	width: 100%;
	padding: 0 0 10px;
	border-top: 4px solid #d9d9d9;
	background: #f2f2f2;
	color: #999;
	font-size: 11px;
	text-align: center;
	}
#footer a {border: none;}
#footer p {
	margin: 0 0 0px;
	padding: 10px 0 0;
	text-align: center;
	clear: both;
}

/* 4) Fonts
=======================================================	*/
.person {
	color:#bde562;
	
}


/* 5) Others
======================================================= */
/*publications*/
.year {
	color:#a4cf43;


}

/* Andreas Wilm: added 2008-07-31
 * css way to center images
 * see for example http://www.netmechanic.com/news/vol7/html_no10.htm
 * use as follows: 
 * <p class="centeredImage"><img src... alt... /></p>
 */
.centeredImage {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

