/**********************************************
*
* CSS Definition for homepage of mark buckley
* located at:
*  http://www.coli.uni-sb.de/~buckley
*
**********************************************/

/**********************************************
* sections
*/

/* set up variables
//$header_colour = "485ba8";
//$navbar_colour = "f5821f";
//$content_colour = "ffee00";

//$margin_to_content = 200;
*/

BODY {
background : #dddddd;
}

DIV.main {
/*//  debugging only...
//  background-color:#abcdef;*/
    margin:0 auto;
}

DIV.header {
/*background-color:#485ba8;*/
background-color:#f5821f;
margin-left: 20ex;
}

DIV.pagecontent {
margin-left: 20ex;
}

DIV.navbar {
background-color:#f5821f;
float: left;
padding-right: 6ex;
}

DIV.pagecontent-text {
float: left;
}

DIV.contactinfo-text {
float: left
}

DIV.pagecontent-pic {
text-align: center
}

/*
* end sections
**********************************************/

/**********************************************
* fonts etc
*/

BODY, H1, H2, H3, H4, H5, H6, TH, TD, LI {
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  color: #000000;
}

H1 {
  font-size: x-large;
}

A:link {
  color: #0000cc;
  text-decoration: underline;
}

A:visited {
  color: #551a8b;
  text-decoration: underline;
}

ul.navlist {
  list-style-type: none;
  padding-left: 0.3em;
}

ul.navlist li {
  padding: 0.3em
}

ul.pubslist li {
  padding: 0.3em
}

/*
******************
get rid of image borders
*/

img {
  border: 0px;
}

