@font-face{
font-family: 'beta';
src: url('DejaVuSans.ttf') format('truetype');
}

@font-face{
font-family: 'betasans';
src: url('DejaVuSerif.ttf') format('truetype');
}

body{
font-size: 100%;
font-family: beta, sans-serif;
text-align: center;
padding: 40px 0 0 0;
background: #393939 url(body.png);
background-attachment: fixed;
}

#dhtmltooltip{
position: absolute;
width: 20em;
padding: 7px;
text-align: left;
visibility: hidden;
z-index: 1000;
background: #5c5b5b;
-moz-box-shadow: 7px 7px 20px black;
-webkit-box-shadow: 7px 7px 20px black;
box-shadow: 7px 7px 20px black;
}

#dhtmltooltip h3{
color: #fff;
padding: 5px 0 5px 10px;
background-color: #445151;
}

#dhtmltooltip p{
font-size: 1em;
color: #1f1f1f;
padding: 2px 0 2px 10px;
background-color: #fff;
}

#dhtmltooltip img{
display: block;
padding: 5px 0 -2px 0;
color: #1f1f1f;
}

.flowfix:after{
content: ".";
font-size: 0px;
display: block;
clear: both; 
visibility: hidden;
}

div#content{
width: 36em;
text-align: left;
margin: auto;
padding: 0 0 20px 0;
background: #222;
}

div.wrap{
background: #445151;
padding: 0px 0 10px 0;
}

a{
color: #f1f1f1;
outline: 0;
text-decoration: none;
}

a:hover{
color: #ec0000;
}

h1{
font-size: 2.7em;
font-family: 'Yanone Kaffeesatz', beta, serif;
padding: 15px 0 30px 20px;
background: #ffdd00;
}

h1 a{
color: #1f1f1f;
background: #ffdd00;
}

h2.title{
clear: both;
font-size: 2.0em;
font-family: 'Yanone Kaffeesatz', beta, serif;
margin: 0 0 0 20px;
padding: 0 0 5px 0;
}

h2.cat{
clear: both;
font-size: 2.0em;
font-family: 'Yanone Kaffeesatz', beta, serif;
margin: 0 0 0 20px;
padding: 10px 0 5px 0;
}

h4.closearticle{
text-align: right;
padding: 0 30px 10px 0;
}

h3.date{
color: #aaa;
padding: 15px 0 0 0;
margin: 0 0 3px 20px;
}

h3.date a, h4.closearticle a{
color: #aaa;
border-bottom: #999988 1px dotted;
}

h3.date a:hover, h4.closearticle a:hover{
color: #dd0000;
border-bottom: #dd0000 1px dotted;
}

h3.date span{
font-size: 1.2em;
color: #0099ff;
}

h3.title a{
padding: 0 0 2px 0;
color: #f1f1f1;
border-bottom: #f1f1f1 1px dotted;
}

h3.title a:hover, h3.date a:hover{
padding: 0 0 2px 0;
color: #ec0000;
border-bottom: #ec0000 1px dotted;
}

h3.title{
clear: both;
font-family: 'Yanone Kaffeesatz', beta, serif;
letter-spacing: 1px;
font-size: 1.9em;
margin: 0 0 7px 15px;
padding: 0 0 0 5px;
}

div h4{
font-size: 1.2em;
margin: 10px 0 3px 20px;
}

p{
font-family: beta, sans-serif;
line-height: 26px;
padding: 0 20px 10px 20px;
}

p.image{
text-align: center;
margin: 10px 0 0 0;
}

p.image a img{
padding: 10px;
background: #f1f1f1;
}

p.image a, p.image a:hover{
border-bottom: #fff 0px solid;
}

p span{
display: block;
}

p span a{
color: #fff;
border-bottom: #fff 1px dotted;
}

p a{
color: #fff;
border-bottom: #fff 1px dotted;
}

p a:hover{
border-bottom: #ec0000 1px dotted;
}

object{
margin: 10px 0 20px 25px;
}

div#search{
background: #445151;
margin: 0 0 20px 0;
padding: 0 0 5px 0;
border-bottom: #ffdd00 3px solid;
}

div#search h2#title{
float: left;
width: 5em;
font-family: 'Yanone Kaffeesatz', beta, serif;
font-size: 2.5em;
padding: 5px 0 5px 20px;
color: #999988;
}

div#search h2#close{
float: right;
width: 5em;
font-family: 'Yanone Kaffeesatz', beta, serif;
font-size: 2em;
text-align: right;
padding: 10px 20px 5px 0;
}

div#search h2#close a{
color: #ffdd00;
border-bottom: #ffdd00 1px dotted;
}

div#search h2#close a:hover{
opacity: .8;
}