body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form, input
{
    margin: 0;
    padding: 0;
}

body
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    vertical-align: top; /*background: #444 url(images/bg_body.gif) repeat-x;*/
    background: url(images/background.jpg) #000 no-repeat;
    color: #ccc;
    padding-top: 20px;
}

form, input, textarea, table
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6
{
    font-family: arial, helvetica, sans-serif;
}
h1
{
    border-bottom: 1px solid #666;
}
h2, h3
{
    font-size: 16px;
    color: #EFB128;
}

a
{
    text-decoration: underline;
    color: #fff;
}
a:hover
{
    text-decoration: none;
}
a img
{
    border: 0;
}

address, dl, p
{
    padding: 10px 0 5px;
}

blockquote
{
    margin: 10px 0 0;
    background: #f5f5f5;
}
blockquote p
{
    padding: 10px;
}
blockquote blockquote
{
    margin: 0 10px;
    background: #fff;
}

img.centered
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft
{
    margin: 3px 10px 2px 0;
}
img.alignright
{
    margin: 3px 0 2px 10px;
}

img.alignleft, img.alignright
{
    padding: 9px;
    border: 1px solid #eee;
    display: inline;
}

p img
{
    max-width: 100%;
}

small
{
    font-size: 11px;
}

.alignleft
{
    float: left;
}
.alignright
{
    float: right;
}

.clear
{
    margin: 0;
    padding: 0;
    clear: both;
}

.tl, .tr, .bl, .br
{
    width: 10px;
    height: 10px;
    overflow: hidden;
}

.tl, .bl
{
    float: left;
    clear: left;
}
.tr, .br
{
    float: right;
    clear: right;
}

#wrapper
{
    margin: 0 auto;
    width: 900px;
    position: relative;
}

#container
{
    float: left;
    width: 900px;
    margin: 10px 0 0;
    text-align: left;
}

.maincolumn
{
    float: left;
    width: 500px;
    display: inline;
    padding: 0 0 30px 20px;
}

#navigation
{
    background: url(images/nav_left.png) no-repeat left top;
    height: 97px;
    position: relative;
}

#menu
{
    position: absolute;
    bottom: 0;
    right: 0;
}
#menu div { float: left }

#content
{
    float: left;
    width: 588px;
    color: #000;
}

#banner
{
    float: left;
    width: 600px;
    height: 150px;
    overflow: hidden;
    margin: 10px 10px 9px;
    display: inline;
    background: #666;
    color: #fff;
    background-image: url(images/banner.png);
}

.post
{
    margin: 0 10px;
}

.entry-head
{
    background: #eee url(images/article_header.jpg) no-repeat left top;
    height: 65px;
    color: #666;
    position: relative;
    padding-left: 130px;
}

.entry-head td
{
    padding-top: 12px;
    vertical-align: middle;
    height: 45px;
}

.entry-head h2 a
{
    text-decoration: none;
    color: #333;
}
.entry-head h2 a:hover
{
    color: #000;
}

.entry-head .entry-date
{
    font-family: arial, helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    color: #fff;
}

.entry-head .day
{
    left: 42px;
    top: 22px;
}

.entry-head .month
{
    left: 79px;
    top: 18px;
    width: 40px;
    font-size: 12px;
}
.entry-wrap
{
    background: #C3C2B9;
}

.entry-wrap .rc
{
    height: 14px;
    overflow: hidden;
}

.entry-wrap .topbg
{
    margin-top: 3px;
}

.entry-wrap .botbg
{
    margin-bottom: 20px;
    height: 20px;
}

.entry-content
{
    line-height: 20px;
    padding: 0 30px 10px 30px;
}

.entry-content a
{
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6
{
    padding: 10px 0 0;
    font-size: 14px;
}
.entry-content h5
{
    font-size: 11px;
}
.entry-content h6
{
    font-size: 10px;
}

.entry-meta
{
    padding: 10px 0 0;
    font-family: arial, helvetica, sans-serif;
}

.entry-meta a
{
    font-weight: bold;
}

.navigation
{
    padding: 15px 20px 5px;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
}

.navigation a
{
    color: #000;
}

.sidebar
{
    float: left;
    width: 301px;
    font-family: arial, helvetica, sans-serif;
    display: inline;
}

.sidebar ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
}

.sidebar ul a
{
    font-weight: bold;
    color: #333;
    text-decoration: none;
    font-size: 15px;
}

.sidebar ul li
{
    margin: 0 0 10px 0;
}

.sidebar ul li h3
{
    padding: 7px 10px;
    font-size: 11px;
    text-transform: uppercase;
    color: #ccc;
}

.sidebar ul li .topbg
{
    height: 26px;
}

.sidebar ul ul
{
    padding: 0 25px 0 25px;
    line-height: 18px;
    background: #E6E5E5 url(images/sidebar_cbg1.jpg) no-repeat left center;
}

.sidebar ul ul li
{
    margin: 0;
    padding: 3px 0 0;
}

.sidebar ul ul ul
{
    padding: 0 10px 0;
    background-color: transparent;
    background-image: none;
}

