/*  
Theme Name: Westkit.NET
Theme URI: http://techblog.westkit.net/
Description: A theme with the style from Westkit.net. Mainly in elegant black and red.
Version: 0.1
Author: Alex / Cathy
Tags: black,red,two-columns,fixed-width,right-sidebar
Author URI: http://www.westkit.net
*/
html, body{
        font-size: 12px;
        margin: 0px;
        padding: 0px;
        font-family: veranda, arial, tahoma, sans-serif;
        background-color: #4C4C4C;
        color: #ffffcc;
}

a,img{
        border: 0;
}
a{
        outline: none;
        color: #DAA;
}
a:hover{
        color: #FCC;
}

input, textarea{
        background: #222 url(images/inputBG.png) repeat-x scroll top left;
        border: 1px solid #000;
        color: #ffffcc;
}

.viewport{
        width: 960px;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
}

.imgPreloader{
        height: 0px;
}

.a{
        background: url(images/navBtnBG-mover.gif) no-repeat;
}
.b{
        background: url(images/linkBtn-mover.gif) no-repeat;
}
.c{
        background: url(images/rss-mover.gif) no-repeat;
}

.header{
        background: url(images/headerBG.png) repeat-x bottom left;
        height: 80px;
}
.headerViewport{
        border-bottom: 2px solid #333;
        background: url(images/iHeaderBG.png) repeat-x top center;
        height: 100%;
}
.headerViewport .headTbl{
        width: 100%;
        height: 100%;
}
.headerViewport .headTbl .headLeftCol{
        width: 370px;
}
.bodyViewport, .headerViewport, .footerViewport{
        background-color: #171717;
        border-left: 1px solid #A33;
        border-right: 1px solid #A33;
}

.bodyViewport{
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 3px !important;
        margin-top: 1px;
}
.bodyViewport .bodyTbl{
        width: 100%;
}

.bodyViewport .content{
        margin-left: 15px;
        margin-right: 15px;
        width: 630px;
}
.leftCol{
        border-right: 1px solid #000;
        width: 630px;
}

.footerViewport{
        border-top: 1px solid #833;
        text-align: center;
        color: ffffcc;
        font-size: 10pt;
        height: 80px;
        line-height: 80px;
}
.footerViewport a{
        color: #888;
}
.footerViewport a:hover{
        color: #AAA;
}

.blogTitle{
        height: 58px;
        line-height: 70px;
        padding-left: 30px;
}
.blogTitle a{
        font-size: 26pt;
        text-decoration: none;
        color: #F33;
}
.blogTitle a:hover{
        color: #F55;
}
.blogSubtitle{
        padding-left: 80px;
        color: #744;
}

.pageList{
        display: inline;
}
.pageList li{
        list-style-type: none;
        float: left;
        background: url(images/navBtnBG.gif) no-repeat bottom center;
        height: 36px;
        width: 110px;
        text-align: center;
        line-height: 40px;
        margin: 0px 3px 0px 3px;
}
.pageList li:hover{
        background: url(images/navBtnBG-mover.gif) no-repeat bottom center;
}
.pageList li a{
        text-decoration: none;
        color: #EEE;
        font-size: 11pt;
}

.postEntry{
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #733;
}
.postEntry .postMeta{
}
.postEntry .postMeta .postTitle{
        display: inline;
        vertical-align: bottom;
        background: url(images/point.gif) no-repeat scroll left bottom;
        padding-left: 34px;
}
.postEntry .postMeta .postInfo{
        vertical-align: bottom;
        padding-left: 3px;
}
.postEntry .postContent{
        margin-left: 20px;
        font-size: 12pt;
        color: #D88;
        line-height: 22px;
}
.postEntry .postLinks{
        margin-left: 20px;
        height: 25px;;
}
.postEntry .postLinks div{
        width: 100px;
        height: 28px;
        background: url(images/linkBtn.gif) no-repeat scroll center center;
        float: left;
        text-align: center;
        line-height: 28px;
        margin-right: 8px;
}
.postEntry .postLinks div:hover{
        background: url(images/linkBtn-mover.gif) no-repeat scroll center center;
}
.postEntry .postLinks a{
        text-decoration: none;
        display: block;
}
.postEntry .postTags{
        margin-left: 20px;
        color: #988;
}
.pageNav{
        text-align: right;
}

.sidebar{
        padding-left: 10px;
}

.searchBar{
}
.searchFm{
        margin-top: 10px;
}
.searchBox{
        background: url(images/search.gif) no-repeat scroll center left;
        padding-left: 20px;
        width: 180px;
        margin-left: auto;
        margin-right: auto;
}
.searchBox input{
        height: 18px;
        width: 100%;
}

.categoriesBox .categories{
        margin-left: 20px;
        font-size: 13pt;
}

.sideNav ul{
        padding-left: 0px;
}
.sideNav ul li{
        display: block;
        margin-left: 20px;
        font-size: 13pt;
}

.sideVertSep{
        width: 200px;
        height: 25px;
        margin-left: auto;
        margin-right: auto;
        background: url(images/verticalSep.gif) no-repeat scroll bottom center;
}

.diyadd{
        padding-left: 10px;
}

.commentTxtArea{
        width: 100%;
}

.commentRSS a{
        float: right;
        position: relative;
        top: -20px;
        background: url(images/rss.gif) no-repeat scroll center center;
        height: 20px;
        width: 20px;
}
.commentRSS a:hover{
        background: url(images/rss-mover.gif) no-repeat scroll center center;
}

.commentsArea{
        margin-top: 15px;
        width: 480px;
        margin-left: auto;
        margin-right: auto;
}

.comment .commentAuthor .avatar{
        vertical-align: bottom;
}
.comment .commentAuthor .authorName{
        font-size: 13pt;
        font-weight: bold;
}
.comment .commentAuthor .authorAvatar{
        float: left;
}
.comment .commentAuthor .authorMeta{
        float: left;
        margin-top: 10px;
        margin-left: 10px;
}
.comment .commentContent{
        clear: both;
        padding-top: 10px;
        padding-left: 20px;
}

.aligncenter, div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft{
   float: left;
}

.alignright{
   float: right;
}

.wp-caption{
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img{
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text{
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

