* {
  font-family: Tahoma, Bitstream Vera Sans, sans-serif;
}

h1 {
    font-size: 24px;
    margin: 0px;
    text-align: center;
}

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

h3 {
  font-size: 16px;
  margin: 1px;
}

body {
  background-color: #CCCCCC;
  font-size: 12pt;
  margin: 0px 0px 10px 0px;
  padding: 0px 30px;
}

dt {
	padding:12px 10px 8px;
	font-weight: bolder;
	font-family: serif;
}

dd {
}

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

a {
  text-decoration: none;
}

a:link {
	color: #CC0000;
}
a:visited {
	color: #662222;
}
a:hover {
	text-decoration: underline;
}

a.article-title { color: black; }

a.blogtitlelink {
	color:#BB0000 !important;
}

#banner {
	color:#BB0000 !important;
	background:#000000;
	font-size:26pt;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: .2em;
	padding: 15px;
	width: 98%;
	margin-right: 15px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
}

.blogtitle {
	font-size:26pt;
	padding-bottom: -5px;
	margin: -10px;
	margin-bottom: -15px;
}


.subtitle {
  text-align: right;
  font-size:14pt;
  letter-spacing: 0.1em;
  margin-bottom: -10px;
}

#content {
    float:left;
    position: relative;
    width:70%;
    border-right:2px dotted #000000;
    border-collapse:collapse;
    margin-right: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom:20px;
}

#content h2 {
    font-size: 20pt;
    padding-bottom: 5px;
    border-bottom: none;
}

#content h3 {
	padding: 0px 5px;
        color: #000000;
        font-size: 20px;
}


#content h4 {
        background-color: #BB0000;
        border:2px solid #000000;
        padding:4px;
        margin-bottom:10px;
        margin-top: 0px;
	font-weight: bold;
        font-size: 12pt;
	-moz-border-radius:5px;
}

#content h5 {
	font-size: 17px;
	font-weight: bold;
}
#content li {
	margin-bottom: 0.5em;
}


.contentmeta {
	font-size: 10pt;
	padding: 0px 5px;
        margin-bottom:25px;
        margin-top:25px;
	text-align: right;
}

.contentbody {
	padding: 0px 5px;
	text-align: justify;
	/*
	-moz-column-width:15em;
	-moz-column-gap:2em;
	*/
}

#navigation {
    position: absolute;
    left: 70%;
    width: 185px;
    margin-right: 2%;
    margin-left: 3px;
    padding-top: 6px;
    padding-right:15px;
    padding-left: 10px;
    border-left:2px dotted black;
    border-collapse:collapse;
    white-space: nowrap;
}

#navigation h4 {
             color:#BB0000;
             background:#000000;
             border:2px solid #BB0000;
             font-size:14pt;
             font-weight:bold;
             padding:4px;
             margin-top:10px;
	     margin-bottom: 0px;
             text-align:center;
             text-transform:lowercase;
             letter-spacing: .2em;
	     -moz-border-radius:5px;
}

#twitter_update_list {
    list-style-type: circle;
    margin-left: 3px;
    padding-left: 5px;
}

#twitter_div {
    width:180px;
    white-space: normal;
}

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

#navigation li {
    text-align: left;
}

#categories {
     margin-left: 3px;
     padding-left: 5px;
}

.signature {
    position: relative;
    border-top: solid 1px #000000;
}


img {
  border: none;
  text-decoration: none;
}

blockquote {
  font-style: italic;
  background-color: #EEEEEE;
  border: dashed black 1px;
  padding: 5px;
  width: 85%;
}

pre {
	font-family: monospace;
	background-color: #EEEEEE;
	border: dashed black 1px;
	padding: 5px;
	width: 85%;
}

cite {
  font-style: italic;
}


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 {
  position: absolute;
  top: 50px;
  left: 0;
  width: 76%;
  margin-left: 2%;
  margin-right: 2%;
}

.pager {
  text-align: right;
  font-size: smaller;
}

#footer {
  background: #333333;
  padding-top: 5px;
  text-align: right;
}

.code {
  font-family: courier, monospace;
  font-size: 10pt;
  line-height: 110%;
  margin-left: 4em;
}
code {
  font-family: monospace, courier ;
  font-size: smaller;
}
p.codeblock {
  background-color: #EEEEEE;
  border: dashed black 1px;
  padding: 5px;
  width: 85%;
}
ol.listblock {
  background-color: #EEEEEE;
  border: dashed black 1px;
  padding: 5px;
  width: 85%;
  list-style-position: inside;
}

#bloglogo {
    text-align: right;
    margin-top: 15px;
    vertical-align: middle;
}

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

.blosxomComment {
    font-size: smaller;
    background-color: #EEEEEE;
    padding: 3px;
    border: dotted 2px black;
    width: 75%;
}

.blosxomCommentPreviewMessage {
    font-weight: bolder;
    color: #EEEEEE;
    background-color: #BB0000;
    padding: 3px;
    border: solid 2px black;
    width: 75%;
}


a.CommentPreviewLink { color: #CCCCCC; }

.blosxomCommentForm {
    font-size: smaller;
    bottom: 15px;
    width: 60%;
    }

.pic {
	background-color: #DDDDDD;
	padding: 10px;
	text-align: center;
	width: 350px;
	margin-left: 40px;
	font-size: smaller;
}

.pic-clean {
	padding: 10px;
	text-align: center;
	width: 350px;
	margin-left: 40px;
}

.footnotes {
    font-size: smaller;
}

.footnotes li {
    padding-bottom: 10px;
}

.footnote-tag {
	vertical-align:super;
	font-size: x-small;
}

.info {
	font-size:48pt;
	position:relative;
	padding:0px;
}

.info2 {
	font-size:48pt;
	position:relative;
	padding:0px;
}

.source {
	font-size: smaller;
	margin-bottom: 0px;
}
