/*
** Original style by www.oswd.org, edited by Marc Falzon
*/

/* ##### Common Styles ##### */

body {
  color: black;
  background-color: white;
  font-family: sans-serif;
  font-size: 0.8em;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

acronym, .titleTip {
  border-bottom: 1px dotted gray;
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

acronym:hover, .titleTip:hover {  /* Ignored by MSIE. The nerve! */
  border-bottom: 1px solid #140c00;
}

.doNotDisplay {
  display: none;
}

img { border : none; }
img.icon { vertical-align : middle; }

h1, h2, h3, h4, h5, p { margin: 0 0 1em 0; }
h1 { font-size: 2em; }
h2 { font-size: 1.4em; text-align : center; }
h3 { font-size: 1.2em; text-align : center; }
h4 { font-size: 1em; }
h5 { font-size: 0.9em; }

ul { padding-left : 15px; }

/* ###### Header ###### */

#header {
	display : none;
}

/* ##### Main Copy ##### */

#main-copy {
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 2em;
  padding: 0;
  height : 100px;
}

#main-copy p {
  text-indent: 1em;
  margin: 0 0 1.5em 0;
  padding: 0;
}

#main-copy a {
  color: #402700;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  color: #ff9c21;
  background-color: transparent;
  text-decoration: none;
}

#main-copy div.column2 h2, div.column3 h2 {
   color : #402700;
   text-align : center;
}

#main-copy h4 {
	text-align : center;
}

div.column2 > h5 {
	margin-bottom : -5px;
	line-height : 100%;
}

.byline {
  border-bottom: 1px solid gray;
  margin: -1.2em 0 1em 0;
  padding: 0;
  width: 100%;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

[class~="byline"] {
  margin-top: -1.4em;
}

#main-copy .byline a {
  color: #140c00;
  background-color: transparent;
  text-decoration: none;
}

.column1, .column2, .column3 {
  margin: 3em 0;
  padding: 0 2%;
  float: left;
  width: 28%;
}

.column2 > h4 { text-align : center; }

.column2 {  /* Renders the column dividers */
  border-left: 1px dotted #ccc;
  border-right: 1px dotted rgb(204,204,204);
}

.raisedCap {
  text-indent: 0.5em;
}

[class~="raisedCap"] {  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  text-indent: 1em;
}

.noIndent {
  text-indent: 0 !important;
}

/* CV */

#main-copy div.cv {
  float: left;
	padding : 2em;
}

#main-copy div.cv > h3 {
	color : #402700;
}

#main-copy div.cv > h4 {
	text-align : left;
}

/* a propos */

#main-copy div.apropos {
	float: left;
	padding : 2em 2em 0 2em;
}

#main-copy div.apropos p {
  margin-left: 0;
}

/* publications */

#main-copy div.work {
	float: left;
	padding : 2em 2em 0 2em;
}

#main-copy div.work > img.flag {
	margin-right : 0.3em;
}

#main-copy div.work > a.pubname {
	font-weight : bold;
}

#main-copy img.photo_mwa {
	float: left;
	padding-right: 1em;
}

/* ###### Footer ###### */

#footer {
	display : none;
}

body > #footer {  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  padding-top: 0.5em;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  color: rgb(175,175,175);
  background-color: transparent;
  text-decoration: underline;
}
