﻿h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    color: #fff;
    line-height: 120%;
}
h1
{
    margin: 0px 0px 5px 0px;
    font-size: 28px;
}
h1, h1 a, h1 a:visited
{
    color: #fff;
}
h1 a:hover
{
    color: #fff;
}
h2, h3, h4, h5, p
{
    padding: 2px 0px;
}
h2
{
    font-size: 24px;
}
h3
{
    font-size: 18px;
}
h4
{
    font-size: 16px;
}
h5
{
    font-size: 14px;
    font-weight: bold;
}
img
{
    border: none;
}
b, strong
{
    font-weight: bold;
}
#pageheader
{
    height: 70px;
}
#main
{
    width: 960px;
    margin: 0 auto;
    /*background-color: #1A1B1B;*/
    text-align: left;
}
#relatedPosts h1, #comment, #addcomment, .trackbacks
{
    font-size: 18px;
    font-weight: bold;
}
#addcomment
{
    margin-top: 30px;
}

.welcome
{
    margin-bottom: 20px;
    background-color: #252626;
    padding: 20px;
}
.welcome h2
{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #9fc515;
    padding-bottom: 5px;
}

#header
{
    height: 145px;
    background-color: #000;
}
#imgLogo
{
    margin: 30px 0px 0px 30px;
}
#menu
{
    font-size: 12px;
    float: right;
    margin: 40px 20px 0px 0px;
    width: 480px;
    text-align: right;
}
#menu a, #menu a:visited
{
    color: #b0b0ae;
}
#menu a:hover
{
    color: #fff;
}
#menu ul
{
    margin: 0px;
    padding: 0px;
}
#menu li
{
    display: inline;
    margin-right: 10px;
    list-style-type: none;
}
#pagelist
{
    display: inline;
    margin: 0px;
    padding: 0px;
}
/* Searchbox */
#searchbox
{
    float: right;
    margin-top: 20px;
    width: 273px;
}
#searchboxInner
{
    padding: 2px;
}
#searchbox input[type="text"]
{
    border: solid 1px #6A6C6B;
    color: #abacac;
    background-color: #141414;
    float: left;
    font-size: 18px;
    width: 100%;
    padding: 5px;
    margin: 5px 0px 10px 0px;
}
.searchButton
{
    cursor: pointer;
    float: left;
    margin-top: 2px;
}
.searchButton img
{
    width: 26px;
    height: 26px;
}
input[type="button"], input[type="submit"]
{
    clear:both;
    display: block;
    background-color: #141414;
    border: solid 1px #6A6C6B;
    color: #e1e1e1;
    padding: 3px 10px;
    margin-top: 10px;
}
#commentPreview
{
    display: none;
    clear: both;
}

