    body {
        margin: 0;
        padding: 0;
        background-color: #F8FAF9;
        font-family: verdana, helvetica, sans-serif;
        font-size: 90%;
        line-height: 120%;
    }

img { max-width: 100%; height: auto; }

    a:link,
    a:visited,
    a:hover,
    a:active {
        color: #637892;
    }

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

    #header {
        border-width: 3px 0;
        border-color: #fff;
        border-style: solid;
        line-height: 39px;
        vertical-align: middle;
        background: #2F3841 url(/i/top-bg2.png) left top repeat-x;
        font-size: 100%;
        margin: 0;
        padding: 0 1em;
        color: #fff;
    }

    #header a {
        color: #fff;
    }

    #header form .text {
        width: 80px;
    }

    #content {
        padding: 0 1em;
        background: #F8FAF9 url(/i/content-bg2.png) left top repeat-x;
    }

    h1.h1 {
        margin: 0;
        padding: 0 0 .5em 0;
        background: url(/i/logo3.png) left 9px no-repeat;
        text-indent: -9999px;

    }

    h2 {
        color: #637892;
        font-size: 120%;
        margin: 0;
        padding: .5em 0;
    }

    a.mainnav {
        margin-right: 10px;
    }

    #header a.current {
        color: #ddd;
        text-decoration: none;
    }

    #latest-top h2,
    #sidebar h2 {
        padding: .5em;
        margin-top: 10px;
    }

    #latest-top .entry strong {
        font-weight: normal;
    }

    #latest-top .datesel {
        font-size: 80%;
        margin: 0;
        padding: .6em;
        float: right;
    }

    h1.h1 a {
        display: block;
        height: 90px;
        width: 300px;
        border-right: 1px;
    }

    a img {
        border: 0;
    }

    #latest-items {
        width: 70%;
        float: left;
    }

    .help {
        font-size: 60%;
        line-height: 100%;
        background-color: #e6e6e6;
        color: gray;
        border-top: 1px solid #ccc;
        margin: 0;
        padding: .3em .5em;
        font-weight: bold;
    }

    #latest-items .entry {
        margin-right: 10px;
        margin-bottom: 1em;
/*        overflow: auto;*/
    }

    #latest-top,
    #sidebar {
        width: 29%;
        background-color: #eaeaea;
        border: 1px solid #CDCEC5;
        background-color: #EDEEE5;
        float: left;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    #sidebar p {
        padding-left: 1em;
        padding-right: 1em;
        font-size: smaller;
        line-height: 140%;
    }

    img.inline {
        vertical-align: middle;
    }

    .notice {
        border-width: 3px;
        border-style: solid;
        padding: 3px 5px;
        font-weight: bold;
        font-size: smaller;
        line-height: 140%;
    }

    .failure {
        color: #900;
        border-color: #900;
        background-color: #fcc;
    }

    .success {
        color: #060;
        border-color: #090;
        background-color: #cfc;
    }

    .info {
        color: #006;
        border-color: #009;
        background-color: #ddf;
    }

    .info q {
        color: #090;
    }

    input.text,
    input.button {
        border-width: 1px;
        font-size: 70%;
    }

    .main-content .entry h3 {
        font-size: 150%;
        line-height: 120%;
        margin: 0;
        padding: 7px 7px 7px 12px;
        font-family: "Trebuchet MS", sans-serif;
        background-color: #e1e7ea;
        border-width: 1px;
        border-style: solid;
        border-color: #e1e7ea #e1e7ea #CED7E5 #e1e7ea;
        -moz-border-radius: 8px 8px 0  0;
        -webkit-border-radius: 8px 8px 0  0;
    }

    .entry h3 a {
        color: #637892;
        text-decoration: none;
        border-bottom: 1px solid #637892;
    }

    .entryinfo {
        /*-moz-border-radius: 5px;*/
        color: #666;
        font-size: smaller;
        margin: 0 0;
        padding: 2px 10px 2px 24px;
        background-color: #eeeeee;
        background-repeat: no-repeat;
        background-position: 5px 50%;
    }

    .main-content .entryinfo {
        /*border: 1px solid #ccc;*/
    }

    .favorited h3 {
        background-image: url(/i/heart-biggy.png);
        background-position: right 50%;
        background-repeat: no-repeat;
    }
    
    .favorited h3 a {
        color: #c00;
        border-color: #c00;
    }

    .entry {
        font-size: 90%;
    }

    #latest-top .entry {
        margin: 0 0 1px 0;
        font-size: 70%;
        line-height: 140%;
        padding: .5em 1em;
        border-top: 1px solid #ccc;
        overflow: auto;
    }

    .entrycontent {
        padding: 2px 10px;
        /*max-height: 500px;*/
        /*overflow-x: auto;*/
    }

    .no-touchevents #latest-top .entrycontent {
        max-height: 40rem;
    }

    .entrycontent * {
        font-size: 100%;
        line-height: 140%;
    }

    .entry .entrycontent h1,
    .entry .entrycontent h2,
    .entry .entrycontent h3,
    .entry .entrycontent h4,
    .entry .entrycontent h5,
    .entry .entrycontent h6,
    .entry .entrycontent p,
    .entry .entrycontent ul,
    .entry .entrycontent ol,
    .entry .entrycontent dl,
    .entry .entrycontent blockquote {
        margin: 0;
        padding: .5em 0;
        font-size: 100%;
        background-color: inherit;
        border: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    .entrycontent:after {
        display: block;
        content: '';
        width: 100%;
        clear: both;
    }
    
    .entry .entrycontent blockquote {
        margin-left: 1em;
        border-left: 2px solid #ccc;
        padding-left: 1em;
    }
    
    blockquote {
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 0;
    }


    #latest-top .entry h3,
    #latest-top .entry p,
    #latest-top .entry .entryinfo {
        margin: .2em 0 .5em 0;
        padding: 0;
        font-size: 100%;
        line-height: 140%;
    }

    .whatsdat {
        float: right;
        font-size: 90%;
        font-weight: bold;
    }

    a.iconized {
        padding-left: 18px;
        margin-left: 0;
        background-position: left 50%;
        background-repeat: no-repeat;
    }

    .entryoperations {
        margin: 0;
        padding: 0 4px;
        clear: both;
        border: 1px solid #D7D8CF;
        font-size: 90%;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .entryoperations a.iconized {
    }

    table.feeds {
        border-collapse: collapse;
        font-size: 80%;
    }

    table.feeds tr:hover td {
        background-color: #f0f0f0;
    }

    table.feeds tr:hover td.feed-error {
        background-color: #ddb;
    }

    table.feeds tr th,
    table.feeds tr td {
        border: 1px solid #CDCEC5;
        padding: 2px 5px;
        vertical-align: top;
    }

    table.feeds tr td.feed-error {
        font-size: smaller;
        background-color: #ffc;
    }

    table.feeds tr th img,
    table.feeds tr td img {
        vertical-align: middle;
    }

    .tmpinfo {
        background-color: #ffd;
        font-size: 70%;
        padding: .2em .3%;
        margin: 0 0 .2em 0;
        border: 1px solid #ccc;
        line-height: 100%;
        width: 98.4%;
    }

    .actionlinks {
        text-align: right;
        font-size: smaller;
        color: #000;
        display: block;
    }

    .large-menu {
        line-height: 140%;
        color: #666;
    }

    #header form {
            display: inline;
    }

    #footer {
        width: 100%;
        clear: both;
        font-size: x-small;
        line-height: 100%;
        float: left;
    }

    #footer p {
        padding: 0 4em;
        margin: 1em 0;
        color: #666;
    }

    .feed-item-opts {
        float: right;
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 10pt;
/*        position: relative;*/
    }

        .feed-item-opts li,
        .feed-item-opts ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
            font-size: 12px;
            z-index: 100;
        }

        .feed-item-opts ul li {
            border-bottom: 1px solid #ccc;
            padding: 2px 5px;
            background-color: #EDEEE5;
        }

        .feed-item-opts ul {
            border-style: solid;
            border-color: #999;
            border-width: 1px 1px 0 1px;
/*            position: absolute;*/
        }

        .feed-item-opts li ul li a {
            text-decoration: none;
            display: block;
        }

        .feed-item-opts li ul li:hover {
            background-color: #ffc;
        }
