.link {
  display:block;
  height:100%;
}

h1 { 
  font-family: monospace;
  font-size: 24pt;
  line-height: 30pt;
  font-weight: 100; 
  margin: 0px; 
  text-align: center;
}

h2 { 
    font-family: monospace;
    color: #FF0000;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
    /* letter-spacing: .1em; */
}

h3 { 
  background-color: #999966;
  font-size: 12px; 
  line-height: 100%; 
  margin: 0px; 
}



body {
  background-color: #FFF;
  width: 900px;
  font-family: monospace;
  font-size: 10pt;
  line-height: 120%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;

}

ul.plain { list-style-type: none;
           background-color: #DDDDDD;
           border: 1px solid #000000;

         }

a { 
  color: #FF0000;
  text-decoration:none; 
}

a:hover { 
  color: #FF0000;
  text-decoration: underline; 
}

a:visited { 
  color: #FF0000;
}

dl
{
background-color: #DDDDDD;
border: 1px solid #000000;
margin: 5px;
padding: 20px;
}

dt
{
margin: 0;
padding: 4px 0px;
font-weight: bold;
border-bottom: 1px dotted #000000;
}

dd
{
left: 0;
margin: 0 0 1em 0;
padding 4px 0px;
}


#banner { font-family:monospace;
	  width:900px;
	  color:#FFF;
          background:#000;
          font-size:24px;
          font-weight:normal;
          padding: 10px 0px;
          margin-bottom: 5px; 
          text-transform:normal;
	  text-align:center;
          letter-spacing: .3em;
}

#container { 
   position: relative;
   height: 100%;
}

#colophon {
    color: grey;
    border: 1px solid grey;
    padding-bottom: 1px;
    padding-top: 3px;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 900px;
    text-align: center;
    letter-spacing: .2em;
}

#content { 
    background: #FFF;
    float: left;
    clear: left;
    height: 100%;
    /*clear: both;*/
    padding-right: 5px;
    
    margin-top: 0px;
    margin-bottom: 20px;
    width: 690px;
    padding-right: 5px;
}

#content h3 {
        background-color: #FFF;
        font-size: 11px; 
        border:1px solid #000;
        padding:5px;
        font-weight:normal;
}


#links { 
    background-color: #DDD;
    float: right;
    clear: right;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 191px;
    border: 1px dotted;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    height: 100%;

}

#links h4 {color:#000;

             font-size:12px;
             font-weight: bold;
             line-height:14px;
             text-transform:lowercase;
             /*text-decoration: underline;*/
             letter-spacing: .2em;
}

#blosxomComment {
  background-color: #CDC;
  padding: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 10px;
  width: 330px;
}


img { 
  border: none;

}

cite { 
  font-style: normal;
}

acronym[title], abbr[title], cite[title] { 
  border-bottom: 1px dotted black;
  cursor: help;
}

#title { 
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
}

#entries { 
  top: 50px;
  left: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
         
#footer { 
  background: #C9C994;
  padding-top: 5px;
  text-align: right;
}

.code { 
  font-family: courier, monospace;
  font-size: 10pt;
  line-height: 110%;
  margin-left: 4em;
}

.centre {
    text-align: center;
}

.inlinecode {
  font-family: courier, monospace;
  font-size: 10pt;
  line-height: 110%;
}

.toc {
  margin: 1px 0px 2px 0px  
}

.blogfooter { 
  font-size: x-small;
}

/* Some classes for my CV, produced using XMLResume */
.skillSetTitle, .jobTitle {
    font-weight: bold;
}

.employer {
    font-style: italic;
}
