/*


*/

body
{
    background: #fff none repeat scroll 0 0;
    color: #444444;
    font-family: Verdana, 'Trebuchet MS' ,Tahoma,sans-serif;
    font-size: 0.7em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
    text-align: center;
    height:100%;
}

#header-content, #footer-content, #content
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#content-wrap, #footer-wrap, #header-wrap
{
    min-width: 960px;
}

.clear
{
    clear: both;
}
.center-content
{
    text-align: center;
}

.float-left
{
    float: left;
}
.float-right
{
    float: right;
}
.align-left
{
    text-align: left;
}
.align-right
{
    text-align: right;
}


/* Header and Titles */
#header-wrap
{
    background: #fff url(images/headerbg.jpg) repeat-x scroll 0 0;
    height: 160px;
    text-align: left;
}

#header-content
{
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
}

#header-content #logo
{
    -x-system-font: none;
    background: #3F1204 url(images/logobg.jpg) repeat-x scroll left top;
    border: 1px solid #4E460F;
    color: #FFFFFF;
    font-family: Georgia, "Times New Roman" ,Times,serif;
    font-size: 40px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 65px;
    left: 0;
    letter-spacing: -1px;
    line-height: 65px;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    top: 18px;
}

#header-content #logo a
{
    background: transparent none repeat scroll 0 0;
    color: #FFFFFF;
    text-decoration: none;
}

#header-content #slogan
{
    -x-system-font: none;
    color: #BBBBBB;
    font-family: 'Trebuchet MS' ,Tahoma,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    left: 30px;
    letter-spacing: 0;
    line-height: normal;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 88px;
}

#header-content #header-links
{
    color: #8E5F2F;
    font-size: 90%;
    position: absolute;
    right: 10px;
    top: 5px;
}

#header-content #header-links a
{
    color: #A4A4A4;
    text-decoration: none;
}

#header-content #header-links a:hover
{
    color: #F3A251;
}

#header
{
    width: 960px;
    height: 140px;
    padding: 0px;
    border-bottom: 3px #222 solid;
    background: url(images/header-bg.png) no-repeat scroll right 50%;
}
#header a
{
    color: #eee;
    text-decoration: none;
}
#header a:hover
{
    color: #ccc;
}
#header p.site-title
{
    padding: 15px 10px 0px 24px;
    margin-bottom: 0px;
    font-size: 4.0em;
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: #eee;
    line-height: 110%;
}
#header p.site-slogan
{
    margin: 0px 10px 0px 48px;
    font-size: 1.8em;
    color: #390;
}





/* The content area - to move the content to the right float the content right and the sidebar-wrapper left and change the side margins. */
#content-wrap
{
    /*background: #FFFFFF url(images/contentbg.jpg) repeat-y scroll center top;*/
    clear: both;
    float: left;
    width: 100%;
    margin-bottom:2em;
}
#content
{
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: left;
}
#main
{
    float: left;
    margin: 0 20px 10px 0;
    padding: 0;
    width: 640px;
}

#main.bookmarks ul
{
    margin: 0px 0px 18px 0px;
    padding: 0px;
}
#main.bookmarks li
{
    line-height: 140%;
    margin: 0px 0px 14px 0px;
    padding: 0px;
    list-style-type: none;
}
#main.bookmarks li a
{
    font-size: 1.1em;
    margin-right: 6px;
}
#main.bookmarks h2
{
    color: #060;
}
#main .post
{
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.post-header h1
{
    -x-system-font: none;
    background: transparent url(images/bk_dotted.gif) repeat-x scroll left bottom;
    color: #111111;
    font-family: Georgia, "Times New Roman" ,Times,serif;
    font-size: 2.1em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: normal;
    padding: 0 0 5px;
    margin: 0;
}

#relatedPosts p
{
    font-weight: bold;
}

#relatedPosts a
{
    display: block;
    margin-left: 10px;
}

.post-footer
{
    background: #F8F8F8 none repeat scroll 0 0;
    border: 1px solid #EFEFEF;
    line-height: 120%;
}

.post-footer .content
{
    min-height: 43px;
    padding: 0.5em;
}

.post-footer .content ul
{
    margin: 0;
    padding: 0;
}

.post-footer .content ul li
{
    border-left: 1px solid #696969;
    display: inline;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-left: 0.4em;
    padding-right: 0.3em;
}
.post-footer .content ul li.first
{
    border-left: medium none !important;
    padding-left: 0 !important;
}


/* WordPress Images and Captions */
#main .post p.wp-caption-text
{
    text-align: center;
    font-size: 0.8em;
    line-height: 135%;
    margin: 0px;
    padding: 3px 0px;
}
#main .post div.alignleft
{
    float: left;
    margin: 0px 10px 10px 0px;
    padding: 0px;
    border: 1px #ccc dotted;
}
#main .post div.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 0px;
    border: 1px #ccc dotted;
    clear: both;
}
#main .post div.alignright
{
    float: right;
    margin: 0px 0px 10px 10px;
    padding: 0px;
    border: 1px #ccc dotted;
}
#main .post .alignleft img, #main .aligncenter img, #main .alignright img, #main .wp-caption img
{
    margin: 5px;
    padding: 0px;
}

