/*  screen.css - MoinMoin Default Styles

Copyright (c) 2001, 2002, 2003 by Juergen Hermann
*/

/* content styles */

/* debug 
* {border: 1px dotted blue;}
*/

body {
    padding: 0;
    border: 0;
    /*
	font-family: "Trebuchet MS", Verdana, Tahoma, "Bitstream Vera Sans", "Bitstream Vera Sans Roman", "Vera Sans", Verdana, Arial, Lucida Grande, sans-serif;
    */
    font-family: Georgia, serif;
    font-size: 14px;
    background: url('../img/tapet-bw-light-light-light-blueish-light-light-gray.png');
}

html {
}
#wrapper {
    padding: 0;
    margin: 0 132px auto 0;
    padding-left: 0px;
    border-top: 1px solid white;
    border: none;
}
#switch-to-opera {
    padding: 2px;
    margin: 0;
    background-color: #fdc;
    letter-spacing: 2x;
    color: black;
    border: 1px solid red;
    font-size: 10px;
    text-align: center;
}
#wp-site-wrapper {
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    margin-left: auto;
    margin-right: auto;
    padding: 0;

    width: 1000px;
    background-color: #f0f0f0;
}
#wrapper_main {
    padding: 0;
    margin: 0 0 0 0;
    padding-left: 0px;
    border-top: 1px solid white;
    border: none;
}
#rightmenu {
    position: absolute;
    top: 40px;
    right: 0;
    padding: 0;
    margin: 0;
    width: 125px;
}
/* google ads */
#google_ad_frame_1300 {
    width: 160px;
    height: 1300px;
    z-index: -1;
}
#google_ad_frame_600 {
    height: 600px;
    width: 160px;
    z-index: -1;
}
div.single-post-comment-ad {
    margin-top: 30px;
    margin-bottom: 1px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding-top: 10px;
    padding-bottom: 10px;
}

#wp-content img {
    max-width: 100%;
}

img[src^="http:"] {
    border: 1px solid black;
    margin: 10px 0;
}
#content_main {
    padding: 10px;
    margin-top: 10px;
	/*
     font-family: Verdana, Tahoma, "Bitstream Vera Sans", "Bitstream Vera Sans Roman", "Vera Sans", Verdana, Helvetica, Arial, Lucida Grande, sans-serif;
     */
}
#content {
    padding: 10px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
	/*
     font-family: Verdana, Tahoma, "Bitstream Vera Sans", "Bitstream Vera Sans Roman", "Vera Sans", Verdana, Helvetica, Arial, Lucida Grande, sans-serif;
     */
}
#gallery {
	padding: 0;
    padding-left: 10px;
    padding-top: 10px;
	font-size: small;
	background-color: #fff;
	color: #333;
}
.g2-content {
}

#wp-content, 
#wp-content-main {
    background: white;
    padding: 10px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto; /* auto*/
    max-width: 700px;
	/*
     font-family: Verdana, Tahoma, "Bitstream Vera Sans", "Bitstream Vera Sans Roman", "Vera Sans", Verdana, Helvetica, Arial, Lucida Grande, sans-serif;
     */
}
#wp-content-main {
    max-width: 540px;
    margin-left: 0px;
    margin-right: 10px;
    border-right: 1px solid #ccc;
}
#wp-content-main ul {
    list-style-type: circle;
}
#wp-content-main li {
}
#wp-content .single-post-submit {
    margin-left: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    float: right;
}
#photofeed h2,
#wp-content-main h2 {
    margin-bottom: 10px;
}

p + p {
    margin-top: 10px;
}

p, pre, .line, em, strong, span, blockquote, ul li, ul, li  {
    line-height: 1.7em;
    margin-top: 0;
    /* mail@mikael.jansson.be 2009-11-17
    text-align: justify;
    */
}

blockquote {
    margin-left: 20px;
    font-style: italic;
}

/* restructured text */
div.system-message {
    padding: 10px;
    margin: 10px;
    background: yellow;
    color: black;
    border: 2px solid red;
}

/* ..except for the front and articles pages! */
#wp-content-main div.system-message,
#wp-content-articles div.system-message {
    display: none;
}
#wp-content-articles .document p {
    font-size: 12px;
}


#g2-content-wrapper,
#wp-page {
    margin: 0;
    margin-right: 190px; /* sync with #wp-navmenu's margin-right */
    padding: 5px 10px 10px 10px;
    border-right: 1px solid #aaa;
    background: white;
}
#page {
    margin: 0;
    padding: 5px 10px 10px 10px;
    border: none;
    /*
    margin-right: 0px;
    margin-left: 10px;
    */

   /* theses are some Firefox 1.5b1 specific extensions, see also the CSS3 draft.
   -moz-column-width: 25em;
   -moz-column-gap: 2em;
   -moz-column-rule: solid black 0.3em;     --   doesn't work yet with 1.5b1!

   TODO: make text/gui editor NOT use #page css, we don't want columns there!
    */
}
h1 {
    font-size: 2em;
    /*letter-spacing: 1.4px;*/
    /*
    font-size: 2.9em;
    letter-spacing: 1.9px;
    */
	font-family: Helvetica, Georgia, serif;
    /*
	font-family: Verdana, Tahoma, "Bitstream Vera Sans", "Bitstream Vera Sans Roman", "Vera Sans", Verdana, Helvetica, Arial, Lucida Grande, sans-serif;
    */
	font-weight: normal;
    margin: 5px 0;
    padding: 0;
    color: #931f1f;
}
h1 a {
    color: #931f1f ! important;
}