#footer
{
    float: left;
    width: 900px;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    background: url(images/bg_footer.gif) no-repeat top center;
}

#footer p
{
    line-height: 18px;
    padding: 30px 20px 20px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    color: #ccc;
}

#footer a
{
    text-decoration: none;
    color: #9f9d9d;
}
#footer a:hover
{
    text-decoration: underline;
}

/* blogengine specific changes */

#blogTitle
{
    padding: 4px;
    font-weight: bold;
}

#blogDescription
{
    padding-top: 110px;
    text-align: right;
    width: 99%;
}

#content h1
{
    padding: 10px;
}

#content #relatedPosts
{
    padding: 10px;
    color: #666;
}

#content #commentlist
{
    padding: 10px;
}

#content .commentForm
{
    padding: 10px;
}

#postPaging
{
    font-size: small;
    padding: 10px 5px 10px 5px;
}

#postPaging a
{
    color: #666666;
}

#pagelist
{
    background: #E6E5E5;
}

#categorylist
{
    background: #E6E5E5 url(images/sidebar_cbg2.jpg) no-repeat left center;
}

#monthList, #tagcloud
{
    background: #E6E5E5 url(images/sidebar_cbg3.jpg) no-repeat left center;
}

#searchfield
{
    /*max-width: 125px;*/
    width: 175px;
}

#searchbox
{
    background: url(images/searchbox.png) no-repeat left top;
    width: 340px;
    height: 40px;
    top: 80px;
    right: 0px;
    position: absolute;
}
#searchbox input
{
    border: 0;
    background-color: transparent;
    color: #ccc;
    font-size: 14px;
    text-align: left;
    position: absolute;
    top: 12px;
    left: 60px;
    width: 250px;
}
#searchbutton
{
    float: right;
    font-size: 80%;
    margin-top: 2px;
    display: none;
}

#searchbox label
{
    width: 100px;
    float: left;
    display: none;
}

#searchbox #searchcomments
{
}

.entry-wrap .info
{
    background: #F5F5F5;
    border: 1px solid #E3E4E4;
    color: #666;
    margin: 20px;
    padding: 5px 10px;
}
.entry-wrap a img
{
    border: 4px solid #DDD;
}
.entry-wrap a:hover img
{
    border-color: #CCC;
}
.entry-wrap a
{
    color: #02834B;
}

/* comments */
h3#comment
{
    padding: 10px;
}
.comment
{
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    margin-bottom: 5px;
    padding: 10px;
    color: #ccc;
    background: #222;
}
.comment a
{
    color: orange;
}
.comment .date
{
    text-align: left;
    margin: 0;
    padding: 3px 0px;
}
.comment .author
{
    margin: 0;
    text-align: left;
    padding-top: 3px;
    margin: 5px 0px 3px 0px;
    clear: both;
}

.comment .self
{
    background-color: #F5F5F5;
}
.comment .gravatar
{
    width: 80px;
    margin: 5px 5px 5px 5px;
}
.comment .gravatar img
{
    height: 80px;
    width: 80px;
}
.comment .content
{
    min-height: 85px;
    width: 440px;
    margin: 5px 0 0 0px;
}
.commentForm
{
    padding: 5px;
}
.commentForm label
{
    display: block;
    width: 80px;
}
.commentForm input
{
    width: 130px;
}
.commentForm textarea
{
    width: 100%;
    height: 150px;
}

/*----------------------------
                     Page
----------------------------*/

#page
{
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    background: url(images/article_tbg.jpg) #C3C2B9 left top no-repeat;
}

#page a
{
    color: #333;
}

#page h1
{
    margin-bottom: 10px;
}

#page #admin
{
    border-top: 1px solid silver;
    margin-top: 10px;
    padding: 5px 0;
}

#page #admin a
{
    color: #666666;
}

/*----------------------------
                    Archive
----------------------------*/

#archive
{
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    background: url(images/article_tbg.jpg) #C3C2B9 left top no-repeat;
}

#archive h1
{
    margin: 0;
    padding-bottom: 9px;
    color: #000;
}

#archive h2
{
    border-bottom: 1px solid silver;
    padding-bottom: 4px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #22637f;
}

#archive h2 img
{
    margin-right: 3px;
}

#archive ul
{
    list-style-type: square;
    margin: 0 10px;
    padding: 10px;
}

#archive ul li
{
    margin-right: 20px;
    color: #666;
}

#archive a
{
    color: #000000;
}

#archive table
{
    width: 100%;
    border-collapse: collapse;
}

#archive table td, #archive table th
{
    text-align: left;
}

#archive table td
{
    text-align: left;
    border-bottom: 1px solid #D8D8D8;
    padding: 2px 0;
}

#archive table td.date
{
    width: 90px;
}

#archive table td.rating
{
    width: 90px;
}

#archive table td.comments
{
    width: 90px;
}

#archive .date
{
    width: 70px;
}

#archive .comments
{
    /*width: 70px;*/
    text-align: center;
}

#archive .rating
{
    /*width: 70px;*/
    text-align: center;
}

#monthList .year
{
    color: Black;
}