#categories
{
    font-size: 18px;
    height: 20px;
    background-color: #000;
    padding: 10px 20px;
}
#categories ul
{
    margin: 0px;
    padding: 10px 0px;
}
#categories li
{
    display: inline;
    margin-right: 10px;
    list-style-type: none;
}
#categories > a
{
    display: inline;
}
#categorylist
{
    display: inline;
    padding: 0px 0px;
    margin: 0px;
}
#categorylist img
{
    display: none;
}
#categoriesTopLine
{
    background-image: url("../images/glow_line.jpg");
    background-repeat: no-repeat;
    background-color: #303131;
    height: 1px;
}
#categoriesBottomLine
{
    background-image: url("../images/glow_line.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-color: #303131;
    height: 1px;
}
#box
{
    overflow: hidden;
    width: 100%;
    text-align: left;
}
#content
{
    float: left;
    width: 600px;
    margin: 20px;
}
#postcontent
{
    float: left;
    width: 600px;
}


.post, #page, #contact, #archive
{
    padding: 10px;
    margin-bottom: 20px;
}
.post .moreContainer
{
    margin-bottom: 10px;
}
.post img
{
    padding: 5px;
    border: Solid 1px #414747;
}
.postAds
{
    margin: 5px 0px;
}
.postAds a
{
    margin-right: 10px;
}
.post .text
{
}
.post .text a
{
    border-bottom: dotted 1px #5DABE2;
}
.post .text a:hover
{
    border-bottom: solid 1px #006BE5;
}
.post .author
{
    font-size: 11px;
    padding: 5px; /*background-color:#252626;*/
    margin-top: 5px;
}
.post .comments
{
    float: right;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 0px 0px;
    background-image: url('../images/comment_cloud.png');
    background-repeat: no-repeat;
    background-position: left center;
    height: 34px;
    width: 35px;
}
.post .comments a
{
    font-size: 18px;
}
.post .sharebox
{
    margin: 0px 0px 40px 0px;
}
.post a.more
{
    padding: 5px 10px;
    border-bottom: none;
    background-color: #6A6C6B;
    color: #fff;
}
.post a.more:hover
{
    background-color: #018af1;
    border-bottom: none;
}
#postPaging a
{
    padding: 5px 10px;
    border-bottom: none;
    background-color: #6A6C6B;
    color: #fff;
    margin: 5px 0px;
}
#postPaging a:hover
{
    background-color: #018af1;
}
#relatedPosts
{
    margin: 20px 0px;
}
#relatedPosts div
{
    margin: 0px 0px 10px;
    background-color: #252626;
    padding: 10px;
}
#relatedPosts a:first-child
{
    border-top: Solid 1px #303131;
}
#relatedPosts a
{
    display: block;
    padding: 5px;
    border-bottom: Solid 1px #303131;
}
#relatedPosts a:hover
{
}
#relatedPosts span
{
    display: none;
}

.comment
{
    width: 580px;
    overflow: hidden;
    margin: 0px 0px 20px;
    background-color: #252626;
    padding: 10px; /*border-bottom:solid 1px #303131;border-left:solid 1px #303131;border-right:solid 1px #303131;*/
}
.comment .author
{
    width: 180px;
    float: left;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
}
.comment .date
{
    display: block;
    font-size: 10px;
}
.comment .photo
{
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 10px;
    border: solid 0px #444;
    padding: 0px;
}
.comment .text
{
    float: left;
    clear: both;
}
.self
{
    background-color: #101010; /*border-top:solid 1px #7db8e3;*/
}

#pingbacks
{
    display: block;
    overflow: hidden;
    margin: 5px 0px 10px;
    background-color: #252626;
    padding: 10px;
    font-size: 12px;
}
#pingbacks li
{
    margin: 5px 0px 5px 25px;
}

.commentForm
{
    width: 560px;
    overflow: hidden;
    padding: 20px;
    background-color: #252626;
}
.commentForm label
{
    display: block;
}
.commentForm input[type="text"], .commentForm select, .flagImage
{
    margin: 1px 0px 10px 0px;
}
.commentForm select, .commentForm input[type="text"], .commentForm textarea
{
    background-color: #303131;
    color: #e1e1e1;
    border: Solid 1px #484949;
    padding: 3px;
    font-size: 12px;
}
.commentForm input[type="text"]
{
    width: 300px;
}
.commentForm select
{
    width: 310px;
}
.commentForm textarea
{
    width: 99%;
    margin-bottom: 10px;
}
.commentForm input[type="button"]
{
    display: block;
    background-color: #000;
    border: solid 1px #6A6C6B;
    color: #e1e1e1;
    padding: 3px 10px;
    margin-top: 10px;
}
.commentForm .bbcode
{
    float: right;
    margin-bottom: 2px;
}
.commentForm .bbcode a
{
    padding: 2px 7px;
    background-color: #484949;
    color: #fff;
    margin-left: 5px;
}
.commentForm .bbcode a:hover
{
    background-color: #018af1;
}
.cbNotifyLabel, #cbNotify
{
    display: inline;
}
#status
{
    color: #ff9900;
}

#sharebox
{
    margin: 30px 0px 10px;
    background-color: #252626;
    padding: 10px 10px 10px 80px;
    border: Solid 1px #303131;
    background-image: url("../images/heart.png");
    background-repeat: no-repeat;
    background-position: 12px 8px;
}
#sharebox p
{
    margin: 0px 0px 5px;
    padding: 0px;
    font-weight: bold;
}
#sharebox a
{
    margin-right: 15px;
}

#sidebar
{
    float: right;
    width: 300px;
}
#sidebar .widget
{
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 20px 0px;
}
#sidebar .widget p
{
    padding: 0px;
}
#sidebar h4
{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
}
#widgetzone
{
    padding: 0px;
}

/* Share */
.share
{
    padding: 0px;
    overflow: auto;
    width: 100%;
    margin-bottom: 10px;
}
.share .right
{
    float: right;
    margin-top: 5px;
}
.share .left
{
    float: left;
    margin-right: 10px;
}
.share .largeRSS
{
    font-size: 18px;
    display: block;
}
.findMe a
{
    margin-left: 1px;
}
.findMe a:first-child
{
    margin-left: 0px;
}

/* Tagcloud */
#tagcloud, .tagcloud ul
{
    white-space: normal;
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 24px;
}
#tagcloud li, .tagcloud li
{
    display: inline;
}
#tagcloud a, .tagcloud a
{
    margin-right: 5px;
    display: inline;
}
#tagcloud a.biggest, .tagcloud a.biggest
{
    font-size: 32px;
}
#tagcloud a.big, .tagcloud a.big
{
    font-size: 24px;
}
#tagcloud a.medium, .tagcloud a.medium
{
    font-size: 18px;
}
#tagcloud a.small, .tagcloud a.small
{
    font-size: 15px;
}
#tagcloud a.smallest, .tagcloud a.smallest
{
    font-size: 12px;
}

/* favorites, recent posts, admin menu */
.widgetList, #recentPosts, #ctl00_Menu1_ulMenu
{
    padding: 0px;
    margin: 5px 0px;
    border-bottom: Solid 1px #303131;
}
.widgetList li, .recentPosts li, #ctl00_Menu1_ulMenu li
{
    display: block;
    list-style-type: none;
    border-top: Solid 1px #303131;
}
.widgetList li a, .recentPosts li a, #ctl00_Menu1_ulMenu li a
{
    display: block;
    padding: 5px;
}
.widgetList li a:hover, .recentPosts li a:hover, #ctl00_Menu1_ulMenu li a:hover
{
    background-color: #1A1B1B;
}
.friends
{
    width: 100%;
    overflow: auto;
}
.friends ul
{
    float: left;
    width: 45%;
}
.friends ul:first-child
{
    margin-right: 20px;
}



.searchresult
{
    margin: 10px 0px;
}
.searchresult a, .searchresult .type
{
    display: block;
}
.searchresult .type
{
    font-style: italic;
}
.searchpage .paging
{
    margin: 0px;
    padding: 0px;
}
.searchpage .paging li
{
    display: inline;
    list-style-type: none;
    margin-left: 5px;
}
.searchpage .paging li.active a
{
    background-color: #006BE5;
}
.searchpage .paging li a
{
    padding: 2px 7px;
    background-color: #484949;
    color: #fff;
}
.searchpage .paging li a:hover
{
    background-color: #018af1;
}

#contact label
{
    display: block;
    margin-top: 10px;
}
#contact input[type="text"], #contact textarea
{
    background-color: #303131;
    color: #e1e1e1;
    border: Solid 1px #484949;
    padding: 3px;
    font-size: 12px;
    width: 350px;
}
#contact input[type="file"]
{
    background-color: #303131;
    color: #e1e1e1;
    border: Solid 1px #484949;
    padding: 5px;
    font-size: 12px;
    width: 500px;
}
#contact input[type="submit"]
{
    display: block;
    background-color: #000;
    border: solid 1px #6A6C6B;
    color: #e1e1e1;
    padding: 3px 10px;
    margin-top: 10px;
}

.error404 #searchbox
{
    float: none;
    position: relative;
    margin: 5px 0px 20px 0px;
    background-image: url("../images/search_bkg.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 273px;
    height: 33px;
}
.error404 #searchboxInner
{
    padding: 2px;
}
.error404 #searchbox input[type="text"]
{
    border: none;
    color: #abacac;
    background-color: #141414;
    float: left;
    width: 235px;
    margin: 5px 0px 0px 5px;
}
.error404 .searchButton
{
    cursor: pointer;
    float: none;
    margin-top: 2px;
    position: absolute;
    top: -3px;
    left: 235px;
}
.error404 .searchButton img
{
    width: 26px;
    height: 26px;
    border: none;
}
.error404 .ruler
{
    height: 1px;
    color: #484949;
    background-color: #484949;
}

#archive table td
{
    vertical-align: top;
}
#archive table td.comments
{
    text-align: right;
}


span.show-tooltip-text
{
    display: none;
    position: absolute;
    font-size: 0.9em;
    background-color: #484949;
    background-repeat: repeat-x;
    padding: 6px;
    padding-left: 12px;
    padding-right: 12px;
    color: white;
    opacity: 0.8;
    border: solid 1px #b0b0ae;
    line-height: 120%;
}
span.show-tooltip-text b
{
    font-weight: bold;
}

.post a.download
{
    margin: 5px 0px;
    background-image: url("../images/download_icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 15px 5px 15px 60px;
    border-bottom: none;
    width: 195px;
    display: inline-block;
    border-bottom: none;
}
.post a.download:hover
{
    border-bottom: none;
}
.post a.demo
{
    margin: 5px 0px;
    background-image: url("../images/tv_icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 15px 5px 15px 60px;
    border-bottom: none;
    width: 195px;
    display: inline-block;
    border-bottom: none;
}
.post a.demo:hover
{
    border-bottom: none;
}

code, .code
{
    background-color: #b0b0ae;
    color: #484949;
    padding: 10px;
    display: block;
}
.adblock
{
    width: 100%;
    overflow: hidden;
}
.adblock a
{
    float: left;
    margin: 0px;
    padding: 0px;
}
#ctl00_cphBody_Login1_UserName, #ctl00_cphBody_Login1_Password, #ctl00_e13807dd446843d790c56d5ca075c3d0_txtEmail, #q
{
    background-color: #141414;
    width: 260px;
    border: 1px solid #6A6C6B;
    color: #E1E1E1;
    margin-bottom: 2px;
    padding: 5px;
    font-size: 16px;
}