#top + h1{
    margin-top: 40px;
}
h1.sitelogo {
    display: none;
    text-align: center;
    font-size: 16px; text-align: center; color: #a55;
    font-weight: bold; letter-spacing: 8px;
	font-family: Verdana, Tahoma, "Bitstream Vera Sans", "Bitstream Vera Sans Roman", "Vera Sans", Verdana, Helvetica, Arial, Lucida Grande, sans-serif;
    margin-top: 10px;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;

}
h1.sitelogo a {
    color: blue!important;
}
h1.sitelogo a:hover {
    text-decoration: underline;
}
div.post {
    border-bottom: 1px solid gray;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: auto;
}
div.post-single {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto;

}
div.postmeta-head, /* wordpress */
div.postmeta-foot {
	font-family: Verdana, Tahoma, "Bitstream Vera Sans", "Bitstream Vera Sans Roman", "Vera Sans", Verdana, Helvetica, Arial, Lucida Grande, sans-serif;
    font-size: 10px;
    color: #555;
    margin: 0;
    padding: 0;
}
div.postmeta-head .when {
    font-size: 10px;
    font-weight: bold;
    color: black;
    /*
    color: black!important;
    */
}
div.postmeta-head .theauthor {
    color: black;
    font-size: 10px;
}
div.postmeta-head .thecategory a {
    font-weight: bold;
    font-size: 10px;
}

div.postmeta-head a {
    font-weight: normal;
}
form#commentform {
    border: 1px solid #e9e9e9;
    background-color: #f9f9f9;
    padding: 10px;
    color: gray;
}

h2, /* tic: H2 only used by docutils if you do /not/ have text after the H1! */
h1.post,
h1.tableinclude,
h3 { 
    font-weight: normal;
	font-family: Helvetica, Georgia, serif;
    color: #333;
    margin-top: 10px;
}
/*#wp-content h2 { 2010-01-29 */
#page h2 {
    border-bottom: 1px solid black;
}
#wp-content-main h2 {
    font-size: 28px;
}
#photofeed h2 {
    font-size: 20px;
    margin: 0;
    padding: 0;
}
#wp-content-main h3 {
    font-size: 14px;
    margin-bottom: 0;
	font-family: Helvetica, Verdana, Tahoma, "Bitstream Vera Sans", "Bitstream Vera Sans Roman", "Vera Sans", Verdana, Helvetica, Arial, Lucida Grande, sans-serif;
    font-weight: bold;
}
#wp-content h3 {
    font-size: 15px;
    font-weight: bold;
	font-family: Helvetica, Verdana, Tahoma, "Bitstream Vera Sans", "Bitstream Vera Sans Roman", "Vera Sans", Verdana, Helvetica, Arial, Lucida Grande, sans-serif;
    color: black;
    margin-bottom: 0px;
    margin-top: 15px;
}
h3#respond {
    font-size: 28px;
    font-weight: normal;
    color: #931f1f;
}
#wp-content h4 {
    font-size: 12px;
	font-family: Helvetica, Verdana, Tahoma, "Bitstream Vera Sans", "Bitstream Vera Sans Roman", "Vera Sans", Verdana, Helvetica, Arial, Lucida Grande, sans-serif;
    font-weight: bold;
    color: black;
    margin-bottom: 0;
    margin-top: 15px;
}

/* docutils */
#wp-content p.topic-title { /* table of contents */
    font-weight: bold;
    margin: 0;
    display: none;
}
.section h2 a,
.section h3 a {
    color: black;
}
#contents {
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
    border: 1px solid #eee;
}
#contents ul {
    padding-left: 0px!important;
    list-style-type: none;
}
#contents ul ul {
    padding-left: 20px!important;
    list-style-type: none;
}

h3#comments,
h1.post { /* wordpress */
    margin-bottom: 0;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
    font-weight: bold;
}
h3#comments,
h1.post a {
    margin-top: 0;
	font-family: Georgia, serif;
    font-weight: normal;
    /*
	font-family: Helvetica, Verdana, Tahoma, "Bitstream Vera Sans", "Bitstream Vera Sans Roman", "Vera Sans", Verdana, Helvetica, Arial, Lucida Grande, sans-serif;
    color: #612626!important;
    color: black!important;
    */
}
h1.post a:hover {
    text-decoration: underline;
}