#disclaimer
{
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

/*----------------------------
                 Tag cloud
----------------------------*/

#tagcloud
{
    white-space: normal;
}

#tagcloud li
{
    display: inline;
}

#tagcloud a
{
    margin-right: 3px;
    display: inline;
}

#tagcloud a.biggest
{
    font-size: 20px;
}

#tagcloud a.big
{
    font-size: 17px;
}

#tagcloud a.medium
{
    font-size: 13px;
}

#tagcloud a.small
{
    font-size: 12px;
}

#tagcloud a.smallest
{
    font-size: 10px;
}

/*----------------------------
                    Star rater
----------------------------*/

.rating p
{
    display: inline;
    position: relative;
    top: 14px;
    left: 55px;
}

.star-rating
{
    position: relative;
    width: 125px;
    height: 25px;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    background-position: left top;
}

.star-rating li
{
    display: inline;
}

.star-rating a, .star-rating .current-rating
{
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -1000em;
    height: 25px;
    line-height: 25px;
    outline: none;
    overflow: hidden;
    border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus
{
    background-position: left bottom;
}

.star-rating a.one-star
{
    width: 20%;
    z-index: 6;
}

.star-rating a.two-stars
{
    width: 40%;
    z-index: 5;
}

.star-rating a.three-stars
{
    width: 60%;
    z-index: 4;
}
.star-rating a.four-stars
{
    width: 80%;
    z-index: 3;
}
.star-rating a.five-stars
{
    width: 100%;
    z-index: 2;
}
.star-rating .current-rating
{
    z-index: 1;
    background-position: left center;
    margin: 0;
}

/* smaller star */
.small-star
{
    width: 50px;
    height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating
{
    background-image: url(../../pics/star_small.gif);
    line-height: 10px;
    height: 10px;
}

/*----------------------------
                Contact page
----------------------------*/

#contact
{
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    background: url(images/article_tbg.jpg) #C3C2B9 left top no-repeat;
}

#contact label
{
    display: block;
    padding-top: 5px;
}

#contact input.field
{
    width: 200px;
}

#contact textarea
{
    display: block;
    overflow: auto;
    width: 75%;
    height: 150px;
    margin: 0;
}

.csharpcode, .csharpcode pre
{
    font-size: small;
    color: black;
    font-family: Consolas, "Courier New" , Courier, Monospace;
    background-color: #ffffff; /*white-space: pre;*/
}

/* code styles for CodeFormatter Extension*/
.csharpcode, .csharpcode pre
{
    font-size: small;
    color: black;
    font-family: Consolas, "Courier New" , Courier, Monospace;
    background-color: #ffffff; /*white-space: pre;*/
}

.csharpcode pre
{
    margin: 0em;
}

.csharpcode .rem
{
    color: #008000;
}

.csharpcode .kwrd
{
    color: #0000ff;
}

.csharpcode .str
{
    color: #006080;
}

.csharpcode .op
{
    color: #0000c0;
}

.csharpcode .preproc
{
    color: #cc6633;
}

.csharpcode .asp
{
    background-color: #ffff00;
}

.csharpcode .html
{
    color: #800000;
}

.csharpcode .attr
{
    color: #ff0000;
}

.csharpcode .alt
{
    background-color: #f4f4f4;
    width: 100%;
    margin: 0em;
}

.csharpcode .lnum
{
    color: #606060;
}

/*----------------------------
                Search page
----------------------------*/

.searchresult
{
    margin-top: 20px;
}

.searchresult a
{
    font-weight: bold;
    color: #22637f;
}

.searchresult span.text
{
    clear: both;
    display: block;
    margin: 3px 0;
}

.searchresult span.type
{
    display: block;
}

.searchresult span.url
{
    color: Gray;
}

.searchpage
{
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    background: url(images/article_tbg.jpg) #C3C2B9 left top no-repeat;
}

.searchpage ul.paging
{
    list-style-type: none;
    margin: 0px;
    margin-top: 20px;
    padding: 0px;
}

.searchpage ul.paging li
{
    display: inline;
    border: 1px solid gray;
    background: #f1f1f1;
    margin-right: 5px;
}

.searchpage ul.paging li a
{
    padding: 5px 8px;
    color: #22637f;
    text-decoration: none;
}

.searchpage ul.paging li.active
{
    background: #f1f1f1;
    border: 1px solid black;
}

/*----------------------------
            Syntax highlighter
----------------------------*/

.code
{
    font-size: 12px;
    color: black;
    font-family: Consolas, "Courier New" , Courier, Monospace;
    background-color: #F1F1F1;
    line-height: normal;
}

.code p
{
    padding: 5px;
}

.code .rem
{
    color: #008000;
}

.code .kwrd
{
    color: #0000ff;
}

.code .str
{
    color: #006080;
}

.code .op
{
    color: #0000c0;
}

.code .preproc
{
    color: #0000ff;
}

.code .asp
{
    background-color: #ffff00;
}

.code .html
{
    color: #800000;
}

.code .attr
{
    color: #ff0000;
}

.code .alt
{
    background-color: #f4f4f4;
}

.code .lnum
{
    color: #606060;
}
