/* INI Home page styles
   $Id: ini-home.css 2352 2008-10-29 14:07:26Z dylan $
   This is an override stylesheet which amends the base styles for 
   use on the INI home page.
   
   Author: Dylan Muir <dylan@ini.phys.ethz.ch>
   Created: 20th April, 2008
*/

/* @override 
	http://dbdevel/~dave/db2/login/include/ini-home.css
	http://dbdevel/~dylan/db2/include/ini-home.css
	http://dbdevel/~dylan/db2/login/include/ini-home.css
	http://dbdevel.lan.ini.uzh.ch/~dylan/db2/include/ini-home.css
	http://www.ini.uzh.ch/db2/include/ini-home.css
*/

/* @group General content overrides */

div#content {
	padding: 0ex;
}

div.content-background {
	background-color: #a1adc4;
}

#content h1,
#content h2,
#content h3,
#content h4 {
}

#content a {
}

.body-content a {
	background-color: transparent;
	width: auto;
}

body {
}

/* @end */

/* @group Header overrides */

/*
#header .background-image {
}

div.background-image img {
}

.page-logo .with-nav-tree {
}

div.with-nav-tree img {
}
*/
/* @end */

/* @group "About the ini" text object */

div.home-about {
	display: none;
	padding-top: 1ex;
	font: italic 120% "Myriad Pro", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: black;
}



/* @end */

/* @group Navigation tree overrides */

/* @end */

/* @group Carousel overrides */

div.carousel {
	clear: none;
	overflow: auto;
	margin: 0ex;
	padding: 0ex;
}

/* @end */

/* @group Footer overrides */


/* @end */