h2+h2,
h1.tableinclude+h1.tableinclude,
h3+h3 {
    margin-bottom: 7px;
    }
h2.pagename-heading,
h2.recentchanges,
h4 {
    font-size: 16px;
    font-weight: bold;
    color: gray;
	font-family: Helvetica, Georgia, serif;
    /*
	font-family: Verdana, Tahoma, "Bitstream Vera Sans", "Bitstream Vera Sans Roman", "Vera Sans", Verdana, Helvetica, Arial, Lucida Grande, sans-serif;
    */
    padding: 0;
    /*text-transform: uppercase;*/
}
h2.recentchanges {
    margin-bottom: 0;
}
h5 {
    font-size: 10pt;
	font-family: Helvetica, Verdana, Tahoma, "Bitstream Vera Sans", "Bitstream Vera Sans Roman", "Vera Sans", Verdana, Helvetica, Arial, Lucida Grande, sans-serif;
}
h6 {
    font-size: 8pt;
	font-family: Helvetica, Verdana, Tahoma, "Bitstream Vera Sans", "Bitstream Vera Sans Roman", "Vera Sans", Verdana, Helvetica, Arial, Lucida Grande, sans-serif;
}

div.entry { /* wordpress */
    margin-top: 10px;
}

#updates {
    float: left;
}
#photofeed {
    margin: 0;
    padding: 0;
}
#wp-page #photofeed { /* wordpress-specific */
    margin: 0;
    padding: 0;
    margin: 5px 0 15px 0;
/*
    max-width: 225px;
    margin-right: 70px;
    margin-left: 30px;
    float: left;
    */
    margin-left: auto!important;
    margin-right: auto!important;
    max-width: 800px; /* 8 (number of pics) x (70 px (height) + margin (5px)) */
}
#photofeed p {
    /*
    float: left;
    margin: 0;
    margin-right: 20px;
    margin-bottom: 10px;

    width: 80px;
    font-size: 10px;
    border: 1px solid gray;
    padding: 15px 15px 10px 15px;
    background-color: #f0f0f0;
    */
    display :inline;
    margin: 0;
    padding: 0;
    font-size: 12px;  /* XXX Ugly hack, fix the feed instead! */
}
#photofeed br {
    display: none;
}

/* flags */
img[src^="http://mikael.jansson.be/static"],
img[src^="http://mikael.jansson.be/wp-content"] {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
}
h2.pagetitle {
    padding-top: 0;
    font-size: 14px;
    font-weight: bold;
	font-family: Verdana, Tahoma, "Bitstream Vera Sans", "Bitstream Vera Sans Roman", "Vera Sans", Verdana, Helvetica, Arial, Lucida Grande, sans-serif;
}
#photofeed img {
    margin: 0;
    width: 70px;
    height: 70px;
    padding-left: 5px;
    padding-top: 35px;
    padding-bottom: 35px;
}
#photofeed img:hover {
    width: 140px;
    height: 140px;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 1;
    position: absolute;
}
img.photofeed {
    border: none;
}

img.bordered {
    border: 1px solid black;
}
/* docutils stuff */
table, table td, table tr {
    border: none;
    border-collapse: none;
	font-family: Verdana, Tahoma, "Bitstream Vera Sans", "Bitstream Vera Sans Roman", "Vera Sans", Verdana, Helvetica, Arial, Lucida Grande, sans-serif;
    font-size: 12px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-left: 0;
}
table.docinfo .docinfo-name {
    padding-top: 0;
    margin-top: 0;
}
th {
    text-align: right;
}
table.docinfo .field-body {
    padding-top: 0;
    margin-top: 0;
}
table.docinfo pre {
    margin: 0;
    padding: 0;
}
table.docinfo td,
table.docutils td {
    padding: 0;
    margin: 0;
    padding-left: 10px;
}
a {
	font-family: Verdana, Tahoma, "Bitstream Vera Sans", "Bitstream Vera Sans Roman", "Vera Sans", Verdana, Helvetica, Arial, Lucida Grande, sans-serif;
}
a:link { text-decoration: none; }
a:link:hover, a:link:active { text-decoration: underline; color: red; }
a:visited { text-decoration: none; color: blue; }
a:visited:hover { text-decoration: none; color: red; }

input {
    /* does strange effect to button (text size becomes bigger when clicking)
    font-size: 1em;
    font-family: Arial, Lucida Grande, sans-serif;
    */
}

textarea, textarea#content {
    font-size: 0.8em;
    font-family: monospace;
}

.disabled {
    /* IE ignore disabled attribute, but at least show items in gray */
    color: gray;
}