/* The previous home top and next links at the bottom of the content */
.content-bot
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    border-top: 1px dotted #ccc;
    padding: 10px;
    font-style: italic;
    font-weight: bold;
    background: #efefef;
    text-align: center;
}
.content-bot a, .content-bot a:hover
{
    margin: 2px 10px;
}

/* Comments */
#comment
{
    visibility: hidden;
}
.comment-box
{
    background-color: #F8F8F8;
    border-bottom: 1px solid #696969;
    border-top: 1px solid #696969;
    clear: both;
    padding: .5em;
    display: block;
    margin-bottom: 2em;
}
.comment-box-footer
{
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-top: 1.2em;
}
.comment-box-footer IMG
{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #696969;
}
.comment-box-self
{
    background-color: #d3d3d3;
}
.comment-permalink
{
    clear: right;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    padding-top: .5em;
}
.comment-body
{
    float: right;
    font-size: 1.1em;
    margin-right: 0.5em;
    margin-top: 0.5em;
    text-align: justify;
    width: 80%;
}
.comments ul
{
    margin: 0px 0px 12px 0px;
    padding: 0px;
}
.comments li
{
    list-style-type: none;
    background: #efefef;
    border: 1px solid #ccc;
    padding: 5px 7px 0px 7px;
    margin: 0px 0px 12px 0px;
    font-size: 85%;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-style: italic;
}
.comments img
{
    float: left;
    margin: 5px;
}

#gravatar img
{
    float: left;
    margin-right: 5px;
}
#commentlist p
{
    float: left;
    margin-right: 5px;
}

/* The wrapper for both sidebars */
#sidebar-wrapper
{
    float: right;
    width: 260px;
    padding: 0;
}

/* The ad block */
#sidebar-wrapper .ad-blocks
{
    margin: 8px -12px 5px -12px;
}
#sidebar-wrapper .ad-blocks img
{
    margin: 0px 12px 10px 12px;
}

/* The sidebars */
#sidebar-right
{
    display: inline;
    overflow: hidden;
}
#sidebar-wrapper h4, #sidebar-right h4
{
    -x-system-font: none;
    color: #6C6E3A;
    font-family: Georgia, "Times New Roman" ,Times,serif;
    font-size: 1.7em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: normal;
    margin: 0 0 10px 0px;
    padding: 0;
    padding-bottom:5px;
   background:transparent url(images/bk_dotted.gif) repeat-x scroll left bottom;
}

#sidebar-wrapper h4 a.rsswidget img, #sidebar-left h4 a.rsswidget img, #sidebar-right h4 a.rsswidget img
{
    display: none;
}

.widgetzone ul
{
   
    margin: 5px 0 15px;
    padding: 0;
}

.widgetzone li
{
    line-height: 200%;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
.widgetzone li a
{
    color: #666666;
    padding: 0.3em 0 0.3em 10px;
    text-decoration: none;
    width: 94%;
}
.widgetzone li a img
{
    padding:0;
}
.widgetzone li a:hover
{
    color: #CB4721;
    padding: 0.3em 0 0.3em 10px;
}
.widgetzone .widget
{
    margin-bottom: 10px;
}

/* The Footer */
#footer-wrap
{
    background-color: #180700;
    clear: both;
    color: #CCCCCC;
    font-family: 'Trebuchet MS' ,Tahoma,sans-serif;
    font-size: 0.95em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    padding-top: 2.5em;
    position: relative;
    text-align: left;
    width: 100%;
}
#footer-wrap a
{
    color: #C8935D;
    text-decoration: none;
}
#footer-wrap a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}
#footer-wrap H2
{
    color: #fff;
    border-bottom: #fff 1px dotted;
    padding-bottom: 0.2em;
    margin: 0px;
    padding-left: 20px;
    padding-right: 0.2em;
    padding-top: .2em;
}
#footer-wrap DIV.administration
{
    width: 20em;
    float: right;
}
#footer-wrap DIV.about
{
    width: 65em;
    margin-right: 1em;
}
#footer-wrap DIV.control
{
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 0.5em;
    padding-top: 1em;
}
#footer-wrap DIV.powered-by
{
    float: left;
    margin-right: 1em;
}
#footer-wrap DIV.powered-by P
{
    margin-top: 0;
    text-align: left;
}
#footer-wrap DIV.license
{
    float: right;
    margin-left: 1em;
    width: 20em;
}
#footer-wrap DIV.license P
{
    margin-bottom: 0px;
}
#footer-content
{
    color: #fff;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    width: 960px;
    padding-right: 1.5em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5em;
}

/* Contact Widget */
ul.contact
{
    margin-top:0;
    border:none;
    padding:0;
}

ul.contact li
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-top:0.1em;
    text-align:left;
   
}

ul.contact img
{
    padding:0;
}

/* Universal styles */

ul.right 
{
    float: right;
}

ul.left
{
    float:left;
}


