.post {
    float: left;
    width: 620px;
}

.post .main-title {
    float: left;
    width: 620px;
	 height:63px;
    margin-top: 55px;
    border-left: 3px solid #68777f;
    padding: 0px 0px 0px 27px;
}

.post .main-title h2 {
    float: left;
    width: 620px;
    font-size: 28px;
    color: #fff;
    font-family: Georgia, Arial, sans-serif;
    font-weight: normal;    
}

.post .main-title h2 a {
    color: #fff;
}

.post .main-title-category {
    float: left;
    width: 620px;
    margin-top: 6px;
    color: #b1bbbf;   
}

.post .main-title-category a {
    color: #b1bbbf; 
}

.post .main-title-tags {
    float: left;
    width: 620px;
    margin-top: 6px;
    color: #b1bbbf;   
}

.post .main-title-tags a {
    color: #b1bbbf; 
}

.post .main-title-date { 
    float: left;
    width: 620px;
    margin-top: 4px;    
    color: #68777f;   
}

.post .main-title-date a { 
    color: #68777f;   
}

.post .post-spacer {
    float: left;   
    display: inline;
    width: 620px;
    margin: 30px 0px 30px 30px;
    height: 6px;
    background: transparent url('../images/post-spacer.gif') no-repeat top right;
}

.post .entry {
    float: left;
    width: 620px;
    padding: 0px 5px 30px 30px;
	 color:#88959c;
	 font-size:13px;
}

.post .entry p {
    line-height: 16px;
    padding-bottom: 16px;
}

.post .entry img {
    border:none;
    padding: 5px;
    margin: 0px 8px 8px 0px;
    float: left;
}

.post .entry a {
    color: #dce2e4;
}

.post .entry ul {
    list-style-type: disc;
    line-height: 16px;
    margin: 0px 0px 16px 16px;
}

.post .entry ul li {
    padding: 0px;
    margin: 0px;
}

.post .entry ol {
    list-style-type: decimal;   
    line-height: 16px;
    margin: 0px 0px 16px 16px;
}

.post .entry ol li {
    padding: 0px;
    margin: 0px;
}

.post .line-link {
    float: left;
    display: inline;
    width: 445px;
    margin-left: 30px;
    padding-left: 30px;
    line-height: 36px;
}

.post .line-link.more-link {background: transparent url('../images/ico-more.png') no-repeat center left;}
.post .line-link.leave-comment-link {background: transparent url('../images/ico-leave-comment.png') no-repeat center left;}

.post .line-link a {
    font-family: Verdana, Arial, sans-serif;	
    font-size: 11px;
    font-weight: bold;
    color: #68777f;
}

.post .line-link a span {
    color: #fc6105;
}

.navigation {
    float: left;
    width: 475px;
    padding: 0px 0px 30px 30px;
}

.navigation div.alignleft {
    float: left;    
    width: 230px;
}
.navigation div.alignright {
    float: right;    
    width: 230px;
    text-align: right;
}
.navigation div.alignleft a, 
.navigation div.alignright a {
    font-family: Verdana, Arial, sans-serif;	
    font-size: 11px;
    font-weight: bold;
    color: #68777f;
}
.navigation div.alignleft a span, 
.navigation div.alignright a span {
    color: #fc6105;
}

.comments-box {
    float: left;
    width: 505px;
}

.comments-box h3#comments {
    float: left;
    width: 475px;
    font-size: 18px;
    font-family: Georgia, Arial, sans-serif;	
    font-weight: normal;
    margin-bottom: 20px;
    padding-left: 30px;
}

ol.commentlist {
    float: left;
    width: 505px;
}

ol.commentlist li {
    float: left;
    width: 505px;
    padding-bottom: 36px;
}

ol.commentlist li div.comment-author {
    float: right;
    width: 475px;
    padding-left: 30px;
    padding-bottom: 12px;
}

ol.commentlist li div.comment-author .comment-avatar {
    float: left;
    width: 48px;
    height: 48px;
    padding: 0px 12px 0px 0px;
}