#wp-header { /* wordpress */
   padding: 5px 5px 10px 5px;
}
#wp-header h1 {
    font-size: 14px;
    font-weight: normal;
}
#wp-header h1 a {
    font-weight: bold;
}
#wp-header #breadcrumb {
    font-size: 12px;
}
#wp-header #breadcrumb a {
    font-weight: bold;
    color: #931f1f;
}
#tag-cloud {
    max-width: 180px;
    line-height: 1.4;
    text-align: left;
}
#wp-sidebar {
    clear: both;
    float: right;
    max-width: 170px;
    background-color: transparent;

    margin: 0;
    padding: 0 10px 10px 10px;

    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border: none;
}
#wp-sidebar,
#wp-sidebar * {
    font-size: 10px;
    /*
    background-color: #f9f9f9;
    */
    z-index: 10;
}
#site-activity {
    font-size: 10px;
    max-width: 230px;
    padding: 0;
    margin: 0;
}
#site-activity ul {
    margin: 0;
    padding: 0;

    list-style-type: none;
}
#site-activity ul.entries li {
    padding-left: 10px;
    padding-right: 10px;
}
#site-activity ol.most-popular {
    padding-left: 20px;
    list-style-type: decimal;
}
#site-activity ol.most-popular li {
    padding: 0;
    margin: 0;
}
#site-activity ul.recent-comments {
    list-style-type: disc;
    padding-left: 20px;
}
#site-activity ul.recent-comments li {
    margin: 0;
    padding: 0;
}
#site-activity li {
    margin: 0;
    padding: 0;
    text-align: left;
}
#site-activity > ul > li {
/*
    border-bottom: 1px solid #aaa;
    margin: 10px 0 10px 0!important;
    */
    margin-bottom: 5px;
}
#site-activity h2,
#wp-sidebar h2 {
    font-size: 10px;
    font-weight: bold;
	font-family: Verdana, Tahoma, "Bitstream Vera Sans", "Bitstream Vera Sans Roman", "Vera Sans", Verdana, Helvetica, Arial, Lucida Grande, sans-serif;
    margin: 0;
    padding: 0;
    /*
    border-top: 1px solid #aaa;
    */
    color: black;
    color: #552d00; /* brownish */
    color: #773d00; /* redbrownish */
    color: #931f1f; /* reddish */
}
#wp-author {
    color: white;
    background-color: #931f1f; /* reddish */
    background-color: #446; /* purplish */
    float: right;
    width: 200px;
    font-size: 10px;
    padding: 5px 10px 5px 10px;
    margin: 0;
    height: 55px;
}
#wp-author p,
#wp-author h2 {
    line-height: 1.2em!important;
    margin: 0;
    padding: 0;
}
#wp-author h2 {
    border: none;
    padding-top: 0;
    font-weight: bold;
    font-size: 12px;
    color: white;
}
#wp-author a {
    color: white;
    text-decoration: underline;
    display. block;
}
#wp-author a:hover {
    color: red;
}

ul.similar-posts {
    padding-left: 15px;
    background-color: #f9f0f0;
    padding: 5px;
    list-style-type: none;
}
ul.similar-posts span.when {
    float: right;
    font-size: 10px;
}
#pagenav ul li { /* wordpress */
    display: inline;
}

/* user interface styles */

#header {
    display: none;
    margin: 0px;
    padding: 0px;
    /* (dark gray) background-color: #3D4551; */
    /* (gray) background-color: #E7E7E7; */
    /* (brown) background-color: #eed080; */
    /*background-color: #50a0f0;*/
    /* dark reddish brown: #7a5c32 */
    /* light reddish brown: #af8348 */
    /* dark blueish: #3D4551; */
    background-color: #6D75a1;
    line-height: 1.5em;
    color: black;
}
#pagelocation {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
}
#sitetitle,
#sitetitle * {
    margin: 0 0 0 10px;
    padding: 0;
}
#sitetitle,
#sitetitle * {
/* goes well with dark blueish:
    color: #8D95A1; */

    color: #597BB3;

    font-weight: bold;
    font-size: 20px;
	font-family: Verdana, Tahoma, "Bitstream Vera Sans", "Bitstream Vera Sans Roman", "Vera Sans", Verdana, Helvetica, Arial, Lucida Grande, sans-serif;
    letter-spacing: 2px;
}
#sitetitle a {
    letter-spacing: 5px;
}
#sitetitle, #sitetitle * { display: none; }
#crumbs {
/*
    position: absolute;
    top: 28px;
    right: 21px;
    margin: 0;
    */
    float: right;
    /* 28 - (height-of-rss-icon/2) */
    margin-top: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-right: 21px;
    z-index: 30;
    color: black;
    font-weight: bold;
}
#crumbs a {
    color: #931f1f;
}
#crumbs,
#crumbs * {
    font-size: 15px;
}
#username,
#username * {
    font-size: 0.85em;
}
#sitetitle a:hover {
    color: #931f1f;
}
ul.frontpage {
    padding: 0px 0 0px 15px;
    margin: 15px 0;
}
ul.frontpage li {
    padding: 0px 0px 5px 0px;
    margin: 0;
}
#categories {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 10px;
}
#categories strong {
    color: #931f1f;
    }
