body {
    background-color: #C9C994;
    font-family: 'Open Sans', Verdana, sans-serif; 
    font-size: 10pt;
    /* line-height: 120%; */
    margin: 0px 0px 10px 0px;
    padding-left: 20px;
    padding-right: 20px;
}

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

h2 { 
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
}

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

ul.plain { 
    list-style-type: none;
    margin-left: 5px;
    padding-left: 5px;
}

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

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

input.number {
    text-align: right;
}

a:visited { 
    color: #006600;
}

#heading { 
    /* font-family:verdana, arial, sans-serif; */
    background:#996;
    border-bottom:1px;
    border-top:3px solid #996;
    padding:15px; 
}

#heading h1 {
    color:#FFF;
    font-size:20px;
    font-weight:normal;
    /* text-transform:uppercase; */
    letter-spacing: .2em;
}

#heading p {
    color: #660;
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: none;

}

#contents { 
    float: left;
    width: 76%;
    border-right:1px dotted #996;
    margin-right: 5px;
    padding-right: 10px;
    padding-bottom: 20px;
}

#contents h3 {
    background-color: #C9C994;
    font-size: 11px; 
    border:1px solid #996;
    padding:5px;
    margin-bottom:10px;
    font-weight:normal;
}

#links { 
    float: right;
    left: 76%;
    width: 22%;
}

#links h4 {
    color:#666;
    background:#996;
    font-size:9px;
    font-weight:bold;
    line-height:14px;
    padding:2px;
    margin-top:10px;
    text-align:center;
    text-transform:uppercase;
    letter-spacing: .2em;
}

#links ul { 
    list-style-type: none; 
    margin-left: 0px;
    padding-left: 5px;
}

#links li {
    text-align: left;
}

#entries { 
  top: 50px;
  left: 0;
  width: 76%;
  margin-left: 2%;
  margin-right: 2%;
}
         
#footer { 
    clear: both;
    padding-top: 5px;
    text-align: center;
    font-size: smaller;
    font-style: italic;
}

img { 
  border: none;
}

cite { 
  font-style: normal;
}

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

table.bordered { 
  border: thin solid; 
  margin: 1em; 
}

table.bordered th, table.bordered td { 
  border: thin inset;
  padding: 0 0.5em 0 0.5em; 
  margin: 0; 
}

.curr { text-align: right; }

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

.code {
  border: 1px solid;
  padding: 1em;
  background-color: #BAB46A;
}

.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;
}