ol.commentlist li div.comment-author .comment-meta {
    float: right;
    width: 415px;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;	
    padding-bottom: 6px;
}
ol.commentlist li div.comment-author .comment-meta a {color: #68777f;}
    
ol.commentlist li div.comment-author .comment-nick {
    float: right;
    width: 415px;
}
ol.commentlist li div.comment-author .comment-nick span.fn {
    font-size: 16px;
    color: #fff;
    font-family: Georgia, Arial, sans-serif;	      
}
ol.commentlist li div.comment-author .comment-nick span.fn a {color: #fff;}
ol.commentlist li div.comment-author .comment-nick span.syas {
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
}

ol.commentlist li div.comment-author .comment-reply {
    float: right;
    width: 415px;
    padding: 2px 0px 4px 0px;
}

ol.commentlist li div.comment-author .comment-reply a {
    color: #fc6005;
    font-weight: bold;
}

ol.commentlist li div div.comment-wait-for-moderation {
    float: left;
    display: inline;
    margin-left: 30px;
    width: 475px;
    border-top: 1px solid #fc6105;
    border-bottom: 1px solid #fc6105;
    font-weight: bold;
    color: #fc6105;
    line-height: 20px;
    text-align: center;
    background-color: #fed0b6;
    margin-bottom: 12px;
}

ol.commentlist li div .comment-text {
    float: left;
    display: inline;
    width: 475px;
    padding: 0px 0px 0px 27px;
    border-left: 3px solid #68777f;
    line-height: 20px;
	 color:#88959c;
}

ol.commentlist li.depth-2, 
ol.commentlist li.depth-3, 
ol.commentlist li.depth-4, 
ol.commentlist li.depth-5 {
    padding: 18px 0px 0px 0px;
}

ol.commentlist li.depth-2 div.comment-author {
    width: 445px;
    padding-left: 60px;
}
ol.commentlist li.depth-2 div.comment-author .comment-meta,
ol.commentlist li.depth-2 div.comment-author .comment-nick, 
ol.commentlist li.depth-2 div.comment-author .comment-reply {
    width: 385px;
}
ol.commentlist li.depth-2 div div.comment-wait-for-moderation {
    margin-left: 60px;
    width: 445px;
}
ol.commentlist li.depth-2 div .comment-text {
    width: 445px;
    padding: 0px 0px 0px 27px;
    margin-left: 30px;
}

.comment-form {
    float: left;
    display: inline;
    width: 475px;
    margin: 0px 0px 0px 30px;
    border-top: 1px solid #e5e9eb;
}

.comment-form h3 {
    float: left;
    width: 475px;
    font-size: 18px;
    font-family: Georgia, Arial, sans-serif;	
    font-weight: normal;
    margin-bottom: 20px;
    padding: 12px 0px 12px 0px;
}

.must-be-logged-in {
    float: left;
    width: 475px;
    margin-bottom: 40px;
}

.must-be-logged-in a {
    font-weight: bold;
    color: #fc6105;
}

.comment-form .comment-form-left {
    float: left;
    width: 170px;
}

.comment-form-left-text {
    float: left;
    width: 170px;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;	
    padding-bottom: 8px;
}
.comment-form-left-user {
    float: left;
    width: 170px;
    padding-bottom: 8px;
}
.comment-form-left-user a {
    font-size: 16px;
    color: #fff;
    font-family: Georgia, Arial, sans-serif;	   
}
.comment-form-left-logout {
    float: left;
    width: 170px;
}
.comment-form-left-logout a {color: #68777f;font-weight: bold;}
.comment-form-left-logout a span {color: #fc6105;}

.comment-form .comment-form-left label {
    float: left;
    width: 170px;
    line-height: 20px;
}

.comment-form .comment-form-left .input {
    float: left;
    width: 170px;
    margin-bottom: 10px;
}

.comment-form .comment-form-left .input input {
    border: 1px solid #abadb3;
    padding: 2px 4px;
    width: 160px;
    margin: 0px;
}

.comment-form .comment-form-right {
    float: right;
    width: 280px;
}

.comment-form .comment-form-right label {
    float: left;
    width: 280px;
    line-height: 20px;
}

.comment-form .comment-form-right textarea {
    float: right;
    width: 275px;
    border: 1px solid #abadb3;
    height: 122px;
}

.comment-form .comment-form-bottom {
    float: left;
    width: 475px;
    margin: 16px 0px 40px 0px;
}

.comment-form .comment-form-bottom .comment-form-bottom-left {
    float: left;
    width: 200px;
    text-align: left;
    line-height: 16px;
}
.comment-form .comment-form-bottom .comment-form-bottom-left a {color: #68777f;font-weight: bold;}

.comment-form .comment-form-bottom .comment-form-bottom-right {
    float: right;
    width: 200px;
    text-align: right;
}