#categories br {
    display: inline!important;
}
#recentchanges {

    float: right;
    clear: right;

    width: 250px;
}
#lastfm {
    float: right;
    margin-right: 65px;
    margin-top: 0;
    margin-bottom: 10px;
}
#wp-navmenu {
    margin: 0;
    padding: 0;
    /*background-color: #612626;*/
    background-color: #633; /* pinkish */
    background-color: #215; /* purplish */
    background-color: #103; 
    padding-left: 5px;
    opacity: 0.55;

    background-color: #446; opacity: 1; /* purplish */
    background-color: #522b00; /* brownish */
    background-color: #931f1f; /* reddish */

    z-index: -1;
    height: 30px;
}
#wp-navmenu a {
    margin: 0 1px 0 1px;
    padding: 6px 1px 7px 1px; /* 7px becasue of top: 3px */
    color: #fff;
    opacity: 1.0!important;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    top: 3px;

/*
    border-right: 1px solid #446;
    border-left: 1px solid #446;
    */
}
#collapsArchList * {
 text-align: left;
}
#collapsArchList > li.collapsing > ul {
 padding: 0;
 margin: 0;
 list-style-type: none;
 margin-left: 0px;
}
#collapsArchList > li.collapsing > ul > li > a {
font-weight: bold;
}
#collapsArchList {
  padding: 0;
  margin: 0;
 margin-left: 15px;
 padding-left: -5px;
 list-style-type: disc;
}
#collapsArchList > li.collapsing > ul > li.collapsing > ul {
  margin: 0;
  margin-left: 10px;
  padding: 0;
}
#collapsArchList > li.collapsing > ul > li.collapsing > ul > li {
  margin: 0;
  padding: 0;
  margin-left: 10px;
}
  
#wp-navmenu a:hover {
    margin: 0 0 0 0;
    color: red;
    background: white;
    text-decoration: none;
    border-top: 5px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
}
#wp-navmenu li:first-child a:hover {
    border-left: 1px solid #446;
}
#wp-navmenu li {
    display: inline;
}
#wp-navmenu ul {
    padding: 0;
    margin: 0;
}
#siteid {
    /*background:#CCC;*//*C3DEF1;*/
    background-color: #f0f0f0;
    /*url('../img/tapet-bw-light-light-light-blueish-light-light-gray.png');*/
    padding: 10px 10px 10px 5px;
    margin-right: 210px; /* sync with #author */
    height: 15px;
}
#siteid a,
#siteid p {
    margin: 0;
    padding: 0;
}
#wp-meta {
    font-size: 10px;
    clear: none;
    float: right;
    margin: 10px 10px 0 0;
}
#searchform {
    clear: none;
    float: right;
    padding: 10px 10px 0 0;
    margin: 0;
}
#searchform * {
    margin: 0;
    padding: 0;
    }
#searchform input {
    border: 1px solid gray;
    font-size: 10px;
    padding: 2px;
}
#siteid #blogtitle {
    font-weight: normal;
    font-size: 16px;
}
ul.post-listing li {
    margin-bottom: 15px;
}
span.post-date {
/*ul.hacking-post-listing .when {*/
    float: right;
    font-size: 10px;
    margin-top: 5px;
}
ul.post-listing .when {
    font-size: 10px;
    float: right;
}
#wp-content-articles h3 { /* category */
    font-size: 16px;
    font-weight: normal;
    color: #555;
}

#articles-listing,
ul.main-post-listing {
    line-height: 1.0em!important;
    list-style-type: none!important;
    padding-left: 0;
    margin: 0;
    /*
    padding-left: 20px;
    */
    
}
ul.main-post-listing li { /* frontpage */
    margin: 20px 0;
}
#articles-listing li {
    margin-bottom: 15px;
}
#articles-listing h4,
ul.main-post-listing h3 {
    margin-bottom: 0;
    padding: 1px 5px;
    border-top: 1px solid #ccc;
    background-color: #f0f0f0;
}
#articles-listing h4 a,
ul.main-post-listing h3 a {
    color: #552d00; /* brownish */
    color: #773d00; /* redbrownish */
    color: #931f1f; /* reddish */
}
#articles-listing div.document,
#articles-listing div.document p,
ul.main-post-listing div.document,
ul.main-post-listing div.document p {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
#articles-listing h3,
ul.main-post-listing h2 {
    font-size: 14px;
    font-weight: bold;
	font-family: Verdana, Tahoma, "Bitstream Vera Sans", "Bitstream Vera Sans Roman", "Vera Sans", Verdana, Arial, Lucida Grande, sans-serif;
    margin: 0!important;
    padding: 0;
    color: black;
}
#articles-listing span.meta,
#articles-listing span.meta a,
ul.main-post-listing span.meta,
ul.main-post-listing span.meta a {
    margin-top: 0;
    padding-top: 0;
    font-size: 10px;
    color: black;
    font-weight: normal;
    float: right;
    position: relative;
    top: 5px;
    margin-left: 10px;
}
#articles-listing div.postinfo,
ul.main-post-listing div.postinfo {
    font-size: 10px;
    color: #333;
    padding: 0 5px;
    padding: 0;
    text-align: right;
    margin: 0;
}

#articles-listing a.excerpt p,
ul.main-post-listing a.excerpt p {
    font-style: italic;
}
#articles-listing a.excerpt div.document,
ul.main-post-listing a.excerpt div.document {
    margin-top: 5px;
}

div.digg-front-post, 
div.digg-front-post * {
    float: left;
}
div.digg-front-post {
    position: relative;
    top: 5px;
}
div.digg-front-post .plaintext {
    position: relative;
    bottom: 5px;
}

h2.pagetitle { /* "browsing posts for tag 'foo'" */
}
#wp-updates {
    
}
#wp-crumbs a {
    color: blue; /*#612626;*/
    text-decoration: underline;
}
#wp-crumbs {
    color: black;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.commentlist li {
    padding: 5px;
}
.commentlist li {
    margin-bottom: 10px;
}
.commentlist .alt {
    background-color: #f0f0f0;
}
.commentlist .authorcomment {
    background-color: #f9f9e0;
}

