body {
    background: #EBF1EB ;
    margin:     0;
    padding:    40px 20px;
    text-align: center;
    color:      #333;
    /*  */
    font:       normal smaller Arial;
}
a:link {
    color: #333333;
    text-decoration: none;
}
a:visited {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color:           #990000;
    text-decoration: underline; 
    font-weight: normal
}
a img {
    border-width: 0;
}
/* Header
----------------------------------------------- */
#header {
    width:      760px;
    background: #CFD0FC url(images/BlogHead.gif);
    margin:     0 auto 10px;
    border:     0px solid #CFD0FC ;
}
#blog-title {
    margin:         5px 5px 0;
    padding:        20px 20px .25em;
    border:         0px solid #eee ;
    border-width:   0px 0px 0;
    font-size:      200%;
    line-height:    1.2em;
    font-weight:    normal;
    color:          #666;
    text-transform: uppercase;
    letter-spacing: .2em; 
    font-family: Arial
}
#blog-title a {
    color: navy;
    text-decoration: none;
    margin:          0.5em 0 1em; 
    font-size: larger; 
    font-weight: bold; 
    font-family: Arial; 
    font-stretch: narrower
}
#blog-title a:hover {
    color: #EBF1EB;
    margin: 2em 0 0.25em;
}
#description {
    margin:         0 5px 5px;
    padding:        0 20px 20px;
    border: 0px solid red;
    border-width:   0 0px 0px;
    max-width:      800px;
    font:           78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: white;
}
/* Content
----------------------------------------------- */
#content {
    width:      760px;
    margin: 0 auto;
    padding:    0px;
    text-align: left; 
    background-color: #ccccff; 
    margin-(left-right): -109px
}
#main {
    width: 520px;
    float: left; 
    background-color: white
    padding:    0;
}
#sidebar {
    background: #EBF1EB;
    width:      220px;
    float:      right;
    padding:    0em 0.5em;
}
/* Headings
----------------------------------------------- */
h2 {
    margin:          0 0 0.75em;
    font:            78%/1.4em Verdana;
    text-transform:  uppercase;
    letter-spacing:  .2em;
    color:           #000066;
    text-decoration: none;
}
/* Posts
----------------------------------------------- */
.date-header {
    margin: 0em 0 1.0em;
}
.post {
    margin: 1em 0 1em;
    border-bottom:  0
    padding-bottom: 2em;
}
.post-title {
    margin:      .25em 0 0;
    padding:     0 0 4px;
    font-size:   120%;
    font-weight: normal;
    line-height: 1.0em;
    color:       #990000;
}
.post-title a, .post-title a:visited, .post-title strong {
    display:         block;
    text-decoration: none;
    color:           #c60;
    font-weight:     normal;
}
.post-title strong, .post-title a:hover {
    color: #333;
}
.post div {
    margin: 0 0 0.75em;
    line-height: 1.1em;
}
p.post-footer {
    margin: -.25em 0;
    color:  #333333;
}
.post-footer em, .comment-link {
    font:           78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.post-footer em {
    font-style:   normal;
    color:        #999;
    margin-right: .6em;
}
.comment-link {
    margin-left: .6em;
}
.post img, .thumb img {
    padding: 4px;
    border:  1px solid #ddd ;
}
.post a img, .thumb a img {
    padding: 4px;
    border:  1px solid #008080 ;
}
.post a:hover img, .thumb a:hover img {
    padding: 4px;
    border:  1px solid #800000 ;
}
.post blockquote {
    margin: 1em 20px;
}
.post blockquote p {
    margin: .75em 0;
}
/* Comments
----------------------------------------------- */
.commentalt {
    background-color: #CCCCCC;
    padding-top:      0px;
    padding-right:    4px;
    padding-bottom:   2px;
    padding-left:     4px;
}
#comments h4 {
    margin:         1em 0;
    font:           bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
    text-transform: uppercase;
    letter-spacing: .2em;
    color:          #999;
}
#comments h4 strong {
    font-size: 130%;
}
#comments-block {
    margin:      1em 0 1.5em;
    line-height: 1.6em;
}
#comments-block dt {
    margin: .5em 0;
}
#comments-block dd {
    margin: .25em 0 0;
}
#comments-block dd.comment-timestamp {
    margin:         -.25em 0 2em;
    font:           78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
}
#comments-block dd p {
    margin: 0 0 .75em;
}
.deleted-comment {
    font-style: italic;
    color:      gray;
}
/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
    background:     #ccccff ;
    margin:         0 0 0;
    border-bottom:  1px dotted #ccc ;
    list-style:     none;
    line-height:    2em;
    padding-right:  0.5em;
    padding-left:   0.5em;
    padding-top:    0.15em;
    padding-bottom: 0.50em;
}
#sidebar li {
    margin:      0;
    padding:     0 0.25em 0.30em 0;
    text-indent: 0em;
    line-height: 1em;
}
#sidebar p {
    color:       #000066;
    line-height: 0em;
    padding:     0.5em 0.5em;
}
/* Profile
----------------------------------------------- */
#profile-container {
    margin:         0 0 1.5em;
    border-bottom:  1px dotted #ccc ;
    padding-bottom: 1.5em;
}
.profile-datablock {
    margin: .5em 0 .5em;
}
.profile-img {
    display: inline;
}
.profile-img img {
    float:   left;
    padding: 4px;
    border:  1px solid #ddd ;
    margin:  0 8px 3px 0;
}
.profile-data {
    margin:         0;
    font:           bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.profile-data strong {
    display: none;
}
.profile-textblock {
    margin: 0 0 .5em;
}
.profile-link {
    margin:         0;
    font:           78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
}
/* Footer
----------------------------------------------- */
#footer {
    width:      760px;
    background: #6666CC ;
    clear:      both;
    margin:     0 auto;
}
#footer hr {
    display: none;
}
#footer p {
    margin:         0;
    color:          #ececf0;
    padding-top:    15px;
    padding-bottom: 15px;
    font:           78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
}
/* ************** */
/* Added Styles */
/* ************** */
code, pre {
    margin:      1em 4%;
    padding:     1em;
    border:      1px solid #CCC ;
    display:     block;
    background:  #FAFAFA ;
    color:       #333333;
    font-family: "Courier New", Courier, monospace;
    font-size:   10px;
    line-height: 1.5em;
}
.archives {
    list-style-type: none;
}
/* Gallery Styles */
.gallery {
    height:           auto;
    width:            100%;
    page-break-after: always;
    margin:           2px;
    clear:            both;
}
div.thumb {
    margin:     2px;
    height:     auto;
    float:      left;
    text-align: center;
}
.thumb img {
    display: inline;
    margin:  4px;
}
.thumb a:hover img {
}
table.tabledisplay {
    border:        1px solid #006699 ;
    width:         400px;
    margin-top:    4px;
    margin-bottom: 4px;
}
table.tabledisplay td, th {
    padding:   2px;
    font-size: 10px;
}
table.tabledisplay th {
    font-weight: bold;
    font-size:   12px;
    text-align:  center;
}
table.tabledisplay td {
}
abbr, acronym, .help {
    border-bottom: 1px dotted #333 ;
    cursor:        help;
}
.hl {
    color:      black;
    background: yellow ;
}
.leermas {
    margin:          0 0 0;
    text-transform:  uppercase;
    letter-spacing:  0;
    color:           #990000;
    font-family:     Arial;
    text-decoration: none;
    font-size:       smaller;
}