h1, h2, h3
{
    -x-system-font: none;
    color: #111111;
    font-family: Georgia, "Times New Roman" ,Times,serif;
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: normal;
}
h1
{
    font-size: 2.2em;
}
h2
{
    color: #74743D;
    font-size: 1.8em;
}
h3
{
    color: #C34E23;
    font-size: 1.6em;
    letter-spacing: 0;
}
p, h1, h2, h3
{
    padding: 0;
}

p
{
    line-height: 145%;
}
p.small
{
    font-size: 85%;
}
blockquote
{
    background: #FCFCF9 none repeat scroll 0 0;
    border: 1px solid #EFEFEF;
    color: #6C6E3A;
    font-family: 'Trebuchet MS' ,Sans-serif;
    font-size: 1.3em;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 1.5em;
    margin: 15px;
    padding: 0 0 0 30px;
}

h1 a, h2 a
{
    color: #555;
    text-decoration: none;
}

a
{
    background-color: inherit;
    color: #CB4721;
    text-decoration: none;
}
a img
{
    border: 0px;
}
a:hover
{
    background-color: inherit;
    text-decoration: underline;
}
.comment
{
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 35px;
}

#authorArea
{
    font-weight: bold;
    float: left;
}
comment-toolbar
{
    background-color: Aqua;
    font-weight: bold;
}
.comment .date
{
    text-align: right;
    margin: 0;
    padding: 3px 0px;
}
.comment .author
{
    margin: 0;
    text-align: left;
    padding-top: 3px;
    margin: 10px 0px 10px 0px;
    float: left;
}
.comment .gravatar
{
    float: right;
    margin: 5px 5px 5px 5px;
}

.comment .gravatar img
{
    height: 80px;
    width: 80px;
}

.comment .content
{
    min-height: 85px;
    margin: 5px 0 0 5px;
    float: left;
}

.self li
{
    background-color: #d3d3d3;
}


.commentForm
{
    padding: 5px;
    text-align: left;
}

.commentForm label
{
    float: left;
    display: block;
    width: 80px;
}

.commentForm input
{
    width: 340px;
}

.commentForm textarea
{
    width: 100%;
    height: 150px;
}

#commentMenu li
{
    float: left;
    border: 1px solid silver;
    border-bottom: none;
    margin: 0;
    list-style: none;
    margin-right: 5px;
    padding: 3px 8px;
    cursor: pointer;
    position: relative;
    top: 3px;
    background: #d8d8d8;
}

#commentMenu li.selected
{
    background: white;
    border-bottom: 1px solid white;
}

#commentPreview
{
    display: none;
    clear: both;
}
.commentForm .bbcode
{
    font-size: 10px;
    float: right;
    position: relative;
    top: 20px;
    padding: 3px;
}

.bbcode a
{
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}

/*----------------------------
					Archive
----------------------------*/

#archive
{
    width: 100%;
    padding: 10px;
}


#archive h1
{
    margin: 0;
    padding-bottom: 9px;
}

#archive h2
{
    border-bottom: 1px solid silver;
    padding-bottom: 4px;
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-top: 20px;
    font-weight: bold;
}

#archive h2 img
{
    margin-right: 3px;
}

#archive ul
{
    list-style-type: square;
    margin: 0 10px;
    padding: 10px;
}

#archive ul li
{
    margin-right: 20px;
}

#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 .date
{
    width: 80px;
    vertical-align: top;
}

#archive .comments
{
    /*width: 70px;*/
    text-align: center;
    vertical-align: top;
}

#archive .rating
{
    /*width: 70px;*/
    text-align: center;
}

/*----------------------------
				 Tag cloud
----------------------------*/

.tagcloud
{
    margin-bottom: 10px;
    white-space: normal;
}

.tagcloud ul li
{
    display: inline;
}

.tagcloud ul li a
{
    margin-right: 3px;
    display: inline;
}

.tagcloud a.biggest
{
    font-size: 17px;
}

.tagcloud a.big
{
    font-size: 15px;
}

.tagcloud a.medium
{
    font-size: 13px;
}

.tagcloud a.small
{
    font-size: 11px;
}

.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;
}

/* 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
{
    background: white;
    padding: 10px;
}

#contact h1
{
    margin-top: 0;
}

#contact label
{
    display: block;
    padding-top: 5px;
}

#contact input.field
{
    width: 200px;
}

#contact textarea
{
    display: block;
    overflow: auto;
    width: 75%;
    height: 150px;
    margin: 0;
}

/* Tables */

#main table
{
    border-collapse: collapse;
    margin: 15px;
}
#main th strong
{
    color: #FFFFFF;
}
#main th
{
    background: #882D2D none repeat scroll 0 0;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #EDC9C9;
    color: #FFFFFF;
    height: 29px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
}
#main tr
{
    background: #F3F3F3 none repeat scroll 0 0;
    height: 30px;
}
#main td
{
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    padding-left: 11px;
    padding-right: 11px;
}

/* Images */
img
{
    border: 1px solid #DADADA;
    padding: 5px;
}
img.no-border
{
    border: medium none;
}
img.float-right
{
    margin: 5px 0 5px 15px;
}
img.float-left
{
    margin: 5px 15px 5px 0;
}

/* 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;
}


