h1 { 
  font-family: Verdana, arial, helvetica, sans-serif; 
  font-size: 24pt;
  font-weight: 100; 
  text-align: center;
}

h2 { 
    font-family: Verdana, arial, helvetica, sans-serif; 
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
    /* letter-spacing: .1em; */
}

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


body {
  background-color: #F5F5F5;
  background-image:url('/images/linbg.png');
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position: 65% 97%; 
  font-family: Verdana, arial, helvetica, sans-serif; 
  font-size: 10pt;
  /* line-height: 120%; */
  margin: 30px 0px 10px 0px;
  padding-left: 30px;
  padding-right: 30px;
}

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

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

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

a:visited { 
  color: #000066;
}

#banner { font-family:verdana, arial, sans-serif;
          background:#F2F2F2;
          font-size:20px;
          font-weight:normal;
          text-transform:uppercase;
          letter-spacing: .2em;
	  width:60%;
	  height:auto;
	  line-height:0%;
	  margin-top:0px;
	  margin-bottom:0px;
	  padding-left:5px;
	  padding-top:0px;
	  verticle-align:middle;
}

#desc { font-family:verdana, arial, sans-serif;
          background:#F2F2F2;
          font-size:9px;
          font-weight:normal;
          text-transform:uppercase;
          border: 1px solid;
          letter-spacing: .2em;
	  width:58.4%;
	  height:auto;
	  line-height:0%;
	  margin-top:0px;
	  margin-bottom:0px;
	  padding-left:20px;
	  verticle-align:middle;
}

#content { 
    float:left;
    position: absolute;
    width:65%;
    border-right:1px dotted #996;
    margin-right: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom:20px;
}

#content h3 {
        background:#68838B;
        font-size: 11px; 
        border:1px solid #996;
        padding:5px;
        margin-bottom:10px;
        font-weight:normal;
}

#statics { 
    position: absolute;
    left: 70%;
    width: 27%;
    margin-right: 1%;
    padding-right: 15px; 
}

#statics h4 {
             background:#68838B;
             font-size:9px;
             font-weight:bold;
             line-height:14px;
             padding:2px;
             margin-top:17px;
             text-align:center;
             text-transform:uppercase;
             letter-spacing: .2em;
}

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

#statics li {
    text-align: left;
}

img { 
  border: none;
}

cite { 
  font-style: normal;
}

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

#title { 
  position: absolute; 
  top: 10;
  left: 0;
}

#entries { 
  position: absolute;
  top: 50px;
  left: 0;
  width: 76%;
  margin-left: 2%;
  margin-right: 2%;
}
         
#footer { 
  background: #C9C994;
  padding-top: 5px;
  text-align: right;
}

#hytag {
    position: absolute;
    left: 70%;
    bottom: 5;
    width: 27%;
    margin-right: 1%;
    padding-right: 15px; 
}

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

#hytag li {
    text-align: center;
    font-size: 6pt;
}


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

