
#content-main .post{
    border-bottom: 1px solid #222;
    margin-bottom: 2.5em;
    padding-bottom: 1em;
    position: relative;
}
#content-main .post p.edit{
	position: absolute;
	top: 0;
	right: 680px;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}
#content-main .post p.edit a{
	display: block;
    float: left;
    color: #aaa;
    border: 0;
    text-align: right;
    text-shadow: #1c1c1c 1px 1px 0;
    padding: 2px 10px 2px 10px;
    background: #1c1c1c;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#content-main .post p.edit a:hover{
    color: #bbe6ff;
    background-color: #222;
}
#content-main .post-head h2{
    margin-bottom: 1.3em;
}
#content-main .post-head h2 a{
    border: none;
    color: #fff;
}
#content-main .post-head h2 a:hover{
    color: #bbe6ff;
    border-bottom: 1px solid #333;
}
#content-main .post-head p{
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: .4em;
    color: #777;
    padding-left: 22px;
    background: url(/images/blog_icon_cal.png) no-repeat 0 50%;
}
#content-main .post-head .comment-count{
    background: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 680px;
}
#content-main .post-head .comment-count a{
    display: block;
    border: 0;
    float: left;
    color: #aaa;
    text-align: right;
    text-shadow: #222 1px 1px 0;
    padding: 2px 10px 2px 20px;
    background: #222 url(/images/blog_icon_comment.png) no-repeat 5px 50%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#content-main .post-head .comment-count a:hover{
    color: #bbe6ff;
    background-color: #333;
    text-shadow: #333 1px 1px 0;
}
#content-main .post-head .comment-count span{display: none;}
#content-main .post p a.more-link{
    font-weight: bold;
    padding: 10px 0 10px 20px;
    border: 0;
    background: url(/images/blog_icon_article.png) no-repeat 0 50%;
}
#content-main .post-nav{}
#content-main .post-nav li{
    
}
#content-main .post-nav li a{
    display: block;
    background: #a7defc;
    padding: 2px 10px;
    color: #1f6d98;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border: 0;
}
#content-main .post-nav li a:hover{
    background: #c6ebff;
}
#content-main .post-nav .old{
    float: left;
}
#content-main .post-nav .new{
    float: right;
}
#searchform{
    margin-bottom: 1.5em;
    background: url(/images/blog_bg_search_bot.png) no-repeat 0 bottom;
    padding: 0;
    margin-top: 3px;
}
#searchform fieldset{
    background: url(/images/blog_bg_search_top.png) no-repeat 0 top;
    padding: 7px 13px 2px 13px;
    position: relative;
    top: -3px;
}
#searchform label{
    margin: 0 0 .5em 0;
    display: block;
    font-family: helvetica, arial, sans-serif;
    text-shadow: #222 1px 1px 0;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    font-family: verdana, sans-serif;
}
#searchform fieldset #s{
    background: #151515 url(/images/blog_bg_inputbox.png) repeat-x 0 0;
    font-family: helvetica, arial, sans-serif;
    text-shadow: #151515 1px 1px 0;
    padding: 4px;
    border: 1px solid #333;
    color: #aaa;
    font-size: 15px;
    width: 113px;
    margin-bottom: .7em;
    margin-right: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
#searchform fieldset #searchsubmit{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 2px solid #666;
    background: #444;
    padding: 3px 6px;
    color: #fff;
    line-height: 1.5em;
    font-weight: bold;
    vertical-align: top;
    text-shadow: #444 1px 1px 0;
    -webkit-box-shadow: #000 0 1px 0;
}
#searchform fieldset #searchsubmit:hover{
    border: 2px solid #777;
    background: #555;
}
#content-main #comment-group ol{margin-bottom: 1.5em;}
#content-main #comment-group ol li{
    list-style-type: decimal;
    font-family: helvetica, arial, sans-serif;
    font-size: 15px;
    padding: 15px 15px 1px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-weight: bold;
    color: #444;
    text-shadow: #111 1px 1px 0;
    margin-bottom: 1.5em;
}
#content-main #comment-group ol li.alt{
    background: #151515;
}
#content-main #comment-group ol li .comment-head{
    display: block;
    margin-bottom: 1em;
}
#content-main #comment-group ol li .avatar{
    border: 2px solid #333;
    padding: 1px;
    background: #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align: middle;
    margin-right: 5px;
}
#content-main #comment-group ol li .author{
    text-shadow: #111 1px 1px 0;
    font-weight: normal;
    color: #666;
}
#content-main #comment-group ol li .author cite{
    font-weight: bold;
    color: #fff;
}
#content-main #comment-group ol li .comment-body p{
    font-family: verdana, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 1.5em;
    font-weight: normal;
    overflow: hidden;
}
#content-main #comment-group ol li .edit{
    float: right;
}
#content-main #comment-group .rss{float: right;}
#content-main #commentform{
    background: #222;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#content-main #commentform p{
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    margin-bottom: .5em;
    font-family: verdana, sans-serif;
    text-shadow: #222 1px 1px 0;
}
#content-main #commentform p label span{
    font-weight: normal;
    color: #666;
    font-size: 11px;
}
#content-main #commentform p input.text,
#content-main #commentform p textarea{
    background: #151515 url(/images/blog_bg_inputbox.png) repeat-x 0 0;
    font-family: helvetica, arial, sans-serif;
    text-shadow: #151515 1px 1px 0;
    padding: 4px;
    border: 1px solid #333;
    color: #aaa;
    font-size: 15px;
    margin-bottom: .7em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    width: 270px;
}
#content-main #commentform p textarea{
    width: 320px;
    height: 138px;
}
#content-main #commentform .comment-creds{
    float: left;
    width: 280px;
    margin-right: 20px;
}
#content-main #commentform .comment-box{
    width: ;
}
#content-main #commentform .comment-submit{
    clear: both;
    text-align: right;
}
#content-main #commentform .comment-submit #submit{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 2px solid #666;
    background: #444;
    padding: 2px 10px;
    color: #fff;
    line-height: 1.5em;
    font-weight: bold;
    text-shadow: #444 1px 1px 0;
    -webkit-box-shadow: #000 0 1px 0;
}
#content-main #commentform .comment-submit #submit:hover{
    border: 2px solid #777;
    background: #555
}
/* Body */
.post-body h4{
    font-weight:bold;
    color: #fff;
    font-size: 13px;
    line-height: 1.38em;
    margin-bottom: 1.38em;
}
.post-body ul,
.post-body ol{
    margin-bottom: 1.5em;
}
.post-body ul li{
    font-size: 13px;
    line-height: 1.38em;
	margin-bottom: 1.2em;
	padding-left: 15px;
	background: url(/images/bulletred.png) no-repeat 0 .5em;
}
.post-body ol li{
    font-size: 13px;
    line-height: 1.38em;
	margin-bottom: .5em;
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 2em;
}
.post-body p.screenshot{
    padding: 3px;
    margin-bottom: 1.5em;
    background: #000;
    border: 1px solid #333;
}
.post-body p.screenshot img{
    display: block;
}

#content-sub .banner{
    margin-bottom: 1.5em;
}
#content-sub .banner a{
    border: 0;
    padding: 0;
}