#navmenu_main {
    margin: 0;
    padding: 3px 3px 3px 6px;
    background-color: #612626;
}
#navmenu_main li,
#navmenu_main form {
    display: inline;
}
#navmenu_main li {
    margin-right: 10px;
}
#navmenu_main li.last {
    position: absolute;
    top: 5px;
    right: 10px;
}
#navmenu_main li.last,
#navmenu_main li.last * {
    margin: 0;
    padding: 0;
    color: gray;
}
#navmenu_main ul {
    padding: 0;
    margin: 0;
}
#navmenu_main a,
#navmenu_main li.siteid {
    color: white;
    font-weight: bold;
}
#navmenu_main li.siteid {
    margin-right: 0;
    font-size: 16px;
}
#navmenu_main a:hover {
    color: red;
    text-decoration: none;
}

#navmenu {
    color: #931f1f;
    text-align: right;
    /*
    font-weight: bold;
    */
    font-size: 12px;
    border: none; /* 1px solid #9b9081; */
    margin: 18px 10px 10px -10px;
    padding: 0;
    /*width: 128px;*/
    z-index: 10 ! important;
}
#navmenu * {
    font-size: 12px;
}
#navmenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#navmenu li {
    padding: 1px 5px 1px 1px;
    margin: 0;
    border-bottom: 1px solid #dbd0c1;
}
#navmenu li.last,
#navmenu li.contact {
    border-bottom: none;
}
#navmenu li.contact * {
}
#navmenu a {
    margin: 0 5px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-decoration: none;
    width: 100%;
}
#navmenu li:hover,
#navmenu li:hover * {
    background-color: #f9f9f9;
}
#navmenu a:hover {
    /*text-transform: capitalize;*/
}
#navmenu li.endnolink,
#navmenu li.endnolink:hover
{
    background-color: transparent;
    color: black;
    font-size: 75%;
}

#navmenu li.selected,
#navmenu li.selected ul,
#navmenu li.expanded,
#navmenu li.expanded ul {
    background-color: #f9f9f9;
}
#navmenu li.expanded,
#navmenu li.expanded ul {
    border-bottom: none;
}
#navmenu li.two {
    border-bottom: none;
}
#navmenu li.two a,
#navmenu li.end a {
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 1px;
}
#navmenu li.two a:hover,
#navmenu li.end a:hover {
    background-color: #f9f9f9;
}
#navmenu li.end {
    border-bottom: 1px solid #dbd0c1 ! important;
}

/* XXX: a bunch of class='anchor' spans have snuck
 * in from somewhere, and I don't know how to get rid
 * of them!
 */
.anchor,
p.line867,
p [class|=line] {
    display: none;
}

#logo {
    /*float: left;*/
    margin: 5px 5px;
    padding: 0;
    padding-bottom: 5px;
    /* For text only logo */
    font-size: 1.4em;
    line-height: 0.3em;
    font-weight: bold;
}

*[dir="rtl"] #logo {
    float: right;
}

#logo img {
    vertical-align: middle;
}

#logo a {
    color: black;
    text-decoration: none;
}

#username {
    display: inline;
    float: right;
    /*
    margin: 8px 4px 0;
    margin: 0;
    margin-top: 5px;
    */
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 0.82em;
    white-space: nowrap;
    color: black;
}

*[dir="rtl"] #username {
    text-align: left;
    margin: 5px 0px;
}

#username li {
    display: inline;
    padding: 0 0.5em 0 0;

}

#username form {
    display: inline;
}

#username input {
    display: inline;
    padding: 0;
    margin: 0;
    border: none;
    background-color: #E7E7E7; /* inherit doesnt work on IE */
    color: blue;
    font-size: 0.82em;
    cursor: pointer;
}

#username input:hover {
    color: red;
}