.feed-item-opts li ul {
/*    position: absolute;
    right: 0;
    width: 17em;*/
}

    .morelink {
        font-weight: bold;
        clear: both;
        font-size: smaller;
        margin: 0;
        padding: 5px 10px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-width: 1px;
        border-color: #ccc;
        border-style: solid;
        background-color: #ffc;
    }

    .notitle {
        color: #A3B8C2;
    }
    
    #sidebar ul li.current {
        font-weight: bold;
    }

        #sidebar ul li.current a {
            color: #000;
            text-decoration: none;
        }
        
        .entrytags {
	    text-align: right;
font-size: 85%;
        }
        
        .tag {
            background-color: #f0f0f0;
            border: 1px solid #999;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            text-decoration: none;
            padding: 0 4px 0 12px;
            background-image: url(/i/tag.gif);
            background-position: 2px 2px;
            background-repeat: no-repeat;
            /*
            padding-left: 18px;
            */
        }
        
        .tagmore {
            border-color: #ccc;
            background-color: #f6f6f6;
            color: #99c !important;
        }
        
        a.tag:hover {
            background-color: #ddd;
        }

.openid_url {
   background-image: url(/i/openid.png);
   background-repeat: no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   padding-left: 18px;
}

.hilite {
    font-weight: bold;
    
}
#barcamp-ad {
    font-size: x-small;
    line-height: 140%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 5px;
    background-color: #fff;
    background-image: url(/i/barcamp-ico.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#barcamp-ad ul,
#barcamp-ad p {
    margin: 0 0;
    padding: .2em 0;
}

#barcamp-ad ul {
    list-style-type: none;
}

#bacamp-ad ul li {
    margin: 0;
    padding: 0
}

#frmSearch input.text {
    width: 200px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 100%;
    padding: 2px 5px;
/*
    font-weight: bold;
    color: #336;
*/
}

#frmSearch input.button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 100%;
    padding: 1px 5px;
}

.qa {
    color: #ccc;
    text-align: right;
}

    .qa a:link,
    .qa a:visited,
    .qa a:hover,
    .qa a:active {
        color: #8398b2;
    }

.qa:hover {
    color: #000;
}

.qa:hover a:link,
.qa:hover a:visited,
.qa:hover a:hover,
.qa:hover a:active {
    color: #990000;
}

