.s-page {
    width: 1070px !important;
}

/*
Blog Style Overrides
*/

/*
Blog Styles
*/

UL.BlogPostList {
    margin: 20px 0 0 0;
    padding: 0px;
    list-style-type: none;
}

.BlogPostArea {
    margin: 0 0 20px 0;
    border: solid 0 #eee; /* 	border-bottom-width: 1px; 	background-image: url(../images/blogs.png); 	background-repeat: no-repeat; 	background-position: left top; 	padding: 0 0 20px 70px; */
    padding: 0 0 20px 0px;
    min-height: 46px;
    position: relative;
	width: 675px;
}

.BlogPostArea.External {
    background-image: url(../images/external.png);
}

.BlogPostArea.None {
    background-image: none;
    padding-left: 0;
}
.BlogPostArea.None .BlogPostContent {
	width: 675px;
}
.BlogPostHeader {
	font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14pt;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin: 0 0 8px 0;
}
.BlogPostHeader a {
	font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14pt;
}
.BlogRating {
    width: 80px;
    height: 80px;
    margin: 5px 10px 0 0;
    background-color: #cccccc;
    vertical-align: top;
    text-align: center;
    padding: 8px 2px 2px 2px;
    background-image: url(../images/Common/blog_comment_background.gif);
    line-height: 20px;
    color: #666666;
}

.BlogRating a:link, .BlogRating a:visited, .BlogRating a:active, .BlogRating a:hover {
    color: #666666;
    text-decoration: none;
}

.BlogPostContent {
    font-size: 100%;
    padding: 0px 0px 0px 0px;
    line-height: 150%;
}
.BlogPostContent pre {
	white-space: pre-wrap;
}
.BlogPostFooter {
    margin: 8px 0 0 0;
    color: #000;
    font-size: 7.5pt;
    border-top: Solid 1px #B9BABF;
    padding: 6px 0px 0px 5px;
    /*width: 590px;*/
}
.BlogPostFooterPost {
    margin: 8px 0 0 0;
    color: #000;
    font-size: 7.5pt;
    border-top: Solid 1px #B9BABF;
    padding: 6px 346px 0px 5px;
    width: 451px;
}
.BlogPostFooterSmall {
    margin: 8px 0 0 0;
    color: #000;
    font-size: 7.5pt;
    border-top: Solid 1px #B9BABF;
    padding: 6px 215px 0px 5px;
}
.BlogPostAvatarCell {
    width: 80px;
    padding-right: 12px;
    font-size: 7.5pt;
    color: #737680;
}

/*
Blog List Columns
*/

.BlogBlogNameColumn {
    width: 25%;
}

.BlogAuthorColumn {
    width: 14%;
}

.BlogLastPostColumn {
    width: 25%;
}

.BlogPostsColumn {
    text-align: center;
    width: 9%;
}

.BlogArticlesColumn {
    text-align: center;
    width: 9%;
}

.BlogCommentsColumn {
    text-align: center;
    width: 9%;
}

.BlogTrackbacksColumn {
    text-align: center;
    width: 9%;
}

/* Links */

UL.BlogLinkCategoryLinkList {
    padding: 0;
    margin: 0 0 0 24px;
    list-style-type: square;
}

UL.BlogLinkCategoryLinkList li {
    padding-top: 4px;
}

UL.BlogLinkCategoryLinkList li a {
    font-weight: bold;
}

.BlogLinkCategoryArea {
    padding: 4px;
}

.BlogSubscriptionItem {
    margin-bottom: 3px;
}
.i-blogbost-date {
    margin: 4px 0px 0px 0px;
}

.clear {
    clear: both;
}
.lowerLikeTd {
    padding-top: 2px;
}
.ReTweetLikeListBlock {
    margin-top: 5px;
    margin-left: 5px;
}
.ReTweetLikeListBlockSmall {
    margin-top: 5px;
	margin-left: 5px;
}
.ReTweetLikeListBlockPost {
	margin-top: 5px;

}
.FBLikePostList {
    width: 130px;
    height: 22px;
    vertical-align: top;
    margin-top: -2px;
}
.ReTweetPostList {
    width: 75px;
    height: 18px;
    vertical-align: top;
}
.ReTweetLikePostBlock {
    float: right; /*margin-top: -5px;*/
}
.FBLikePost {
    width: 130px;
    height: 22px;
    vertical-align: top;
    margin-top: -2px;
}
.ReTweetPost {
    width: 70px;
    height: 18px;
    vertical-align: top;
}
.AddThisPost {
    vertical-align: top;
    display: inline-block;
    margin: 0;
    margin-right: 5px;
}

/* nignatov 28.04.2011 B184732 */
div.syntaxhighlighter {
    width: 790px !important;
}
.v-a-top {
    vertical-align: top;
}
.w-100 { width: 100%; }
