@CHARSET "ISO-8859-1";

/* GENERAL */

html, body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
	background: #535353;
}

img, a.img {
	border: 1px solid #E6E6E6;
	padding: 4px;
	margin: 4px;
}

h1 {
	color: #000000;
	font-size: 1.75em;
	padding: .25em 5px;
	background: #E6E6E6;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

h4 {
    font-size: 1.2em;
    line-height: 1.35em;
    text-align: center;
}

#sidebar h2 {
    color: #FFFFFF;
}

/* HEADER */
#header {
	width: 100%;
	height: 115px;
	background: #FFFFFF top url(/~ILIM/img/banner-bw.png) no-repeat;
}


/* BODY */
#body {
	position: relative;   /* menu is then positioned absolute relative to body */
	z-index: 10;					/* place content in body above menu */
}

#content {							/* main column */
	width: 820px;
	margin-left: auto;		/* centered */
	margin-right: auto;
	background: white;
	padding-bottom: 10px;
}

#content a {
	text-decoration: none;
	color: #000000;
}

#sidebar {
	float: right;
	width: 208px;
	padding: 16px;
}

#sidebar img {
	border: 4px solid white;
	margin: 0;
	padding: 0;
}

#sidebar .caption {
	text-align: center;
	color: #FFFFFF;
	font-size: 1.5em;
}

#sidebar a {
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar a:hover {
	border-bottom: 1px dotted #FFFFFF; 
}

.sideitem {
	margin-bottom: 16px;
}

#onecol {
	margin: 10px;
}

#onecol a {
	border-bottom: 1px dotted #000000;
}

#twocol {
	background: url(/~ILIM/img/bg/twocol-g.gif) repeat-y right;
	padding-bottom: 10px;
	margin-bottom: -10px; 	
	padding-top: 4px;
}

#maincol {
	width: 560px;
    margin: 6px 10px 10px 10px;
}

.logo {
    text-align: center;
}

.logo img {
    border: none;
}

.seperator {
	width: 100%;
	border-bottom: 1px solid #0A6496;
	margin: 24px 0 24px -10px;	
    padding-right: 20px;
}

.sideseperator {
	width: 100%;
	margin: 16px 0 16px -16px;
	padding-right: 32px;
	border-bottom: 1px solid #FFFFFF;
}


/* PEOPLE AND PROJECTS */
ul.categorylist {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

#people img, #courses img {
    width: 75px;
	float: left;
}

#projects img {
    width: 150px;
    float: left;
}

#people .name, #projects .title {
	font-weight: bold;
	font-size: 1.5em;
}

#people .position {
	font-style: italic;
	position: absolute;
	right: 10px;
	top: 5px;
}

#courses tbody tr td, #people tbody tr td, #projects tbody tr td {
    width: 790px;
    position: relative;
    float: left;
    padding: 5px 5px 10px 5px;
}

#courses .title {
    font-weight: bold;
    font-size: 1.5em;
}

#courses .links {
    font-style: italic;
}

#seminars tbody tr {
    width: 790px;
}

#seminars tbody tr th {
    font-weight: bold;
}

#seminars tbody tr td {
    padding: 10px 0;
}

ul.categorylist li {
    width: 370px;
    margin: 10px;
    padding: 4px;
    border: 1px solid #E6E6E6;
    float: left;
    text-align: center;
}

.categorylist img {
    margin-left: auto;
    margin-right: auto;
}

.imgthumbs img {
    float: left;
    width: 133px;
    height: 100px;
    margin-left: 5px;
    margin-right: 5px;
}


/* Zebra striped tables */
.even { background: white; }
.even img { border: 1px solid #E6E6E6; }
.odd { background: #BFBFBF; }
.odd img { border: 1px solid #FFFFFF; }


/* MENU */

#menu {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 1.68em;
	z-index: -10;					/* put the menu behind everything */
	font-size: 1.75em;
}

#menu ul {
	list-style: none;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	position: static;
}

#selected {
	background: #E6E6E6;
	color: #000000;
}

#menu li {
	padding-top: .25em;
	padding-bottom: .25em;
	padding-right: 50%;		/* important: padding not margin */
												/* allows bg across entire li */
}

#menu ul a, #menu #sel {
	position: relative;
	text-decoration: none;
	margin-right: 415px;
}

#menu ul a {
	color: #FFFFFF;
}

#menu #sel {
	color: #000000;
}

#menu ul a:hover {
	border-bottom: 1px dotted #FFFFFF;
}

#menu #sel:hover {
    border-bottom: 1px dotted #000000;
}

/* FOOTER */
#footer {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.5em;
	padding-bottom: 10px;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}

#footer em {
	font-weight: bold;
}


/* MISCELLANEOUS */
div.clearer {
	clear: both;
	font-size: 1px;
	height: 1px;
}