#navbar #searchform,
#navbar #searchform * {
    width: 110px;
    margin-right: 10px;
    font-size: 10px;
    border: none;
}
#navbar #searchform div form {
    display: inline;
}
#navbar #searchform input {
    border-bottom: 1px dotted #dbd0c1;
    padding: 3px;
}

#pagetrail {
    top: 20px;
    clear: right;
    display: inline;
    margin: 5px 12px;
    padding: 0;
    font-size: 0.88em;
}

*[dir="rtl"] #pagetrail {
    clear: left;
}

#interwiki {
    margin: 5px 12px;
    display: inline;
    font-size: 1em;
}

*[dir="rtl"] #interwiki {
    margin: 5px 0px;
    display: inline;
    font-size: 1em;
}

#interwiki span:after {
    content: ":";
}

#locationline {
    clear: none;
    padding: 0;
    margin: 0;
}

*[dir="rtl"] #locationline {
    clear: none;
}

#pagetrail li, #pagelocation li {
    display: inline;
    margin: 0;
}

/* XXX Warning: non-ascii characters! */
#pagetrail li:after {
    content: " » ";
}

*[dir="rtl"] #pagetrail li:after {
    content: " « ";
}

#pagetrail li:last-child:after {
    content: "";
}

#pagelocation li:after {
/*
    content: "/";
*/
    content: " » ";
}

*[dir="rtl"] #pagelocation li:after {
    content: " \\ "; /* TODO: check what looks best with RTL */
}

#pagelocation li:last-child:after {
    content: "";
}

#navibar {
    color: white;
    border: white;
    clear: both;  /* problem: clear: right; aligns nicely right of logo,
                    but lets it float high in the header, disconnected from ground */
    /* XXX: tic
    display: block;
    */
    display: none;
    margin: 0;
    padding: 0 10px;
    font-size: 0.82em;
    zoom: 1; /* for avoiding a gap between navibar and pageline on IE */
}

#navibar li {
    float: left;
    display: inline;
    margin: 0 2px;
    padding: 2px 5px;
    border: 1px solid #9C9C9C;
    border-bottom: none;
    white-space: nowrap;
}

*[dir="rtl"] #navibar li {
    float: right;
}

#navibar li.wikilink {
    background-color: white; /*url(../img/tab-wiki.png) repeat-x;*/
}

#navibar li.userlink {
    background-color: #E6EAF0; /*url(../img/tab-user.png) repeat-x;*/
}

#navibar a, #navibar a:visited {
    color: black;
    text-decoration: none;    
}

#navibar li.current a {
    font-weight: bold;
}

#navibar li:hover {
    background-color: #CCCCCC;
}

#navibar li.current, #navibar li.current:hover {
    background-color: #81BBF2; /* url(../img/tab-selected.png) repeat-x; */
}

#pageline {
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    /* sync these values, line-height is needed for IE */
    /* XXX: by tic
        height: 4px;
        line-height: 4px;
    border-bottom: 1px solid #9C9C9C;
    background-color: #81BBF2;
    */
    height: 0px;
    line-height: 0px;

    /*border-bottom: 1px solid #9b9081;
    */
    background-color: #004;
}

.editbar {
    clear: both;
    display: block!important;
    margin: 0;
    padding: 0 8px;
    white-space: nowrap;
    background-color: white;
    font-size: 0.8em;
}

.editbar form, .editbar form div {
    display: inline;
    margin: 0;
}

.editbar li {
    display: inline;
    padding: 0;
    margin: 4px 6px;
}

*[dir="rtl"] .editbar li {
    float: right;
}

#header .editbar {
    /*border-bottom: 1px dotted #9C9C9C;*/
}

#footer .editbar {
    border-top: 1px dotted #9C9C9C;
    border-bottom: 1px solid #9C9C9C;
}

.editbar a, .editbar a:visited { color: #0044B3; }

#message {
    clear: both;
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #c9c9c9;
    background-color: #E6EAF0;
}

#message p {
    margin: 5px 0;
    padding: 0;
    /* font-weight: bold; */
}

#message div.buttons {
    font-weight: normal;
}

.dialog form {
    margin: 0 15px;
}

.dialog td {
    border: none;
    padding: 5px;
}

.dialog td.label {
    text-align: right;
    font-weight: bold;
    width: 25%;
}

*[dir="rtl"] .dialog td.label {
    text-align: left;
}

.dialog td.content input {
    width: 100%;
}

span.smalltext {
    font-size: 75%;
}

/* We use here dumb css1 ids because of IE suckiness */
#editor-textarea, #editor-help {
    font-family: monospace;
    border: 1px solid #8cacbb;  
    color: black;
    background-color: white;
    padding: 3px;
    width: 100%;
    margin-top: 0.5em;
}

#editor-help {
    font-size: small;
    background-color: #EEEEFF;
}

#editor-comment {
    font-size: 100%;
    border: 1px solid #8cacbb;
    color: black;
    background-color: white;
    vertical-align: middle;
    padding: 1px;
    display: inline;
    width: 70%;
}

#preview, #previewbelow {
    border: 1px solid #6C7680;
    padding: 10px 30px 20px 30px;
    background: url(../img/draft.png);
    margin-top: 0.5em;
}

input.button {
    /*
    border: 1px solid #8cacbb;  
    color: black;
    background-color: #CCCCCC;
    vertical-align: middle;
    text-decoration: none;
    font-size: 100%;
    cursor: pointer;
    margin: 2px;
    padding: 1px;
    display: inline;
    */
}

#footer {
    padding: 0;
    margin: 0 130px auto 15px;
    padding-left: 10px;
    z-index: 10;
}

#credits, #version, #timings{
    margin: 5px 10px;
    padding: 0;
    text-align: center;
    font-size: 0.88em;
    color: #6C7680;
}

#credits li, #timings li {
    display: inline;
    padding: 0 2px;
    margin: 0 4px;
}

#credits img {
    vertical-align: middle;
}

.diff {
    width:99%;
}

.diff-header {
    font-weight: bold;
}

.diff-title {
    background-color: #C0C0C0;
}

.diff-added {
    background-color: #E0FFE0;
    vertical-align: sub;
}

.diff-removed {
    background-color: #FFFFE0;
    vertical-align: sub;
}

.diff-added span {
    background-color: #80FF80;
}

.diff-removed span {
    background-color: #FFFF80;
}

table.navigation {
    float: right;
    margin: 2px;
}

/* 
 ----------------------------------------------
  enter nasty hack for having the same font in
  a TH on the front page as a h1 would be.
 ----------------------------------------------
*/
table.frontpage, table.frontpage colgroup, table.frontpage th  {
    border-collapse: separate ! important;
    border: none;
    padding: 0;
    margin: 0;
}
table.frontpage {
    margin-top: 20px;
}
table.frontpage ul {
    padding: 0;
    margin: 0;
    padding-left: 10px;
}
table.frontpage th {
    font-size: 14pt;
    font-weight: normal;
	font-family: serif;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    text-align: left;
}

img.resumeimage {
    margin: 0px 0 0 15px;
    padding: 0;
    float: right;
    border: 1px solid black;
    clear: all;
}
img.rightalign {
    margin: 5px 0 0 15px;
    padding: 0;
    float: right;
    border: 1px solid black;
}
img.rightalignplain {
    margin: 5px 0 0 15px;
    padding: 0;
    float: right;
}
/*
a img {
    border: 1px solid blue ! important;
}
*/

img.leftalign {
    margin: 0 15px 0 0;
    padding: 0;
    float: left;
    clear: none;
    border: 1px solid black;
}
p.leftalign {
    float: left;
    clear: right;
}
p.rightalign {
    float: right;
    clear: left;
}


/*  sections.css - sections styles

Usage: copy and paste into your theme screen.css, change colors and
spacing as needed.

Copyright (c) 2005 by Nir Soffer
*/

/* Content Sidebar */

#content .sidebar {float: right; clear: right; width: 200px; margin: 35px 0 20px 20px;
    padding: 0; font-size: 0.85em;}
#content[dir="rtl"] .sidebar {float: left; margin: 0 20px 20px 0;}
#content .sidebar p {text-align: left;}
#content[dir="rtl"] .sidebar p {text-align: right;}
/* All headings use darker blue and some white space above */
#content .sidebar h3, #content .sidebar h4 {margin: 1.5em 0 0 0; 
    padding: 2px 8px; background-color: #B8C5D9;}
#content .sidebar *:first-child {margin-top: 0}
/* all block elements use light blue background */
#content .sidebar ul, #content .sidebar ol, #content .sidebar p, #content .sidebar table, #content .sidebar div {
    background-color: #F2F4F7;}
#content .sidebar ul, #content .sidebar ol {margin: 0; padding: 0;}
/* Paragraphs and list items separated with bottom border */
#content .sidebar p, #content .sidebar li {margin: 0; padding: 4px 8px;
    border-bottom: 1pt solid #E6EAF0;}
#content .sidebar li { display: block;}
#content .sidebar li p {margin: 0; padding: 0; border: none;}

#content .sidebar strong {
	font-family: Verdana, Tahoma, "Bitstream Vera Sans", "Bitstream Vera Sans Roman", "Vera Sans", Verdana, Helvetica, Arial, Lucida Grande, sans-serif;
}

/* Content Figures 

Default figure float to the end of the page. Left of right classes float to the left or right :-)
*/
#content .figure {float: right; margin: 0 0 0 20px; padding: 0; 
    font-size: 0.85em;}
#content[dir="rtl"] .figure {float: left; margin: 0 20px 0 0;}
#content .figure.left {float: left; margin: 0 20px 0 0;}
#content .figure.right {float: right; margin: 0 0 0 20px;}
#content .figure p {margin: 0; text-align: center; font-weight: bold;}

/* END ------------- sections.css ---------------- END */
